summaryrefslogtreecommitdiff
path: root/test/ChangeLog
blob: 3da3d66379a88b6d26374f1018afc8cd9e110a12 (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
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
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.

Wed Mar 19 14:00:00 2003  Arnold D. Robbins  <arnold@skeeve.com>

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

Tue Mar  4 10:32:23 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (clean): Remove `core*' for modern Linux which
	drops core in `core.PID' files.

2003-02-17  Jim Meyering  <jim@meyering.net>

	* Makefile.am (check): Don't depend on the pass-fail rule that
	reports any failures.  Otherwise, `make -j' that rule's commands
	could run before all tests had completed, resulting in spurious
	failures or potentially, even unreported failures.  Instead, just
	`$(MAKE) pass-fail'.

Sun Feb  9 11:48:32 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am: Moved `space' into UNIX_TESTS. Breaks in
	MS environments.

Tue Feb  4 14:28:06 2003  Arnold D. Robbins  <arnold@skeeve.com>

	All relevant files: Copyright year updated to 2003.

Tue Feb  4 12:22:41 2003  Arnold D. Robbins  <arnold@skeeve.com>

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

Sun Feb  2 15:33:33 2003  Stepan Kasal  <kasal@math.cas.cz>

	* getline3.awk, getline3.ok: Renamed from getline2.awk, getline2.ok
	* Makefile.am (getline, getline2): getline renamed to getline2,
	  new test under the name getline.
	* getline.awk, getline.ok, getline2.awk, getline2.ok:
	  rename getline.* getline2.*; new files getline.* .
	* getline.awk, getline.ok: add tests for ``cmd | getline ''
	* Makefile.am (printf0): New test.
	* printf0.awk, printf0.ok: New files.
	* fnarray.ok: The error message has changed.

Thu Jan 30 15:32:56 2003  Stepan Kasal  <kasal@math.cas.cz>

	* Makefile.am (splitarr, getline2, inputred, prec): New tests.
	* splitarr.awk, splitarr.ok: New files.
	* getline2.awk, getline2.ok: New files.
	* inputred.awk, inputred.ok: New files.
	* prec.awk, prec.ok: New files.
	* noeffect.awk: add second no-effect command; two error messages
	  should be generated.  Add some empty statements, to check that --lint
          doesn't abort on them.

Tue Jan 28 18:34:22 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* arrymem1.awk: Enhanced test.
	* arrayme1.ok: Updated for new output

Mon Jan 27 14:07:16 2003  Stepan Kasal  <kasal@math.cas.cz>

	* nfldstr.awk: Add tests for automatic number conversion.

Mon Jan 27 12:25:41 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (asort, asorti, match1): New tests.
	* match1.awk, match1.in: New files.
	* asort.awk, asort.in: New files.
	* asorti.awk, asorti.in: New files.

Mon Jan 27 12:10:16 2003  Stepan Kasal  <kasal@math.cas.cz>

	* strtod.awk, strtod.in, strtod.ok: Added test for 0e0 and similar.

Sun Jan 26 16:49:41 2003  Arnold D. Robbins  <arnold@skeeve.com>

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

Thu Jan  2 11:09:12 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* parseme.ok, noparms.ok: Revised for bison 1.875.

Tue Dec 31 16:54:44 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am: (poundbang): Fix code.
	(efence): New target to remove _* files run with Electric Fence
	but that are otherwise OK.

Thu Dec 26 16:44:37 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (poundbang): Add code to handle systems with limits on
	paths for #! files.

Mon Dec  9 14:20:44 2002  Stepan Kasal  <kasal@math.cas.cz>

	* Makefile.am (space): New test: ``gawk -f " " file'' should try
	  to include file ` '.

Sun Nov 17 21:47:11 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (manyfiles): Reference $(srcdir)/$@.ok so can build
	and test in a different directory.

Sun Nov  3 14:47:59 2002  Arnold D. Robbins  <arnold@skeeve.com>

	Move tests with inline input and/or programs into separate files so can let
	Gentests do more work. Per Nelson Beebe, just print the name of each test.

	* Makefile.am (fstabplus, longwrds, fieldwdth, ignrcase, posix, rs, fsbs):
	removed targets so will be generated by Gentests.
	(negexp, resplit, childin, back89, nfldstr, nondec): ditto.
	* Gentests: print name of test, make cmp not echo by prefixing with @.
	* fstabplus.in: new file.
	* fieldwdth.awk, fieldwdth.in: new files.
	* ignrcase.awk, ignrcase.in: new files.
	* longwrds.awk: send output to sort instead of letting makefile do it.
	* longwrds.in: renamed from manpage.
	* posix.in: new file.
	* manyfiles.ok: new file.
	* rs.awk: new file.
	* fsbs.awk: new file.
	* negexp.awk: new file.
	* resplit.awk, resplit.in: new files.
	* childin.awk, childin.in: new files.
	* back89.awk: new file.
	* nfldstr.awk, nfldstr.in: new files.

Sun Nov  3 14:37:39 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (uninit2): new test case, requires lint.
	* uninit2.awk, uninit2.ok: new files.

Fri Nov  1 11:34:45 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (nondec): Always run this test.

Tue Oct 29 10:40:47 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Added Gentests to list of files
	to distribute.

Mon Oct 28 15:36:42 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (icasers, icasefs, rstest1, rstest2): new test cases.
	(argarray): Remove argarray.in if not in srcdir.
	* icasers.awk, icasers.in, icasers.ok: new files.
	* icasefs.awk, icasefs.ok: new files.
	* rstest1.awk, rstest1.ok: new files.
	* rstest2.awk, rstest2.ok: new files.

Mon Oct 28 12:25:25 2002  Stepan Kasal  <kasal@math.cas.cz>

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

Mon Oct 28 11:24:16 2002  Stepan Kasal  <kasal@math.cas.cz>

	* Gentests: new script
	* Maketests: new file, generated automatically by Gentests
	* Makefile.am: new rules and variables to make use of Gentests;
	  Most targets removed, Gentests will take care

Sun Oct 13 16:58:07 2002  Stepan Kasal  <kasal@math.cas.cz>

	* Makefile.am (nfneg): new test case.
	* nfneg.awk, nfneg.ok: new files.

Mon Oct  7 09:38:07 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (noloop1, noloop2): new test cases.
	* noloop.awk, noloop1.in, noloop1.ok, noloop2.in, noloop2.ok:
	new files.

Tue Oct  1 18:28:40 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (poundbang): Rewrote rule to avoid problems
	with hardcoding of /tmp pathname.
	(poundbang.awk): Changed the way it works.
	(poundbang.ok): Removed.

Thu Sep  5 13:31:28 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (rebuf): new test case.
	* rebuf.awk, rebuf.in, rebuf.ok: new files.

Wed Aug 21 15:31:57 2002 Andreas Buening  <andreas.buening@nexgo.de>

	* Makefile.am (AWKPROG): Add $(EXEEXT) macro.
	(PATH_SEPERATOR): Removed.
	(poundbag): Added $(EXEEXT) and use of ${TMPDIR-/tmp}.

Wed Aug  7 13:47:09 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (nulrsend): new test case.
	* nulrsend.awk, nulrsend.in, nulrsend.ok: new files.

Sun Aug  4 00:25:23 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (gsubtst3, gsubtst4): new test cases.
	* gsubtst3.awk, gsubtst3.ok, gsubtst4.awk, gsubtst4.ok: new files.

Thu May  9 22:31:36 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (gsubtst2): new test case.
	* gsubtest.awk, gsubtest.ok: Added new test.
	* gsubtst2.awk, gsubtst2.ok: new files.

Sun May  5 12:38:55 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am: Minor mods to use LC_ALL=C so that checks will
	use the English messages, not any translations.
	(manyfiles): Fixed (hopefully) to leave a file around if the
	test fails, so that we don't get a spurious "ALL TESTS PASSED"
	message.

Wed May  1 16:41:32 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.1.1: Release tar file made.

Tue Apr 16 17:07:25 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (pass-fail): New target that prints an
	`all passed' or `x tests failed' message, for use in
	grep-ing build logs.
	(check): Add pass-fail as last dependency.

	Thanks to Nelson Beebe for the thought, beebe@math.utah.edu.

Sun Mar 10 17:00:51 2002  Scott Deifik       <scottd@amgen.com>

	* Makefile.am (strftime): Add TZ=GMT0 into environment, to
	  regularize things, esp. for some DJGPP systems.

Mon Feb 18 14:55:19 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (longsub): new test case.
	* longsub.awk, longsub.in, longsub.ok: new files.

Wed Jan 23 15:03:36 2002  Andreas Buening    <andreas.buening@nexgo.de>

	* Makefile.am (PATH_SEPARATOR): Added.
	(awkpath): Make use of PATH_SEPARATOR.

Wed Jan 23 14:50:38 2002 Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (concat1): new test case.
	* concat1.awk, concat1.in, concat1.ok: new files.

Mon Jan  7 22:21:25 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (forsimp): new test case.
	* forsimp.awk, forsimp.ok: new files.

Wed Dec 26 22:01:52 2001  Arnold D. Robbins  <arnold@skeeve.com>

        * Makefile.am (inftest): Add sed to fix case issues between
          different libc versions. Ugh.

Wed Dec 19 16:01:58 2001  Peter J. Farley III  <pjfarley@dorsai.org>

	* Makefile.am (manyfiles): Also delete \15 in tr.

Tue Dec 18 20:56:07 2001  Andreas Buening    <andreas.buening@nexgo.de>

	* Makefile.am (nors): Add \15 to list of chars to delete so
	  test will run on OS/2 also.

Thu Oct  4 18:34:49 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (membug1): new test case.
	* membug1.awk, membug1.in, membug1.ok: new files.

Thu Aug 23 14:04:10 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (minusstr): new test case.
	* minusstr.awk, minusstr.ok: new files.

Sat Aug  4 23:42:37 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (arrymem1): new test case.
	  (compare2): new test case.
	  (regtest): Make test work, use regtest.sh, not .awk.
	* arrymem1.awk, arrymem1.ok: new files.
	* compare2.awk, compare2.ok: new files.

Mon Jul 23 17:32:03 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (onlynl): new test case.
	* onlynl.awk, onlynl.in, onlynl.ok: new files.

Wed Jun 13 18:12:43 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (ofmtfidl): new test case.
	* ofmtfidl.awk, ofmtfidl.in, ofmtfidl.ok: new files.

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.

Sun May  6 13:30:20 2001  Arnold Robbins  <arnold@skeeve.com>

	* inftest.awk: Changed test to use < so that it will
	  work for MSC and DJGPP combination, per Scott Deifik.

Tue Mar 20 11:09:51 2001  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (funsemnl): new test case.
	* funsemnl.awk, funsemnl.ok: new files.

Wed Mar  7 11:31:41 2001  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (leadnl): new test case.
	* leadnl.awk, leadnl.in, leadnl.ok: new files.

Tue Feb  6 18:08:15 2001  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (rebt8b1, rebt8b2): new test case.
	* rebt8b1.awk, rebt8b1.ok: new files.
	* rebt8b2.awk, rebt8b2.ok: new files.

Sun Dec  3 15:36:41 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (gnuops2): New test case.
	* gnuops2.awk, gnuops2.ok: New files, based on bug report from
	  Servatius.Brandt@fujitsu-siemens.com.

Mon Nov 27 15:52:46 2000  Arnold Robbins  <arnold@skeeve.com>

	* regx8bit.awk, regx8bit.ok: Updated to what should
	  work on all systems.

Wed Nov 22 13:27:59 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (poundbang): Added some smarts for /tmp mounted
	  noexec.  Hopefully it'll even work.

Tue Nov 14 17:45:02 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am: Added - to all cmp calls for consistency.

Sun Nov 12 17:50:18 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (addcomma): new test case.
	* addcomma.awk, addcomma.in, addcomma.ok: new files.

Tue Nov  7 16:03:06 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (regx8bit, psx96sub): new test cases.
	* regx8bit.awk, regx8bit.ok, psx96sub.awk, psx96sub.ok: new files.

Sun Oct 22 12:09:43 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (shadow): new test case.
	* shadow.awk, shadow.ok: new files.

Tue Oct 17 10:51:09 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (arynasty): new test case.
	* arynasty.awk, arynasty.ok: new files.

Mon Oct  2 10:17:13 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (clsflnam): Add redirect of stderr.
	* clsflnam.awk, clsflnam.ok: modified to reflect changed
	  semantics of close() for a non-open file. See ../ChangeLog.

Sun Sep 24 16:46:29 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (nasty2): new test case.
	* nasty2.awk, nasty2.ok: new files.

Wed Sep 13 11:09:49 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (check): Added calls to new targets that
	  print messages.
	  (clos1way, basic-msg-start, basic-msg-end, unix-msg-start,
	   unix-msg-end, extend-msg-start, extend-msg-end): new targets.
	* clos1way.awk, clos1way.ok: new files.

Tue Sep 12 16:29:54 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (leaddig): new test case.
	* leaddig.awk, leaddig.ok: new files.

Wed Sep  6 14:09:15 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (strtod): new test case.
	* strtod.awk, strtod.in, strtod.ok: new files.

Mon Sep  4 09:33:28 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (octsub): new test case.
	* octsub.awk, octsub.ok: new files.

Sun Aug 13 12:37:16 2000  Arnold Robbins  <arnold@skeeve.com>

	* Makefile.am (sort1, diffout): new test cases.
	* sort1.awk, sort1.ok: new files.

2000-02-15  Arnold Robbins  <arnold@skeeve.com>

	* MOVED TO AUTOMAKE AND GETTEXT.
	  Just about every file touched.  Work done by Arno Peters.

Wed May 19 15:41:41 1999  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (datanonl,regeq,redfilnm): new test cases.
	* datanonl.awk, datanonl.in, datanonl.ok: new files.
	* regeq.awk, regeq.in, regeq.ok: new files.
	* redfilnm.awk, redfilnm.in, redfilnm.ok: new files.

Mon May 10 17:11:30 1999  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (rsnul1nl): new test case.
	* rsnul1nl.awk, rsnul1nl.in, rsnul1nl.ok: new files.

Sun Apr 25 13:02:35 1999  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (inetechu,inetecht,inetdayu,inetdayt,inet): new
	  tests, courtesy of Juergen Khars.
	  (paramtyp): new test for bug from Juergen.
	* paramtyp.awk, paramtyp.in: new files.

Sun Oct 25 23:11:46 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (ofmtbig,procinfs): new test cases.
	* procinfs.awk, procinfs.ok: new files.
	* ofmtbig.awk, ofmtbig.in, ofmtbig.ok: new files.

Tue Oct 20 22:07:10 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (lint): new test case.
	* lint.awk, lint.ok: new files.
	* badargs.ok: updated output corresponding to change made to
	  main.c (see main ChangeLog).

Tue May 26 20:39:07 1998  Arnold D. Robbins  <arnold@gnu.org>

	* pipeio2.awk: change "\'" to "'" to avoid new warning.

Mon Mar 23 21:53:36 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (fnasgnm): new test case.
	* fnasgnm.awk, fnasgnm.in, fnasgnm.ok: new files.

Fri Mar 20 11:01:38 1998 Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (fnaryscl): new test case.
	* fnaryscl.awk, fnaryscl.ok: new files.

Mon Mar 16 15:23:22 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (splitdef): new test case.
	* splitdef.awk, splitdef.ok: new files.

Fri Sep 26 01:10:14 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (parseme): new test case.
	* parseme.awk, parseme.ok: new files.

Sun Sep 14 23:25:10 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (ofmts): new test case.
	* ofmts.awk, ofmts.in, ofmts.ok: new files.

Sun Aug 17 07:17:35 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (fsfwfs): new test case.
	* fsfwfs.awk, fsfwfs.in, fsfwfs.ok: new files.

Sun Jul 27 23:08:53 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (hsprint): new test case.
	* hsprint.awk, hsprint.ok, printfloat.awk: new files.

Thu Jul 17 20:07:31 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (ofmt): new test case.
	* ofmt.awk, ofmt.in, ofmt.ok: new files.

Sun Jun 22 16:17:35 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (nlinstr): new test case.
	* nlinstr.awk, nlinstr.in, nlinstr.ok: new files.

Wed Jun  4 13:18:21 1997  Arnold D. Robbins  <arnold@gnu.org>

	* pid.sh: send errors to /dev/null to toss warning about
	  using PROCINFO["pid"] etc. This test explicitly tests
	  the special files. It'll need changing in 3.2.

Thu Apr 24 23:24:59 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (messages): remove special case if /dev/fd exists.
	  Finally.

Mon Aug  7 15:23:00 2000  Arnold D. Robbins  <arnold@skeeve.com>
 
 	* Release 3.0.6: Release tar file made.
 
Thu Aug  3 17:51:56 2000  Arnold D. Robbins  <arnold@skeeve.com>
	
	* Makefile.in (nlstrina): new test case.
	* nlstrina.awk, nlstrina.ok: new files.

Tue Jul 11 14:22:55 2000  Arnold D. Robbins  <arnold@skeeve.com>
	
	* Makefile.in (fnparydl): new test case.
	* fnparydl.awk, fnparydl.ok: new files.

Fri Jun 30 22:00:03 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (arysubnm): new test case.
	* arysubnm.awk, arysubnm.ok: new files.

Sun Jun 25 15:08:19 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.0.5: Release tar file made.

Wed Jun 14 13:17:59 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (getlnbuf): new test case.
	* getlnbuf.awk, gtlnbufv.awk, getlnbuf.in, getlnbuf.ok: new files.

Mon Jun  5 15:51:39 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* pipeio2.awk: Change use of tr to sed, fixes problems
	  on SCO OS5.
	* pipeio2.ok: Updated to reflect use of sed.

Tue May  2 13:28:04 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (strftime): moved test code into a separate
	  file for the PC guys.
	* strftime.awk: new file.

Mon Apr 10 15:58:13 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (longwrds): Add setting LC_ALL=C to sort
	  call to preserve traditional output.  (Theme from the
	  Twilight Zone plays eerily in the background...)

Sun Apr  2 17:51:40 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (igncdym): new test case.
	* igncdym.awk, igncdym.in, igncdym.ok: new files.

Wed Mar  8 13:43:44 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (arynocls): new test case.
	* arynocls.awk, arynocls.in, arynocls.ok: new files.

Sun Feb  6 11:45:15 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (opasnidx): new test case.
	* opasnidx.awk, opasnidx.ok: new files.

Tue Feb  1 18:40:45 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (opasnslf): new test case.
	* opasnslf.awk, opasnslf.ok: new files.

Thu Jan 27 18:09:18 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (subslash): new test case.
	* subslash.awk, subslash.ok: new files.

Fri Nov 26 11:03:07 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (numindex): new test case.
	* numindex.awk, numindex.in, numindex.ok: new files.

Sun Oct 24 08:46:16 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (strftime): Add tweak for $NF that should
	  hopefully avoid cygwin problems with lack of timezone.

Thu Jul 29 19:25:02 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (fsmnam, fnamedat): new test cases.
	* fsmnam.awk, fsmnam.ok: new files.
	* fnamedat.awk, fnamedat.in, fnamedat.ok: new files.

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.

Tue May 25 16:37:50 1999  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (printf1): new test case.
	* printf1.awk, printf1.ok: new files.

Wed May 19 15:32:09 1999  Arnold D. Robbins  <arnold@gnu.org>

	* reg/*: moved exp and log tests to new `Obsolete' directory; they
	  would only succeed under SunOS 4.x.

Mon May  3 11:53:33 1999  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (gawk.extensions): removed `nondec' until the
	  associated features get documented in 3.1.

Tue Nov  3 16:46:39 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (getnr2tm, getnr2tb): new test cases.
	* getnr2tm.awk, getnr2tm.in, getnr2tm.ok: new files.
	* getnr2tb.awk, getnr2tb.in, getnr2tb.ok: new files.

Sun Nov  1 13:20:08 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (zeroflag): new test case.
	* zeroflag.awk, zeroflag.ok: new files

Wed Oct 28 18:44:19 1998  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (nasty): new test case.
	* nasty.awk, nasty.ok: new files

Sun Nov 16 20:08:59 1997  Arnold D. Robbins  <arnold@gnu.org>

	* gsubtest.awk, gsubtest.ok: fix for count of matches in gsub
	  from Geert.Debyser@esat.kuleuven.ac.be.

Sun Nov 16 19:54:50 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in (strftime): fix a typo (LANC -> LANG).

Thu May 15 12:49:08 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.3: Release tar file made.

Tue May 13 12:53:46 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (messages): more testing for OK failure on Linux.

Sun May 11 14:57:11 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (nondec): new test case.
	* nondec.awk, nondec.ok: new files.

Sun May 11 07:07:05 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (prdupval): new test case.
	* prdupval.awk, prdupval.in, prdupval.ok: new files.

Wed May  7 21:54:34 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (delarprm): new test case.
	* delarprm.awk, delarprm.ok: new files.

Wed May  7 17:54:00 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (pid): several fixes from ghazi@caip.rutgers.edu.

Tue May  6 20:28:30 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (strftime): Use the right locale stuff.
	  (clobber): don't need an input file.

Thu Apr 24 22:24:42 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (pid): new test case, from jco@convex.com.
	  (specfile): removed test case, pid does it better.
	* pid.awk, pid.ok, pid.sh: new files.
	* specfile.awk: removed.

Wed Apr 23 23:37:10 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (pipeio2): new test case.
	* pipeio2.awk, pipeio2.ok, pipeio2.in: new files.

Sun Apr 20 12:22:52 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (clobber): new test case.
	* clobber.awk, clobber.ok: new files.

Fri Apr 18 07:55:47 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* BETA Release 3.0.34: Release tar file made.

Tue Apr 15 05:57:29 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (strftlng): More wizardry for bizarre Unix systems.
	  (nlfldsep): use program and input file, not shell script
	  (basic, unix-tests, gawk.extensions): moved specfile, pipeio1
	  and strftlng into unix-tests per Pat Rankin.
	* nlfldsep.awk, nlfldsep.in: new files.
	* nlfldsep.sh: removed.

Wed Apr  9 23:32:47 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (funstack): new test case.
	* funstack.awk, funstack.in, funstack.ok: new files.
	* substr.awk: added many more tests.
	* substr.ok: updated

Wed Mar 19 20:10:21 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (pipeio1): new test case.
	* pipeio1.awk, pipeio1.ok: new files.

Tue Mar 18 06:38:36 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (noparm): new test case.
	* noparm.awk, noparm.ok: new files.

Fri Feb 21 06:30:18 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (reint): new test case.
	* reint.awk, reint.in, reint.ok: new files.

Wed Feb  5 18:17:51 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (fnarydel): new test case.
	* fnarydel.awk, fnarydel.ok: new files.

Sun Jan 19 17:06:18 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (nors): new test case.
	* nors.ok: new file.

Sun Jan 19 17:06:18 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (specfile, strftlng, nfldstr): new test cases.
	* specfile.awk, strftlng.awk, strftlng.ok, nfldstr.ok: new files.

Fri Dec 27 11:27:13 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (intest): new test case.
	* intest.awk, intest.ok: new files.

Wed Dec 25 11:25:22 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.2: Release tar file made.

Tue Dec 10 23:09:26 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.1: Release tar file made.

Thu Nov  7 09:12:20 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (splitvar): new test case.
	* splitvar.awk, splitvar.in, splitvar.ok: new files.

Sun Nov  3 10:55:50 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (nlfldsep): new test case.
	* nlfldsep.sh, nlfldsep.ok: new files.

Fri Oct 25 10:29:56 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* rand.awk: call srand with fixed seed.
	* rand.ok: new file.
	* Makefile.in (rand): changed to compare output with rand.ok.

Sat Oct 19 21:52:04 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (tradanch): new test case.
	* tradanch.awk, tradanch.in, tradanch.ok: new files.

Thu Oct 17 21:22:05 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* tweakfld.awk: move `rm' out into Makefile.in.
	* eofsplit.awk: fixed buggy code so won't loop forever.
	* Makefile.in (all): add unix-tests.
	  (unix-tests): new target, has pound-bang, fflush, getlnhd.
	  (basic): removed fflush, getlnhd.
	  (tweakfld): added rm from tweakfld.awk.

Sun Oct  6 22:00:35 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (back89): new test case.
	* back89.in, back89.ok: new files.

Sun Oct  6 20:45:54 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (splitwht): new test case.
	* splitwht.awk, splitwht.ok: new files.

Sun Sep 29 23:14:20 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (gsubtest): new test case.
	* gsubtest.awk, gsubtest.ok: new files.

Fri Sep 20 11:58:40 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (prtoeval): new test case.
	* prtoeval.awk, prtoeval.ok: new files.

Tue Sep 10 06:26:44 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (gsubasgn): new test case.
	* gsubasgn.awk, gsubasgn.ok: new files.

Wed Aug 28 22:06:33 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* badargs.ok: updated output corresponding to change made to
	  main.c (see main ChangeLog).

Thu Aug  1 07:20:28 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (clean): remove out[123] files from `messages' test.
	  Thanks to Pat Rankin (rankin@eql.caltech.edu).

Sat Jul 27 23:56:57 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (prt1eval): new test case.
	* prt1eval.awk, prt1eval.ok: new files.

Mon Jul 22 22:06:10 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (eofsplit): new test case.
	* eofsplit.awk, eofsplit.ok: new files.

Sun Jul 14 07:07:45 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (fldchgnf): new test case.
	* fldchgnf.awk, fldchgnf.ok: new files.

Tue May 21 23:23:22 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (substr): new test case.
	* substr.awk, substr.ok: new files.

Tue May 14 15:05:23 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (dynlj): new test case.
	* dynlj.awk, dynlj.ok: new files.

Sun May 12 20:45:34 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (fnarray): new test case.
	* fnarray.awk, fnarray.ok: new files.

Fri Mar 15 06:46:48 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (clean): added `*~' to list of files to be removed.
	* tweakfld.awk (END): added to do clean up action.

Thu Mar 14 16:41:32 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (mmap8k): new test case.
	* mmap8k.in, mmap8k.ok: new files.

Sun Mar 10 22:58:35 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (clsflnam): new test case.
	* clsflnam.in, clsflnam.awk, clsflnam.ok: new files.
	* tweakfld.awk: changed to have a fixed date.

Thu Mar  7 09:56:09 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (tweakfld): new test case.
	* tweakfld.in, tweakfld.awk, tweakfld.ok: new files.

Sun Mar  3 06:51:26 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (getlnhd, backgsub) : new test cases.
	* getlnhd.awk, getlnhd.ok: new files.
	* backgsub.in, backgsub.awk, backgsub.ok: new files.

Mon Feb 26 22:30:02 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (sprintfc): new test case.
	* sprintfc.in, sprintfc.awk, sprintfc.ok: new files.
	* gensub.awk: updated for case of no match of regex.

Wed Jan 24 10:06:16 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (distclean, maintainer-clean): new targets.
	  (reindops): added test from Rick Adams (rick@uunet.uu.net).
	  (arrayparm, paramdup, defref, strftime, prmarscl, sclforin,
	  sclifin): Fix from Larry Schwimmer (schwim@cyclone.stanford.edu)
	  so that tests that are supposed to fail use `... || exit 0' to
	  cause a clean `make clean'.

Wed Jan 10 22:58:55 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* ChangeLog created.