]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2004-09-07  Paul EggertEmulate Solaris 8 "sort -y" better.
2004-09-07  Paul Eggert(main): Emulate Solaris 8 and 9 "sort -y", so that
2004-09-06  Paul EggertAdd NEWS item for "od" changes.
2004-09-06  Paul EggertSeveral "od" changes for POSIX and FreeBSD compatibility.
2004-09-06  Paul EggertSeveral od changes for POSIX and FreeBSD compatibility.
2004-09-06  Paul Eggert(od invocation): Several changes for POSIX
2004-09-06  Paul EggertSeveral changes for POSIX and FreeBSD compatibility.
2004-09-06  Paul EggertImprove quoting doc.
2004-09-06  Paul Eggert(String tests): Improve quality of warning about
2004-09-06  Paul EggertSort options in usage message.
2004-09-05  Paul EggertStty option-parsing fixes.
2004-09-05  Paul Eggert(recover_mode): Arg is now char const *, not char *.
2004-09-05  Paul EggertCheck for the fixed stty option-parsing bugs.
2004-09-05  Paul Eggert(valid_options): Remove.
2004-09-05  Paul EggertRegenerate.
2004-09-03  Paul EggertMinor stat.c patches from Pozsar Balazs for GNU/Linux.
2004-09-03  Paul Eggert(HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented
2004-09-03  Paul Eggertdd minor cleanup for conversions
2004-09-03  Paul Eggert(usage): "alternated EBCDIC" -> "alternate EBCDIC".
2004-09-03  Paul Eggertdd conversion option cleanup.
2004-09-03  Paul Eggert(dd invocation): Specify which conversion options
2004-09-03  Paul EggertOutput correct errno-related diagnostic on "paste"...
2004-09-03  Paul EggertOutput correct errno-related diagnostic on "paste"...
2004-09-03  Paul Eggert(paste_parallel): Improve replacement for ENDLIST and...
2004-09-02  Paul EggertPort to diet libc.
2004-09-02  Paul Eggert(FTSENT): Use "unsigned short int" rather than the...
2004-09-02  Paul Eggert(fts_stat, fts_open, fts_read): Use "unsigned short...
2004-09-02  Paul Eggert(dummy_closed, CLOSED, dummy_endlist, ENDLIST): Remove;
2004-08-24  Paul EggertFix infloop-3 to match POSIX.
2004-08-24  Paul Eggert(add_tab_stop): Renamed from add_tabstop. All uses...
2004-08-24  Paul EggertRevamp to resemble the new unexpand.c better.
2004-08-24  Paul EggertStandardize on "tab stop" (the POSIX usage)
2004-08-24  Paul EggertPOSIX-conformance fixes for "expand" and "unexpand".
2004-08-20  Paul EggertSync from gnulib.
2004-08-20  Paul EggertRegenerate.
2004-08-20  Paul EggertSync getopt from gnulib.
2004-08-20  Paul EggertAdd getopt_.h, getopt_int.h.
2004-08-19  Paul EggertAdd support for "chown : file" and the like.
2004-08-19  Paul EggertRegenerate.
2004-08-19  Paul Eggert(chown invocation): Fix synopsis:
2004-08-19  Paul EggertDon't use <alloca.h>, so that we don't use alloca on
2004-08-19  Paul EggertNew file, partly taken from
2004-08-19  Paul Eggert(TESTS): Add separator.
2004-08-19  Paul EggertTest "chgrp '' file".
2004-08-19  Paul Eggert(usage): "chown '' file" is now allowed.
2004-08-19  Paul Eggert(describe_change): Describe changes to -1:-1
2004-08-19  Paul Eggert(parse_group): Return gid_t rather than storing it
2004-08-19  Paul Eggert"chown : file", "chown '' file", and "chgrp '' file...
2004-08-18  Paul EggertAdd fts.h, search.h.
2004-08-18  Paul EggertAdd .kludge-stamp.
2004-08-18  Paul Eggert* coreutils.texi (printf invocation): Clarify "printf".
2004-08-18  Paul Eggert(printf invocation): Clarify how "printf" is
2004-08-11  Paul EggertRegenerate.
2004-08-11  Paul EggertFurther fix for -d regression.
2004-08-11  Paul EggertFix typo: missing ).
2004-08-11  Paul Eggertobstack fixes
2004-08-11  Paul Eggertminor porting fixes (e.g., obstack)
2004-08-11  Paul Eggert(gl_PREREQ_OBSTACK): Require
2004-08-11  Paul EggertDo not include error.h. (merge from gnulib).
2004-08-11  Paul EggertInclude <inttypes.h> and <stdint.h> if available.
2004-08-11  Paul Eggert(settime): Recode to avoid warning with Sun Forte C...
2004-08-11  Paul Eggert(O_DIRECTORY): Define to 0 if the system doesn't define.
2004-08-11  Paul EggertTest for the -d regression.
2004-08-11  Paul EggertTest for the -d regression.
2004-08-11  Paul Eggert* src/install.c (main): Fix -d regression
2004-08-11  Paul Eggert(main): Fix -d regression introduced with
2004-08-11  Paul EggertFix porting problem to Reliant Unix.
2004-08-11  Paul Eggert(WIDE_CHAR_SUPPORT): Don't set to 1 if missing
2004-08-11  Paul Eggert(_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
2004-08-11  Paul Eggert(copy_internal): When preserving links, unlink
2004-08-11  Paul EggertFix cp -a confusion bug.
2004-08-10  Paul EggertConvert to UTF-8.
2004-08-10  Paul EggertConvert to UTF-8.
2004-08-10  Paul EggertFix typo in previous log entry.
2004-08-10  Paul Eggert(usage, tee): "tee -" writes to standard output, not
2004-08-10  Paul Eggert(die, xfopen, mergefps, first_same_file, merge):
2004-08-10  Paul Eggert(usage): "-" is an operand, not an option.
2004-08-10  Paul Eggert(Common options): Clarify that "-" means
2004-08-10  Paul EggertPOSIX-conformance fixes for "-" used as an operand.
2004-08-10  Paul Eggert"sort -o -", "shred -", "tee -" POSIX-conformance fixes.
2004-08-10  Paul EggertDocument "sort -o -" and "tee -" POSIX-conformance...
2004-08-10  Paul EggertFix install.c int->bool conversion bug.
2004-08-10  Paul Eggert(change_timestamps): Fix int->bool conversion
2004-08-10  Paul EggertRegenerate.
2004-08-10  Paul EggertSync with gnulib.
2004-08-09  Paul Eggertreadlink.c cleanup
2004-08-09  Paul Eggert(canonicalize_fname): Remove unneeded proxy function.
2004-08-09  Paul EggertImprove code to work in some cases when files are write...
2004-08-09  Paul Eggert(wipename): Work even if the directory is writeable
2004-08-09  Paul Eggert(diropen): New function.
2004-08-09  Paul Eggert(rpl_chown): Work even if the file is writeable but...
2004-08-09  Paul EggertSwitch to UTF-8.
2004-08-09  Paul EggertChange to UTF-8.
2004-08-09  Paul EggertImport from gnulib.
2004-08-09  Paul EggertRegenerate.
2004-08-09  Paul Eggert(xalloc_die): New function.
2004-08-09  Paul EggertRemove dependency of xalloc on error, etc.
2004-08-09  Paul EggertAdjust to sha->sha1 renaming.
2004-08-09  Paul EggertFinish renaming sha -> sha1.
2004-08-08  Paul Eggert(O_BINARY) [!O_BINARY && defined O_BINARY]:
next