diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-01 09:54:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-01 09:54:45 +0000 |
commit | 9624b35110802bcbfb45dd83171c29aefd3160c0 (patch) | |
tree | ae95d853ef420e56223c33a171ca0d2b9aebd1ce | |
parent | 10a0ecfe61ee6d40bb71dc9a628657ede6c3fb2e (diff) | |
download | coreutils-9624b35110802bcbfb45dd83171c29aefd3160c0.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index aff04e978..6818879fb 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,17 @@ +1999-08-01 Jim Meyering <meyering@ascend.com> + + * configure.in (AM_C_PROTOTYPES): Move test to precede a few + header tests -- merely on principle. + +1999-08-01 Paul Eggert <eggert@twinsun.com> + + * configure.in (AC_SYS_LARGEFILE): Renamed from AC_LFS. + +1999-07-16 Paul Eggert <eggert@twinsun.com> + + * lib/quotearg.c (quotearg_buffer): + Don't quote spaces if C quoting style. + 1999-07-31 Jim Meyering <meyering@ascend.com> * src/tail.c (tail_forever): Don't call kill if pid is 0. |