]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2008-07-27  Jim Meyeringshuf: honor --zero-terminated option even with --input...
2008-07-23  Jim Meyeringdd: minor fullblock changes
2008-07-23  Kamil Dudkadd: new option: iflag=fullblock to accumulate full...
2008-07-23  Jim Meyeringdd: adjust --help output so help2man formats the man...
2008-07-23  Reuben Thomasdoc: add example .bashrc code for a ~/.dircolors file
2008-07-22  Jim Meyeringtests: do not run chmod on a prefix of space-embedded...
2008-07-22  Jim Meyeringtests: ensure "make check" w/tainted build dir no longe...
2008-07-22  Ralf Wildenhuestests: again, do not change the mode of all directories...
2008-07-19  Jim Meyering* THANKS: Update, now that I have a name for jemm4jemm.
2008-07-18  Andreas Schwabmknod: correct misplaced -Z description in --help output
2008-07-16  Jim Meyeringdircolors.hin: add Ogg/Theora-related extensions
2008-07-16  Jim Meyering* HACKING: describe how to find a misplaced change-set
2008-07-15  Jim Meyeringfix two bugs in ptx
2008-07-11  Pádraig Bradytests: expand: test for lines starting with both spaces...
2008-07-10  Jim Meyeringmake check: accommodate stricter POSIX-conforming shells
2008-07-06  Jim Meyering* bootstrap: Remove $bt and $bt2 also when not using...
2008-07-04  Jim Meyeringwho -r: don't print "last=" when the corresponding...
2008-07-04  Ondřej Vašíkdoc: describe who's -p, -r, and -t options
2008-07-04  Jim Meyeringinstall with just-built ./ginstall only when not cross...
2008-07-04  Jim Meyering* README-hacking: Update the section on LZMA.
2008-06-30  Pádraig Bradytruncate: ignore whitespace in --size parameters
2008-06-28  Jim Meyeringdoc: add "..." to Usage, to indicate there may be multi...
2008-06-28  Jim Meyeringmkfifo: correct misplaced -Z description in --help...
2008-06-27  Jim Meyeringuniq: remove redundant test
2008-06-27  Pádraig Bradytimeout: fix invalid argument tests
2008-06-27  Jim Meyeringavoid a -Wsign-compare warning
2008-06-27  Jim Meyeringbase64: don't rely on feof returning 0/1
2008-06-27  Pádraig Bradytruncate: silence -Wsign-compare warnings
2008-06-27  Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-27  Pádraig Bradytruncate: Fix integer portability issues
2008-06-26  Jim Meyeringtests: adjust c99-to-c89 patch as well as the code...
2008-06-26  Jim Meyeringtests: fix make distcheck failure due to TODO change
2008-06-26  Jim Meyering* TODO: Add item: remove uses of imaxtostr.
2008-06-26  Peter O'Gormantests: accommodate difference in an AIX 5.3 diagnostic
2008-06-26  Jim Meyeringshred: also ignore EISDIR upon failed fsync/fdatasync...
2008-06-26  Jim Meyering* HACKING: use shorter "-1" (over HEAD~1) with git...
2008-06-26  Jim Meyeringbootstrap.conf: don't list "open" specifically
2008-06-26  Jim Meyeringtruncate: handle the case in which off_t != intmax_t
2008-06-23  Jim Meyeringbasename: List David MacKenzie as the author.
2008-06-23  Ondřej Vašíkecho: use AUTHORS from bash's built-in echo
2008-06-22  Jim Meyeringuse gnulib's "open" module
2008-06-22  Jim Meyeringstat: warn that the --context (-Z) option (a no-op...
2008-06-20  Jim Meyeringmake "make syntax-check" quieter
2008-06-20  Bo Borgersonsort: Fix bug where --batch-size option shrank SORT_SIZE.
2008-06-19  Jim Meyeringtests: avoid test failure when root's primary group...
2008-06-19  Jim Meyeringtests: avoid root-only test failure when run in a chroot
2008-06-18  Jim Meyering* tests/check.mk: Fix a typo in a comment.
2008-06-17  Jim Meyeringdoc: fix a syntax error
2008-06-17  Bo Borgersonsort: accept new option --batch-size=NMERGE
2008-06-17  Bo Borgersonsort: add new option --files0-from=F
2008-06-17  Bo BorgersonHACKING: Add section for tips on reducing translator...
2008-06-17  Jim Meyering* THANKS: Add name and email for Carl Roth.
2008-06-17  Eric Blakels, od: avoid redundant const
2008-06-16  Bo Borgersonjoin: improve memory management
2008-06-16  Ralf Wildenhues* doc/coreutils.texi (join invocation): Drop leading...
2008-06-16  Jim Meyeringremove redundant const directives
2008-06-16  Jim Meyeringchcon: correct --verbose output to include newlines
2008-06-15  Jim Meyeringaddress root cause of compilation failures:
2008-06-15  Jim Meyeringfix the compilation failure for real
2008-06-15  Jim Meyeringfix a const-related compilation failure in sort.c
2008-06-15  Jim Meyeringupdate HACKING guidelines
2008-06-14  Jim Meyeringrun gnulib-tests in parallel
2008-06-14  Jim Meyering* maint.mk (sc_proper_name_utf8_requires_ICONV) Fix...
2008-06-14  Jim Meyeringadd "const" attribute, where possible
2008-06-14  Jim Meyeringrevert previous change, "don't use "const" with scalar...
2008-06-14  Jim Meyeringdon't use "const" with scalar types
2008-06-13  Eric Blakeod: improve handling of padding
2008-06-13  Eric Blakeod: align multiple -t specs
2008-06-13  Eric Blakeod: use gnulib printf replacement as necessary
2008-06-13  Eric Blakeod: simplify long double support
2008-06-13  Eric Blakedoc: od defaults to -toS, not -td2
2008-06-13  Jim Meyeringskip (don't fail) root-only tests for common set-up...
2008-06-12  Jim Meyeringtweak to conform with syntax policy
2008-06-12  Bo Borgersoncomm: accept new option: --output-delimiter=STR
2008-06-12  Bo Borgersoncomm: ensure that input files are sorted
2008-06-11  Jim Meyeringfix another unportable use of 'tr'
2008-06-11  Jim Meyeringtests: skip a chown test on FreeBSD 6.x
2008-06-11  Jim Meyeringtests: remove duplicate mention of misc/selinux
2008-06-11  Bruno Haiblefix build failure on AIX 4
2008-06-10  Pádraig Bradyremove test for specific diagnostic when truncating...
2008-06-10  Pádraig Bradytimeout: use system-independent exit values
2008-06-09  Jim Meyeringenforce the proper_name_utf8-requires-ICONV link rule
2008-06-09  Bruno Haible* NEWS (Improvements): Mention improved (via gnulib...
2008-06-08  Jim Meyeringmaint.mk: my-distcheck runs $(MAKE) syntax-check once...
2008-06-08  Bo Borgersonstandardize some error messages
2008-06-08  Jim Meyeringsyntax-check: detect anachronistic Perl-based tests
2008-06-06  Pádraig BradyAdd new program: truncate
2008-06-06  Eric Blakeimprove 'date +%C' documentation
2008-06-03  Jim Meyeringnice.c: avoid a cast
2008-06-03  Jim Meyeringadjust c99-to-c89 patch as well as the code to generate it
2008-06-03  Jim Meyeringuse gnulib's progname module
2008-06-03  Jim Meyeringremove duplicate definition of matchpathcon_init_prefix
2008-06-02  Jim Meyeringfix cpp indentation policy violations
2008-06-02  Jim Meyeringaccommodate older SELinux which lacks matchpathcon_init...
2008-06-02  Jim Meyeringeach file with a "main" must also declare program_name
2008-06-02  Jim Meyeringdeclare program_name consistently
2008-06-02  Eric Blakeexport program_name, required by gnulib
2008-06-02  Jim Meyeringrevert inadvertent change in last patch
2008-06-02  Pádraig Bradynew program: timeout
2008-06-02  Jim Meyeringspell author names consistently
next