Age | Commit message (Expand) | Author |
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-21 | * src/su.c (usage): Correct typo in --help output: s/commmand/command/ | 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 | * src/df.c (main): Fail and don't print the headers if no | 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-17 | Regenerate. | Paul Eggert |
2006-07-17 | (main): Adjust to new mode_adjust API. | Paul Eggert |
2006-07-17 | (main): Adjust to new mode_adjust API. | Paul Eggert |
2006-07-17 | (struct mkdir_options): New struct. | Paul Eggert |
2006-07-17 | Include mkancesdirs.h. | Paul Eggert |
2006-07-17 | (process_file): Adjust to mode_adjust API change. | Paul Eggert |
2006-07-14 | (do_decode): Output to parameter OUT, not to stdout. | Paul Eggert |
2006-07-11 | Assume <dirent.h> exists, since gnulib assumes this now as well. | Paul Eggert |
2006-07-09 | Regenerate. | Paul Eggert |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-07-09 | (print_it): Don't assume char is unsigned. | Paul Eggert |
2006-07-09 | (print_esc): Don't assume char is unsigned. | Paul Eggert |
2006-07-09 | (create_fullname): Don't assume char is unsigned. | Paul Eggert |
2006-07-09 | (is_blank): Remove; no longer needed. All uses | Paul Eggert |
2006-07-09 | (unexpand): Don't assume that isprint etc. return | Paul Eggert |
2006-07-09 | (is_char_class_member): Don't assume that isprint etc. return | Paul Eggert |
2006-07-09 | (initialize_regex, fix_output_parameters): Don't assume that isprint | Paul Eggert |
2006-07-09 | (check_punctuation): Don't assume that isprint etc. return | Paul Eggert |
2006-07-09 | (expand): Don't assume that isprint etc. return | Paul Eggert |
2006-07-09 | (inittables): Use toupper rather than | Paul Eggert |
2006-07-09 | (apply_translations): Use toupper rather than | Paul Eggert |
2006-07-09 | (_D_EXACT_NAMELEN): Renamed from NLENGTH, for | Paul Eggert |
2006-07-08 | * src/dd.c (skip): Remove one of two adjacent "the"s in a comment. | Jim Meyering |
2006-07-05 | * src/ls.c (usage): Correct the description of -G: it is useful | Jim Meyering |
2006-07-05 | * src/copy.c (copy_internal): Don't work around old NFS clients like | Jim Meyering |
2006-07-05 | Regenerate, to remove fuzz. | 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-02 | Include <stdint.h> unconditionally, since we | Paul Eggert |
2006-07-01 | (main): With no operand, 'tail -f' now silently ignores the '-f' | Paul Eggert |
2006-07-01 | * src/ln.c (do_link): Use new, shorter URL, for ag-review link. | Jim Meyering |
2006-07-01 | (seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB). | Paul Eggert |
2006-07-01 | Don't include <math.h> or <xstrtol.h>; no longer needed. | Paul Eggert |
2006-06-28 | * src/sort.c (main): Support obsolete usages like "sort +1 -2" even when | Paul Eggert |