Age | Commit message (Expand) | Author |
2006-07-01 | * src/ln.c (do_link): Use new, shorter URL, for ag-review link. | Jim Meyering |
2006-07-01 | Add ^lib/xstrtold\.c$, so make distcheck passes once again. | Jim Meyering |
2006-07-01 | *** empty log message *** | Jim Meyering |
2006-07-01 | seq defaults to a minimal fixed point format that does not lose | Paul Eggert |
2006-07-01 | (seq invocation): seq now uses long double | Paul Eggert |
2006-07-01 | (XSTRTOD, DOUBLE): New macros, so that we can support | Paul Eggert |
2006-07-01 | (xstrtold): New decl. | Paul Eggert |
2006-07-01 | (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES. | Paul Eggert |
2006-07-01 | (cu_LIB_CHECK): Remuve SEQ_LIBM, since seq no longer | Paul Eggert |
2006-07-01 | (gl_PREREQ): Require gl_C_STRTOD and gl_XSTRTOLD. | Paul Eggert |
2006-07-01 | (gl_XSTRTOLD): New macro. | Paul Eggert |
2006-07-01 | (seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB). | Paul Eggert |
2006-07-01 | Don't include <math.h> or <xstrtol.h>; no longer needed. | Paul Eggert |
2006-07-01 | (neg-2): Adjust to new default format. | Paul Eggert |
2006-07-01 | Initial revision. | Paul Eggert |
2006-06-30 | * tests/stty/basic-1: Work around an intermittent test failure | Jim Meyering |
2006-06-29 | From Derek R. Price: | Jim Meyering |
2006-06-28 | * src/sort.c (main): Support obsolete usages like "sort +1 -2" even when | Paul Eggert |
2006-06-28 | * coreutils.texi (sort invocation): 'sort +1 -2' is now supported | Paul Eggert |
2006-06-28 | (sort invocation): 'sort +1 -2' is now supported | Paul Eggert |
2006-06-28 | Support obsolete usages like "sort +1 -2" even when conforming to | Paul Eggert |
2006-06-28 | (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-06-28 | * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement. | Paul Eggert |
2006-06-28 | * src/system.h (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-06-28 | Fix attribution again. | Paul Eggert |
2006-06-28 | Fix attribution for last patch. | Paul Eggert |
2006-06-28 | Don't require AC_C_CONST, since it's obsolete. | Paul Eggert |
2006-06-28 | (gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert |
2006-06-28 | (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert |
2006-06-28 | (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert |
2006-06-28 | * src/c99-to-c89.diff: Regenerate, to remove fuzz. | Jim Meyering |
2006-06-28 | * tests/mv/i-link-no: Work around HP-UX /bin/sh tracing problem | Jim Meyering |
2006-06-27 | .PHONY: sc_tight_scope | Jim Meyering |
2006-06-27 | * coreutils.texi (wc invocation): Remove ./ prefix from example. | Jim Meyering |
2006-06-27 | * tests/misc/cat-proc: Try to avoid any spurious numeric | Jim Meyering |
2006-06-26 | * coreutils.texi (wc invocation): Spell out `--files0-from' in | Jim Meyering |
2006-06-26 | Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon any | Jim Meyering |
2006-06-26 | * NEWS: rm no longer fails to remove an empty, unreadable directory | Jim Meyering |
2006-06-26 | * coreutils.texi (wc invocation): Document new --files0-from option. | Jim Meyering |
2006-06-26 | now, trunk passes tests on openbsd | Jim Meyering |
2006-06-26 | Avoid a segfault for wc --files0=- < /dev/null. | Jim Meyering |
2006-06-25 | remove wc --files0-from item | Jim Meyering |
2006-06-25 | tweak grammar in comment | Jim Meyering |
2006-06-25 | * NEWS: wc accepts a new option --files0-from=FILE, where FILE | Jim Meyering |
2006-06-25 | (sleep invocation): Document that accepting | Jim Meyering |
2006-06-24 | * src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions. | Jim Meyering |
2006-06-22 | * src/tee.c (tee_files): Rename from tee, to avoid conflict with | Jim Meyering |
2006-06-20 | (openat): Use ?:, not if, to work around GCC bug 4210. | Paul Eggert |
2006-06-20 | fix typo in comment: s/nerrower/narrower/ | Jim Meyering |
2006-06-20 | (gl_IGNORE_UNUSED_LIBRARIES): | Paul Eggert |