aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-29New program: chconJim Meyering2-1/+591
2007-03-28Help translators include translation team's web or email address.Jim Meyering88-87/+97
2007-03-28* src/stty.c: Don't include "vasprintf.h", now that itsJim Meyering2-4/+2
2007-03-27* README: Use "install", not "ginstall" in the list of program names.Jim Meyering1-1/+1
2007-03-25* src/c99-to-c89.diff: Regenerate.Jim Meyering1-26/+25
2007-03-25Avoid the need for euidaccess and/or lstat on every directory entryPaul Eggert2-70/+102
2007-03-23* src/pathchk.c: Don't include euidaccess.h, as we don't callJim Meyering1-2/+1
2007-03-20* src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD):Paul Eggert1-3/+3
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering1-2/+1
2007-03-17Avoid an obscure build failure, prefer waitpid over wait.Jim Meyering1-5/+4
2007-03-16* src/copy.c: Include filemode.h.Paul Eggert1-2/+7
2007-03-10remove trailing blanksJim Meyering1-3/+3
2007-03-09src/fs.h: git-rm a generated but already-ignored fileJim Meyering1-43/+0
2007-03-08* src/c99-to-c89.diff: Reflect the new c99'ism, update offsets.Jim Meyering1-4/+21
2007-03-08rm without -f: give a better diagnostic when euidaccess fails.Jim Meyering1-56/+62
2007-03-03Fix a bug: cp -x would fail to set mount point permissions.Andrew Church1-11/+12
2007-03-01* bootstrap.conf (gnulib_modules): Replace xreadlink withBruno Haible4-7/+8
2007-02-27Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.Paul Eggert1-4/+13
2007-02-24* NEWS: sort no longer compresses temporaries by default.Paul Eggert1-13/+3
2007-02-23* src/date.c (usage): Split a diagnostic that had grown to beJim Meyering1-0/+2
2007-02-23* src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',Ed Santiago1-1/+4
2007-02-23With -Dlint, make shuf free all heap-allocated storage.Jim Meyering1-4/+13
2007-02-22Honor dd's noatime flag if possible, even if not supported on build fsPaul Eggert1-2/+2
2007-02-22Adjust preceding change not to perform an unaligned access.Jim Meyering1-2/+11
2007-02-22Placate valgrind, wrt ./cp --sparse=alwaysJim Meyering1-1/+2
2007-02-21* src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warningPaul Eggert1-1/+1
2007-02-20* src/env.c (main): When invoked with no arguments (i.e. when printingJim Meyering1-3/+4
2007-02-19* NEWS: sort now uses a --compress-program option rather thanPaul Eggert1-17/+16
2007-02-18Rely on gnulib-generated stdlib.h, not exit.h.Jim Meyering1-2/+1
2007-02-15* bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.Paul Eggert1-5/+6
2007-02-10Remove excess leading spaces that would make help2man misbehave.Jim Meyering4-10/+10
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering5-11/+11
2007-02-03* NEWS: Document fix for cp --preserve=mode.Paul Eggert2-13/+22
2007-02-03* NEWS: Document fix for cp --parents.Paul Eggert1-3/+9
2007-02-02* src/nl.c (proc_text): Use "NULL", not "(struct re_registers *) 0".Jim Meyering1-2/+2
2007-02-02* src/c99-to-c89.diff: Make shred.c Index: and a/b prefixesJim Meyering1-3/+3
2007-01-29Plug a leak in ls.Jim Meyering1-0/+2
2007-01-29* src/ls.c: Rename three global variables.Jim Meyering1-49/+49
2007-01-29Shave 8 bytes off the size of "struct fileinfo".Jim Meyering1-5/+6
2007-01-29Modify "ls" to sort its data faster, using the new gnulib mpsortPaul Eggert1-39/+68
2007-01-26Adjust to today's change to gnulib, which added a module forPaul Eggert2-6/+1
2007-01-26* src/dd.c (advance_input_after_read_error): Change diagnostic toJim Meyering1-2/+2
2007-01-25* src/sort.c (create_temp): Remove superfluous access-X_OKDan Hipschman1-6/+1
2007-01-24Pass "make distcheck" again.Jim Meyering1-0/+2
2007-01-24* NEWS: New option sort -C, proposed by XCU ERN 127, which looksPaul Eggert1-25/+54
2007-01-24* NEWS: sort temp file compression: tweak wording.Jim Meyering1-1/+1
2007-01-24* src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRIES_DECOMPRESS):Dan Hipschman1-42/+473
2007-01-20Standardize on list of signals when an app catches signals.Paul Eggert3-4/+63
2007-01-19* src/sort.c (cleanup): Clear temphead at the end.Dan Hipschman1-3/+22
2007-01-18* src/c99-to-c89.diff: Adjust remove.c offsets.Jim Meyering1-3/+3