summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-23* src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color.Jim Meyering
2007-08-23Don't let ln be a party to destroying user data.Jim Meyering
2007-08-23Move functions from copy.c into new modules, since ln needs them, too.Jim Meyering
2007-08-22* src/c99-to-c89.diff: Adjust offsets.Jim Meyering
2007-08-22Change "rm --verbose -r a//" not to print extra slashes in a///bJim Meyering
2007-08-22Don't include "getline.h".Jim Meyering
2007-08-22* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.Jim Meyering
2007-08-21By default, do not install hostname anymore.Jim Meyering
2007-08-21Clarify touch documentation of file arguments.Bob Proulx
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake
2007-08-18Use new "idcache.h" header.Jim Meyering
2007-08-15od --skip (-j) works even on files in /proc, when the kernel liesJim Meyering
2007-08-15* src/printf.c (usage): Adjust summary to also mention OPTIONs.Jim Meyering
2007-08-14od: fix a bug that arises when skipping exact length of fileJim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-05Encapsulate a static variable.Jim Meyering
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-07-31du: print size (probably incomplete) of each inaccessible directoryJim Meyering
2007-07-29Adjust indentation to reflect today's change.Jim Meyering
2007-07-29Attempt to copy a regular file, even if stat says it is empty.Jim Meyering
2007-07-24sort: avoid unaligned access.Paul Eggert
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-23Update c99/c89 patch for new, copyright-change-induced offsets.Jim Meyering
2007-07-20* src/sort.c (main): Don't free a pointer to non-malloc'd memory.Andreas Schwab
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