summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2006-07-01(XSTRTOD, DOUBLE): New macros, so that we can supportPaul Eggert-9/+18
2006-07-01(xstrtold): New decl.Paul Eggert-1/+3
2006-07-01(gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.Paul Eggert-3/+3
2006-07-01(cu_LIB_CHECK): Remuve SEQ_LIBM, since seq no longerPaul Eggert-16/+2
2006-07-01(gl_PREREQ): Require gl_C_STRTOD and gl_XSTRTOLD.Paul Eggert-1/+3
2006-07-01(gl_XSTRTOLD): New macro.Paul Eggert-2/+9
2006-07-01(seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB).Paul Eggert-2/+2
2006-07-01Don't include <math.h> or <xstrtol.h>; no longer needed.Paul Eggert-183/+141
2006-07-01(neg-2): Adjust to new default format.Paul Eggert-6/+3
2006-07-01Initial revision.Paul Eggert-0/+2
2006-06-30* tests/stty/basic-1: Work around an intermittent test failureJim Meyering-1/+10
2006-06-29From Derek R. Price:Jim Meyering-63/+19
2006-06-28* src/sort.c (main): Support obsolete usages like "sort +1 -2" even whenPaul Eggert-24/+29
2006-06-28* coreutils.texi (sort invocation): 'sort +1 -2' is now supportedPaul Eggert-0/+6
2006-06-28(sort invocation): 'sort +1 -2' is now supportedPaul Eggert-1/+3
2006-06-28Support obsolete usages like "sort +1 -2" even when conforming toPaul Eggert-0/+10
2006-06-28(CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert-9/+7
2006-06-28* savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.Paul Eggert-4/+4
2006-06-28* src/system.h (CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert-13/+11
2006-06-28Fix attribution again.Paul Eggert-1/+2
2006-06-28Fix attribution for last patch.Paul Eggert-2/+4
2006-06-28Don't require AC_C_CONST, since it's obsolete.Paul Eggert-0/+9
2006-06-28(gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete.Paul Eggert-3/+2
2006-06-28(_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since it's obsolete.Paul Eggert-3/+2
2006-06-28(gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since it's obsolete.Paul Eggert-3/+2
2006-06-28* src/c99-to-c89.diff: Regenerate, to remove fuzz.Jim Meyering-6/+21
2006-06-28* tests/mv/i-link-no: Work around HP-UX /bin/sh tracing problemJim Meyering-5/+5
2006-06-27.PHONY: sc_tight_scopeJim Meyering-0/+1
2006-06-27* coreutils.texi (wc invocation): Remove ./ prefix from example.Jim Meyering-1/+6
2006-06-27* tests/misc/cat-proc: Try to avoid any spurious numericJim Meyering-3/+10
2006-06-26* coreutils.texi (wc invocation): Spell out `--files0-from' inJim Meyering-1/+4
2006-06-26Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon anyJim Meyering-15/+19
2006-06-26* NEWS: rm no longer fails to remove an empty, unreadable directoryJim Meyering-5/+41
2006-06-26* coreutils.texi (wc invocation): Document new --files0-from option.Jim Meyering-0/+26
2006-06-26now, trunk passes tests on openbsdJim Meyering-7/+0
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering-1/+6
2006-06-25remove wc --files0-from itemJim Meyering-5/+25
2006-06-25tweak grammar in commentJim Meyering-1/+1
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering-7/+236
2006-06-25(sleep invocation): Document that acceptingJim Meyering-1/+8
2006-06-24* src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions.Jim Meyering-8/+6
2006-06-22* src/tee.c (tee_files): Rename from tee, to avoid conflict withJim Meyering-4/+9
2006-06-20(openat): Use ?:, not if, to work around GCC bug 4210.Paul Eggert-4/+10
2006-06-20fix typo in comment: s/nerrower/narrower/Jim Meyering-1/+1
2006-06-20(gl_IGNORE_UNUSED_LIBRARIES):Paul Eggert-2/+17
2006-06-19*** empty log message ***Jim Meyering-0/+6
2006-06-19Apply this change from gnulib:Jim Meyering-5/+2
2006-06-19(gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils'sPaul Eggert-1/+12
2006-06-18* Makefile.cfg (local-checks-to-skip): Add changelog-check,Jim Meyering-3/+11
2006-06-18Test for a bug that causes glibc's getcwd to suffer a failed assertion.Jim Meyering-4/+118