tests: default to /tmp as the temporary directory
[platform/upstream/coreutils.git] / src /
2010-12-14 Paul Eggertsort: fix some --compress reaper bugs
2010-12-11 Jim Meyeringsort: syntax cleanup
2010-12-11 Paul Eggertsort: integer overflow checks in thread counts, etc.
2010-12-11 Chen Guosort: preallocate merge tree nodes to heap.
2010-12-11 Paul Eggertsort: comment fix
2010-12-11 Chen Guosort: use mutexes, not spinlocks (avoid busy loop on...
2010-12-08 Pádraig Bradysplit: fix a case where --elide-empty causes invalid...
2010-12-04 Paul Eggertsort: merge_queue -> queue
2010-12-04 Paul Eggertsort: clarify queue_check_insert
2010-12-04 Paul Eggertsort: fix problems with merge node dest pointer
2010-12-04 Paul Eggertsort: simplify write_unique
2010-12-04 Paul Eggertsort: put queue arg first
2010-12-04 Paul Eggertsort: tune struct_merge_node slightly
2010-12-04 Paul Eggertsort: Clarify comments
2010-12-02 Paul Eggertsort: fix bug on 64-bit hosts with at least 32768 proce...
2010-12-01 Paul Eggertsort -u: fix a thread-race pointer corruption bug
2010-11-27 Pádraig Bradytsort: suppress a valgrind memory leak warning
2010-11-22 Paul Eggertcp: give a better diagnostic for nonexistent dest/
2010-11-22 Chen Guosplit: add --number to generate a particular number...
2010-11-18 Paul Eggertod: fix bugs in displaying floating-point values
2010-11-16 Pádraig Bradysplit: fail immediately if impossible to create a large...
2010-11-16 Pádraig Bradytruncate: fix a very unlikely case for undiagnosed...
2010-11-16 Pádraig Bradymaint: fix a new -Wpointer-sign gcc warning
2010-11-13 Jim Meyeringstat: do not provide variable precision time stamps
2010-11-11 Paul Eggertcsplit: do not rely on undefined behavior in printf...
2010-11-11 Pádraig Bradycsplit: fix a memory leak per input buffer
2010-11-10 Jim Meyeringcsplit: avoid buffer overrun when writing more than...
2010-11-07 Paul Eggertstat: do not rely on undefined behavior in printf formats
2010-11-06 Paul Eggertstat: use e.g. %.3X instead of %X.%3:X for sub-second...
2010-11-03 Jim Meyeringstat: revert %X-%Y-%Z change; use e.g., %:X to print...
2010-10-28 Patrick W. Plusnick IImaint: remove an unnecessary FIXME comment
2010-10-27 Pádraig Bradycp: make --attributes-only override --reflink completely
2010-10-25 Tobias Quathamerdate: correct typos in date --help
2010-10-25 Pádraig Bradytail: support rechecking currently missing remote dirs
2010-10-24 Paul Eggertdu: don't print junk when diagnosing out-of-range time...
2010-10-19 Benno Schulenbergmd5sum: print a summary warning for improperly formatte...
2010-10-16 Andreas Schwabfold: fix fadvise hint
2010-10-14 Paul Eggertbug#7213: [PATCH] sort: fix buffer overrun on 32-bit...
2010-10-14 Paul Eggertinstall: avoid warning with Solaris 10 cc
2010-10-14 Paul Eggertsort: fix unportable cast of unsigned char * -> char *
2010-10-12 Pádraig Bradytail: fix checking of currently unavailable directories
2010-10-07 Pádraig Bradysplit: fix reporting of read errors
2010-10-05 Eric Blakebuild: complete the rename of get_date
2010-10-05 Eric Blakestat: drop %C support when printing file system details
2010-10-05 Pádraig Bradystat: adjust the printing of SELinux context
2010-10-03 Jim Meyeringmaint: suppress a bogus used-uninitialized warning...
2010-10-01 Eric Blakestat: print SELinux context when available
2010-10-01 Eric Blakestat: optimize and translate default format strings
2010-10-01 Eric Blakestat: print timestamps to full resolution
2010-10-01 Eric Blakestat: support printing birthtime
2010-09-29 Pádraig Bradytr: fix various issues with case conversion
2010-09-20 Paul Eggertsort: destroy spin locks portably
2010-09-18 Jim Meyeringbuild: use gnulib's new termios module
2010-09-17 Eric Blakemaint: update to latest gnulib
2010-09-17 Eric Blakerm: remove no-op -d option
2010-09-17 Eric Blakemaint: update to latest gnulib
2010-09-13 Dmitry V. Levindircolors: add rxvt-unicode-256color terminal type
2010-09-01 Jim Meyeringtac: suppress technically unneeded "free"
2010-09-01 Pádraig Bradyjoin: improve performance when operating on whole lines
2010-08-28 Jim Meyeringtac: avoid double free
2010-08-27 Aaron Burgemeisterstat: add %m to output the mount point for a file
2010-08-25 Pádraig Bradydf: always print the device name for bind mounted files
2010-08-23 Pádraig Bradystat: fix a small memory leak with %N
2010-08-11 Paul Eggertsort, who: prefer free+malloc to realloc when contents...
2010-08-10 Paul Eggertsort: free/xmalloc rather than xrealloc
2010-08-10 Jim Meyeringsort: avoid gcc warning: explicitly ignore strtold...
2010-08-09 Mike Frysingerdircolors: add screen.rxvt & terminator to TERM list
2010-08-09 Paul Eggertsort: speed up -R with long lines in hard locales
2010-08-07 Paul Eggertsort: support all combinations of -d, -f, -i, -R, and -V
2010-08-05 Paul Eggertsort: tune and refactor --debug code, and fix minor...
2010-08-04 Paul Eggertsort: -R now uses less memory on long lines with intern...
2010-08-03 Paul Eggertsort: fix bug in --debug when \0 is followed by \t
2010-08-03 Paul Eggertsort: revert recent -h changes and use a more-conservat...
2010-07-30 Paul Eggertsort: -h now handles comparisons such as 6000K vs 5M...
2010-07-27 Paul Eggertsort: fix --debug display with very large offsets
2010-07-27 Paul Eggertsort: fix bug with EOF at buffer refill
2010-07-27 Paul Eggertsort: omit some "inline"s
2010-07-26 Paul Eggertsort: don't assume ASCII when parsing K, M, G suffixes
2010-07-26 Paul R. Eggertsort: omit unnecessary mutex unlock+lock; simplify...
2010-07-26 Paul R. Eggertsort: omit 'restrict' in doubtful cases
2010-07-26 Paul R. Eggertsort: omit unnecessary casts
2010-07-26 Paul R. Eggertsort: use more-consistent style with const
2010-07-24 Paul R. Eggertdu: tune, and fix some -L bugs with dangling or cyclic...
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-07-22 Pádraig Bradyfadvise: new module providing a simpler interface to...
2010-07-19 Paul R. Eggertsort: -R no longer disables multithreading
2010-07-16 Paul R. Eggertrandread: don't require -lrt
2010-07-15 Paul R. Eggertsort: fix a bug with sort -u and xmemcoll0, and tune...
2010-07-15 Pádraig Bradysort: fix a bug when sorting unterminated lines
2010-07-15 Chen Guosort: speed up default full line sorting
2010-07-14 Paul R. Eggertmaint: omit $(POW_LIB) when linking, as this is no...
2010-07-13 Chen Guosort: parallelize internal sort
2010-07-13 Paul R. Eggertdd: also spell out size on memory exhaustion
2010-07-09 Paul Eggertchcon, chmod, chown, du: don't translate "%s"
2010-07-06 Paul Eggertdu: Hash with a mechanism that's simpler and takes...
2010-07-05 Jim Meyeringstat: getfilecon failure now evokes nonzero exit status
2010-07-05 Jim Meyeringsystem.h: define ATTRIBUTE_WARN_UNUSED_RESULT
2010-07-04 Jim Meyeringdu: increase the initial dev-inode set size
2010-07-04 Jim Meyeringdu: use less than half as much memory when tracking...
2010-07-03 Paul Eggertdu: don't miscount duplicate directories or link-count...
next