Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-19 | chmod now uses fts to perform a directory traversal when -R is | Jim Meyering | |
specified. Before, it operated on full path names, and as such would encounter the PATH_MAX (often 4096) limit. Include "xfts.h". (process_file): Rename from change_file_mode. Adapt to be used with fts. (process_files): New function. | |||
2003-10-18 | *** empty log message *** | Jim Meyering | |
2003-10-18 | Ensure that du -D now dereferences all | Jim Meyering | |
symlinks specified on the command line, not just those that reference directories. | |||
2003-10-18 | . | Jim Meyering | |
2003-10-18 | *** empty log message *** | Jim Meyering | |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | |
of 2003-09-19. Now, AUTHORS is a comma-separated list of strings. Update the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. * src/true.c (main): Append NULL to version_etc argument list. * src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise. | |||
2003-10-18 | . | Jim Meyering | |
2003-10-18 | tweak diagnostic to match actual output | Jim Meyering | |
2003-10-18 | *** empty log message *** | Jim Meyering | |
2003-10-18 | (parse_long_options): Change prototype: the authors | Jim Meyering | |
string is moved to the end and becomes variadic. | |||
2003-10-18 | Include stdarg.h. | Jim Meyering | |
(parse_long_options): Make this function variadic, too. Call version_etc_va, not version_etc. | |||
2003-10-18 | Include stdarg.h, stdlib.h. | Jim Meyering | |
(version_etc_copyright): Declare as readonly. (version_etc_va): New function. Provide a different translatable string for each possible number of authors < 10. Abbreviate when there are 10 authors or more. (version_etc): Make this function variadic. Call version_etc_va. | |||
2003-10-18 | Include stdarg.h. | Jim Meyering | |
(version_etc_copyright): Declare as readonly. (version_etc): Make this function variadic with a NULL-terminated list of author name strings. (version_etc_va): New declaration. | |||
2003-10-18 | regenerate | Jim Meyering | |
2003-10-18 | . | Jim Meyering | |
2003-10-18 | *** empty log message *** | Jim Meyering | |
2003-10-18 | ($(srcdir)/$x-tests): Pass $(srcdir) as first argument of mk-script. | Jim Meyering | |
($(srcdir)/Makefile.am): Likewise. Prepend $(srcdir) to target. | |||
2003-10-18 | Get $srcdir from first parameter instead of hardcoding it. | Jim Meyering | |
(main): Update usage. | |||
2003-10-18 | *** empty log message *** | Jim Meyering | |
2003-10-18 | (usage): Tweak descriptions of -i and -f so that the | Jim Meyering | |
generated `man' page is more readable. Suggestion from Dan Jacobson. | |||
2003-10-17 | . | Jim Meyering | |
2003-10-17 | . | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | Add lib/xfts.c. | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | (change_file_owner): Handle the cases in | Jim Meyering | |
which fts_info indicates an error with the given entry. | |||
2003-10-17 | (main): Simply assign to bit_flags. | Jim Meyering | |
Don't bother with bit arithmetic. | |||
2003-10-17 | . | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | (TESTS): Add no-x. | Jim Meyering | |
2003-10-17 | (TESTS): Add no-x. | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | Include "xfts.h". | Jim Meyering | |
(chown_files): Use xfts_open, rather than fts_open. | |||
2003-10-17 | Include "xfts.h". | Jim Meyering | |
(du_files): Use xfts_open, rather than fts_open. | |||
2003-10-17 | (libfetish_a_SOURCES): Add xfts.c and xfts.h. | Jim Meyering | |
2003-10-17 | tweak comment | Jim Meyering | |
2003-10-17 | tweak comment | Jim Meyering | |
2003-10-17 | *** empty log message *** | Jim Meyering | |
2003-10-17 | Update from gnulib. | Jim Meyering | |
2003-10-17 | . | Jim Meyering | |
2003-10-17 | Update from gnulib. | Jim Meyering | |
2003-10-17 | Update from gnulib. | Jim Meyering | |
2003-10-17 | . | Jim Meyering | |
2003-10-16 | *** empty log message *** | Jim Meyering | |
2003-10-16 | *** empty log message *** | Jim Meyering | |
2003-10-16 | Include <errno.h>, <stdlib.h>. | Jim Meyering | |
(getgroups): First arg is int, not size_t. Don't let 'free' mangle errno. | |||
2003-10-16 | *** empty log message *** | Jim Meyering | |