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