summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-31(rpl_openat): Correct comment.Jim Meyering
Call free_cwd, to avoid leaking a file descriptor.
2004-12-24* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.Paul Eggert
2004-12-24(gl_GETDATE): Remove AC_FUNC_ALLOCA.Paul Eggert
2004-12-24Change getdate to not use alloca. Shrink initial stack.Paul Eggert
2004-12-24(YYSTACK_USE_ALLOCA): Define to 0, since there's noPaul Eggert
need to extend the stack. (YYINITDEPTH): New macro, so that the initial stack isn't overly large.
2004-12-21.Jim Meyering
2004-12-21*** empty log message ***Jim Meyering
2004-12-21(gl_FUNC_MKSTEMP): Remove temporary directory rightJim Meyering
away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal.
2004-12-21adjust indentationJim Meyering
2004-12-21.Jim Meyering
2004-12-21tweak commentJim Meyering
2004-12-21.Jim Meyering
2004-12-21*** empty log message ***Jim Meyering
2004-12-21(usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'.Jim Meyering
Reported by Matt Kraai in http://bugs.debian.org/286605
2004-12-21*** empty log message ***Jim Meyering
2004-12-21*** empty log message ***Jim Meyering
2004-12-21Avoid spurious failure on x86 solaris2.9 when using c89.Jim Meyering
2004-12-20* src/split.c (usage): Mention default size. Suggested by Dan Jacobson.Paul Eggert
2004-12-20(usage): Mention default size.Paul Eggert
2004-12-20*** empty log message ***Jim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20Do the `cd' in a subshell.Jim Meyering
2004-12-20s/SPACE/TABJim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20Rather than using "conftestXXXXXX" as the mkstempJim Meyering
template, use a temporary directory and an 8.3-friendly template to avoid trouble on systems like DJGPP.
2004-12-20*** empty log message ***Jim Meyering
2004-12-20Fix typo in comment.Paul Eggert
2004-12-20Regenerate.Paul Eggert
2004-12-20* c-strtod.m4 (gl_C99_STRTOLD): New macro.Paul Eggert
2004-12-20* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.Paul Eggert
2004-12-20(STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.Paul Eggert
2004-12-20(gl_C99_STRTOLD): New macro.Paul Eggert
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
2004-12-19Fix alloca problems with getdate.Paul Eggert
2004-12-19Include <alloca.h> only if HAVE_ALLOCA.Paul Eggert
(YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA. (YYMAXDEPTH): New macro.
2004-12-19Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.Paul Eggert
Remove now-obsolete comment about AIX.
2004-12-19* NEWS: Mention that one should eval "`dircolors`" rather than `dircolors`.Paul Eggert
2004-12-19* NEWS: Mention that one should eval "`dircolors`" rather thanPaul Eggert
`dircolors`.
2004-12-17*** empty log message ***Jim Meyering
2004-12-17 * tests/mv/hard-link-1: Rearrange to use newer trap-handling code,Jim Meyering
so temporary directories aren't left behind upon e.g., interrupt.
2004-12-17*** empty log message ***Jim Meyering
2004-12-17update from gnulibJim Meyering
2004-12-17Sync mdate-sh from gnulib.Paul Eggert
2004-12-17* src/ls.c (print_dir): Use "%s: not listing already-listed directory".Paul Eggert
2004-12-17(print_dir): Use "%s: not listing already-listedPaul Eggert
directory", not "not listing already-listed directory: %s", to format already-listed directories, to be consistent with other diagnostics involving file names and colons.
2004-12-15* coreutils.texi: Fix minor problems in "ls" and "dircolors".Paul Eggert
2004-12-15(ls invocation): Change minor problem to bePaul Eggert
"subdirectory not found", since top-level trouble is now serious. (dircolors invocation): Quote argument to eval. Problem reported by Stephane Chazelas.
2004-12-15*** empty log message ***Jim Meyering
2004-12-15mention tac bug fixJim Meyering
2004-12-15.Jim Meyering
2004-12-14*** empty log message ***Jim Meyering