Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Include "xalloc.h". | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Include <string.h> for declaration of memset. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | *** empty log message *** | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-31 | from gnulib -- merely increment serial number | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-10-25 | *** empty log message *** | Jim Meyering | |
2003-10-25 | (triple_hash, triple_hash_no_name): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | (src_to_dest_hash): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | (hash_int): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | (entry_hash): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | (dev_ino_hash): Adjust to reflect | Jim Meyering | |
type changes (unsigned int -> size_t) in hash.c. | |||
2003-10-25 | *** empty log message *** | Jim Meyering | |
2003-10-25 | Update from gnulib. | Jim Meyering | |
2003-10-25 | *** empty log message *** | Jim Meyering | |
2003-10-25 | Update from gnulib, plus filter through cppi. | Jim Meyering | |
2003-10-25 | Update from gnulib. | Jim Meyering | |
2003-10-25 | *** empty log message *** | Jim Meyering | |
2003-10-25 | Include <features.h> only if _LIBC. | Jim Meyering | |
[!_LIBC]: Define-away __THROW, __BEGIN_DECLS, __END_DECLS. | |||
2003-10-21 | *** empty log message *** | Jim Meyering | |
2003-10-21 | Don't fail when run with VERBOSE=yes. | Jim Meyering | |
Do `set +x' before starting the subshell from which we invoke chgrp. Otherwise, the output from the VERBOSE=yes-induced `set -x' would result in spurious differences. | |||
2003-10-20 | *** empty log message *** | Jim Meyering | |
2003-10-19 | . | Jim Meyering | |
2003-10-19 | (vasnprintf): Work around losing snprintf on e.g. HPUX 10.20. | Jim Meyering | |
2003-10-19 | tweak diagnostic | Jim Meyering | |
2003-10-19 | *** empty log message *** | Jim Meyering | |
2003-10-19 | *** empty log message *** | Jim Meyering | |
2003-10-19 | *** empty log message *** | Jim Meyering | |
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 | |