summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-09*** empty log message ***Jim Meyering
2001-11-08.Jim Meyering
2001-11-08*** empty log message ***Jim Meyering
2001-11-08*** empty log message ***Jim Meyering
2001-11-08Require autoconf-2.52f.Jim Meyering
(AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD): Use these AC_-prefixed names, not the AM_-prefixed ones.
2001-11-08*** empty log message ***Jim Meyering
2001-11-08(jm_AFS): Quote the body. Patch by Akim Demaille.Jim Meyering
2001-11-08*** empty log message ***Jim Meyering
2001-11-08(paste invocation): Give examples.Jim Meyering
Thanks to Dan Jacobson for suggesting the examples.
2001-11-06*** empty log message ***Jim Meyering
2001-11-06Remove duplicate entry for .png.Jim Meyering
2001-11-06*** empty log message ***Jim Meyering
2001-11-05*** empty log message ***Jim Meyering
2001-11-05(slash_aware_lstat): Correct a misleading comment.Jim Meyering
2001-11-05*** empty log message ***Jim Meyering
2001-11-05*** empty log message ***Jim Meyering
2001-11-05(sort invocation): Recommend setting LC_ALL=C,Jim Meyering
not LC_COLLATE=C. Explain how the latter can cause problems. Based on a message from Paul Eggert. (ls invocation): Recommend setting LC_ALL=C, not LC_COLLATE=C.
2001-11-05(usage): Don't recommend setting LC_COLLATE=C.Jim Meyering
That can cause problems (now documented in coreutils.texi).
2001-11-04*** empty log message ***Jim Meyering
2001-11-04*** empty log message ***Jim Meyering
2001-11-04(usage): Say thatJim Meyering
``Mandatory arguments to long options are mandatory for short options too.\n\''
2001-11-04(usage): Add one-line description.Jim Meyering
2001-11-04*** empty log message ***Jim Meyering
2001-11-04Remove unused cruft that saved, set, and restored $DEFS.Jim Meyering
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg of AC_DEFUN.Jim Meyering
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(ARGMATCH_TO_ARGUMENT): Remove casts of first two argsJim Meyering
in argmatch_to_argument call.
2001-11-03*** empty log message ***Jim Meyering
2001-11-03.Jim Meyering
2001-11-03it's CFLAGS, not DEFSJim Meyering
2001-11-03fix indentation of cpp `#'sJim Meyering
2001-11-03.Jim Meyering
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(dirfd): Reflect the fact that DIR_TO_FD now takes an argument.Jim Meyering
2001-11-03(UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have toJim Meyering
know the name of the variable in the macro definition.
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(hash_clear): Fix a bug that could lead to an infloop orJim Meyering
e.g., a fault due to an attempt to free a NULL pointer.
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(DEV_INO_PUSH): Avoid unnecessary copies.Jim Meyering
(dev_ino_pop): Likewise.
2001-11-02*** empty log message ***Jim Meyering
2001-11-02*** empty log message ***Jim Meyering
2001-11-02(dev_ino_pop): Cast 2nd arg of obstack_blank to `int'Jim Meyering
before negating to avoid warning from gcc on systems with 64-bit size_t. Rename global: s/trace_dirs/recursive/. (extract_dirs_from_files): Rename parameter: s/recursive/ignore_dot_and_dot_dot/.
2001-11-02*** empty log message ***Jim Meyering
2001-11-02*** empty log message ***Jim Meyering
2001-11-02Use XREALLOC. It's cleaner.Jim Meyering
2001-11-02Use XMALLOC in a several places. It's cleaner.Jim Meyering
2001-11-02put `const' back, now that the .m4 test worksJim Meyering
2001-11-02Use the replacement only if we have neither the functionJim Meyering
nor a declaration.
2001-11-01remove constJim Meyering