Skip to content

Commit 8df7977

Browse files
committed
Update versions and ChangeLogs, make tarball!
1 parent a8eb837 commit 8df7977

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+15109
-15047
lines changed

ChangeLog

+6-9,884
Large diffs are not rendered by default.

ChangeLog.0

+9,885
Large diffs are not rendered by default.

README_d/ChangeLog

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
2010-12-18 Eli Zaretskii <[email protected]>
1+
2011-06-23 Arnold D. Robbins <[email protected]>
22

3-
* README.pc: Update and simplify. Remove lots of
4-
outdated stuff for systems and configurations no longer supported.
5-
6-
2010-12-18 Arnold Robbins <[email protected]>
7-
8-
* ChangeLog: Created.
3+
* ChangeLog.0: Rotated ChangeLog into this file.
4+
* ChangeLog: Created anew for gawk 4.0.0 and on.
5+
* 4.0.0: Release tar ball made.

README_d/ChangeLog.0

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2010-12-18 Eli Zaretskii <[email protected]>
2+
3+
* README.pc: Update and simplify. Remove lots of
4+
outdated stuff for systems and configurations no longer supported.
5+
6+
2010-12-18 Arnold Robbins <[email protected]>
7+
8+
* ChangeLog: Created.

awklib/ChangeLog

+4-179
Original file line numberDiff line numberDiff line change
@@ -1,180 +1,5 @@
1-
Mon Jan 10 21:40:05 2011 Andreas Buening <[email protected]>
1+
2011-06-23 Arnold D. Robbins <[email protected]>
22

3-
* Makefile.am (AWKPROG): Get correct path to gawk executable.
4-
5-
Fri Nov 19 11:53:16 2010 Arnold D. Robbins <[email protected]>
6-
7-
* Makefile.am: Remove special handling of CVS directories.
8-
9-
Thu May 6 20:55:14 2010 Arnold D. Robbins <[email protected]>
10-
11-
* Release 3.1.8: Release tar file made.
12-
13-
Tue Jul 21 22:28:56 2009 Arnold D. Robbins <[email protected]>
14-
15-
* Release 3.1.7: Release tar file made.
16-
17-
Mon Oct 22 08:49:05 2007 Arnold D. Robbins <[email protected]>
18-
19-
* Release 3.1.6: Release tar file made.
20-
21-
2007-05-25 Andreas Schwab <[email protected]>
22-
23-
* Makefile.am: Add missing dependencies on stamp-eg.
24-
25-
Wed Mar 14 13:22:52 2007 Andrew J. Schorr <[email protected]>
26-
27-
* Makefile.am (AWKPROG): New macro to set locale sanely.
28-
(stamp-eg): Use it instead of $AWK to do the extractions.
29-
30-
Wed Mar 14 13:16:28 2007 Arnold D. Robbins <[email protected]>
31-
32-
* Makefile.am (clean-local): Remove `eg.old' also.
33-
34-
Sat Jan 13 21:17:33 2007 Ralf Wildenhues <[email protected]>
35-
36-
* Makefile.am (stamp-eg): Allow rebuilding from a VPATH build.
37-
38-
Tue Jul 26 21:46:16 2005 Arnold D. Robbins <[email protected]>
39-
40-
* Release 3.1.5: Release tar file made.
41-
42-
Mon Jun 20 23:20:22 2005 Andreas Schwab <[email protected]>
43-
44-
* Makefile.am: Install pwcat and grcat in pkglibexecdir instead of
45-
libexecdir.
46-
47-
Wed Feb 9 10:13:27 2005 Arnold D. Robbins <[email protected]>
48-
49-
* Makefile.am (pkgdatadir, pkglibexecdir): Use $(datadir) and
50-
$(libexecdir) instead of @datadir@ and @libexecdir@ for coolest
51-
GNU Coding Standards compatibility and functionality. Per Stepan
52-
Kasal.
53-
54-
Tue Feb 8 18:57:08 2005 Arnold D. Robbins <[email protected]>
55-
56-
* Makefile.am (pkgdatadir, pkglibexecdir): New variables for compatibility
57-
with current GNU Coding Standards. Fixed uses. Thanks to Stepan Kasal
58-
and the discussion in bug-gnu-utils.
59-
60-
Mon Aug 2 12:18:15 2004 Arnold D. Robbins <[email protected]>
61-
62-
* Release 3.1.4: Release tar file made.
63-
64-
Thu Mar 18 17:43:59 2004 Arnold D. Robbins <[email protected]>
65-
66-
* Makefile.am (INCLUDES): Renamed to AM_CPPFLAGS. Per
67-
Stepan Kasal.
68-
69-
Mon Jul 7 11:01:43 2003 Arnold D. Robbins <[email protected]>
70-
71-
* Release 3.1.3: Release tar file made.
72-
73-
Wed Mar 19 14:10:31 2003 Arnold D. Robbins <[email protected]>
74-
75-
This time for sure.
76-
-- Bullwinkle
77-
78-
* Release 3.1.2: Release tar file made.
79-
80-
Thu Oct 10 13:24:09 2002 Arnold D. Robbins <[email protected]>
81-
82-
* Makefile.am (INCLUDES): Added to get .. for build dir
83-
which will have config.h in it.
84-
(grcat,pwcat): Use $(COMPILE) instead of $(CC) to get
85-
$(INCLUDES) included.
86-
87-
Tue Jun 11 23:43:36 2002 Arnold D. Robbins <[email protected]>
88-
89-
* Makefile.am (grcat): Add def for config.h and -I flag.
90-
91-
Wed May 1 16:41:32 2002 Arnold D. Robbins <[email protected]>
92-
93-
* Release 3.1.1: Release tar file made.
94-
95-
Wed Apr 17 15:20:27 2002 Arnold D. Robbins <[email protected]>
96-
97-
* Makefile.am (clean): Add *.exe to list of files to be cleaned.
98-
99-
2002-01-27 Bruno Haible <[email protected]>
100-
101-
* eg/lib/libintl.awk (dcngettext): New function.
102-
103-
Sun Jun 3 13:04:44 2001 Arnold D. Robbins <[email protected]>
104-
105-
* Release 3.1.0: Release tar file made. And there was
106-
rejoicing.
107-
108-
2001-02-26 Paul Eggert <[email protected]>
109-
110-
* Makefile.am (stamp-eg): Use $(AWK), not awk, as the
111-
native awk might not work.
112-
113-
2001-02-26 Andreas Schwab <[email protected]>
114-
115-
* Makefile.am: Install igawk as script.
116-
117-
Mon Nov 6 15:29:08 2000 Arnold D. Robbins <[email protected]>
118-
119-
* Makefile.am: Fixed to have all functionality from before
120-
the switch to automake.
121-
* extract.awk: Updated to match version in the doc.
122-
123-
Sat Jul 26 23:08:29 1997 Arnold D. Robbins <[email protected]>
124-
125-
* Makefile.in (install-strip): new target.
126-
127-
Mon Aug 7 15:23:00 2000 Arnold D. Robbins <[email protected]>
128-
129-
* Release 3.0.6: Release tar file made.
130-
131-
Sun Jun 25 15:08:19 2000 Arnold D. Robbins <[email protected]>
132-
133-
* Release 3.0.5: Release tar file made.
134-
135-
Wed Jun 30 16:14:36 1999 Arnold D. Robbins <[email protected]>
136-
137-
* Release 3.0.4: Release tar file made. This time for sure.
138-
139-
Thu May 15 12:49:08 1997 Arnold D. Robbins <[email protected]>
140-
141-
* Release 3.0.3: Release tar file made.
142-
143-
Fri Apr 18 07:55:47 1997 Arnold D. Robbins <[email protected]>
144-
145-
* BETA Release 3.0.34: Release tar file made.
146-
147-
Sun Apr 13 15:40:55 1997 Arnold D. Robbins <[email protected]>
148-
149-
* Makefile.in (install): fix second for loop to use $$i. Sigh.
150-
151-
Wed Dec 25 11:25:22 1996 Arnold D. Robbins <[email protected]>
152-
153-
* Release 3.0.2: Release tar file made.
154-
155-
Wed Dec 25 11:17:32 1996 Arnold D. Robbins <[email protected]>
156-
157-
* Makefile.in (install): remove chmod command; let
158-
$(INSTALL_PROGRAM) use -m.
159-
160-
Tue Dec 17 22:29:49 1996 Arnold D. Robbins <[email protected]>
161-
162-
* Makefile.in (install): fix installation of files in eg/lib.
163-
164-
Tue Dec 10 23:09:26 1996 Arnold D. Robbins <[email protected]>
165-
166-
* Release 3.0.1: Release tar file made.
167-
168-
Sun Oct 20 12:30:41 1996 Arnold D. Robbins <[email protected]>
169-
170-
* Makefile.in (install): minor tweaks for portability.
171-
172-
Fri Mar 15 06:33:38 1996 Arnold D. Robbins <[email protected]>
173-
174-
* Makefile.in (pwcat, grcat): Add $(LDFLAGS).
175-
(clean): add `*~' to list of files to be removed.
176-
177-
Wed Jan 24 10:06:16 1996 Arnold D. Robbins <[email protected]>
178-
179-
* Makefile.in (clean): Remove $(AUXAWK).
180-
(maintainer-clean): Depend on distclean, not the other way around.
3+
* ChangeLog.0: Rotated ChangeLog into this file.
4+
* ChangeLog: Created anew for gawk 4.0.0 and on.
5+
* 4.0.0: Release tar ball made.

awklib/ChangeLog.0

+180
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
Mon Jan 10 21:40:05 2011 Andreas Buening <[email protected]>
2+
3+
* Makefile.am (AWKPROG): Get correct path to gawk executable.
4+
5+
Fri Nov 19 11:53:16 2010 Arnold D. Robbins <[email protected]>
6+
7+
* Makefile.am: Remove special handling of CVS directories.
8+
9+
Thu May 6 20:55:14 2010 Arnold D. Robbins <[email protected]>
10+
11+
* Release 3.1.8: Release tar file made.
12+
13+
Tue Jul 21 22:28:56 2009 Arnold D. Robbins <[email protected]>
14+
15+
* Release 3.1.7: Release tar file made.
16+
17+
Mon Oct 22 08:49:05 2007 Arnold D. Robbins <[email protected]>
18+
19+
* Release 3.1.6: Release tar file made.
20+
21+
2007-05-25 Andreas Schwab <[email protected]>
22+
23+
* Makefile.am: Add missing dependencies on stamp-eg.
24+
25+
Wed Mar 14 13:22:52 2007 Andrew J. Schorr <[email protected]>
26+
27+
* Makefile.am (AWKPROG): New macro to set locale sanely.
28+
(stamp-eg): Use it instead of $AWK to do the extractions.
29+
30+
Wed Mar 14 13:16:28 2007 Arnold D. Robbins <[email protected]>
31+
32+
* Makefile.am (clean-local): Remove `eg.old' also.
33+
34+
Sat Jan 13 21:17:33 2007 Ralf Wildenhues <[email protected]>
35+
36+
* Makefile.am (stamp-eg): Allow rebuilding from a VPATH build.
37+
38+
Tue Jul 26 21:46:16 2005 Arnold D. Robbins <[email protected]>
39+
40+
* Release 3.1.5: Release tar file made.
41+
42+
Mon Jun 20 23:20:22 2005 Andreas Schwab <[email protected]>
43+
44+
* Makefile.am: Install pwcat and grcat in pkglibexecdir instead of
45+
libexecdir.
46+
47+
Wed Feb 9 10:13:27 2005 Arnold D. Robbins <[email protected]>
48+
49+
* Makefile.am (pkgdatadir, pkglibexecdir): Use $(datadir) and
50+
$(libexecdir) instead of @datadir@ and @libexecdir@ for coolest
51+
GNU Coding Standards compatibility and functionality. Per Stepan
52+
Kasal.
53+
54+
Tue Feb 8 18:57:08 2005 Arnold D. Robbins <[email protected]>
55+
56+
* Makefile.am (pkgdatadir, pkglibexecdir): New variables for compatibility
57+
with current GNU Coding Standards. Fixed uses. Thanks to Stepan Kasal
58+
and the discussion in bug-gnu-utils.
59+
60+
Mon Aug 2 12:18:15 2004 Arnold D. Robbins <[email protected]>
61+
62+
* Release 3.1.4: Release tar file made.
63+
64+
Thu Mar 18 17:43:59 2004 Arnold D. Robbins <[email protected]>
65+
66+
* Makefile.am (INCLUDES): Renamed to AM_CPPFLAGS. Per
67+
Stepan Kasal.
68+
69+
Mon Jul 7 11:01:43 2003 Arnold D. Robbins <[email protected]>
70+
71+
* Release 3.1.3: Release tar file made.
72+
73+
Wed Mar 19 14:10:31 2003 Arnold D. Robbins <[email protected]>
74+
75+
This time for sure.
76+
-- Bullwinkle
77+
78+
* Release 3.1.2: Release tar file made.
79+
80+
Thu Oct 10 13:24:09 2002 Arnold D. Robbins <[email protected]>
81+
82+
* Makefile.am (INCLUDES): Added to get .. for build dir
83+
which will have config.h in it.
84+
(grcat,pwcat): Use $(COMPILE) instead of $(CC) to get
85+
$(INCLUDES) included.
86+
87+
Tue Jun 11 23:43:36 2002 Arnold D. Robbins <[email protected]>
88+
89+
* Makefile.am (grcat): Add def for config.h and -I flag.
90+
91+
Wed May 1 16:41:32 2002 Arnold D. Robbins <[email protected]>
92+
93+
* Release 3.1.1: Release tar file made.
94+
95+
Wed Apr 17 15:20:27 2002 Arnold D. Robbins <[email protected]>
96+
97+
* Makefile.am (clean): Add *.exe to list of files to be cleaned.
98+
99+
2002-01-27 Bruno Haible <[email protected]>
100+
101+
* eg/lib/libintl.awk (dcngettext): New function.
102+
103+
Sun Jun 3 13:04:44 2001 Arnold D. Robbins <[email protected]>
104+
105+
* Release 3.1.0: Release tar file made. And there was
106+
rejoicing.
107+
108+
2001-02-26 Paul Eggert <[email protected]>
109+
110+
* Makefile.am (stamp-eg): Use $(AWK), not awk, as the
111+
native awk might not work.
112+
113+
2001-02-26 Andreas Schwab <[email protected]>
114+
115+
* Makefile.am: Install igawk as script.
116+
117+
Mon Nov 6 15:29:08 2000 Arnold D. Robbins <[email protected]>
118+
119+
* Makefile.am: Fixed to have all functionality from before
120+
the switch to automake.
121+
* extract.awk: Updated to match version in the doc.
122+
123+
Sat Jul 26 23:08:29 1997 Arnold D. Robbins <[email protected]>
124+
125+
* Makefile.in (install-strip): new target.
126+
127+
Mon Aug 7 15:23:00 2000 Arnold D. Robbins <[email protected]>
128+
129+
* Release 3.0.6: Release tar file made.
130+
131+
Sun Jun 25 15:08:19 2000 Arnold D. Robbins <[email protected]>
132+
133+
* Release 3.0.5: Release tar file made.
134+
135+
Wed Jun 30 16:14:36 1999 Arnold D. Robbins <[email protected]>
136+
137+
* Release 3.0.4: Release tar file made. This time for sure.
138+
139+
Thu May 15 12:49:08 1997 Arnold D. Robbins <[email protected]>
140+
141+
* Release 3.0.3: Release tar file made.
142+
143+
Fri Apr 18 07:55:47 1997 Arnold D. Robbins <[email protected]>
144+
145+
* BETA Release 3.0.34: Release tar file made.
146+
147+
Sun Apr 13 15:40:55 1997 Arnold D. Robbins <[email protected]>
148+
149+
* Makefile.in (install): fix second for loop to use $$i. Sigh.
150+
151+
Wed Dec 25 11:25:22 1996 Arnold D. Robbins <[email protected]>
152+
153+
* Release 3.0.2: Release tar file made.
154+
155+
Wed Dec 25 11:17:32 1996 Arnold D. Robbins <[email protected]>
156+
157+
* Makefile.in (install): remove chmod command; let
158+
$(INSTALL_PROGRAM) use -m.
159+
160+
Tue Dec 17 22:29:49 1996 Arnold D. Robbins <[email protected]>
161+
162+
* Makefile.in (install): fix installation of files in eg/lib.
163+
164+
Tue Dec 10 23:09:26 1996 Arnold D. Robbins <[email protected]>
165+
166+
* Release 3.0.1: Release tar file made.
167+
168+
Sun Oct 20 12:30:41 1996 Arnold D. Robbins <[email protected]>
169+
170+
* Makefile.in (install): minor tweaks for portability.
171+
172+
Fri Mar 15 06:33:38 1996 Arnold D. Robbins <[email protected]>
173+
174+
* Makefile.in (pwcat, grcat): Add $(LDFLAGS).
175+
(clean): add `*~' to list of files to be removed.
176+
177+
Wed Jan 24 10:06:16 1996 Arnold D. Robbins <[email protected]>
178+
179+
* Makefile.in (clean): Remove $(AUXAWK).
180+
(maintainer-clean): Depend on distclean, not the other way around.

0 commit comments

Comments
 (0)