| Age | Commit message (Expand) | Author | Lines |
| 2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering | -13/+15 |
| 2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering | -1/+4 |
| 2006-07-25 | Get --dired offsets right when handling stat-failed entries. | Jim Meyering | -2/+35 |
| 2006-07-25 | * src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized the | Jim Meyering | -0/+7 |
| 2006-07-25 | * src/ls.c (gobble_file): Make it so failure to stat a | Jim Meyering | -7/+49 |
| 2006-07-25 | * src/ls.c: Declare stat_failed to be "bool", not "int" everywhere. | Jim Meyering | -7/+9 |
| 2006-07-25 | * src/ls.c [enum filetype] (command_line): Remove member. Not needed. | Jim Meyering | -5/+8 |
| 2006-07-25 | * src/ls.c: Apply the stat-failed parts of Red Hat's | Jim Meyering | -31/+69 |
| 2006-07-25 | . | Jim Meyering | -1/+8 |
| 2006-07-25 | vc-list-files: Handle git repositories, too. | Jim Meyering | -1/+11 |
| 2006-07-25 | * src/df.c (n_valid_args): Declare global to be static. | Jim Meyering | -1/+5 |
| 2006-07-24 | Skip this test on reiserfs, since that file system lacks d_type support. | Jim Meyering | -5/+9 |
| 2006-07-23 | Update to reflect recent changes to coreutils.texi. | Paul Eggert | -36/+52 |
| 2006-07-23 | (Mode Structure, Symbolic Modes, Numeric Modes): Be more careful | Paul Eggert | -29/+35 |
| 2006-07-22 | (Mode Structure): The restricted deletion flag | Paul Eggert | -1/+8 |
| 2006-07-22 | (What information is listed): Clarify that the restricted deletion | Paul Eggert | -2/+5 |
| 2006-07-22 | Split closeout into close-stream and closeout. | Paul Eggert | -0/+10 |
| 2006-07-22 | (close_stdout): Use new function close_stream. | Paul Eggert | -44/+26 |
| 2006-07-22 | Initial revision. | Paul Eggert | -0/+93 |
| 2006-07-22 | (gl_PREREQ): Require gl_CLOSE_STREAM. | Paul Eggert | -1/+2 |
| 2006-07-21 | * src/su.c (usage): Correct typo in --help output: s/commmand/command/ | Jim Meyering | -23/+5 |
| 2006-07-21 | *** empty log message *** | Jim Meyering | -0/+4 |
| 2006-07-21 | (FILE_TYPE_INDICATOR_OPTION): Reposition this new name so the list remains al... | Jim Meyering | -1/+1 |
| 2006-07-21 | mention yesterday's other ls bugfix | Jim Meyering | -0/+3 |
| 2006-07-21 | *** empty log message *** | Jim Meyering | -0/+2 |
| 2006-07-21 | Fix another bug: ls --indicator-style=file-type would call | Jim Meyering | -7/+65 |
| 2006-07-20 | * src/df.c (main): Fail and don't print the headers if no | Jim Meyering | -5/+14 |
| 2006-07-20 | *** empty log message *** | Jim Meyering | -0/+10 |
| 2006-07-20 | (file-type): New test: | Jim Meyering | -0/+10 |
| 2006-07-20 | Fix a bug: ls --file-type worked like --indicator-style=slash, | Jim Meyering | -1/+6 |
| 2006-07-20 | *** empty log message *** | Jim Meyering | -0/+5 |
| 2006-07-20 | [ME_REMOTE]: Filter out cifs. | Jim Meyering | -2/+3 |
| 2006-07-20 | *** empty log message *** | Jim Meyering | -0/+1 |
| 2006-07-20 | *** empty log message *** | Jim Meyering | -0/+5 |
| 2006-07-20 | (ME_REMOTE): Compare strchr's result to NULL, not 0, for better readability. | Jim Meyering | -2/+2 |
| 2006-07-19 | * src/ls.c (print_dir): Give a better diagnostic for failed opendir. | Jim Meyering | -1/+3 |
| 2006-07-19 | *** empty log message *** | Jim Meyering | -0/+4 |
| 2006-07-19 | (EXTRA_DIST): Add build-aux/vc-list-files. | Jim Meyering | -0/+1 |
| 2006-07-19 | *** empty log message *** | Jim Meyering | -0/+5 |
| 2006-07-19 | Command line args correspond to an "include" list, not an exclude list. | Jim Meyering | -6/+6 |
| 2006-07-19 | tweak spacing to align backslashes | Jim Meyering | -2/+2 |
| 2006-07-17 | In comment: bits bits -> bits. | Paul Eggert | -1/+1 |
| 2006-07-17 | Regenerate. | Paul Eggert | -2542/+2443 |
| 2006-07-17 | Regenerate. | Paul Eggert | -1/+1 |
| 2006-07-17 | Fix typo in previous checkin; some file names were wrong. | Paul Eggert | -3/+3 |
| 2006-07-17 | chmod, install, and mkdir now leave setgid and setuid bits | Paul Eggert | -0/+97 |
| 2006-07-17 | Add a test for the X bug. | Paul Eggert | -0/+1 |
| 2006-07-17 | Remove re_protect case that no longer applies. | Paul Eggert | -10/+0 |
| 2006-07-17 | Do the setgid test instead of bailing. | Paul Eggert | -24/+6 |
| 2006-07-17 | (main): Adjust to new mode_adjust API. | Paul Eggert | -1/+1 |