Age | Commit message (Expand) | Author |
2007-07-08 | Use <wchar.h>, not "wcwidth.h". | Jim Meyering |
2007-06-18 | Use mreadlink_with_size (doesn't exit), not xreadlink_with_size. | Jim Meyering |
2007-04-24 | ls --color once again colors dangling symlinks correctly | Eric Blake |
2007-04-10 | ls: don't form or compute the length of strings that won't be used. | Jim Meyering |
2007-04-07 | Fix a bug in how the LS_COLORS ln=target attribute is handled. | Eric Blake |
2007-04-02 | * src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger: | Paul Eggert |
2007-03-29 | * src/ls.c (gobble_file): Don't call getfilecon unless print_scontext. | Jim Meyering |
2007-03-29 | ls: Add support for SELinux and a slightly modified -Z option. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-03-01 | * bootstrap.conf (gnulib_modules): Replace xreadlink with | Bruno Haible |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering |
2007-01-29 | Plug a leak in ls. | Jim Meyering |
2007-01-29 | * src/ls.c: Rename three global variables. | Jim Meyering |
2007-01-29 | Shave 8 bytes off the size of "struct fileinfo". | Jim Meyering |
2007-01-29 | Modify "ls" to sort its data faster, using the new gnulib mpsort | Paul Eggert |
2007-01-20 | Standardize on list of signals when an app catches signals. | Paul Eggert |
2007-01-02 | Now, "ls -FRL" always follows symbolic links on Linux. | Paul Eggert |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |
2006-11-16 | * bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too. | Paul Eggert |
2006-10-11 | * src/ls.c (usage): Correct description of -s, --size. | Jim Meyering |
2006-10-10 | * src/ls.c (quote_name): Use initializer rather than memset to | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-08-28 | * src/copy.c (copy_internal): Don't test whether macros like | Paul Eggert |
2006-08-27 | * src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a... | Jim Meyering |
2006-08-26 | "ls --color" would highlight other-writable and sticky directories | Jim Meyering |
2006-08-23 | (SA_RESTART): Fallback define. | Paul Eggert |
2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert |
2006-08-17 | ls -CF would misalign columns in some cases. | Jim Meyering |
2006-08-09 | Add a compile-time check to ensure that filetype | 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 | * src/ls.c (gobble_file): When handling a stat-failed entry, | 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-21 | (FILE_TYPE_INDICATOR_OPTION): Reposition this new name so the list remains al... | Jim Meyering |
2006-07-21 | Fix another bug: ls --indicator-style=file-type would call | Jim Meyering |
2006-07-20 | Fix a bug: ls --file-type worked like --indicator-style=slash, | Jim Meyering |
2006-07-19 | * src/ls.c (print_dir): Give a better diagnostic for failed opendir. | Jim Meyering |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-07-05 | * src/ls.c (usage): Correct the description of -G: it is useful | Jim Meyering |
2006-06-28 | * src/system.h (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-05-30 | (usage): Add `v' to the list of sorting-related options. | Jim Meyering |
2006-05-03 | *** empty log message *** | Jim Meyering |