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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
|
Wed Mar 19 14:10:31 2003 Arnold D. Robbins <arnold@skeeve.com>
This time for sure.
-- Bullwinkle
* Release 3.1.2: Release tar file made.
Tue Mar 11 11:22:36 2003 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (man_MANS): Add pgawk.1.
* pgawk.1: New file, does `.so gawk.1' so that `man pgawk' will work.
Thanks to Nelson Beebe for pointing the need for this.
Sun Feb 9 09:45:06 2003 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi, gawkinet.texi: Per Karl Berry, change dircategory
to follow current standards. In gawkinet.texi, remove
bracketing ifinfo.
Thu Feb 6 12:06:22 2003 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version 2003-02-03.16 from Texinfo 4.5.
Tue Feb 4 15:21:46 2003 Arnold D. Robbins <arnold@skeeve.com>
* awkcard.in: Redid the page-breaking.
Tue Feb 4 14:28:06 2003 Arnold D. Robbins <arnold@skeeve.com>
All relevant files: Copyright year updated to 2003.
Sun Jan 26 11:13:01 2003 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version 2003-01-24.17 from prep.
* gawk.texi: Documented asorti(), new elements in match() 3rd arg,
misc cleanups. Updated to FDL 1.2.
* awkcard.in, gawk.1: Ditto for asorti(), match().
* gawkinet.texi: Updated to FDL 1.2.
Thu Jan 16 18:34:54 2003 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version 2003-01-12.11 from prep.
Sun Nov 24 17:55:23 2002 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version 2002-11-05.11 from Texinfo 4.3.
Sun Nov 17 21:34:35 2002 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version 2002-10-13.14 from automake 1.7.1.
Fri Nov 1 11:25:00 2002 Arnold D. Robbins <arnold@skeeve.com>
From Kaveh Ghazi:
* gawk.texi (grcat.c): Include stdlib.h.
(main): Fix format specifier warnings.
* gawk.texi (pwcat.c): Include config.h/stdlib.h.
(main): Fix format specifier warnings.
Tue Jun 11 23:08:04 2002 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: Fix grcat code ifdef for HAVE_GETGRENT.
2002-05-09 Paul Eggert <eggert@twinsun.com>
[ ADR: Some minor post-patch editing was required. ]
* gawk.texi (igawk): Do not put temporary files in /tmp, as that
has some security problems. This fixes a problem originally
reported by Jarno Huuskonen via solar@openwall.com.
Fix the following problems with igawk while we're at it.
* Report missing operands of options; this fixes e.g. an
infinite loop with "igawk -W".
* Check for --source and -Wsource only, not -.source (which matches
errors). Similarly for other multichar options.
* Do not use 'echo', as that mishandles backslashes.
Mon May 13 01:25:40 2002 Arnold D. Robbins <arnold@skeeve.com>
* gawkinet.texi: Change `ifinfo' to `ifnottex' around
the Top node. Thanks to Eli Zaretskii.
Wed May 1 16:41:32 2002 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.1: Release tar file made.
Tue Apr 16 13:26:13 2002 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: FINALLY. All O'Reilly production and
indexing changes integrated. Index reviewed and
cleaned up.
* gawkinet.texi: Ditto.
* awkcard.in: Redid page breaking.
* Makefile.am (clean): Add `awkcard.tr' to list of files
that are removed.
(distclean): Depend on clean to REALLY GET `awkcard.tr'.
Sheesh.
Mon Apr 15 14:43:51 2002 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version from Texinfo 4.2.
* gawk.texi: Modified to use new @copying command.
* gawkinet.texi: Ditto.
Wed Mar 20 17:07:50 2002 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version from Texinfo 4.1.
2002-02-10 Paul Eggert <eggert@twinsun.com>
* gawk.texi (Word Sorting): Don't use sort +1, as POSIX 1003.1-2001
no longer allows it. Use sort -k instead.
2002-01-27 Bruno Haible <bruno@clisp.org>
* gawk.texi: Document the dcngettext function.
* awkcard.in: Likewise.
* gawk.1: Likewise.
Mon Jan 28 18:41:02 2002 Arnold D. Robbins <arnold@skeeve.com>
* gawkinet.texi, Makefile.am: Removed User Friendly cartoon.
Sigh.
Wed Dec 19 16:00:39 2001 Eli Zaretskii <eliz@is.elta.co.il>
* gawk.texi (Profiling): Describe the signals used for profile
dumping in the DJGPP version.
Mon Sep 3 18:30:13 2001 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi (Top): Put in @ifnottex so that makeinfo
--html is now happy.
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.
Mon May 14 19:57:31 2001 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi, gawkinet.texi: Versions for distribution
put in place.
* gawk.1, awkcard.in: Minor edits for consistency of
usage, formatting.
Wed Nov 22 14:57:59 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi, gawk.1, awkcard.in: Removed all documentation
of abort.
Sun Aug 13 11:23:50 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi, gawk.1, awkcard.in: documented sort function
and optional third argument to match.
Sun Aug 13 00:40:41 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: hardwired publisher info.
* publisher.texi: Removed. Not needed any more.
* gawkinet.texi: Added title page stuff.
Thu Jul 5 21:05:57 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: moved to use of @command, @option everywhere
appropriate. Removed all @page and @group in anticipation
of re-page breaking. Updated stuff for install-info.
Added FDL.
Tue Nov 10 11:42:26 1998 Arnold D. Robbins <arnold@gnu.org>
* publisher.texi: new file with publisher related info.
* Makefile.in: updated dvi and postscript targets to make
them lots smarter about not reformatting if need be.
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 May 17 19:04:54 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi, gawk.1, awkcard.in: Documented %u. Ooops.
Tue May 2 11:44:13 2000 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to version 1999-10-01.07.
* gawk.texi: Redid page breaking for new texinfo.tex.
Thu Apr 6 12:32:49 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: Change info dir file entry to `(gawk)' from
`(gawk.info)'.
* Makefile.in [$(infodir)/gawk.info]: Fix grep test is
accordance with above.
Sun Feb 13 15:36:32 2000 Paul Eggert <eggert@twinsun.com>
* gawk.texi: Mention that arithmetic is done in double
precision floating point, and point to Goldberg's paper for
people who want to know more. Fix some other minor floating
point discussion issues.
Wed Nov 3 17:04:35 1999 Arnold D. Robbins <arnold@skeeve.com>
* gawk.1: Lots of troff ``lint'' from Paul Eggert. Not all
of his changes, just the ones I thought worth doing.
Mon Oct 11 16:53:54 1999 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.in (gawk.dvi): Put $(srcdir) first in TEXINPUTS,
and also just use texi2dvi, don't run texindex and tex
manually. Doing so is no longer necessary.
Mon Aug 9 13:06:01 1999 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: New node `Array Efficiency' on the best use
of subscripting to avoid memory bloat.
Thu Jul 29 23:15:34 1999 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.in ($(infodir)/gawk.info): Removed loop around
$(INSTALL_DATA), since there's only one Info file to install,
install it directly.
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.
Wed Oct 7 21:59:33 1998 Arnold D. Robbins <arnold@gnu.org>
* texinfo.tex: Updated to version 2.227, from Texinfo 3.12.
Sun Oct 19 12:26:08 1997 Arnold D. Robbins <arnold@gnu.org>
* ALL: change references to arnold@gnu.ai.mit.edu to arnold@gnu.org.
Tue Sep 23 10:31:17 1997 Arnold D. Robbins <arnold@gnu.org>
* texinfo.tex: Updated to version 2.218, from Texinfo 3.11.
Fri Jul 4 08:19:00 1997 Arnold D. Robbins <arnold@gnu.org>
* Makefile.in ($(infodir)/gawk.info): Don't make dependent upon
gawk.info, in case installed one is newer. Instead, check that
an installed gawk.info exists and is identical to current one.
If so, just exit; otherwise do the install.
Wed Jul 2 14:55:12 1997 Arnold D. Robbins <arnold@gnu.org>
* Makefile.in ($(infodir)/gawk.info): typo fix.
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:39:20 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in ($(infodir)/gawk.info): exit 0 in case install-info
fails.
Thu Jan 2 23:17:53 1997 Fred Fish <fnf@ninemoons.com>
* Makefile.in (awkcard.tr): Use ':' chars to separate parts of
sed command, since $(srcdir) may expand to something with '/'
characters in it, which confuses sed terribly.
* gawk.texi (Amiga Installation): Note change of configuration
from "m68k-cbm-amigados" to "m68k-amigaos". Point ftp users
towards current ADE distribution and not obsolete Aminet
"gcc" distribution. Change "FreshFish" to "Geek Gadgets".
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 ($(mandir)/igawk$(manext),$(mandir)/gawk$(manext)):
remove chmod command; let $(INSTALL_DATA) use -m.
Tue Dec 17 22:38:28 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (gawk.info,gawk.dvi,postscript): run makeinfo, TeX,
and/or troff against files in $(srcdir). Thanks to Ulrich Drepper.
($(infodir)/gawk.info): use --info-dir to install-info, not
--infodir.
Tue Dec 10 23:09:26 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.1: Release tar file made.
Mon Dec 9 12:48:54 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* no.colors: new file from Michal for old troffs.
* Makefile.in [AWKCARD]: changes to parameterize old/new troff.
Sun Dec 1 15:04:56 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* texinfo.tex: Updated to version 2.193, from Karl Berry.
Tue Nov 26 22:57:15 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in ($(infodir)/gawk.info): Change option in call
to `install-info' to `--info-dir' from `--infodir'.
Mon Nov 4 13:30:39 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in: updates for reference card.
(ad.block, awkcard.in, cardfonts, colors, macros, setter.outline):
new files for reference card.
Wed Oct 16 12:43:02 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* texinfo.tex: Updated to version 2.185, from texinfo-3.9 dist.
Sun Aug 11 23:12:08 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in ($(infodir)/gawk.info): correct use of
$(INSTALL_DATA) and remove chmod command.
Thu Jul 11 22:06:50 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in ($(mandir)/gawk.$(ext), $(mandir)/igawk.$(ext)):
made dependant on files in $(srcdir).
Fri Mar 15 06:45:35 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (clean): add `*~' to list of files to be removed.
Thu Jan 25 23:40:15 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (dvi): run texindex and tex an extra time.
This gets the cross references right. Sigh.
Wed Jan 24 11:51:54 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Makefile.in (maintainer-clean):
Depend on distclean, not the other way around.
Output warning message as per GNU standards.
|