aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-13build: distribute new file, fiemap.hJim Meyering1-0/+1
2010-06-11copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctlJie Liu1-0/+1
2010-06-11fiemap.h: include <stdint.h>, not <linux/types.h>Jim Meyering1-1/+1
2010-06-11copy.c: ensure proper alignment of fiemap bufferPaul Eggert1-7/+8
2010-06-11copy.c: adjust comments, tweak semanticsJim Meyering1-26/+36
2010-06-11cp: Add FIEMAP support for efficient sparse file copyJie Liu2-0/+261
2010-06-10ls: avoid just-introduced buffer overrunJim Meyering1-1/+1
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering3-7/+7
2010-06-08sort: avoid unnecessary use of sprintfJim Meyering1-12/+13
2010-06-08dirname: tweak summary wordingEric Blake1-3/+3
2010-06-02touch: remove support for --file=REF_FILE optionJim Meyering1-7/+1
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering17-26/+26
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering23-48/+48
2010-05-31maint: correct indentation of case_GETOPT_* macro usesJim Meyering2-4/+4
2010-05-31stat: use gnulib's alignof moduleJim Meyering1-4/+3
2010-05-29truncate: improve handling of non regular filesPádraig Brady1-41/+18
2010-05-28truncate: support sizes relative to an existing filePádraig Brady1-14/+22
2010-05-25maint: don't emit an extra newline in each of two diagnosticsJim Meyering2-2/+2
2010-05-25maint: remove unneeded double quotes on RHS of shell assignmentsJim Meyering2-3/+3
2010-05-24sort: adjust the leading blanks --debug warningPádraig Brady1-2/+8
2010-05-19du: recognize -d N as equivalent to --max-depth=NJon Ringuette1-8/+7
2010-05-17maint: fix the fs-magic-compare ruleJim Meyering1-1/+1
2010-05-17build: avoid a new -Wformat-induced warningJim Meyering1-1/+1
2010-05-16sort: --debug: output data independent warnings and infoPádraig Brady1-54/+189
2010-05-12sort: add a --debug option to highlight key extentsPádraig Brady1-60/+229
2010-05-03maint: remove now-redundant definitions provided by signal.hJim Meyering2-9/+0
2010-05-03maint: remove now-redundant definitions provided by sys/wait.hJim Meyering3-21/+0
2010-05-01sort: use long doubles only when effectivePaul Eggert1-4/+6
2010-04-29sort: use long doubles for general numeric modePádraig Brady2-5/+21
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering10-28/+10
2010-04-23tests: fix exit status of signal handlers in shell scriptsDmitry V. Levin1-1/+4
2010-04-22base64: always treat input in binary modeEric Blake1-2/+7
2010-04-20sort: fix parsing of end field in obsolescent key formatsPádraig Brady1-1/+11
2010-04-16cp: preserve "capabilities" when also preserving file ownershipPádraig Brady1-14/+16
2010-04-16maint: fix build on platforms that replace strsignalPádraig Brady1-0/+3
2010-04-13cp: treat selinux warnings consistentlyPádraig Brady1-10/+13
2010-04-12doc: clarify when cp and mv output xattr warningsPádraig Brady1-17/+18
2010-04-09dircolors: add rxvt-256color and rxvt-unicode256Mike Frysinger1-0/+2
2010-04-09maint: ftruncate is always available, even without gnulibJim Meyering2-14/+3
2010-04-08doc: make wc --help say how it defines a 'word'James Youngman1-1/+2
2010-04-04tail: include sys/vfs.h (if possible) when sys/statfs.h is absentMarc Kleine-Budde1-0/+2
2010-03-29build: update after change in gnulib's lib-ignore moduleBruno Haible1-0/+3
2010-03-26nice,chroot: use more standard option parsingPádraig Brady2-15/+29
2010-03-26timeout: use more standard option parsingKim Hansen1-4/+8
2010-03-20maint: code formatting nitJim Meyering1-1/+1
2010-03-18rm: tweak wording about loss of data warningEric Blake1-3/+3
2010-03-18revert "maint: mark makefile "dist-hook" target as PHONY"Ralf Wildenhues1-1/+0
2010-03-18doc: improve ls --help's description of --escape (-b)Eric Blake1-1/+1
2010-03-18maint: mark makefile "dist-hook" target as PHONYJim Meyering1-0/+1
2010-03-17maint: add a space before open-paren, where lackingJim Meyering8-20/+20