summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-18*** empty log message ***Jim Meyering
2002-01-18.Jim Meyering
2002-01-18(main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT.Jim Meyering
2002-01-16.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax. Document this.
2002-01-16*** empty log message ***Jim Meyering
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax. (usage, main): Implement this.
2002-01-16*** empty log message ***Jim Meyering
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of obsolete "+" option syntax in sort, tail, and uniq. * doc/coreutils.texi: Document this. (Also, document a similar change to "touch", for fileutils).
2002-01-16(ISDIGIT, S_ISVTX, S_IXUGO): Comment fix.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(_POSIX2_VERSION, POSIX2_VERSION): New macros.Jim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16tweak commentJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of obsolete "+" option syntax in sort, tail, and uniq. (usage, main): Implement this.
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of obsolete "+" option syntax in sort, tail, and uniq. (usage, main): Implement this.
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of obsolete "+" option syntax in sort, tail, and uniq. (usage, parse_obsolescent_option): Implement the above.
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
add 2002 to Copyright line
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
Add three semicolons, each just before a closing brace. Bison (as of version 1.31) no longer papers over that mistake.
2002-01-16.Jim Meyering
2002-01-14*** empty log message ***Jim Meyering
2002-01-14.Jim Meyering
2002-01-14Comment fixes to bring us up to date with respect to POSIX 1003.1-2001.Jim Meyering
In particular, POSIX.2 is now obsolete.
2002-01-14Comment fixes to bring us up to date with respect to POSIX 1003.1-2001.Jim Meyering
In particular, POSIX.2 is now obsolete.
2002-01-14Comment fixes to bring us up to date with respect to POSIX 1003.1-2001.Jim Meyering
In particular, POSIX.2 is now obsolete.
2002-01-14*** empty log message ***Jim Meyering
2002-01-14(TESTS): Add sort.Jim Meyering
(TESTS_ENVIRONMENT): Add PROG=$$tst. This is a gross kludge that depends on the name of an automake-generated local variable.
2002-01-14*** empty log message ***Jim Meyering
2002-01-14(mergefps): Fix bug when eliminating empty files.Jim Meyering
2002-01-13.Jim Meyering
2002-01-13*** empty log message ***Jim Meyering
2002-01-13*** empty log message ***Jim Meyering
2002-01-13Tweak to work with the programs in diffutils.Jim Meyering
2002-01-12.Jim Meyering
2002-01-12.Jim Meyering
2002-01-12*** empty log message ***Jim Meyering
2002-01-12*** empty log message ***Jim Meyering
2002-01-12(copy_reg): Don't treat errno==ENOENT as a special case.Jim Meyering
(same_file_ok): Detect a case that would have lead to the errno==ENOENT condition above (and a misleading diagnostic), and return 0 so we give a diagnostic about the source and destination being the same file. (copy_internal): Use an explicit test for errno==EXDEV to detect that rename has failed because source and destination are on different devices. This reverts part of a change from 1997-12-13, and is to avoid letting a race condition evoke a bogus diagnostic. Note that while POSIX has encouraged the errno==EXDEV test for years, it was inadequate back in 1997. I'm hoping that many more systems have conforming support these days. Reported by Michael Gaughen <mgaughen@polyserve.com>
2002-01-12*** empty log message ***Jim Meyering
2002-01-12*** empty log message ***Jim Meyering