* NEWS: Mention fix for Bug#9098.
[platform/upstream/coreutils.git] / src /
2011-07-16 Paul Eggerttimeout: treat seconds counts like 'sleep' does
2011-07-16 Paul EggertFix capiTalization in comments.
2011-07-16 Paul Eggert* src/timeout.c (main): Use waitpid, not wait (Bug...
2011-07-16 Paul Eggerttimeout: port to NonStop (Bug#9077)
2011-07-16 Paul Eggertls: port to NonStop (Bug#9076)
2011-07-16 Paul Eggertdd: port to NonStop (Bug#9076)
2011-07-15 Paul Eggertcsplit: don't prematurely terminate cleanup (Bug#9076)
2011-07-15 Paul Eggert* src/dd.c: Remove obsolete comments re POSIX.
2011-07-15 Pádraig Bradybuild: avoid a st_blksize compile failure on some systems
2011-07-15 Pádraig Bradybuild: avoid a fiemap compile failure on some systems
2011-07-15 Paul Eggert* src/fiemap.h (struct fiemap.fm_extents): Change size...
2011-07-14 Bernhard Voelkermaint: fix warning 'possible use of "=" where "=="...
2011-07-13 Benoît Knechtdoc: describe the file permissions set by mktemp
2011-07-13 Benoît Knechtdoc: note the order in which wc counts are printed
2011-07-11 Benoît Knechtdircolors: highlight .webm multimedia files
2011-07-08 Pádraig Bradytimeout: handle signals more transparently
2011-07-08 Pádraig Bradytimeout: support cascaded timeouts
2011-07-08 Pádraig Bradytimeout: add --foreground to support interactive commands
2011-07-08 Benoît Knechtdoc: note that cp -l creates _hard_ links
2011-07-07 Patrick Schoenfeldmd5sum, sha1sum, etc: accept new option: --strict
2011-07-07 Benoît Knechtdoc: note date's %k, %l are space-padded and equivalent...
2011-07-07 Jim Meyeringstat: recognize GPFS as a file system type
2011-07-02 Jim Meyeringmaint: use "const" and "pure" function attributes where...
2011-06-25 Jim Meyeringdoc: improve ls --help grammar
2011-06-25 Jim Meyeringmaint: don't use gnulib's pathmax module; define PATH_M...
2011-06-24 Pádraig Bradystat: recognize MQUEUE and PSTOREFS file systems
2011-06-19 Jim Meyeringstdbuf: fix automake variable name to work with cutting...
2011-06-13 James Youngmanmaint: use stat-size module from gnulib
2011-06-09 Pádraig Bradymaint: remove unneeded includes
2011-06-09 Pádraig Bradydoc: add examples to date --help
2011-06-04 Jim Meyeringbuild: require at least 2-year old autoconf-2.64 (was...
2011-06-04 Jim Meyeringmaint: remove now-spurious curly braces
2011-06-01 Marek Polacekyes.c: do not use exit after error
2011-06-01 Jim Meyeringtail: fix an inconsequential bug spotted by coverity
2011-05-29 Jim Meyeringmaint: placate -Wsign-compare when it's non-invasive
2011-05-28 Jim Meyeringls: placate gcc-4.7.0's -Wstrict-overflow
2011-05-28 Jim Meyeringmaint: remove useless (off_t) cast of lseek arg
2011-05-27 Pádraig Bradychown,chgrp: output the original ownership in -v messages
2011-05-27 Pádraig Bradychown,chgrp: output the correct ownership in -v messages
2011-05-26 Pádraig Bradymaint: fix a -Wstrict-overflow build failure with gcc 4.5
2011-05-26 Jim Meyeringmaint: accommodate gcc's -Wstrict-overflow option
2011-05-26 Jim Meyeringmaint: enforce cpp indentation policy
2011-05-26 Jim Meyeringmaint: env.c: remove unnecessary use of strchr
2011-05-26 Jim Meyeringshred: placate coverity and fix a comment
2011-05-25 Pádraig Bradymaint: split: remove --filter specific code from other...
2011-05-25 Pádraig Bradysplit: diagnose when --filter is used with a chunk...
2011-05-25 Pádraig Bradysplit: exit when we can no longer write to a --filter
2011-05-25 Pádraig Bradysplit: return success even if a --filter exits
2011-05-25 Pádraig Bradysplit: fix an edge case where -n l/... creates an extra...
2011-05-25 Bernhard Voelkerchmod: output the original mode in verbose mode
2011-05-25 Jim Meyeringmaint: accommodate gnulib's newer tight_scope rule
2011-05-25 Jim Meyeringtouch: placate static analyzers: no NULL-deref is possible
2011-05-24 Pádraig Bradysplit: fix cases where -n l/... creates extraneous...
2011-05-24 Stéphane Raimbaultdoc: add a missing space in timeout --help
2011-05-21 Ivan Sichmann Freitasmaint: fix comment typos in df.c
2011-05-19 Jim Meyeringmaint: correct typos involving misuse of "a" and "an"
2011-05-18 Pádraig Bradyprintf: fix an out-of-bounds memory access
2011-05-17 Pádraig Bradydoc: mention that ls time ordering is newest first
2011-05-13 Jim Meyeringls: allow stat-free use of --color
2011-05-12 Jim Meyeringmaint: use <unistd.h>, not "group-member.h"
2011-05-11 Jim Meyeringmaint: remove syntax-checking sc_tight_scope rule
2011-05-11 Jim Meyeringmaint: tail: mark a global variable as static
2011-05-08 Pádraig Bradymaint: remove -Wmissing-field-initializers workarounds
2011-05-06 Karl Heuersplit: accept new output --filter=CMD option
2011-05-06 Pádraig Bradysort: fix a contradictory --debug warning
2011-05-05 Pádraig Bradydf: fix crash in mem exhaustion edge case
2011-05-03 Jim Meyeringcopy: fix my typo
2011-05-03 Jeff Liucopy: correct misuse of quote in diagnostic
2011-04-30 Jim Meyeringmaint: adjust split.c formatting to conform
2011-04-26 Jim Meyeringmaint: tweak sc_tight_scope rule
2011-04-26 Jim Meyeringdd: work around compilation failure on AIX 5.1 and 5.2
2011-04-26 Jim Meyeringmaint: move two small functions, so we can remove a...
2011-04-25 Jim Meyeringmaint: change some leading 8-space sequences to TABs...
2011-04-25 Jim Meyeringstat: recognize V9FS and ECRYPTFS file systems
2011-04-25 Jim Meyeringtail --follow=name no longer implies --retry
2011-04-25 Jeff Liucopy: include both src and dest names in clone failure...
2011-04-25 Jim Meyeringdoc: tail/inotify does use --sleep-interval=S, with...
2011-04-20 Jim Meyeringcopy: use FIEMAP (extent_copy) only for apparently...
2011-04-20 Jim Meyeringcopy: factor out a tiny sparse-testing function
2011-04-20 Jim Meyeringcopy: do not treat unwritten extents specially: avoid...
2011-04-20 Jim Meyeringcopy: always use FIEMAP_FLAG_SYNC, for now
2011-04-17 Ondřej Vašíkdircolors: add .ear, .war, .sar, for Java jar-like...
2011-04-12 Jim Meyeringmaint: remove unnecessary inclusion of <stdio.h>
2011-04-11 Jim Meyeringmaint: install: remove support for --preserve_context...
2011-04-11 Jim Meyeringmaint: reorder install.c to eliminate declarations...
2011-04-11 Jim Meyeringmaint: rename variables for clarity...
2011-04-11 Jim Meyeringmaint: remove doubled words in comments, e.g., s/to...
2011-04-11 Pádraig Bradymaint: misc typo fixes
2011-04-06 Pádraig Bradycopy: handle mergeable extents across fiemap scans
2011-04-06 Pádraig Bradycopy: fix an unlikely memory leak when a fiemap copy...
2011-04-04 Jim Meyeringtests: minor improvement of sc_tight_scope rule
2011-04-03 Jim Meyeringmaint: prohibit direct use of strncmp: prefer STREQ_LEN...
2011-04-03 Jim Meyeringcopy: require fiemap sync also for 2.6.38 kernels
2011-04-02 Jim Meyeringcp: always detect copy-into-self: avoid infloop w/large...
2011-04-01 Pádraig Bradycopy: process empty extents more efficiently
2011-04-01 Pádraig Bradycopy: protect against overlapping extents
2011-04-01 Pádraig Bradycopy: link rather than copy symlinks, when --link used
2011-03-31 Pádraig Bradycopy: with fiemap copy, only sync when needed
2011-03-28 Jim Meyeringmaint: correct formatting style in a header
2011-03-23 Pádraig Bradydf: fix alignment of columns
next