summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-09-09Fix "tr xy -z" bug.Paul Eggert
2004-09-07Fix "touch -- MMDDhhmm file" bug.Paul Eggert
2004-09-07Emulate Solaris 8 "sort -y" better.Paul Eggert
2004-09-06Add NEWS item for "od" changes.Paul Eggert
2004-09-06Several od changes for POSIX and FreeBSD compatibility.Paul Eggert
2004-09-05Stty option-parsing fixes.Paul Eggert
2004-09-03Minor stat.c patches from Pozsar Balazs for GNU/Linux.Paul Eggert
2004-09-03dd minor cleanup for conversionsPaul Eggert
2004-09-03Output correct errno-related diagnostic on "paste" I/O errors.Paul Eggert
2004-09-02Port to diet libc.Paul Eggert
2004-08-24POSIX-conformance fixes for "expand" and "unexpand".Paul Eggert
2004-08-19Add support for "chown : file" and the like.Paul Eggert
2004-08-11Test for the -d regression.Paul Eggert
2004-08-11* src/install.c (main): Fix -d regressionPaul Eggert
2004-08-11Fix cp -a confusion bug.Paul Eggert
2004-08-10Convert to UTF-8.Paul Eggert
2004-08-10Convert to UTF-8.Paul Eggert
2004-08-10Fix typo in previous log entry.Paul Eggert
2004-08-10"sort -o -", "shred -", "tee -" POSIX-conformance fixes.Paul Eggert
2004-08-10Fix install.c int->bool conversion bug.Paul Eggert
2004-08-09readlink.c cleanupPaul Eggert
2004-08-09Improve code to work in some cases when files are writeable but not readable.Paul Eggert
2004-08-09Remove dependency of xalloc on error, etc.Paul Eggert
2004-08-09Adjust to sha->sha1 renaming.Paul Eggert
2004-08-08(O_BINARY) [!O_BINARY && defined O_BINARY]:Paul Eggert
2004-08-04Fixes for OpenBSD 3.4.Paul Eggert
2004-08-04Add uname kludge to work around Mac OS X bug.Paul Eggert
2004-08-03int cleanups for uniq, wc, who, whoami, unexpand, touch, tsort, tty,Paul Eggert
2004-08-03int cleanup for nohup, paste, pathchk, printenv, od.Paul Eggert
2004-08-03int cleanups for nl, ln, ls, id, factor, setuidgid, fold, head, csplit, cut,Paul Eggert
2004-08-03int fixes for fmt, expand, dircolors, dd, seq, sleep, tail, hostname,Paul Eggert
2004-08-02uintptr_t and uint32_t port to Solaris 8.Paul Eggert
2004-08-01* src/Makefile.am (localedir.h): Make it readonly.Paul Eggert
2004-07-30sort, system.h, tr int cleanupPaul Eggert
2004-07-30mkdir.c int cleanup.Paul Eggert
2004-07-30int cleanups for chmod, rm, cp, install, mkfifo.Paul Eggert
2004-07-30md5sum, sha1sum integer cleanups.Paul Eggert
2004-07-29'int' cleanup for "cat".Paul Eggert
2004-07-28dcgen cleanup.Paul Eggert
2004-07-28chown/chgrp cleanup.Paul Eggert
2004-07-28Test for "chown 010 file".Paul Eggert
2004-07-28Don't assume that Perl's getpwd agrees with ours.Paul Eggert
2004-07-28In src/Makefile.am, don't have 'groups' or 'localedir.h' depend on Makefile.Paul Eggert
2004-07-28* src/remove.c (remove_dir): If we can't save the state of thePaul Eggert
2004-07-28In src/printf.c, declare strtoimax and strtoumax if not already declared.Paul Eggert
2004-07-28Get eaccess from libgen if available; that's where it is on Solaris 9.Paul Eggert
2004-07-28Don't assume that we can remove the working directory in tests.Paul Eggert
2004-07-27backupfile integer overflow fixupsPaul Eggert
2004-07-26Portability and POSIX fixes for "nice".Paul Eggert
2004-07-25euidaccess fixesPaul Eggert