Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-12 | (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. | Jim Meyering | |
This is necessary at least on Darwin 5.3. | |||
2002-04-12 | *** empty log message *** | Jim Meyering | |
2002-04-12 | *** empty log message *** | Jim Meyering | |
2002-04-12 | Don't AC_REPLACE(strnlen), now that we use | Jim Meyering | |
AC_FUNC_STRNLEN. That would end up putting two copies of strnlen.o in the library, and that makes some versions of ranlib object. | |||
2002-04-12 | *** empty log message *** | Jim Meyering | |
2002-04-12 | . | Jim Meyering | |
2002-04-12 | Include long-options.h. | Jim Meyering | |
[long_opts]: Remove. (usage): Tweak --help output; use *_OPTION_DESCRIPTION macros. (main): Don't use getopt directly. Use parse_long_options instead. Tweak a diagnostic. Use EXIT_FAILURE rather than a literal `1'. (main): If POSIXLY_CORRECT is set, don't recognize --help or --version, so the program can operate on a file with one of those names. | |||
2002-04-12 | Include long-options.h. | Jim Meyering | |
[long_opts]: Remove. (usage): Tweak --help output; use *_OPTION_DESCRIPTION macros. (main): Don't use getopt directly. Use parse_long_options instead. Tweak a diagnostic. Use EXIT_FAILURE rather than a literal `1'. | |||
2002-04-12 | *** empty log message *** | Jim Meyering | |
2002-04-12 | *** empty log message *** | Jim Meyering | |
2002-04-12 | *** empty log message *** | Jim Meyering | |
2002-04-12 | from Debian's fileutils_4.1-10 | Jim Meyering | |
2002-04-09 | *** empty log message *** | Jim Meyering | |
2002-04-09 | (jm_FUNC_REALLOC): Change the `checking ...' message | Jim Meyering | |
to be more precise. Rather than saying we're checking whether the function `works', say what we're testing. | |||
2002-04-09 | (jm_FUNC_MALLOC): Change the `checking ...' message | Jim Meyering | |
to be more precise. Rather than saying we're checking whether the function `works', say what we're testing. | |||
2002-04-08 | *** empty log message *** | Jim Meyering | |
2002-04-08 | Use new directives, @copying and @insertcopying, | Jim Meyering | |
thus now requiring texinfo-4.2 to create the .info file. | |||
2002-04-07 | *** empty log message *** | Jim Meyering | |
2002-04-07 | Tweak comments to reflect reality. | Jim Meyering | |
2002-04-07 | *** empty log message *** | Jim Meyering | |
2002-04-07 | Add VERBOSE=yes support. | Jim Meyering | |
2002-04-07 | Fix typo in VERBOSE=yes handling. | Jim Meyering | |
2002-03-30 | . | Jim Meyering | |
2002-03-30 | with --reply=no, no need for input file `no' | Jim Meyering | |
2002-03-30 | --, not --- | Jim Meyering | |
2002-03-30 | *** empty log message *** | Jim Meyering | |
2002-03-30 | *** empty log message *** | Jim Meyering | |
2002-03-30 | Use --reply=no rather than -i. | Jim Meyering | |
The latter depends on whether stdin is a tty. | |||
2002-03-30 | . | Jim Meyering | |
2002-03-30 | . | Jim Meyering | |
2002-03-30 | (do_move): Correct a comment. | Jim Meyering | |
2002-03-30 | *** empty log message *** | Jim Meyering | |
2002-03-30 | (forget_created): Prototype. | Jim Meyering | |
2002-03-30 | (forget_created): New function. | Jim Meyering | |
2002-03-30 | (copy_internal): Move the block that sets `earlier_file' | Jim Meyering | |
down to just before the first use of that variable. Otherwise, it was possible to make mv (and probably cp, too) malfunction when copying hard-linked files into a directory containing at least one of the source file names. Call forget_created everywhere thereafter where this function returns without creating a destination file that might subsequently be linked. Reported by Iida Yosiaki. | |||
2002-03-29 | New test for the above. | Jim Meyering | |
Based on an example from Iida Yosiaki. | |||
2002-03-29 | (TESTS): Add i-link-no. | Jim Meyering | |
2002-03-29 | *** empty log message *** | Jim Meyering | |
2002-03-28 | *** empty log message *** | Jim Meyering | |
2002-03-28 | . | Jim Meyering | |
2002-03-27 | *** empty log message *** | Jim Meyering | |
2002-03-27 | *** empty log message *** | Jim Meyering | |
2002-03-25 | *** empty log message *** | Jim Meyering | |
2002-03-25 | update copyright | Jim Meyering | |
2002-03-25 | (age_of): Return -1 and 0 rather than 0 and 1. | Jim Meyering | |
Might as well keep it simple, and like bash. (binary_operator): Fix bug with -nt and -ot, when one of the files did not exist. We want to be compatible with the ksh93 documentation, and with Bash. | |||
2002-03-25 | *** empty log message *** | Jim Meyering | |
2002-03-25 | (File characteristic tests): Document the | Jim Meyering | |
behavior of test -nt and -ot when one of the files does not exist, using the same behavior that is documented in ksh93. | |||
2002-03-19 | adjust spacing in expected diagnostic | Jim Meyering | |
2002-03-19 | use only one space after semicolon | Jim Meyering | |
2002-03-18 | . | Jim Meyering | |