Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-12-14 | (__LDADD): Define, so that building `[' on | Jim Meyering | |
Solaris still uses the -lgen library that it requires in order to get a definition of eaccess. | |||
2004-12-14 | *** empty log message *** | Jim Meyering | |
2004-12-14 | Add Bulgarian (bg). | Jim Meyering | |
2004-12-14 | version: 5.2.1 | Jim Meyering | |
2004-12-14 | *** empty log message *** | Jim Meyering | |
2004-12-14 | *** empty log message *** | Jim Meyering | |
2004-12-14 | Add a few more tests. | Jim Meyering | |
2004-12-14 | . | Jim Meyering | |
2004-12-14 | *** empty log message *** | Jim Meyering | |
2004-12-14 | *** empty log message *** | Jim Meyering | |
2004-12-14 | (TESTS): Add tac-continue. | Jim Meyering | |
2004-12-14 | Ensure that tac processes all command line arguments, even | Jim Meyering | |
when it encounters an error with say the first one. | |||
2004-12-14 | [DONT_UNLINK_WHILE_OPEN]: Add a FIXME comment explaining that | Jim Meyering | |
using atexit like this is wrong. |