Age | Commit message (Expand) | Author |
2006-07-26 | * tests/ls/stat-failed: Adapt to match new expected output. | Jim Meyering |
2006-07-26 | * src/ls.c (print_color_indicator): Test for S_IFREG first, rather | Jim Meyering |
2006-07-26 | Checking in a change from Paul. | Jim Meyering |
2006-07-26 | Prepare for the above change. | Jim Meyering |
2006-07-26 | * src/ls.c: Correct indentation/formatting in a few places. | Jim Meyering |
2006-07-25 | Clarify the "chmod 0500" news, and correct the vague | Paul Eggert |
2006-07-25 | * src/ls.c (gobble_file): When handling a stat-failed entry, | Jim Meyering |
2006-07-25 | * tests/ls-2/tests (no-a-isdir-b): Update to reflect addition | Jim Meyering |
2006-07-25 | *** empty log message *** | Jim Meyering |
2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering |
2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering |
2006-07-25 | Get --dired offsets right when handling stat-failed entries. | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized the | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file): Make it so failure to stat a | Jim Meyering |
2006-07-25 | * src/ls.c: Declare stat_failed to be "bool", not "int" everywhere. | Jim Meyering |
2006-07-25 | * src/ls.c [enum filetype] (command_line): Remove member. Not needed. | Jim Meyering |
2006-07-25 | * src/ls.c: Apply the stat-failed parts of Red Hat's | Jim Meyering |
2006-07-25 | * src/df.c (n_valid_args): Declare global to be static. | Jim Meyering |
2006-07-24 | Skip this test on reiserfs, since that file system lacks d_type support. | Jim Meyering |
2006-07-23 | Update to reflect recent changes to coreutils.texi. | Paul Eggert |
2006-07-21 | * src/su.c (usage): Correct typo in --help output: s/commmand/command/ | Jim Meyering |
2006-07-21 | *** empty log message *** | Jim Meyering |
2006-07-21 | *** empty log message *** | Jim Meyering |
2006-07-21 | Fix another bug: ls --indicator-style=file-type would call | Jim Meyering |
2006-07-20 | * src/df.c (main): Fail and don't print the headers if no | Jim Meyering |
2006-07-20 | *** empty log message *** | Jim Meyering |
2006-07-19 | * src/ls.c (print_dir): Give a better diagnostic for failed opendir. | Jim Meyering |
2006-07-19 | *** empty log message *** | Jim Meyering |
2006-07-17 | Fix typo in previous checkin; some file names were wrong. | Paul Eggert |
2006-07-17 | chmod, install, and mkdir now leave setgid and setuid bits | Paul Eggert |
2006-07-14 | * Makefile.maint (CVS_LIST): Use new file, build-aux/vc-list-files, | Jim Meyering |
2006-07-14 | * Makefile.am (EXTRA_DIST): Add a few more .??* files. | Jim Meyering |
2006-07-11 | Assume <dirent.h> exists, since gnulib assumes this now as well. | Paul Eggert |
2006-07-09 | *** empty log message *** | Jim Meyering |
2006-07-09 | *** empty log message *** | Jim Meyering |
2006-07-09 | Adjust to recent updates from gnulib. | Paul Eggert |
2006-07-08 | New file, test for 2006-07-05 fix in copy.c. | Jim Meyering |
2006-07-08 | * tests/Coreutils.pm: Remove one of two adjacent "then"s in a comment. | Jim Meyering |
2006-07-08 | * Makefile.maint (sc_the_the): New rule. | Jim Meyering |
2006-07-08 | * src/dd.c (skip): Remove one of two adjacent "the"s in a comment. | Jim Meyering |
2006-07-07 | * NEWS: Mention that mv can now remove an empty destination directory, | Jim Meyering |
2006-07-05 | * src/ls.c (usage): Correct the description of -G: it is useful | Jim Meyering |
2006-07-05 | * man/chmod.x: Correct the description of the sticky bit. Reported | Jim Meyering |
2006-07-05 | * src/copy.c (copy_internal): Don't work around old NFS clients like | Jim Meyering |
2006-07-05 | . | Jim Meyering |
2006-07-03 | Plug another unusual leak. | Jim Meyering |
2006-07-03 | The dev/inode of the topmost directory in each hierarchy were not | Jim Meyering |
2006-07-03 | Fix two small leaks. | Jim Meyering |
2006-07-03 | * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT): | Jim Meyering |
2006-07-02 | Include <stdint.h> unconditionally, since we | Paul Eggert |