summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-01(f-pipe-1): Renamed from f-1.Paul Eggert
(test_vector): Set POSIXLY_CORRECT for the f-pipe-* tests.
2006-07-01(main): With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert
only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
2006-07-01(tail invocation): With no operand, 'tail -f' nowPaul Eggert
silently ignores the '-f' only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
2006-07-01* src/ln.c (do_link): Use new, shorter URL, for ag-review link.Jim Meyering
2006-07-01Add ^lib/xstrtold\.c$, so make distcheck passes once again.Jim Meyering
2006-07-01*** empty log message ***Jim Meyering
2006-07-01seq defaults to a minimal fixed point format that does not losePaul Eggert
information if seq's operands are all fixed point decimal numbers. You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623', for example, since the default format now has the same effect. seq now lets you use %a, %A, %E, %F, and %G formats. seq now uses long double internally rather than double.
2006-07-01(seq invocation): seq now uses long doublePaul Eggert
internally rather than double. It now defaults to a minimal fixed point format if possible. It lets you use %a, %A, %E, %F, %G. Don't assume printf doesn't work for numbers that fit in 64 but not 32 bits; typically they work these days. Improve discussion of large integers and update the rounding-error numbers.
2006-07-01(XSTRTOD, DOUBLE): New macros, so that we can supportPaul Eggert
both double and long double versions. (XSTRTOD): Renamed from xstrtod. Use DOUBLE internally.
2006-07-01(xstrtold): New decl.Paul Eggert
2006-07-01(gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.Paul Eggert
Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't want to require the building of c-strtod.o.
2006-07-01(cu_LIB_CHECK): Remuve SEQ_LIBM, since seq no longerPaul Eggert
needs -lm directly.
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-01Don't include <math.h> or <xstrtol.h>; no longer needed.Paul Eggert
(isfinite) [!defined isfinite]: New macro. (separator, terminator): Now points to const. (first, step, last): Remove. (usage): Update to match new behavior. (struct operand, operand): New type. (scan_arg): Renamed from scan_double_arg, since we no longer use double. All uses changed. Compute and return a value of type operand, not double. (long_double_format): Renamed from valid_format, and now returns a new format with an "L" added if needed, if the original format was valid. Allow %a, %A, %E, %F, and %G formats. (print_numbers): Take numeric values as args rather than from globals. Print long double, not double. (get_width_format): Remove. (get_default_format): New function. (main): Implement new way of calculating default format. Don't worry about locale's representation of the decimal point, since the arguments are always processed in the C locale.
2006-07-01(neg-2): Adjust to new default format.Paul Eggert
(eq-wid-1, eq-wid-2): Resurrect these tests, since the new implementation should do the right thing.
2006-07-01Initial revision.Paul Eggert
2006-06-30* tests/stty/basic-1: Work around an intermittent test failureJim Meyering
on HP-UX 11.11. Report and analysis from Bob Proulx. http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/7475
2006-06-29From Derek R. Price:Jim Meyering
* lib/strftime.c: Assume strftime exists. * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
2006-06-28* src/sort.c (main): Support obsolete usages like "sort +1 -2" even whenPaul Eggert
conforming to POSIX 1003.1-2001, since this is a pure extension to POSIX.
2006-06-28* coreutils.texi (sort invocation): 'sort +1 -2' is now supportedPaul Eggert
even when conforming to POSIX 1003.1-2001.
2006-06-28(sort invocation): 'sort +1 -2' is now supportedPaul Eggert
even when conforming to POSIX 1003.1-2001, since this is a pure extension to POSIX.
2006-06-28Support obsolete usages like "sort +1 -2" even when conforming toPaul Eggert
POSIX 1003.1-2001.
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-28Fix attribution again.Paul Eggert
2006-06-28Fix attribution for last patch.Paul Eggert
2006-06-28Don't require AC_C_CONST, since it's obsolete.Paul Eggert
Require Autoconf 2.60.
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 problemJim Meyering
(set -x when VERBOSE=yes) when stderr is redirected before stdout causing shell tracing of the stdout redirection to be written to the stderr file. Avoid problem and test failure on HP-UX by redirecting stderr last. * tests/dd/unblock-sync: Order shell file redirections for stderr and stdout in the common style. tests/acl: Likewise.
2006-06-27.PHONY: sc_tight_scopeJim Meyering
2006-06-27* coreutils.texi (wc invocation): Remove ./ prefix from example.Jim Meyering
From Padraig Brady.
2006-06-27* tests/misc/cat-proc: Try to avoid any spurious numericJim Meyering
differences in frequently-changing /proc/cpuinfo. Reported by Nelson Beebe.
2006-06-26* coreutils.texi (wc invocation): Spell out `--files0-from' inJim Meyering
the example. Suggestion from Bob Proulx.
2006-06-26Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon anyJim Meyering
fd_to_subdirp failure, not just when errno == EACCES. * src/remove.c (remove_dir): Use unlinkat-with-AT_REMOVEDIR, not rmdir, here, even though rmdir may happen to be adequate.
2006-06-26* NEWS: rm no longer fails to remove an empty, unreadable directoryJim Meyering
* src/remove.c (remove_cwd_entries): If we can't open a directory, and the failure is not being ignored, try to remove the directory with rmdir (aka unlinkat-with-AT_REMOVEDIR), in case it's empty. Problem report and test case from Paul Eggert in <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/7425>. * tests/rm/empty-inacc: New test, for the above.
2006-06-26* coreutils.texi (wc invocation): Document new --files0-from option.Jim Meyering
2006-06-26now, trunk passes tests on openbsdJim Meyering
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering
* src/wc.c (compute_number_width): Return right away if nfiles == 0.
2006-06-25remove wc --files0-from itemJim Meyering
2006-06-25tweak grammar in commentJim Meyering
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering
contains a list of NUL-separated file names. * src/wc.c: Include "readtokens.h". (usage): Describe the new option, and adjust the `Usage': with this option, no FILE may be specified on the command line. (main): Handle the new option. * tests/misc/wc-files0: New tests, for the above. * tests/misc/wc-files0-from: Likewise. * tests/misc/Makefile.am (TESTS): Add wc-files0.
2006-06-25(sleep invocation): Document that acceptingJim Meyering
multiple arguments and suffixes are extensions. Reported by Dan Jacobson.
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 withJim Meyering
the function in glibc's <fcntl.h>. Reported by Andreas Schwab.