summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-19"cp -i --update older newer" no longer prompts; same for mvJim Meyering
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering
2007-07-14Remove long-deprecated options.Jim Meyering
2007-07-13Warn about non-portable use of unescaped backslash at end of string,Jim Meyering
2007-07-10Skip "arch" test if it's not built.Jim Meyering
2007-07-10Add support for enabling/disabling installation of specified programs.Jim Meyering
2007-07-10New program: archKarel Zak
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-09Compensate for new c99'isms in seq.c.Jim Meyering
2007-07-09Fix the automatic number width formatting in seq.P@draigBrady.com
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering
2007-07-06setuidgid: set all groups, not just the primary one; mgetgroups: new moduleJim Meyering
2007-07-05* src/id.c: Include "getugroups.h" rather than declaring manually.Jim Meyering
2007-07-04pr -F no longer suppresses the footer or the first two blank header linesPaul Eggert
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering
2007-06-23seq no longer mishandles cases like "seq 0 0.000001 0.000003",Paul Eggert
2007-06-22* src/stat.c (long_options): Add a FIXME comment to help ensureJim Meyering
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert
2007-06-18Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering
2007-06-16Make chgrp and chown diagnostics consistent.Jim Meyering
2007-06-15Correct cp's handling of destination symlinks in some cases.Paul Eggert
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering
2007-06-15Clarify what "cat" documentation means by "blank" lines.Paul Eggert
2007-06-13rmdir: give better diagnosticsJim Meyering
2007-06-13Don't include "quotearg.h" when it is not used.Jim Meyering
2007-06-10bug-fix: cp would fail to write through a dangling symlinkJim Meyering
2007-05-31* src/dircolors.hin: Add screen-256color.Jim Meyering
2007-05-26wc: ignore multibyte-character decoding errorsJames Youngman
2007-05-22cut: diagnose a range starting with 0 (-f 0-2) as invalid, andJim Meyering
2007-05-22"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"Jim Meyering
2007-05-22stty: fix a harmless syntax nitJim Meyering
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering
2007-05-19Rename uses of futimens -> gl_futimens; glibc now declares the former.Jim Meyering
2007-05-13Remove the generated tests/*/Makefile.am files from version control.Jim Meyering
2007-05-13Add -z option to uniq. Originally proposed by Egmont Koblinger.James Youngman
2007-05-04tr -c: don't abort when translating with S2 larger than complement of S1Jim Meyering
2007-05-03The following commands and options now support the standard sizePaul Eggert
2007-05-02* src/du.c (usage): Tweak description of --dereference-args (-D) again.Jim Meyering
2007-04-28* src/nohup.c (usage): Describe how standard input and output are redirected.Paul Eggert
2007-04-25Add "runcon" to .cvsignore and .gitignore files.Jim Meyering
2007-04-25* src/du.c (usage): Clarify description of --dereference-args (-D).Jim Meyering
2007-04-24ls --color once again colors dangling symlinks correctlyEric Blake
2007-04-16* src/cut.c (usage): Adjust synopsis to show that an OPTION is required.Jim Meyering
2007-04-12split --line-bytes=N (-C N): don't create an empty file.Paul Eggert
2007-04-10ls: don't form or compute the length of strings that won't be used.Jim Meyering
2007-04-07Fix a bug in how the LS_COLORS ln=target attribute is handled.Eric Blake
2007-04-02* src/copy.c (copy_reg): Initialize local "con", before callingJim Meyering
2007-04-02* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:Paul Eggert
2007-03-29* src/runcon.c (main): Don't reorder arguments. Reported byJim Meyering
2007-03-29* src/runcon.c (main): Remove "." at end of a diagnostic.Jim Meyering