coreutils/src
Daniel Hofstetter 14ac1e160f cat: adapt to type change of unistd::write()
nix 0.28 changed "write(fd: RawFd, buf: &[u8]) -> Result<usize>" to "write<Fd: AsFd>(fd: Fd, buf: &[u8]) -> Result<usize>"
2024-03-12 08:31:15 +01:00
..
bin Remove the author copyright notices (#5184) 2023-08-21 12:23:18 +02:00
uu cat: adapt to type change of unistd::write() 2024-03-12 08:31:15 +01:00
uucore uucore/pipes: adapt to new return type of nix fn 2024-03-12 08:31:15 +01:00
uucore_procs uucore: make help_{about,usage} fail if no text is found 2024-02-06 13:45:43 +01:00
uuhelp_parser 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00