fish-shell/fish-rust/src/wutil
Henrik Hørlück Berg 4a4171c34a Forward some error messages and fix a bug
- The Err-variants will be used by e.g. wildcard, so might as well change it
  now.
- `create_directory` should now not infinitely loop until  it fails with an
  error message that isn't `EAGAIN`
2023-08-07 21:01:11 -07:00
..
dir_iter.rs Clean up DirIter 2023-07-16 12:05:29 -07:00
encoding.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
errors.rs wcstoi: remove the consume_all / consumed_all machinery 2023-05-14 18:38:24 -07:00
fileid.rs fileid: Just use unix::fs::metadataext 2023-05-23 17:43:23 +02:00
gettext.rs Fix additional clippy lint errors 2023-08-05 17:29:53 -07:00
mod.rs Forward some error messages and fix a bug 2023-08-07 21:01:11 -07:00
printf.rs Replace the printf implementation 2023-03-26 14:07:29 -07:00
tests.rs Fix clippy 2023-07-02 10:10:29 +02:00
wcstod.rs wcstod: adjust tests for new implementation 2023-04-16 22:26:46 +02:00
wcstoi.rs wcstoi: remove the consume_all / consumed_all machinery 2023-05-14 18:38:24 -07:00