summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-08-09Warn about oflag=append without conv=notrunc.Paul Eggert
2006-08-09Add mlterm, rxvt-unicode; this fixes Debian bug 317503.Paul Eggert
2006-08-09Regenerate.Paul Eggert
2006-08-09Add shuf.Paul Eggert
2006-08-09(next_line): New function.Paul Eggert
2006-08-09Add a compile-time check to ensure that filetypeJim Meyering
2006-08-08Remove; its contents are now in ../lib/rand-isaac.c.Paul Eggert
2006-08-08New file, introduced for shuf, sort -R, and/or shred.Paul Eggert
2006-08-08Use new random-number interface rather than rand-isaac.c.Paul Eggert
2006-08-08Use new random-number interface rather than rand-isaac.c.Paul Eggert
2006-08-08(bin_PROGRAMS): Add shuf.Paul Eggert
2006-07-29(set_author): Preserve the st_author field via thePaul Eggert
2006-07-27* src/chgrp.c (usage): Use correct grammar in description of the --reference ...Jim Meyering
2006-07-26* src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]:Jim Meyering
2006-07-26* src/ls.c (print_color_indicator): Test for S_IFREG first, ratherJim Meyering
2006-07-26Checking in a change from Paul.Jim Meyering
2006-07-26Prepare 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* src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks.Jim Meyering
2006-07-25Get --dired offsets right when handling stat-failed entries.Jim Meyering
2006-07-25* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized theJim Meyering
2006-07-25* src/ls.c (gobble_file): Make it so failure to stat aJim 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'sJim 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-21Fix another bug: ls --indicator-style=file-type would callJim Meyering
2006-07-20* src/df.c (main): Fail and don't print the headers if noJim Meyering
2006-07-20Fix 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-17Regenerate.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-17Include 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-11Assume <dirent.h> exists, since gnulib assumes this now as well.Paul Eggert
2006-07-09Regenerate.Paul Eggert
2006-07-09Adjust 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 usesPaul Eggert
2006-07-09(unexpand): Don't assume that isprint etc. returnPaul Eggert
2006-07-09(is_char_class_member): Don't assume that isprint etc. returnPaul Eggert