summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Include "xalloc.h".Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Include <string.h> for declaration of memset.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31*** empty log message ***Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-31from gnulib -- merely increment serial numberJim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-25*** empty log message ***Jim Meyering
2003-10-25(triple_hash, triple_hash_no_name): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(src_to_dest_hash): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(hash_int): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(entry_hash): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25(dev_ino_hash): Adjust to reflectJim Meyering
type changes (unsigned int -> size_t) in hash.c.
2003-10-25*** empty log message ***Jim Meyering
2003-10-25Update from gnulib.Jim Meyering
2003-10-25*** empty log message ***Jim Meyering
2003-10-25Update from gnulib, plus filter through cppi.Jim Meyering
2003-10-25Update from gnulib.Jim Meyering
2003-10-25*** empty log message ***Jim Meyering
2003-10-25Include <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-21Don'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-19tweak diagnosticJim 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-19chmod now uses fts to perform a directory traversal when -R isJim 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-18Ensure that du -D now dereferences allJim 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-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim 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-18tweak diagnostic to match actual outputJim Meyering
2003-10-18*** empty log message ***Jim Meyering