dircolors: add screen.rxvt & terminator to TERM list
[platform/upstream/coreutils.git] / src /
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...
2010-07-01 Pádraig Bradycp: add an option to only copy the file attributes
2010-07-01 Pádraig Bradyls: use the POSIX date style when the locale does not...
2010-06-29 Jim Meyeringdoc: df, du, ls: improve --blocksize description in...
2010-06-29 Pádraig Bradydoc: reference POS syntax in --help for sort --key
2010-06-27 Benno Schulenbergln: print a clearer error message when linking fails
2010-06-22 Jim Meyeringstat: remove support for deprecated --context (-Z)...
2010-06-21 Jim Meyeringdoc: fix comm's --help output so we generate a better...
2010-06-14 Eric Blakecat: improve documentation
2010-06-14 Jim Meyeringdd: print a better diagnostic for an invalid block...
2010-06-10 Jim Meyeringls: avoid just-introduced buffer overrun
2010-06-08 Jim Meyeringmaint: adjust INT_BUFSIZE_BOUND usage for maintainability
2010-06-08 Jim Meyeringsort: avoid unnecessary use of sprintf
2010-06-08 Eric Blakedirname: tweak summary wording
2010-06-02 Jim Meyeringtouch: remove support for --file=REF_FILE option
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-05-31 Jim Meyeringmaint: correct indentation of case_GETOPT_* macro uses
2010-05-31 Jim Meyeringstat: use gnulib's alignof module
2010-05-29 Pádraig Bradytruncate: improve handling of non regular files
2010-05-28 Pádraig Bradytruncate: support sizes relative to an existing file
2010-05-25 Jim Meyeringmaint: don't emit an extra newline in each of two diagn...
2010-05-25 Jim Meyeringmaint: remove unneeded double quotes on RHS of shell...
2010-05-24 Pádraig Bradysort: adjust the leading blanks --debug warning
2010-05-19 Jon Ringuettedu: recognize -d N as equivalent to --max-depth=N
2010-05-17 Jim Meyeringmaint: fix the fs-magic-compare rule
2010-05-17 Jim Meyeringbuild: avoid a new -Wformat-induced warning
2010-05-16 Pádraig Bradysort: --debug: output data independent warnings and...
2010-05-12 Pádraig Bradysort: add a --debug option to highlight key extents
2010-05-03 Jim Meyeringmaint: remove now-redundant definitions provided by...
2010-05-03 Jim Meyeringmaint: remove now-redundant definitions provided by...
2010-05-01 Paul Eggertsort: use long doubles only when effective
2010-04-29 Pádraig Bradysort: use long doubles for general numeric mode
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-04-23 Dmitry V. Levintests: fix exit status of signal handlers in shell...
2010-04-22 Eric Blakebase64: always treat input in binary mode
2010-04-20 Pádraig Bradysort: fix parsing of end field in obsolescent key formats
2010-04-16 Pádraig Bradycp: preserve "capabilities" when also preserving file...
2010-04-15 Pádraig Bradymaint: fix build on platforms that replace strsignal
2010-04-13 Pádraig Bradycp: treat selinux warnings consistently
2010-04-12 Pádraig Bradydoc: clarify when cp and mv output xattr warnings
2010-04-09 Mike Frysingerdircolors: add rxvt-256color and rxvt-unicode256
2010-04-09 Jim Meyeringmaint: ftruncate is always available, even without...
2010-04-08 James Youngmandoc: make wc --help say how it defines a 'word'
2010-04-04 Marc Kleine-Buddetail: include sys/vfs.h (if possible) when sys/statfs...
2010-03-29 Bruno Haiblebuild: update after change in gnulib's lib-ignore module
2010-03-26 Pádraig Bradynice,chroot: use more standard option parsing
2010-03-26 Kim Hansentimeout: use more standard option parsing
2010-03-20 Jim Meyeringmaint: code formatting nit
2010-03-18 Eric Blakerm: tweak wording about loss of data warning
2010-03-18 Ralf Wildenhuesrevert "maint: mark makefile "dist-hook" target as...
2010-03-18 Eric Blakedoc: improve ls --help's description of --escape (-b)
2010-03-18 Jim Meyeringmaint: mark makefile "dist-hook" target as PHONY
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-03-16 Pádraig Bradytimeout: add the --kill-after option
2010-03-10 Jim Meyeringremove: without -f, avoid unnecessary-expense/issues...
2010-03-04 Pádraig Bradymaint: rename the si_present variable in sort to iec_pr...
2010-03-04 Joey Deggessort: inform the system about our input access pattern
2010-03-01 Pádraig Bradysort: fix issues with month sorting in some locales
2010-02-25 Eric Blakeexpr: clarify error message
2010-02-19 Pádraig Bradymaint: clean up the output from syntax-check rules
2010-02-17 Moritz Orbachls: fix a regression by honoring NORMAL attributes...
2010-02-16 Pádraig Bradymaint: fix the man page correlation tests
2010-02-15 Pádraig Bradydoc: fix inconsistent capitalization in --help output
2010-02-15 Jim Meyeringremove.c: remove three unnecessary #include directives
2010-02-11 Pádraig Bradydoc: remove extraneous periods from --help output
2010-02-07 Jim Meyeringcopy.c: improve a comment
next