summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-06Sanitize environment.Jim Meyering
Otherwise, e.g., BLOCKSIZE=k would cause a failure.
2004-12-06.Jim Meyering
2004-12-06* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bugPaul Eggert
in Autoconf 2.59.
2004-12-06.Jim Meyering
2004-12-06*** empty log message ***Jim Meyering
2004-12-06Use AC_LIBOBJ(save-cwd).Jim Meyering
2004-12-06Use AC_LIBOBJ(chdir-long).Jim Meyering
2004-12-06(libfetish_a_SOURCES): Begin removing .c and .h file names, as theyJim Meyering
are added to AC_LIBSOURCES directives in the corresponding m4/*.m4 files.
2004-12-06*** empty log message ***Jim Meyering
2004-12-06(gl_SAVE_CWD): Use AC_LIBSOURCES.Jim Meyering
2004-12-06*** empty log message ***Jim Meyering
2004-12-06(gl_FUNC_MEMPCPY): Use AC_LIBSOURCES.Jim Meyering
2004-12-06(gl_FUNC_LCHOWN): Use AC_LIBSOURCES.Jim Meyering
2004-12-06*** empty log message ***Jim Meyering
2004-12-06(gl_FUNC_CHDIR_LONG): Use AC_LIBSOURCES.Jim Meyering
2004-12-06.Jim Meyering
2004-12-06(gl_FUNC_OPENAT): Use AC_LIBSOURCES.Jim Meyering
(gl_PREREQ_GETCWD): Use AC_REQUIRE.
2004-12-05.Jim Meyering
2004-12-05*** empty log message ***Jim Meyering
2004-12-05(test_vector): Avoid test failure whenJim Meyering
_POSIX2_VERSION=199209 is in the environment, or when building on e.g., OpenBSD 3.2.
2004-12-05*** empty log message ***Jim Meyering
2004-12-05(unit-test): Depend on t-fpending.Jim Meyering
Make the target .PHONY.
2004-12-05*** empty log message ***Jim Meyering
2004-12-05.Jim Meyering
2004-12-05*** empty log message ***Jim Meyering
2004-12-05(LDADD): Define.Jim Meyering
2004-12-05.Jim Meyering
2004-12-05*** empty log message ***Jim Meyering
2004-12-05*** empty log message ***Jim Meyering
2004-12-05(unit-test): New target.Jim Meyering
(check): Depend on it. (noinst_PROGRAMS): Define.
2004-12-05Test the __fpending function.Jim Meyering
This ensures that if there is an error in the definition of the PENDING_OUTPUT_N_BYTES expression, we'll find about it right away; that value is used only in the rare event that close_stdout's fclose fails with EBADF.
2004-12-05revert to 1.8, now that we test the offendingJim Meyering
condition externally (via new t-fpending.c program)
2004-12-05*** empty log message ***Jim Meyering
2004-12-05*** empty log message ***Jim Meyering
2004-12-05Include <stdlib.h>.Jim Meyering
(__fpending): Abort if PENDING_OUTPUT_N_BYTES is negative. This ensures that if there is an error in the definition of the PENDING_OUTPUT_N_BYTES expression, we'll find about it right away; this value is used only in the rare event that close_stdout's fclose fails with EBADF.
2004-12-04*** empty log message ***Jim Meyering
2004-12-04(cut invocation): Say when --complement is useful.Jim Meyering
2004-12-04*** empty log message ***Jim Meyering
2004-12-04Mention cut's new --complement option.Jim Meyering
2004-12-04*** empty log message ***Jim Meyering
2004-12-04*** empty log message ***Jim Meyering
2004-12-04*** empty log message ***Jim Meyering
2004-12-04(complement, COMPLEMENT_OPTION): New.Jim Meyering
(longopts): Add --complement. (usage): Say not that -b, -c, and -f `print' fields, but rather that they `select' fields for printing. Describe the new --complement option. (mark_range_start): Extracted from set_fields. (print_kth): Support --complement. (compare_ranges): New function. (set_fields): Rewrite the part that populates range_start_ht, merging it with the part that populates printable_field. (main): Handle --complement. From Paolo Bonzini.
2004-12-04* src/tail.c (tail_file): Set errnum to -1 if the initial "tail" failed.Paul Eggert
2004-12-04(tail_file): Set errnum to -1 if the initial "tail" failed.Paul Eggert
2004-12-03Mention copyright notice in latest checkin.Paul Eggert
2004-12-03Recent changes to save-cwd, openat.Paul Eggert
2004-12-03Regenerate.Paul Eggert
2004-12-03Import from gnulib.Paul Eggert
2004-12-03Add copyright notice.Paul Eggert
(gl_FUNC_OPENAT): Require gl_USE_SYSTEM_EXTENSIONS, since Solaris requires __EXTENSIONS__ to be defined when compiling pedantically.