1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Sun Jun 3 13:04:44 2001 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.0: Release tar file made. And there was
rejoicing.
2001-02-26 Paul Eggert <eggert@twinsun.com>
* Makefile.am (stamp-eg): Use $(AWK), not awk, as the
native awk might not work.
2001-02-26 Andreas Schwab <schwab@suse.de>
* Makefile.am: Install igawk as script.
Mon Nov 6 15:29:08 2000 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am: Fixed to have all functionality from before
the switch to automake.
* extract.awk: Updated to match version in the doc.
Sat Jul 26 23:08:29 1997 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.in (install-strip): new target.
Mon Aug 7 15:23:00 2000 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.0.6: Release tar file made.
Sun Jun 25 15:08:19 2000 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.0.5: Release tar file made.
Wed Jun 30 16:14:36 1999 Arnold D. Robbins <arnold@gnu.org>
* Release 3.0.4: Release tar file made. This time for sure.
Thu May 15 12:49:08 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.3: Release tar file made.
Fri Apr 18 07:55:47 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* BETA Release 3.0.34: Release tar file made.
Sun Apr 13 15:40:55 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (install): fix second for loop to use $$i. Sigh.
Wed Dec 25 11:25:22 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.2: Release tar file made.
Wed Dec 25 11:17:32 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (install): remove chmod command; let
$(INSTALL_PROGRAM) use -m.
Tue Dec 17 22:29:49 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (install): fix installation of files in eg/lib.
Tue Dec 10 23:09:26 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.1: Release tar file made.
Sun Oct 20 12:30:41 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (install): minor tweaks for portability.
Fri Mar 15 06:33:38 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (pwcat, grcat): Add $(LDFLAGS).
(clean): add `*~' to list of files to be removed.
Wed Jan 24 10:06:16 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (clean): Remove $(AUXAWK).
(maintainer-clean): Depend on distclean, not the other way around.
|