Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim 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-16 | add 2002 to Copyright line | Jim Meyering | |
2002-01-16 | add 2002 to Copyright line | Jim Meyering | |
2002-01-16 | add 2002 to Copyright line | Jim 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-14 | Comment 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 | Comment 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 | Comment 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-13 | Tweak 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 | |
2002-01-12 | (shred invocation): List some journaled filesystems. | Jim Meyering | |
2002-01-12 | (usage): Also mention Ext3. | Jim Meyering | |
2002-01-12 | s/the the/the/ in a comment | Jim Meyering | |
2002-01-09 | *** empty log message *** | Jim Meyering | |
2002-01-08 | *** empty log message *** | Jim Meyering | |
2002-01-08 | (long_time_format): Extended translator comments. | Jim Meyering | |
2002-01-06 | update from master | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-05 | (version_etc_copyright): Update copyright year. | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-05 | . | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-05 | add another test | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-02 | (install-data-yes, uninstall-data-yes): | Jim Meyering | |
Install the LC_TIME locale category as an alias for LC_MESSAGES. This fixes a bug introduced in the 2001-09-22 upgrade to gettext 0.10.40. | |||
2001-12-31 | . | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | (main): With -r, always dereference symlinks. | Jim Meyering | |