diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-04 20:19:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-04 20:19:14 +0000 |
commit | fae6846955d2e1b9c77f3c9f5865a2b9b345fb58 (patch) | |
tree | 1c48a2aabb81b757d79d7c7e58d4481a8461cc25 | |
parent | f79e8bdcaf621c2d0651df0f45515f893f49b00a (diff) | |
download | coreutils-fae6846955d2e1b9c77f3c9f5865a2b9b345fb58.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 871335491..c6aab71da 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,35 @@ -1998-01-25 Jim Meyering <meyering@na-net.ornl.gov> +1998-02-04 Jim Meyering <meyering@eng.ascend.com> * Version 1.22e. + * tests/Makefile.am.in (EXTRA_DIST): Remove mk-script.pl. + (mk_script): Set to ../mk-script. + (x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script. + Remove @MAINT@ cruft. + (Makefile.am): Likewise. + Remove @MAINT@ cruft. Now `missing' will explain the failure + when people don't have Perl yet modify a file whose rebuilding + would lead to the use of Perl. + + * tests/Makefile.am (EXTRA_DIST): Add mk-script. + * tests/*/mk-script.pl: Remove files. + + * GNUmakefile: New file. + * Makefile.am (EXTRA_DIST): Add GNUmakefile. + +1998-01-30 Paul Eggert <eggert@twinsun.com> + + * configure.in (AC_LFS): Put before anything that can affect or use + CPPFLAGS, LDFLAGS, or LIBS. + +1998-01-25 Jim Meyering <meyering@na-net.ornl.gov> + + * Makefile.maint: New file. + * Makefile.am: Move rules common to textutils, fileutils, sh-utils + into Makefile.maint. + Include Makefile.maint. + (EXTRA_DIST): Add Makefile.maint. + * src/cat.c (cat): Convert comma-expressions to pairs of semicolon-terminated stmts. Add braces around compound if/else stmts. |