summaryrefslogtreecommitdiff
path: root/test/ChangeLog
blob: f694c61c128579509f156927ea3132ccad4a2c7a (plain)
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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
2014-04-04         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Prettify list of tests a little bit.

2014-04-03         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Add readfile2.ok. Oops.

2014-03-27         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readfile2): New test.
	* readfile2.awk, readfile2.ok: New files.

2014-02-28         Arnold D. Robbins     <arnold@skeeve.com>

	* regrange.ok: Update after code improvements.

2014-02-03         Stepan Kasal         <kasal@ucw.cz>

	* strftime.awk: the default format uses %e, not %d (Introduced on
	2014-01-16; the previous code mangled the output of command "date"
	to match %d.) Remove the "mucking" for cygwin, it's obsolete and
	incompatible with %e.

2014-01-28         Eli Zaretskii        <eliz@gnu.org>

	* strftime.awk: If DATECMD variable is non-empty, use it instead
	of the literal "date" as the 'date'-like command.

2014-01-19         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (mpfrnegzero): New test.
	* mpfrnegzero.awk, mpfrnegzero.ok: New files.

2014-01-17         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readdir): Run ls commands outside the awk script.
	* readdir0.awk: Read ls results from files. Helps with MinGW.
	Thanks to Eli Zaretskii for the problem report.

2014-01-17         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Quote instances of $(top_srcdir) also.

2014-01-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (strftime): Remove comment about the race condition, since
	this should be fixed.  And gawk now calls date inside the script.
	* strftime.awk: Based on an idea from Pat Rankin, fix the race
	condition by looping repeatedly over strftime/date/strftime until
	the before and after strftime results match.  That should fix
	the race condition where the seconds field might increment between
	invocations.

2014-01-14         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (split_after_fpat): New test.
	* split_after_fpat.awk, split_after_fpat.ok,
	split_after_fpat.in: New files.

2013-12-30         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (ignrcas2): Change to use en_US.UTF-8; it
	seems that plain en_US doesn't exist anymore. Thanks to
	Richard Palo.

2013-12-29         John E. Malmberg      <wb8tyw@qsl.net>

	* fts.awk: Adjust for VMS.
	* rwarray.awk: Adjust for VMS.

2013-12-10         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Remove instances of "" that were incorrect.
	Thanks to Scott Deifik for the report.

2013-12-01         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (fts): Add a check for Cygwin on NFS and print
	a message, similar to that of IRIX. Per Corinna Vinschen.

2013-11-29         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (pipeio3): Removed test and reference to files.
	It was too ful of race conditions to work reliably everywhere.
	* pipeio3.awk, pipeio3.ok, pipeio3.ok2: Removed.

2013-11-28         Arnold D. Robbins     <arnold@skeeve.com>

	* readdir0.awk: Take argument which is directory to read.
	* Makefile.am (readdir): Pass $(top_srcdir) to readdir0.awk.

2013-11-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* readdir0.awk: Restore fix so that we do not fail on filesysystems
	such as XFS where the dirent does not contain the file type.

2013-11-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (ordchr2): Use --load instead of -l to make sure the
	long option works properly.  Note that the readfile test still uses
	the short version.
	(include2): Use --include instead of -i to make sure that the long
	option works properly.  Note that many other tests use the -i short
	version.

2013-11-20         Arnold D. Robbins     <arnold@skeeve.com>

	* readdir0.awk: Use `ls -lan' to get numeric user and group ID
	numbers. This keeps the number of fields correct and consistent, even
	on systems (like, oh, say, Windows with Cygwin) where group names
	can contain spaces.

2013-11-07         Arnold D. Robbins     <arnold@skeeve.com>

	Solaris fixes.

	* readdir0.awk: Run ls -afi and ls -la separately since POSIX
	says that -f turns off -l. Thanks to Dagobert Michelsen
	<dam@opencsw.org> for the report.
	* Makefile.am (diffout): Don't use POSIX or bash-isms so that
	it will work on Solaris. Sigh.

2013-11-03         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (backsmalls2): New test.
	(pipeio3): Check results against pipeio3.ok2 if
	the first check fails.
	* backsmalls2.awk, backsmalls2.ok: New files.
	* pipeio3.ok2: New file. This is the results on PPC Mac OS X.

2013-10-30         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (pipeio3): Enhance test, again, to be more resilient
	to variations in error messages produced by different Bourne shells
	when a command is not found.  This time for Cygwin.

	Unrelated:

	(charasbytes): Translit any tabs to spaces. Should help on
	some System V systems such as Solaris. We hope.

	Unrelated:

	(pass-fail): Exit non-zero if tests fail. Useful for buildbots.

2013-10-22         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (pipeio3): Enhance test to be more resilient to
	variations in error messages produced by different Bourne shells
	when a command is not found. Initially for Mac OS X.

2013-10-17         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (pipeio3): New test.
	* pipeio3.awk, pipeio3.ok: New files.

2013-10-10         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (backbigs1, backsmalls1): New tests.
	* backbigs1.awk, backbigs1.in, backbigs1.ok: New files.
	* backsmalls1.awk, backsmalls1.in, backsmalls1.ok: New files.

2013-10-09         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (badassign1): New test.
	* badassign1.awk, badassign1.ok: New files.

2013-09-13         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Fix quoting for generation of Maketests file so
	that it will happen correctly.

	Unrelated:

	* Makefile.am (nfloop): New test.
	* nfloop.awk, nfloop.ok: New files.

2013-08-15         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Quote $(srcdir) everywhere so that tests can run
	in locations with spaces in their names (think Windows or Mac OS X).
	* Gentests: Ditto for when creating Maketests file.

2013-07-04         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (mbprintf4): New test.
	* mbprintf4.awk, mbprintf4.in, mbprintf4.ok: New files.
	Test cases from Nethox <nethox@gmail.com>.

2013-06-27         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (dfamb1): New test.
	* dfamb1.awk, dfamb1.in, dfamb1.ok: New files.
	Test case from Steven Daniels <stevendaniels88@gmail.com>.

2013-06-24         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (clos1way): Move to here since Maketests gets
	regenerated whenever Makefile.am is touched.

2013-06-22	Eli Zaretskii  <eliz@gnu.org>

	* Maketests (clos1way): Set LC_ALL=C, since clos1way.awk no longer
	does.

2013-06-03         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (exit2): New test.
	* exit2.awk, exit2.ok: New files.

2013-06-01  Eli Zaretskii  <eliz@gnu.org>

	* clos1way.awk: Don't use features of Posix shells, to allow this
	test to work on Windows.

	* beginfile2.sh: Leave one blank between the left quote and the
	following slash.  Use non-absolute name for a non-existent file.
	This is to avoid breakage on Windows due to MSYS transformation of
	Posix style /foo/bar absolute file names.

	* beginfile2.ok: Adapt to changes in beginfile2.sh.

2013-05-30         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (profile4, profile5): New tests.
	* profile4.awk, profile4.in, profile5.awk, profile5.in: New files.

2013-05-20         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (mpfr-tests, shlib-tests): Propogate Eli's changes
	and comment of 2013-05-14 to here, so that they get passed into
	Makefile.in whenever Makefile.am is modified.

2013-05-14  Eli Zaretskii  <eliz@gnu.org>

	* Makefile.in (mpfr-tests, shlib-tests): Add a blank character
	between ' and /FOO/ in Gawk command lines, for the benefit of
	testing under MSYS Bash.

	* filefuncs.awk (BEGIN): Call 'stat' on gawkapi.o, not on gawk,
	which does not exist on systems that produce gawk.exe.

2013-05-09         Arnold D. Robbins     <arnold@skeeve.com>

	* 4.1.0: Release tar ball made.

2013-05-02         Arnold D. Robbins     <arnold@skeeve.com>

	* symtab9.awk: Don't remove test file in END rule, breaks on Windows.
	* Makefile.am (symtab9): Add explicit rule and remove test file file.

2013-04-19         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (LOCALES): New variable split out from AWK.
	(AWK): Adjust.
	(next): Add LOCALES to the test so that it will pass everywhere.
	Thanks to Juergen Kahrs for the report.

2013-04-16         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Prettify the lists of tests.
	(GENTESTS_UNUSED): Bring the list up to date.

2013-03-24         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readdir): Add a check for GNU/Linux and NFS directory
	and issue a warning if so.
	(fts): Ditto for IRIX - can't check for NFS so just print the message.
	(fnmatch.awk, fnmatch.ok): Improve portability.

2013-03-20         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readdir): Add -a to ls options. -f does not
	automatically mean -a on all systems.
	* jarebug.sh: Send error output of locale to /dev/null in case
	it doesn't exist.

2013-03-11         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (colonwarn): New test.
	* colonwarn.awk, colonwarn.in, colonwarn.ok: New files.

2013-02-26         Arnold D. Robbins     <arnold@skeeve.com>

	* parseme.ok: Update after change in grammar. Now with new and
	improved error message!

2013-01-31         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Move functab4 into shlib tests, since it uses
	@load. Thanks to Anders Wallin for the report.
	(shlib-tests): Check --version output for "API" and run tests
	if there.

2013-01-31         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am: To decide whether to run MPFR tests, use the output
	of gawk --version instead of the automake TEST_MPFR conditional (which
	has now been removed from configure.ac).

2013-01-27         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Add all the mpfr test files. Duh.
	(reginttrad): Use $(srcdir)/$@.awk. Double Duh.

2013-01-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am: Add mpfr tests if MPFR is available.

2013-01-20         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (reginttrad): New test.
	* reginttrad.awk, reginttrad.ok: New files.

2013-01-16         Arnold D. Robbins     <arnold@skeeve.com>

	Fix tests to work with make diffout:

	* rtlenmb.ok: New file.
	* Makefile.am (clobber, mmap8k, rtlenmb): Tests adjusted.
	(EXTRA_DIST): Add rtlenmb.ok.

2013-01-15         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Gentests: Remove a debugging printf.

2013-01-15         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (readdir): Try to protect against failure on filesystems
	lacking type information by invoking readdir.awk before readdir0.awk
	and passing the results of readdir to readdir0 for inspection.
	* readdir0.awk: Analyze the results of the readdir extension.
	If all file types are set to "u", we infer that this filesystem lacks
	type information.

2013-01-14         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (rand): Let Gentests create the test.
	(fmtspcl): Add $(AWKFLAGS).
	* Gentests: For MPFR tests, add $(AWKFLAGS) on the command line.
	* mpfr-rand.ok: Updated.

2013-01-14         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (symtab8): Use grep to remove FILENAME from the output
	so the test will succeed when building outside the source tree.
	* symtab8.ok: Remove FILENAME.

2013-01-10         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* inplace.1.in, inplace.2.in, inplace.in, inplace1.1.ok, inplace1.2.ok,
	inplace1.ok, inplace2.1.bak.ok, inplace2.1.ok, inplace2.2.bak.ok,
	inplace2.2.ok, inplace2.ok, inplace3.1.bak.ok, inplace3.1.ok,
	inplace3.2.bak.ok, inplace3.2.ok, inplace3.ok: New files.
	* Makefile.am (EXTRA_DIST): Add new files.
	(SHLIB_TESTS): Add inplace1, inplace2, and inplace3.
	(inplace1, inplace2, inplace3): New tests.

2012-12-25         Arnold D. Robbins     <arnold@skeeve.com>

	* assignconst.awk, assignconst.ok: Removed.
	* Makefile.am (EXTRA_DIST): Removed assignconst.awk, assignconst.ok.
	(SHLIB_TESTS): Removed assignconst.
	(assignconst): Removed test.

2012-12-24         Arnold D. Robbins     <arnold@skeeve.com>

	* 4.0.2: Release tar ball made.

2012-12-23         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (paramuninitglobal): New test.
	* paramuninitglobal.awk, paramuninitglobal.ok: New files.
	Thanks to John Haque.

2012-12-19         Arnold D. Robbins     <arnold@skeeve.com>

	* symtab9.awk, symtab9.ok: New files.
	* Makefile.am (EXTRA_DIST): Add new files.
	(symtab9): New test.
	* symtab1.ok, testext.ok: Updated.

2012-12-16         Arnold D. Robbins     <arnold@skeeve.com>

	* symtab7.awk, symtab7.in, symtab7.ok, symtab8.awk, symtab8.in,
	symtab8.ok: New files.
	* Makefile.am (EXTRA_DIST): Add new files.
	(symtab7, symtab8): New tests.
	Thanks to Assaf Gordon <gordon@cshl.edu>.

2012-11-19         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readdir): Add a 'this could fail message'.
	* readdir.awk: Revise to match simplified behavior of the extension.

2012-11-13         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (GAWK_EXTRA_TESTS): Move to sorted order of tests.

2012-11-12         Arnold D. Robbins     <arnold@skeeve.com>

	* symtab6.ok: Remove PROCINFO.
	* Makefile.am (symtab6): Adjust recipe.

2012-11-10         Arnold D. Robbins     <arnold@skeeve.com>

	* symtab4.awk, symtab4.in, symtab4.ok, symtab5.awk, symtab5.in,
	symtab5.ok, symtab6.awk: New files.
	* Makefile.am (EXTRA_DIST): Add new files.
	(symtab4, symtab5, symtab6): New tests.
	Thanks to Assaf Gordon <gordon@cshl.edu>.

2012-10-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* messages.awk, fts.awk: Adjusted so make diffout will work.
	* Makefile.am (messages): Adjust to use standard failure test for
	make diffout.

2012-10-19         Arnold D. Robbins     <arnold@skeeve.com>

	* symtab1.awk: Adjust to not print ENVIRON and PROCINFO which won't
	be the same as on the author's machine.
	* lintwarn.ok: Adjust.

2012-10-13         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Add jarebug.sh.

2012-10-11         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (readdir): Use $(top_srcdir) instead of `.'. Helps
	when running the valgrind tests.

2012-10-11         Arnold D. Robbins     <arnold@skeeve.com>

	* testext.ok: Updated.

2012-10-04         Akim Demaille         <akim@lrde.epita.fr>

	Fix VPATH builds.

	* Makefile.am (shlib-tests): config.h is in builddir.
	(beginfile2): So is gawk itself.

	* Makefile.am (functab1, functab2, functab3, functab4, id, symtab1,
	symtab2, symtab3): New tests.
	* functab1.awk, functab1.ok, functab2.awk, functab2.ok, functab3.awk,
	functab3.ok, functab4.awk, functab4.ok, id.awk, id.ok, symtab1.awk,
	symtab1.ok, symtab2.awk, symtab2.ok, symtab3.awk, symtab3.ok:
	New files.

2012-09-23         Arnold D. Robbins     <arnold@skeeve.com>

	* lintwarn.ok: Updated.

2012-09-14         Arnold D. Robbins     <arnold@skeeve.com>

	* testext.ok: Updated. Twice.

2012-09-11         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (shlib-tests): Check if DYNAMIC is enabled and
	only if so run the tests. A bit hacky. Needed at least for
	z/OS.

2012-09-07         Arnold D. Robbins     <arnold@skeeve.com>

	* readdir.awk: Change argument to readdir_do_ftype().

2012-08-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add jarebug.sh.
	(readdir): Use standard output filenames readdir.ok and _readdir
	instead of readdir.out1 and readdir.out2.  The standard names are
	required for the pass-fail and diffout rules to work correctly.
	(clean): Remove readdir.ok

2012-08-26         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (charasbytes): Revise test to canonicalize
	whitespace. (For Mac OS X 10.5, at least.)
	* charasbytes.ok: Updated.

2012-08-23         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (revout, revtwoway): New tests.
	* revout.awk, revout.ok, revtwoway.awk, revtwoway.ok: New files.

2012-08-11         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add inchello.awk and incdupe[4-7].ok.
	(GAWK_EXT_TESTS): Add incdupe[4-7].
	(incdupe[4-7]): New tests to ensure that mixing -f with include
	causes a fatal error.
	* incdupe[4-7].ok, inchello.awk: New files.

2012-08-08         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (fts): New test.
	* fts.awk: New file.

2012-07-30         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (assignconst): Use AWKPATH to get results that will
	be consistent no matter where the test is run.
	* assignconst.ok: Updated.

2012-07-29         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readdir): New test.
	* readdir0.awk, readdir.awk: New files.

2012-07-16         Arnold D. Robbins     <arnold@skeeve.com>

	* fnmatch.awk, fnmatch.ok: Portability updates.

2012-07-15         Arnold D. Robbins     <arnold@skeeve.com>

	* testext.ok: Update contents.

2012-07-12         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (fnmatch): New test.
	* fnmatch.awk, fnmatch.ok: New files.

	* Makefile.am (assignconst): New test.
	* assignconst.awk, assignconst.ok: New files.

2012-06-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* time.awk: Avoid possibly throwing a spurious error by protecting
	a race condition that depends on the order of expression evaluation.

2012-06-25         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (rwarray): New test.
	* rwarray.awk, rwarray.in, rwarray.ok: New files.

2012-06-21         Arnold D. Robbins     <arnold@skeeve.com>

	* testext.ok: Update contents.

2012-06-20         Arnold D. Robbins     <arnold@skeeve.com>

	* testext.ok: Update contents.

2012-06-19         Arnold D. Robbins     <arnold@skeeve.com>

	* testext.ok: Update contents.

2012-06-18         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (testext): New test.
	(EXTRA_DIST): Add new file testext.ok.
	(SHLIB_TESTS): Add testext.
	(clean): Add testext.awk to the list.
	* testext.ok: New file.

2012-06-12         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (clean): Add fork.tmp.* to the list.

2012-06-10         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add new files time.awk and time.ok.
	(SHLIB_TESTS): Add time.
	* time.awk, time.ok: New files.

2012-05-29         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (clean): Add readfile.ok to list of files to removed.

2012-05-26         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (readfile): Revert previous patch, and add comment
	explaining that we need to create readfile.ok on failure so that
	"make diffout" will work properly.
	(ordchr.awk, ordchr.ok): Add more tests to catch type conversion
	problems.

2012-05-25         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (readfile): Don't copy the Makefile over readfile.ok
	if there's a problem.

2012-05-24         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (fmtspcl, include2, incdupe, incdup2, incdupe3): Fix
	paths to work properly when built in another directory.

2012-05-19         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add new files hello.awk, inclib.awk,
	include.awk, include.ok, include2.ok, incdupe.ok, incdupe2.ok and
	incdupe3.ok.
	(GAWK_EXT_TESTS): Add include, include2, incdupe, incdupe2 and incdupe3.
	(include2, incdupe, incdupe2, incdupe3): New tests.
	* badargs.ok: Fix usage message to include new -i option.
	* hello.awk, incdupe.ok, incdupe2.ok, incdupe3.ok, inclib.awk,
	include.awk, include.ok, include2.ok: New files.

2012-08-12         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (regexprange): New test.
	* regexprange.awk, regexprange.ok: New files.

2012-08-05         Arnold D. Robbins     <arnold@skeeve.com>

	New test from Nelson Beebe.

	* Makefile.am (ofs1): New test.
	* ofs1.awk, ofs1.in, ofs1.ok: New files.

2012-07-13         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (getline5): New test.
	* getline5.awk, getline5.ok: New files.

2012-06-19         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (charasbytes): New test.
	* charasbytes.awk, charasbytes.in, charasbytes.ok: New files.

2012-05-20         Arnold D. Robbins     <arnold@skeeve.com>

	* jarebug.sh: New file. Handles Mac OS X also.
	* Makefile.am (jarebug): Use jarebug.sh to run the test.

2012-05-16         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (jarebug): Remove leading `-' from $(CMP) line.

2012-05-14         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (jarebug): Move to charset tests. Adjust to check
	for existence of needed Japanese locale before running the test.

2012-05-09         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (jarebug): New test.
	* jarebug.awk, jarebug.in, jarebug.ok: New files.

2012-04-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (VALGRIND): Set to empty to protect against random
	values in the environment.

2012-04-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add missing files fork.ok, fork2.ok
	and ordchr2.ok.

2012-04-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (AWK, PGAWK): Include new $(VALGRIND) variable in
	command line (now passed in by top-level Makefile).

2012-04-07         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (ordchr2, readfile): Fix so "make diffout" will work
	properly.
	* orchr2.ok: New file.

2012-04-07         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (check): Add new shlib-tests target.
	(SHLIB_TESTS): Add tests ordchr, ordchr2, fork, fork2, readfile and
	filefuncs.
	* ordchr.awk, ordchr.ok, fork.awk, fork.ok, fork2.awk, fork2.ok,
	filefuncs.awk, filefuncs.ok: New files.

2012-04-01         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (valgrind-scan): Update to match modern valgrind output.

2012-04-01         John Haque      <j.eh@mchsi.com>

	* Makefile.am (mpfr-test): Add target for manual testing of MPFR
	and GMP numbers.
	* mpfrbigint.awk, mpfrexprange.awk, mpfrieee.awk, mpfrnr.awk,
	mpfrrnd.awk, mpfrsort.awk: New tests.
	(MPFR_TESTS): Add the new tests.
	* mpfrnr.in, mpfrbigint.ok, mpfrexprange.ok, mpfrieee.ok, mpfrnr.ok,
	mpfrrnd.ok, mpfrsort.ok: New files.
	(AWK): Add AWKFLAGS; useful for testing with 'gawk -M' invocation.

2012-02-28         Arnold D. Robbins     <arnold@skeeve.com>

	* fmtspcl-mpfr.ok, fnarydel-mpfr.ok, fnparydl-mpfr.ok,
	rand-mpfr.ok: New files.
	* Makefile.am (EXTRA_DIST): Add them.
	(CHECK_MPFR): New list of files that have MPFR variant .ok file.
	* Gentests: Deal with MPFR files by modifying the generated
	comparison command.

2011-12-26         John Haque      <j.eh@mchsi.com>

	* badargs.ok: Adjust for new and changed command line options.

2012-03-28         Arnold D. Robbins     <arnold@skeeve.com>

	* 4.0.1: Release tar ball made.

2012-03-20         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (printfbad3): New test.
	* printfbad3.awk, printfbad3.ok: New files.

2012-02-22         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (beginfile2, next): Set LC_ALL=C so that error
	messages will be in English for comparison with .ok files.
	Thanks to Jeroen Schot <schot@a-eskwadraat.nl>.

2011-12-26         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (rri1): New test.
	* rri1.awk, rri1.in, rri1.ok: New files.

2011-12-06         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Rationalize the $(CMP) lines wherever possible.

2011-10-24         Arnold D. Robbins     <arnold@skeeve.com>

	* beginfile2.sh: Use `...` instead of $(...) for broken systems
	where /bin/sh doesn't support $(...).  Thanks to Nelson Beebe for
	the report.

2011-10-21         John Haque      <j.eh@mchsi.com>

	* beginfile2.in, beginfile2.sh, beginfile2.ok: Adjust input file names.

2011-10-21         Corinna Vinschen      <vinschen@redhat.com>

	* Makefile.am (beginfile2): Adjust for running out of srcdir.
	* beginfile2.sh: Same.

2011-10-02         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (rtlen, rtlen01, rtlenmb): New tests.
	* rtlen.ok, rtlen.sh, rtlen01.ok, rtlen01.sh: New files.
	Thanks to Rogier <rogier777@gmail.com> as forwarded by
	Jeroen Schot <schot@A-Eskwadraat.nl>.

2011-08-10         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (beginfile2, fpat3, fwtest3): New tests.
	* beginfile2.awk, beginfile2.in, beginfile2.ok: New files.
	* fpat3.awk, fpat3.in, fpat3.ok: New files.
	* fwtest3.awk, fwtest3.in, fwtest3.ok: New files.

2011-08-09         Arnold D. Robbins     <arnold@skeeve.com>

	* pty1.awk, pty1.ok: New files.
	* Makefile.am (pty1): New test.
	(profile1, profile2, profile3): Use unique names for the profile
	files to avoid problems with parallel 'make check'

2011-07-29         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (next): Redirect output to output file!

2011-07-28         Arnold D. Robbins     <arnold@skeeve.com>

	* sortu.awk, sortu.ok: Modified to make numeric comparison do
	a stable sort.  Thanks to Peter Fales <Peter.Fales@alcatel-lucent.com>.
	* backgsub.ok: Update for change in code.
	* Makefile.am (posix2008sub): Add --posix to invocation.

2011-07-26         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (getline4, gsubtst8): New tests.
	* getline4.awk, getline4.in, getline4.ok: New files.
	* gsubtst8.awk, gsubtst8.in, gsubtst8.ok: New files.

2011-07-15         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (gsubtst7): New test.
	* gsubtst7.awk, gsubtst7.in, gsubtst7.ok: New files.

2011-06-24         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Add ChangeLog.0.
	* 4.0.0: Remake the tar ball.

2011-06-23         Arnold D. Robbins     <arnold@skeeve.com>

	* ChangeLog.0: Rotated ChangeLog into this file.
	* ChangeLog: Created anew for gawk 4.0.0 and on.
	* 4.0.0: Release tar ball made.