summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/next' into nextnextEric Blake2009-10-100-0/+0
|\
| * rm: avoid compiler warningEric Blake2009-09-051-1/+1
| * euidaccess-stat: remove unnecessary macrosEric Blake2009-09-051-7/+0
| * rm: use gnulib faccessatEric Blake2009-09-053-9/+6
| * NEWS: mention recent improvements in rmJim Meyering2009-09-051-0/+9
| * rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N)Jim Meyering2009-09-052-0/+10
| * build: placate gcc's new -Wskip-jump-initJim Meyering2009-09-052-38/+38
| * rm: rewrite to use ftsJim Meyering2009-09-057-1497/+233
| * rm: record timing dataJim Meyering2009-09-052-0/+528
* | rm: record timing dataJim Meyering2009-10-102-0/+528
* | touch: optimize use of utimensEric Blake2009-10-101-36/+10
* | copy: allow symlink timestamp preservation on more systemsEric Blake2009-10-103-12/+3
* | build: update gnulib submodule to latest, for utimens improvementsEric Blake2009-10-101-0/+0
* | maint: touch up previous LDADD patchEric Blake2009-10-101-1/+0
* | build: build uname(1) unconditionallyJim Meyering2009-10-102-3/+1
* | maint: list program names one per lineJim Meyering2009-10-101-27/+116
* | build: ls: fix link failure due to missing -laclJim Meyering2009-10-101-0/+1
* | maint: touch up previous LDADD patchEric Blake2009-10-092-0/+6
* | maint: improve additional library trackingEric Blake2009-10-091-66/+178
* | chcon: don't disable just because SELinux is disabledJim Meyering2009-10-092-4/+4
* | ls: remove explicit getfilecon work-aroundJim Meyering2009-10-091-11/+0
* | build: update gnulib submodule to latest, for getfilecon wrappersJim Meyering2009-10-091-0/+0
* | maint: use X2NREALLOC in more placesEric Blake2009-10-083-3/+3
* | maint: remove unused macros and declarationsEric Blake2009-10-082-62/+5
* | maint: move timeout exit statusesEric Blake2009-10-083-11/+4
* | stat: test recent patchEric Blake2009-10-082-0/+50
* | stdbuf: improve path searchEric Blake2009-10-082-17/+12
* | stat: work with recent gnulib changesEric Blake2009-10-081-1/+6
* | stat: add support for many more file system typesJim Meyering2009-10-083-6/+58
* | stat: recognize CIFS and HFS file system typesJim Meyering2009-10-083-7/+44
* | md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf2009-10-074-5/+34
* | maint: make release-making instructions more genericJim Meyering2009-10-061-12/+21
* | post-release administriviaJim Meyering2009-10-063-2/+5
* | version 8.0v8.0Jim Meyering2009-10-061-1/+1
* | build: update gnulib submodule to latestJim Meyering2009-10-061-0/+0
* | chcon: exit immediately if SELinux is disabledOndřej Vašík2009-10-063-1/+6
* | build: update gnulib submodule to latestJim Meyering2009-10-031-0/+0
* | dircolors: highlight .cgm and .emf as imagesJames R. Van Zandt2009-10-022-0/+3
* | maint: remove obsolete syntax-check exclusionJim Meyering2009-10-021-1/+1
* | tail: avoid a race where we could miss new data with --pidPádraig Brady2009-10-023-29/+38
* | maint: move gnu-web-doc-update script to gnulibJim Meyering2009-10-022-41/+1
* | build: update gnulib submodule to latestJim Meyering2009-10-021-0/+0
* | tests: tail-2/pid: use a 3-second timeout, not 1Jim Meyering2009-09-301-2/+2
* | build: update gnulib submodule to latestJim Meyering2009-09-301-0/+0
* | build: translate diagnostics from two new filesJim Meyering2009-09-301-0/+2
* | build: now that we use the lock module, don't exclude lock.m4Jim Meyering2009-09-301-1/+0
* | ls: always print "?" for allocated size of a dereferenced dangling symlinkPádraig Brady2009-09-303-13/+18
* | build: use gnulib's freopen moduleJim Meyering2009-09-301-1/+3
* | stat: interpret "-" as standard inputJim Meyering2009-09-294-1/+57
* | ls: don't use an undefined struct stat after failed stat/lstatJim Meyering2009-09-292-3/+7