summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-20port to GNU hosts, where getuid and friends can failPaul Eggert
2011-11-20maint: avoid gitlog-to-changelog diagnostic about unused entriesJim Meyering
2011-11-20ln: fix position of --backup values descriptionErik Auerswald
2011-11-18scripts: rewrite git commit-msg hook in PerlJim Meyering
2011-11-16sort: clarify wording on -k syntaxEric Blake
2011-11-15id: fix bug when euid != ruidPaul Eggert
2011-11-15ls: another reword of generic size noteRuediger Meier
2011-11-15id: tweak commentEric Blake
2011-11-15id: handle (uid_t) -1 more portablyPaul Eggert
2011-11-15id: undo previous commit, which was done by mistakePaul Eggert
2011-11-15doc: update for ISO/IEC 80000-13Paul Eggert
2011-11-14id: fail when getuid, getgid, etc. fail, e.g., on GNU/HurdLudovic Courtès
2011-11-13tests: avoid rare fp failure in du/move-dir-while-traversingNix
2011-11-13maint: adjust git hook to allow "copy: ..." on line 1 of commit messageJim Meyering
2011-11-13maint: id, groups: use conforming diagnosticsJim Meyering
2011-11-13maint: avoid new syntax-check failure due to indentation with TABsJim Meyering
2011-11-12maint: install customized git hooks to keep commit logs consistentJim Meyering
2011-11-12maint: add rule to ensure that our commit hook copies are up to dateJim Meyering
2011-11-12maint: sync pre-commit script with git'sJim Meyering
2011-11-12build: update gnulib for fstatat cross-compile improvementJim Meyering
2011-11-12maint: adjust the URL that will appear in the generated announcementJim Meyering
2011-11-12ls: plug a per-argument leakJim Meyering
2011-11-12* tests/misc/sort-continue: Port to Fedora 15.Paul Eggert
2011-11-12* tests/ls/block-size: Make it executable.Paul Eggert
2011-11-11* src/system.h (emit_size_note): Reword for clarity.Paul Eggert
2011-11-11ls: -k no longer affects -l's file sizesPaul Eggert
2011-11-08doc: fix typo in sort descriptionEric Blake
2011-11-05build: update gnulib for more openat changesJim Meyering
2011-11-04build: do use fstatat and unlinkat modules, now that they're separateJim Meyering
2011-11-04build: update gnulib to pull in openat module separation changesJim Meyering
2011-11-03tests: avoid signal issues in timeout-groupPádraig Brady
2011-11-03tests: fix a race in timeout-groupPádraig Brady
2011-11-02build: adapt to gnulib's recent openat/fchmodat separationJim Meyering
2011-11-02maint: fix git-log typos when generating ChangeLogJim Meyering
2011-11-02stat: avoid compilation failure with gnulib's new alignofJim Meyering
2011-11-02scripts: reject references to long-form bug URLsJim Meyering
2011-11-01doc: date: mention that the hardware clock might not be setPádraig Brady
2011-11-01build: adapt to gnulib's recent openat/fchownat separationJim Meyering
2011-10-30build: update gnulib for GNUmakefile fixJim Meyering
2011-10-30maint: avoid new "make syntax-check" failure due to stdalign definitionJim Meyering
2011-10-30tests: update gnulib to latest to avoid FP DST-related test failureJim Meyering
2011-10-30tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOMJim Meyering
2011-10-29tests: don't make tail's pipe-f2 test take the full 10 secondsJim Meyering
2011-10-27date: reinstate the --iso-8601 (-I) optionJim Meyering
2011-10-27build: avoid bootstrap failure when using patch-2.5.8Jim Meyering
2011-10-25build: do not remove definition of ENODATA, after allJim Meyering
2011-10-24doc: NEWS: correct "bug introduced in ..." version numberEric Blake
2011-10-24rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systemsJim Meyering
2011-10-23maint: add git hook scriptsJim Meyering
2011-10-21tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet