Age | Commit message (Expand) | Author |
2005-06-02 | *** empty log message *** | Jim Meyering |
2005-06-02 | Use "file name" when talking about file names, instead of "filename" | Paul Eggert |
2005-05-31 | *** empty log message *** | Jim Meyering |
2005-05-31 | Port to Solaris 10's rules for whether programs can chown files. | Paul Eggert |
2005-05-30 | _POSIX_VERSION cleanup | Paul Eggert |
2005-05-28 | dd seek=N now conforms to POSIX if the output isn't seekable. | Paul Eggert |
2005-05-27 | expr and test now correctly compare integers of unlimited size. | Paul Eggert |
2005-05-26 | nohup now redirects a tty stdin to an unreadable fd instead of closing it. | Paul Eggert |
2005-05-26 | *** empty log message *** | Jim Meyering |
2005-05-26 | *** empty log message *** | Jim Meyering |
2005-05-19 | *** empty log message *** | Jim Meyering |
2005-05-19 | *** empty log message *** | Jim Meyering |
2005-05-18 | Remove some dependencies and old cruft from fts etc. | Paul Eggert |
2005-05-16 | Fix Cygwin porting problem reported by Eric Blake. | Paul Eggert |
2005-05-14 | * src/remove.c: Use new unlinkdir module. | Paul Eggert |
2005-05-14 | *** empty log message *** | Jim Meyering |
2005-05-14 | *** empty log message *** | Jim Meyering |
2005-05-13 | . | Jim Meyering |
2005-05-13 | *** empty log message *** | Jim Meyering |
2005-05-12 | nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set. | Paul Eggert |
2005-05-12 | *** empty log message *** | Jim Meyering |
2005-05-10 | *** empty log message *** | Jim Meyering |
2005-05-10 | *** empty log message *** | Jim Meyering |
2005-05-10 | *** empty log message *** | Jim Meyering |
2005-05-10 | *** empty log message *** | Jim Meyering |
2005-05-10 | *** empty log message *** | Jim Meyering |
2005-05-08 | cp, ln, mv, rm no longer discard white space when intepreting responses. | Paul Eggert |
2005-05-06 | dd has new iflag= and oflag= flags "binary" and "text". | Paul Eggert |
2005-05-04 | chmod -w now complains if it differs from chmod a-w. | Paul Eggert |
2005-05-02 | ls --indicator-style=directory renamed to ls --indicator-style=slash. | Paul Eggert |
2005-05-01 | "chmod +1 foo" is now diagnosed. | Paul Eggert |
2005-04-30 | Document the last two days' worth of changes. | Paul Eggert |
2005-04-26 | Restore support for usages like "head -1" and "tail -1", | Paul Eggert |
2005-04-23 | * src/nice.c (main): Report proper program name when getopt finds trouble. | Paul Eggert |
2005-04-22 | Fix bug with "mkdir -m =+x dir"; the umask was being ignored | Paul Eggert |
2005-04-21 | Port test cases to Microsoft-Windows-related environments, | Paul Eggert |
2005-04-20 | "fetish" -> "coreutils" in more places. | Paul Eggert |
2005-04-19 | * tests/mv/setup (dot_mount_point): Use stat -L. | Paul Eggert |
2005-04-19 | * tests/mv/mv-special-1: Use test -p to test for fifos. | Paul Eggert |
2005-04-19 | * tests/chmod/setgid: Use numeric group ids, not symbolic group names. | Paul Eggert |
2005-04-18 | fetish -> coreutils in some more places | Paul Eggert |
2005-04-18 | *** empty log message *** | Jim Meyering |
2005-04-18 | Work around a couple of "make check" failures reported for Cygwin | Paul Eggert |
2005-04-16 | *** empty log message *** | Jim Meyering |
2005-04-14 | Fix test suite problems reported by Eric Blake on Cygwin. | Paul Eggert |
2005-04-14 | *** empty log message *** | Jim Meyering |
2005-04-12 | src/ls.c (usage): "uid" -> "user ID". | Paul Eggert |
2005-04-12 | *** empty log message *** | Jim Meyering |
2005-04-12 | Reword usage, man pages to use "user ID" rather than "uid" etc. | Paul Eggert |
2005-04-11 | Add bulletproofing for cases where stdin, stdout, or stderr are closed. | Paul Eggert |