diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-16 20:07:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-16 20:07:59 +0000 |
commit | 88b4a9a940e3a0fb4150b41ca7aced26994b51ac (patch) | |
tree | 855e35f503dc0d2672bdf66c3877a6b9ab27bfbe /old/textutils | |
parent | 045ebed00c8fe0a89b3d032f4cd087af49a8d773 (diff) | |
download | coreutils-88b4a9a940e3a0fb4150b41ca7aced26994b51ac.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ace774c8e..323b5cea8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,23 @@ +1998-05-16 Jim Meyering <meyering@ascend.com> + + * src/tac.c (tac_seekable): Fix error in handling regex separators. + * tests/tac/Test.pm (opt-b, opt-s, opt_sb, opt_r): New tests. + (opt_br): New test -- exercises above-fixed bug. + + * lib/Makefile.am (EXTRA_DIST): Remove. Automake groks the `LIBOBJS=' + lines from the m4/*.m4 macros, so the hack of including some + custom-replaced C source file names here is no longer needed. + + * acconfig.h (chown): Add undef. + (D_INO_IN_DIRENT): Likewise. + (D_TYPE_IN_DIRENT): Likewise. + (ssize_t): Likewise. + +1998-05-09 Jim Meyering <meyering@ascend.com> + + * src/tac.c (tac_seekable): Rename from tac_stream. + Change `FILE *in' parameter to `int input_fd'. Adjust callers. + 1998-05-03 Jim Meyering <meyering@ascend.com> * po/: Update from gettext-0.10.35. |