Age | Commit 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-24 | Change getdate to not use alloca. Shrink initial stack. | Paul Eggert | |
2004-12-24 | (YYSTACK_USE_ALLOCA): Define to 0, since there's no | Paul 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 right | Jim Meyering | |
away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal. | |||
2004-12-21 | adjust indentation | Jim Meyering | |
2004-12-21 | . | Jim Meyering | |
2004-12-21 | tweak comment | Jim 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-21 | Avoid 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-20 | Do the `cd' in a subshell. | Jim Meyering | |
2004-12-20 | s/SPACE/TAB | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | Rather than using "conftestXXXXXX" as the mkstemp | Jim 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-20 | Fix typo in comment. | Paul Eggert | |
2004-12-20 | Regenerate. | 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-19 | Fix alloca problems with getdate. | Paul Eggert | |
2004-12-19 | Include <alloca.h> only if HAVE_ALLOCA. | Paul Eggert | |
(YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA. (YYMAXDEPTH): New macro. | |||
2004-12-19 | Conditionalize 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 than | Paul 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-17 | update from gnulib | Jim Meyering | |
2004-12-17 | Sync 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-listed | Paul 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 be | Paul 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-15 | mention tac bug fix | Jim Meyering | |
2004-12-15 | . | Jim Meyering | |
2004-12-14 | *** empty log message *** | Jim Meyering | |