summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2009-01-08option handling: make exceptions more consistentEric Blake
2009-01-07* bootstrap.conf (avoided_gnulib_modules): Add dummy.Jim Meyering
2009-01-07* maint.mk: align some backslashesJim Meyering
2009-01-05doc: pathchk description enhancementsPádraig Brady
2009-01-03src/.gitignore: Ignore getlimits utilityPádraig Brady
2009-01-03tests: refactor to use the new getlimits utilityPádraig Brady
2009-01-03stat: print file-system total inode count (%c) as an unsigned numberMichael Meskes
2009-01-01tests: factor ls-misc (no semantic change)Jim Meyering
2009-01-01update copyright yearJim Meyering
2009-01-01improve M4 quotingJim Meyering
2009-01-01bootstrap: don't use cmp's -s option when reading from a pipeJim Meyering
2009-01-01maint: factor out common code; prohibit use of HAVE_MBRTOWCJim Meyering
2009-01-01maint: use more sc_-prefixed namesJim Meyering
2009-01-01maint: tighten m4 AC_ quoting checkJim Meyering
2009-01-01maint: move coreutils-specific syntax check rules into cfg.mkJim Meyering
2009-01-01portability: accommodate gnulib's getaddrinfo changeJim Meyering
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering
2008-12-27doc: mention long option abbreviationEric Blake
2008-12-26maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol namesJim Meyering
2008-12-26dd: add support for opening files in Concurrent I/O (CIO) modeMatt Harden
2008-12-23build: do enable $(WERROR_CFLAGS) for src/ files.Jim Meyering
2008-12-23doc: stty: Clarification of some input and output settingsPádraig Brady
2008-12-23timeout: remove problematic castsPádraig Brady
2008-12-21* .x-sc_require_config_h: Remove obsolete regexps.Jim Meyering
2008-12-21maint.mk: enforce the "include <config.h> first" ruleJim Meyering
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-12-21build: turn on $(WERROR_CFLAGS) for src/Jim Meyering
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-12-17doc: Remove curly quotes from shell examples in man pagesPádraig Brady
2008-12-16ChangeLog-2008: say ChangeLog files are no longer manually maintainedJim Meyering
2008-12-16du: -H now does what POSIX requiresJim Meyering
2008-12-13doc: pr: formatting correctionsJim Meyering
2008-12-13more portable bootstrap procedureRalf Wildenhues
2008-12-03tests: ensure that chmod, chgrp and chown honor --silentJim Meyering
2008-12-03chmod, chown, chgrp: honor --silent (-f) once againOndřej Vašík
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-02du: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-01seq: plug a leakJim Meyering
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-12-01* bootstrap.conf (gnulib_modules): Add argv-iter.Jim Meyering
2008-12-01argv-iter: add testsJim Meyering
2008-12-01argv-iter: new moduleJim Meyering
2008-12-01* src/hostname.c (sethostname) [!HAVE_SETHOSTNAME]: Remove declaration.Jim Meyering
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-12-01doc: Make descriptions of ASCII NUL and --zero-terminated option consistentPádraig Brady
2008-12-01doc: enforce @var{lower} policyJim Meyering
2008-12-01doc: Tweak info docs to standarise on lower-case @var{file}Pádraig Brady
2008-12-01doc: Improve description of --files0-from optionPádraig Brady
2008-12-01tests: dd/reblock: Reduce chance of timing related failuresPádraig Brady