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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
|
Mon Oct 22 08:49:05 2007 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.6: Release tar file made.
Wed May 16 19:54:00 2007 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: re-sync with configh.in.
Sun Apr 29 18:09:17 2007 Pat Rankin <rankin@pactechdata.com>
* redirect.h: declare snprintf() if CRTL_VER_V732 is defined;
redefining __CRTL_VER in config.h causes <stdio.h> to suppress it.
* vmstest.com (fnarray): exit code has changed to 2.
(pid): target values now passed by command line rather than file.
Fri Apr 20 16:48:30 2007 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: #define HAVE_SNPRINTF for V7.3-2 and later CRTL.
* redirect.h: #define snprintf to gawk_snprintf if we're using
missing_d/snprintf.c; avoids diagnostic about its declaration.
Thu Apr 12 18:59:33 2007 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: Leave HAVE_MKSTEMP undefined; we want tmpfile().
Thu Mar 29 19:30:20 2007 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: reconcile with configh.in.
* descrip.mms: compile floatcomp.c; add pgawk target and build
pgawk.exe for `make all'.
* vmsbuild.com: compile floatcomp.c; always build pgawk.exe in
addition to gawk.exe.
Wed Jul 27 21:31:14 2005 Pat Rankin <rankin@pactechdata.com>
* vmstest.com: Format test group feedback differently (append "...")
to distinguish it from individual test feedback.
(manyfiles): Determine the number of files to use dynamically
instead of using hardcoded 300 in case user's open file quota
is generous enough to support more than that.
(longsub): Add error trap so that failure when gawk is built with
VAXCRTL doesn't cause testing to terminate.
(vms_io1): Invoke with normal Unix-style command line syntax.
(vms_cmd): New test; split off DCL-style command line from vms_io1.
Tue Jul 26 21:46:16 2005 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.5: Release tar file made.
Mon May 23 20:54:31 2005 Pat Rankin <rankin@pactechdata.com>
* vms_gawk.c [gawk_cmd, #if __ia64__]: Switch from globalvalue
to strict_refdef and then take gawk_cmd's address during use.
* vmstest.com (concat1, longsub, arrayprm2, arrayprm3, arryref2,
arryref3, arryref4, arryref5, aryprm1, aryprm2, aryprm3,
aryprm4, aryprm5, aryprm6, aryprm7, aryprm8, concat2, concat3,
delarpm2, delfunc, exitval2, fmttest, fnarray2, fnmisc, fordel,
getline3, gsubasgn, gsubtest, gsubtst2, gsubtst4, gsubtst5,
hex, inputred, iobug1, manglprm, nested, nfneg, noloop1,
noloop2, nulrsend, prec, prtoeval, rstest1, rstest2, rstest3,
rstest4, rstest5, scalar, sortempty, splitarr, strcat1,
subsepnm, synerr1, uninit2, uninit3, uninit4, uninitialized,
unterm, wjposer1, zeroe0): New tests.
Wed May 18 21:22:09 2005 Pat Rankin <rankin@pactechdata.com>
* vms_gawk.c [#if __ia64__]: Use #pragma extern_model globalvalue
for the declaration of gawk_cmd.
Mon May 9 21:17:33 2005 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h [#if DECC]: Use #pragma to suppress "new feature in C99"
diagnostic for structure field designator style initialization in
regexec.c.
Thu May 5 21:17:48 2005 Anders Wallin <anders_s_wallin@yahoo.se>
* vms_gawk.c [__ia64__]: Change to lower case, then Itanium
VMS is happy.
Sun May 1 08:20:00 2005 Pat Rankin <rankin@pactechdata.com>
* vms_gawk.c [gawk_cmd]: Declare as ordinary data symbol rather
than as a fake routine for Itanium. (Can't do that for other
configurations without getting tangled up in compiler-specific
details like `#pragma extern_model' and VAX C's `globalref'.)
Fri Mar 4 20:46:20 2005 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: Define VAXCRTL when appropriate; used in builtin.c.
Sat Feb 19 20:13:28 2005 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h [RE_TOKEN_INIT_BUG]: Define for regcomp.c.
Wed Feb 16 20:45:21 2005 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h [NO_MBSUPPORT]: Define when compiling with VAX C.
[inline]: Define as empty when compiling with VAX C.
Thu Jan 20 19:09:52 2005 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: Synchronize with configh.in.
Mon Aug 2 12:18:15 2004 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.4: Release tar file made.
Mon Jun 14 18:40:22 2004 Pat Rankin <rankin@pactechdata.com>
* descrip.mms (dfa.c, dfa.h): reinstate these.
(gettext.h, mbsupport.h): add these.
(patchlev.h): remove this.
* vmstest.com (longwrds): customize it.
(getline, getline2): replace getline with getline2.
Mon Jul 7 11:01:43 2003 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.3: Release tar file made.
Mon Jun 9 22:15:40 2003 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h: Synchronize with current configh.in.
ALLOW_SWITCH: Define this to enable new `switch' feature.
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.
Thu Feb 27 17:54:33 2003 Pat Rankin <rankin@pactechdata.com>
* descrip.mms: Revert regex compilation to single file.
vmsbuild.com: Likewise.
Thu Feb 20 18:06:54 2003 Pat Rankin <rankin@pactechdata.com>
* vms_gawk.c (vms_gawk): Don't check for `RUNUSED' status because
it gets a false match when gawk is invoked via fork+exec.
* gawk.hlp: Limited updates to the release notes section.
Tue Feb 4 14:28:06 2003 Arnold D. Robbins <arnold@skeeve.com>
All relevant files: Copyright year updated to 2003.
Mon Feb 3 20:37:09 2003 Pat Rankin <rankin@pactechdata.com>
* vms-conf.h (ssize_t): Define as int.
(TIME_T_UNSIGNED): New macro; used in strftime.
* vms_cli.c (Cli_Parse_Command): Increase command buffer size
from 2.5Kb to 8Kb.
From Steve Pitcher:
* vms_gawk.c (vms_gawk): Don't report "missing required element"
for INSFPRM status unless invoked via a native DCL verb.
From Jouk Jansen:
* vms-conf.h (CRTL_VER_V731): New macro.
* vms_misc.c (getpgrp): Use it.
Mon Dec 23 16:53:42 2002 Pat Rankin <rankin@pactechdata.com>
* descrip.mms (AWKOBJ1, AWKOBJ2): Split AWKOBJS into pieces to
avoid line length overflow when creating gawk.opt.
(regcomp.obj, regexec.obj, regex_internal.obj): New targets.
* vmsbuild.com: Likewise.
Thu Nov 21 19:45:08 2002 Pat Rankin <rankin@pactechdata.com>
* descrip.mms: Update to reflect regex changes; eliminate dfa.
* vmstest.com (exit_code): Hack to add "EXIT CODE n" record to
output for tests that trigger gawk failure.
Wed May 1 16:41:32 2002 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.1.1: Release tar file made.
Wed Apr 17 15:57:30 2002 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (forsimp, concat1, longsub): New Tests.
(strftime): Revamp test to avoid use of defunct %v extension.
Sat Dec 22 19:18:31 2001 Pat Rankin <rankin@eql.caltech.edu>
* redirect.h (tzset): Declare.
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.
Thu Apr 12 18:29:50 2001 Pat Rankin <rankin@eql.caltech.edu>
* vms_misc.c (open): Add handling for /dev/null and /dev/tty.
(vms_devopen): Remove handling for /dev/null and /dev/tty.
* vms_misc.c (VMS_stat, VMS_fstat): New functions to work
around old VAXCRTL bugs.
* redirect.h (fstat): Define as VMS_fstat for VAX C or GNU C.
* vms-conf.h (HAVE_UNISTD_H): Avoid <unistd.h> for GNU C.
* descrip.mms: Synchronize with 3.1.0 sources.
* vmstest.com: Add many new tests.
(fixup_LRL): New subroutine.
Thu Apr 5 20:31:22 2001 Pat Rankin <rankin@eql.caltech.edu>
* vms-conf.h: synchronize with current configh.in.
[NO_ALLOCA]: define instead of C_ALLOCA.
* redirect.h (strcoll): substitute strcmp for VAXCRTL config.
(struct timeval): define.
(gettimeofday): substitute vms_gettimeofday; declare.
* vms_misc.c (vms_gettimeofday): new function.
* vms_fwrite.c [#if NO_ALLOCA]: fix fake alloca's use of free().
* vmsbuild.com: synchronize with current sources.
Sun Jan 28 15:50:02 2001 Eli Zaretskii <eliz@is.elta.co.il>
* gawkmisc.vms (os_restore_mode): New function
Sun Dec 3 16:53:37 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.vms (os_setbinmode): new function.
Tue Nov 7 14:09:14 2000 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.vms (os_is_setuid): new function.
Wed Jul 30 19:53:52 1997 Arnold D. Robbins <arnold@gnu.ai.mit.edu>
* Close-on-exec changes:
gawkmisc.vms: (os_close_on_exec, os_isdir): new functions.
Mon Aug 7 15:23:00 2000 Arnold D. Robbins <arnold@skeeve.com>
* Release 3.0.6: Release tar file made.
Sat Jul 15 20:52:09 2000 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (printf1, fusmnam, fnamedat, numindex,
subslash, opasnslf, opasnidx, arynocls, getlnbuf,
arysubnm, fnparydl): New basic tests.
(igncdym): New gawk.extensions test.
(nondec): Old gawk.extensions test commented out.
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.
Fri May 7 20:29:04 1999 Pat Rankin <rankin@eql.caltech.edu>
* vms-conf.h (__CRTL_VER): Add same override as __VMS_VER.
Wed May 5 19:10:15 1999 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (nasty, zeroflag, getnr2tm, getnr2tb): New tests.
Wed Nov 25 17:24:26 1998 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (vms_tests): New general target.
(vms_io1): New specific test.
Thu May 15 12:49:08 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.3: Release tar file made.
Mon May 12 18:39:30 1997 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (delarprm, prdupval): new `basic' tests.
(nondec): new `gawk.extensions' test (commented out for now).
(reint): move from `basic' to `gawk.extensions'.
Mon May 5 21:40:07 1997 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (clobber): new `basic' test.
(pid): new test, replacing `specfile'.
(pipeio2): new for `unix-tests'; can't execute this one under VMS.
Mon May 5 21:23:52 1997 Pat Rankin <rankin@eql.caltech.edu>
* vms_args.c (vms_arg_fixup): for the 2>&1 case, don't set the
output filename to "sys$error" because that results in an extra
empty file being created.
* vms_misc.c (vms_open): explicitly specify stream_lf format
when creating files rather than letting DECC$SHR make a new file
inherit its record format from any earlier version of that file.
Suggested by Pete Cascio <pete@rmi.net>:
* vms_misc.c (vms_open): use full record sharing options when
reading any record-oriented file, regardless of its organization.
Mon Apr 21 19:22:12 1997 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com (funstack): new `basic' test.
(reint): add missing entry to `basic'.
(pipeio1, specfile, strftlng): move from `basic' to `unix-tests'.
(childin): skip due to known failure.
(specfile): skip due to potentially confusing feedback.
Thu Apr 24 23:18:04 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* vms_popen.c, vms_misc.c, vms_gawk.c, vms_fwrite.c,
vms_args.c: moved to generic GPL statement at top.
Fri Apr 18 07:55:47 1997 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* BETA Release 3.0.34: Release tar file made.
Wed Apr 2 18:17:30 1997 Pat Rankin <rankin@eql.caltech.edu>
* descrip.mms, vmsbuild.com (PATCHLVL): update to 3.
* vmstest.com (nlfldsep, splitvar, intest, nfldstr, nors,
fnarydel, noparms, pipeio1): new tests.
Wed Jan 15 15:21:01 1997 Pat Rankin <rankin@eql.caltech.edu>
* redirect.h (stat, fstat): do not declare these functions;
rely on <stat.h> to do so. There are too many DEC C version
variants to handle otherwise.
From Martin Zinser <zinser@axp602.gsi.de>:
* descrip.mms (gawk.dvi): update to build in [.doc] directory
using texindex.c retained from an earlier gawk 2.x distribution.
(texindex.exe): don't assume VAX C.
Wed Dec 25 11:25:22 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.2: Release tar file made.
Mon Dec 23 20:51:27 1996 Pat Rankin <rankin@eql.caltech.edu>
* vms_misc.c (vms_bcopy): `bcopy' is defined as this in redirect.h.
Thu Dec 19 17:49:31 1996 Pat Rankin <rankin@eql.caltech.edu>
* redirect.h (strcasecmp, strncasecmp, tzset, tzname,
daylight, timezone, altzone, bcopy, popen, pclose, unlink):
New macros to avoid conflict with VMS V7.x DECC$SHR symbols.
(close, dup, dup2, read): Declare with full prototypes.
(fstat, stat): Ditto, and guard against conflicting DEC C
declarations (which might have trailing elipsis).
* vms_misc.c (tzset, tzname, daylight, timezone, altzone):
Suppress these if compiled with VMS_V7 defined [not supported].
Mon Dec 16 14:32:08 1996 Pat Rankin <rankin@eql.caltech.edu>
* vms_popen (popen): Delete unprototyped declaration of strcmp()
to avoid conflict with a strcmp macro in DEC C V5.0 header files.
Tue Dec 10 23:09:26 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* Release 3.0.1: Release tar file made.
Fri Dec 6 20:55:57 1996 Pat Rankin <rankin@eql.caltech.edu>
* redirect.h, vms-conf.h: Refine Sep 20th change: include
<stdlib.h> and <string.h> in redirect.h rather than vms-conf.h
so that it occurs for VMS POSIX as well as for normal VMS.
Wed Nov 20 15:47:02 1996 Pat Rankin <rankin@eql.caltech.edu>
* descrip.mms (LIBOBJS): Rename from GNUOBJS; add random.obj.
(LIBSRC): Rename from GNUSRC; add random.c.
(AWKSRC): Add random.h.
(random.obj, builtin.obj): Depend upon random.h.
* vmsbuild.com: compile random.c, link random.obj.
* vmstest.com (childin): Split message about expected failure
in order to avoid consecutive tick marks in the quoted string.
Wed Nov 13 15:32:58 1996 Pat Rankin <rankin@eql.caltech.edu>
* vmstest.com: New file to execute test suite.
Fri Nov 8 18:29:42 1996 Pat Rankin <rankin@eql.caltech.edu>
Revise makefiles so that no editing should be needed.
* descrip.mms: Use DEC C as the default compiler, since
the same compile and link options for it can be used as-is
on both VAX and Alpha.
(GNUC, VAXC): New `make' macros for specifying an alternate
compiler on the MMS or MMK command line.
(PATCHLVL): Update to 1.
* vmsbuild.com: Make the equivalent changes.
Mon Oct 28 17:02:39 1996 Pat Rankin <rankin@eql.caltech.edu>
* vms.h (U_Long, U_Short): Replace u_long and u_short typedefs.
* vms_*.c: Use them.
* vms.h, vms_*.c: Change SYS$ and LIB$ routines to lower case
equivalents; fully prototype sys$ and lib$ routines rather than
just declare them.
Fri Sep 20 17:33:05 1996 Pat Rankin <rankin@eql.caltech.edu>
* vms-conf.h: directly include <stdlib.h> and <string.h>.
* vms-conf.h (strftime): delete this macro.
* redirect.h (strftime): define it here instead.
Fri May 17 09:08:16 1996 Arnold Robbins <arnold@skeeve.atl.ga.us>
* gawkmisc.vms (envsep): Now initialized to ',' instead of ':',
per email from Pat Rankin.
Thu Jan 11 15:20:14 1996 Pat Rankin <rankin@eql.caltech.edu>
* vms-conf.h [#if __DECC]: Changes to support V5.x of DEC C.
(_DECC_V4SOURCE, __SOCKET_TYPEDEFS): Define these to avoid
duplicate u_long and u_short typedefs.
(__VMS_VER): If value indicates VMS V6.2 or later, redefine it to
indicate V6.1 in order to avoid conflicting prototype for getopt.
Wed Jan 10 22:58:55 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* ChangeLog created.
|