File: CHANGES.1.1

package info (click to toggle)
fhist 1.18-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 2,564 kB
  • ctags: 1,332
  • sloc: ansic: 15,161; sh: 4,749; makefile: 1,027; awk: 154; yacc: 101
file content (933 lines) | stat: -rw-r--r-- 36,077 bytes parent folder | download | duplicates (4)
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
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933



Project "fhist.1.1"                                              Page 1
List of Changes                                Fri Oct  7 22:33:50 1994

Change  State           Description
------- -------         -------------
   1    completed       New release derived from fhist.
   2    completed       add patch generator
   3    completed       there was a bug in the conflicts reporting
   4    completed       improve makefile
   5    completed       use pathconf to determine filename limits
   6    completed       make create tolerate already existing history
                        file
   7    completed       add autoconf
   8    completed       Change to GNU GPL version 2
   9    completed       use txt2c to include man pages
  10    completed       This change fixes problems found in the
                        generated Makefile.in
  11    being_          Improve patch generation
        integrated



Project "fhist.1.1", Change 1                                    Page 1
Change Details                                 Fri Oct  7 22:33:54 1994

NAME
        Project "fhist.1.1", Delta 1, Change 1.

SUMMARY
        New release derived from fhist.

DESCRIPTION
        New release derived from fhist.

        This change is exempt from testing against the development
        directory.  This change is exempt from testing against the
        baseline.

ARCHITECTURE
        This change must build and test in the "unspecified"
        architecture.

CAUSE
        This change was caused by internal_enhancement.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  create  1       aux/BUILDING.man
        source  create  1       aux/CHANGES.sh
        source  create  1       aux/Howto.cook
        source  create  1       aux/MANIFEST.sh
        source  create  1       aux/Makefile.awk
        source  create  1       aux/Makefile.sh
        source  create  1       aux/README.man
        source  create  1       common/ansi.c
        source  create  1       common/arglex.c
        source  create  1       common/arglex.h
        source  create  1       common/cmalloc.c
        source  create  1       common/cmalloc.h
        source  create  1       common/compare.c
        source  create  1       common/compare.h
        source  create  1       common/error.c
        source  create  1       common/error.h
        source  create  1       common/fileio.c
        source  create  1       common/fileio.h
        source  create  1       common/help.c
        source  create  1       common/help.h
        source  create  1       common/main.h
        source  create  1       common/s-v-arg.h
        source  create  1       common/version.c
        source  create  1       common/version.h
        source  create  1       config
        source  create  1       fcomp/main.c
        source  create  1       fhist/breaks.c
        source  create  1       fhist/breaks.h
        source  create  1       fhist/diff.c
        source  create  1       fhist/diff.h
        source  create  1       fhist/extract.c
        source  create  1       fhist/extract.h
        source  create  1       fhist/fhist.h
        source  create  1       fhist/list.c



Project "fhist.1.1", Change 1                                    Page 2
Change Details                                 Fri Oct  7 22:33:54 1994

        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  create  1       fhist/list.h
        source  create  1       fhist/main.c
        source  create  1       fhist/modlin.c
        source  create  1       fhist/modlin.h
        source  create  1       fhist/name.c
        source  create  1       fhist/name.h
        source  create  1       fhist/prune.c
        source  create  1       fhist/prune.h
        source  create  1       fhist/subroutine.c
        source  create  1       fhist/subroutine.h
        source  create  1       fhist/update.c
        source  create  1       fhist/update.h
        source  create  1       fmerge/main.c
        source  create  1       fmerge/work.c
        source  create  1       fmerge/work.h
        source  create  1       man1/fcomp.1
        source  create  1       man1/fhist.1
        source  create  1       man1/fmerge.1
        test    create  1       test/00/t0001a.sh
        test    create  1       test/00/t0002a.sh
        test    create  1       test/00/t0003a.sh
        test    create  1       test/00/t0004a.sh
        test    create  1       test/00/t0005a.sh
        test    create  1       test/00/t0006a.sh
        test    create  1       test/00/t0007a.sh
        test    create  1       test/00/t0008a.sh
        test    create  1       test/00/t0009a.sh
        test    create  1       test/00/t0010a.sh
        test    create  1       test/00/t0011a.sh
        test    create  1       test/00/t0012a.sh
        test    create  1       test/00/t0013a.sh
        test    create  1       test/00/t0014a.sh

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Mon Feb 22      pmiller
                        10:32:47 1993
        develop_begin   Mon Feb 22      pmiller
                        10:32:47 1993
        develop_end     Mon Feb 22      pmiller
                        10:32:47 1993
        review_pass     Mon Feb 22      pmiller
                        10:32:47 1993
        integrate_begin Mon Feb 22      pmiller
                        10:32:47 1993
        integrate_pass  Mon Feb 22      pmiller
                        10:34:39 1993



Project "fhist.1.1", Change 2                                    Page 1
Change Details                                 Fri Oct  7 22:33:55 1994

NAME
        Project "fhist.1.1", Delta 3, Change 2.

SUMMARY
        add patch generator

DESCRIPTION
        Add shell script to generate patch files

        This change is exempt from testing against the baseline.

ARCHITECTURE
        This change must build and test in the "unspecified"
        architecture.

CAUSE
        This change was caused by internal_enhancement.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  modify  2       aux/Howto.cook
        source  create  1       aux/patches.sh
        source  modify  2       config
        test    modify  2       test/00/t0014a.sh

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Mon Feb 22      pmiller
                        10:50:55 1993
        develop_begin   Mon Feb 22      pmiller  Elapsed time: 0.071
                        10:51:04 1993            days.
        develop_end     Mon Feb 22      pmiller
                        11:22:52 1993
        review_pass     Mon Feb 22      pmiller
                        11:22:56 1993
        integrate_begin Mon Feb 22      pmiller
                        11:23:12 1993
        integrate_fail  Mon Feb 22      pmiller  patch problems
                        11:31:22 1993            Elapsed time: 0.203
                                                 days.
        develop_end     Mon Feb 22      pmiller
                        13:02:56 1993
        review_pass     Mon Feb 22      pmiller
                        13:03:01 1993
        integrate_begin Mon Feb 22      pmiller  Elapsed time: 0.345
                        13:03:16 1993            days.
        integrate_pass  Mon Feb 22      pmiller
                        15:38:28 1993



Project "fhist.1.1", Change 3                                    Page 1
Change Details                                 Fri Oct  7 22:33:55 1994

NAME
        Project "fhist.1.1", Delta 4, Change 3.

SUMMARY
        there was a bug in the conflicts reporting

DESCRIPTION
        The dumpconflicts() function failed to open the output file.
        The command line processing failed to allow it to default to
        stdout.  The manual failed to state that conflicts result in
        an exit ststus of 1, unless reported to a file or stdout.

ARCHITECTURE
        This change must build and test in the "unspecified"
        architecture.

CAUSE
        This change was caused by internal_bug.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  modify  3       config
        source  modify  2       fmerge/main.c
        source  modify  2       fmerge/work.c
        source  modify  2       man1/fmerge.1
        test    create  1       test/00/t0015a.sh

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Sun Mar  7      pmiller
                        22:00:58 1993
        develop_begin   Sun Mar  7      pmiller  Elapsed time: 0.082
                        22:01:14 1993            days.
        develop_end     Sun Mar  7      pmiller
                        22:38:11 1993
        review_pass     Sun Mar  7      pmiller
                        22:38:56 1993
        integrate_begin Sun Mar  7      pmiller
                        22:40:23 1993
        integrate_pass  Sun Mar  7      pmiller
                        22:46:19 1993



Project "fhist.1.1", Change 4                                    Page 1
Change Details                                 Fri Oct  7 22:33:56 1994

NAME
        Project "fhist.1.1", Delta 5, Change 4.

SUMMARY
        improve makefile

DESCRIPTION
        Simplified the mkdir commands in the Makefile.  They were
        overly complex.

        My thanks to John D. McCalpin
        <mccalpin@perelandra.cms.udel.edu> for reporting this problem.

        This change is exempt from testing against the development
        directory.  This change is exempt from testing against the
        baseline.

ARCHITECTURE
        This change must build and test in the "unspecified"
        architecture.

CAUSE
        This change was caused by internal_bug.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  modify  2       aux/Makefile.sh
        source  modify  4       config

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Sat Oct  9      pmiller
                        21:04:21 1993
        develop_begin   Sat Oct  9      pmiller  Elapsed time: 0.027
                        21:04:31 1993            days.
        develop_end     Sat Oct  9      pmiller
                        21:16:37 1993
        review_pass     Sat Oct  9      pmiller
                        21:16:43 1993
        integrate_begin Sat Oct  9      pmiller
                        21:17:07 1993
        integrate_pass  Sat Oct  9      pmiller
                        21:24:22 1993



Project "fhist.1.1", Change 5                                    Page 1
Change Details                                 Fri Oct  7 22:33:58 1994

NAME
        Project "fhist.1.1", Delta 6, Change 5.

SUMMARY
        use pathconf to determine filename limits

DESCRIPTION
        There was a hard-coded limit of 12 characters for a module
        name.         This has been raised on many modern UNIXes.  The
        limit is not obtained by consulting the pathconf() function,
        and subtracting 2 characters for our suffix.

        This change must pass a full regression test.  This change is
        exempt from testing against the development directory.  This
        change is exempt from testing against the baseline.

ARCHITECTURE
        This change must build and test in the "unspecified"
        architecture.

CAUSE
        This change was caused by internal_bug.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  modify  2       fhist/fhist.h
        source  modify  2       fhist/main.c
        source  modify  2       fhist/subroutine.c
        source  modify  2       fhist/subroutine.h

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Mon Dec 20      pmiller
                        07:26:15 1993
        develop_begin   Mon Dec 20      pmiller  Elapsed time: 0.252
                        07:26:42 1993            days.
        develop_end     Mon Dec 20      pmiller
                        09:20:06 1993
        review_pass     Mon Dec 20      pmiller
                        09:21:24 1993
        integrate_begin Mon Dec 20      pmiller  Elapsed time: 0.033
                        09:21:46 1993            days.
        integrate_pass  Mon Dec 20      pmiller
                        09:36:27 1993



Project "fhist.1.1", Change 6                                    Page 1
Change Details                                 Fri Oct  7 22:33:59 1994

NAME
        Project "fhist.1.1", Delta 7, Change 6.

SUMMARY
        make create tolerate already existing history file

DESCRIPTION
        make create tolerate already existing history file

ARCHITECTURE
        This change must build and test in the "unspecified"
        architecture.

CAUSE
        This change was caused by internal_enhancement.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  modify  3       aux/Howto.cook
        source  modify  3       fhist/main.c
        source  modify  3       fhist/subroutine.c
        source  modify  3       fhist/subroutine.h
        source  modify  2       fhist/update.c
        source  modify  2       man1/fhist.1
        test    create  1       test/00/t0016a.sh

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Thu Sep 29      pmiller
                        21:22:00 1994
        develop_begin   Thu Sep 29      pmiller  Elapsed time: 0.000
                        21:22:16 1994            days.
        develop_end     Fri Sep 30      pmiller
                        07:04:01 1994
        review_pass     Fri Sep 30      pmiller
                        07:04:30 1994
        integrate_begin Fri Sep 30      pmiller  Elapsed time: 0.050
                        07:04:56 1994            days.
        integrate_pass  Fri Sep 30      pmiller
                        07:27:30 1994



Project "fhist.1.1", Change 7                                    Page 1
Change Details                                 Fri Oct  7 22:33:59 1994

NAME
        Project "fhist.1.1", Delta 8, Change 7.

SUMMARY
        add autoconf

DESCRIPTION
        1. Use autoconf to automatically configure for the appropriate
        architecture.
        2. Add the sun4, sun5 and alpha architectures to the mandatory
        list.
        3. Several protability improvements were discovered by (2).
        4. move the file templates out of config and into separate
        files.

        This change is exempt from testing against the baseline.

ARCHITECTURES
        This change must build and test in each of the "alpha", "sun4"
        and "sun5" architectures.

CAUSE
        This change was caused by internal_enhancement.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        build   create  1       BUILDING
        source  create  1       LICENSE
        build   create  1       MANIFEST
        build   create  1       Makefile.in
        build   create  1       README
        source  modify  2       aux/BUILDING.man
        source  modify  4       aux/Howto.cook
        source  create  1       aux/Makefi.file.sh
        source  create  1       aux/Makefile.head
        source  modify  3       aux/Makefile.sh
        source  modify  2       aux/README.man
        source  create  1       aux/config.h.in
        source  create  1       aux/config.h.in1
        source  create  1       aux/config.h.in2
        source  create  1       aux/configure.in
        source  create  1       aux/new.1.1.so
        build   create  1       aux/new.so
        source  create  1       aux/template/c
        source  create  1       aux/template/generic
        source  create  1       aux/template/h
        source  create  1       aux/template/man
        source  create  1       aux/template/ms
        source  create  1       aux/template/sh
        source  create  1       aux/template/test
        source  create  1       common/ac/dirent.h
        source  create  1       common/ac/limits.h
        source  create  1       common/ac/stdarg.h
                                Moved from common/s-v-arg.h
        source  create  1       common/ac/stddef.h
        source  create  1       common/ac/stdlib.h



Project "fhist.1.1", Change 7                                    Page 2
Change Details                                 Fri Oct  7 22:33:59 1994

        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  create  1       common/ac/string.h
        source  create  1       common/ac/time.h
        source  create  1       common/ac/unistd.h
        source  modify  2       common/ansi.c
        source  modify  2       common/arglex.c
        source  modify  2       common/cmalloc.c
        source  modify  2       common/cmalloc.h
        source  modify  2       common/compare.c
        build   create  1       common/config.h.in
        source  modify  2       common/error.c
        source  modify  2       common/fileio.c
        source  modify  2       common/help.c
        build   create  1       common/patchlevel.h
        source  remove  1       common/s-v-arg.h
                                Moved to common/ac/stdarg.h
        source  modify  2       common/version.c
        source  create  1       common/version_stmp.c
        source  create  1       common/version_stmp.h
        source  modify  5       config
        build   create  1       configure
        build   create  1       doc/version.so
        source  modify  2       fcomp/main.c
        source  modify  2       fhist/diff.c
        source  modify  2       fhist/extract.c
        source  modify  3       fhist/fhist.h
        source  modify  4       fhist/main.c
        source  modify  2       fhist/name.c
        source  modify  2       fhist/prune.c
        source  modify  4       fhist/subroutine.c
        source  modify  3       fhist/update.c
        source  modify  3       fmerge/main.c
        source  modify  2       man1/fcomp.1
        source  modify  3       man1/fhist.1
        source  modify  3       man1/fmerge.1
        test    modify  2       test/00/t0001a.sh
        test    modify  2       test/00/t0002a.sh
        test    modify  2       test/00/t0003a.sh
        test    modify  2       test/00/t0004a.sh
        test    modify  2       test/00/t0005a.sh
        test    modify  2       test/00/t0006a.sh
        test    modify  2       test/00/t0007a.sh
        test    modify  2       test/00/t0008a.sh
        test    modify  2       test/00/t0009a.sh
        test    modify  2       test/00/t0010a.sh
        test    modify  2       test/00/t0011a.sh
        test    modify  2       test/00/t0012a.sh
        test    modify  2       test/00/t0013a.sh
        test    modify  3       test/00/t0014a.sh
        test    modify  2       test/00/t0015a.sh
        test    modify  2       test/00/t0016a.sh



Project "fhist.1.1", Change 7                                    Page 3
Change Details                                 Fri Oct  7 22:33:59 1994

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Fri Sep 30      pmiller
                        08:37:44 1994
        develop_begin   Fri Sep 30      pmiller  Elapsed time: 0.920
                        08:37:50 1994            days.
        develop_end     Sat Oct  1      pmiller
                        08:01:43 1994
        review_pass     Sat Oct  1      pmiller
                        08:03:41 1994
        integrate_begin Sat Oct  1      pmiller  Elapsed time: 0.959
                        08:04:29 1994            days.
        integrate_pass  Sun Oct  2      pmiller
                        07:45:55 1994



Project "fhist.1.1", Change 8                                    Page 1
Change Details                                 Fri Oct  7 22:34:00 1994

NAME
        Project "fhist.1.1", Delta 9, Change 8.

SUMMARY
        Change to GNU GPL version 2

DESCRIPTION
        Change to GNU GPL version 2

        This change is exempt from testing against the baseline.

ARCHITECTURES
        This change must build and test in each of the "alpha", "sun4"
        and "sun5" architectures.

CAUSE
        This change was caused by internal_enhancement.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        build   modify  2       BUILDING
        build   modify  2       MANIFEST
        build   modify  2       Makefile.in
        build   modify  2       README
        source  modify  3       aux/BUILDING.man
        source  modify  2       aux/CHANGES.sh
        source  modify  5       aux/Howto.cook
        source  modify  2       aux/MANIFEST.sh
        source  modify  2       aux/Makefile.awk
        source  modify  4       aux/Makefile.sh
        source  modify  3       aux/README.man
        source  modify  2       aux/new.1.1.so
        build   modify  2       aux/new.so
        source  modify  2       aux/template/c
        source  modify  2       aux/template/generic
        source  modify  2       aux/template/h
        source  modify  2       aux/template/man
        source  modify  2       aux/template/ms
        source  modify  2       aux/template/sh
        source  modify  2       aux/template/test
        source  modify  2       common/ac/stdarg.h
        source  modify  3       common/ansi.c
        source  modify  3       common/arglex.c
        source  modify  2       common/arglex.h
        source  modify  3       common/cmalloc.c
        source  modify  3       common/cmalloc.h
        source  modify  3       common/compare.c
        source  modify  2       common/compare.h
        build   modify  2       common/config.h.in
        source  modify  3       common/error.c
        source  modify  2       common/error.h
        source  modify  3       common/fileio.c
        source  modify  2       common/fileio.h
        source  modify  3       common/help.c
        source  modify  2       common/help.h
        source  modify  2       common/main.h



Project "fhist.1.1", Change 8                                    Page 2
Change Details                                 Fri Oct  7 22:34:00 1994

        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        build   modify  2       common/patchlevel.h
        source  modify  3       common/version.c
        source  modify  2       common/version.h
        source  modify  2       common/version_stmp.c
        source  modify  2       common/version_stmp.h
        source  modify  6       config
        build   modify  2       configure
        build   modify  2       doc/version.so
        source  modify  3       fcomp/main.c
        source  modify  2       fhist/breaks.c
        source  modify  2       fhist/breaks.h
        source  modify  3       fhist/diff.c
        source  modify  2       fhist/diff.h
        source  modify  3       fhist/extract.c
        source  modify  2       fhist/extract.h
        source  modify  4       fhist/fhist.h
        source  modify  2       fhist/list.c
        source  modify  2       fhist/list.h
        source  modify  5       fhist/main.c
        source  modify  2       fhist/modlin.c
        source  modify  2       fhist/modlin.h
        source  modify  3       fhist/name.c
        source  modify  2       fhist/name.h
        source  modify  3       fhist/prune.c
        source  modify  2       fhist/prune.h
        source  modify  5       fhist/subroutine.c
        source  modify  4       fhist/subroutine.h
        source  modify  4       fhist/update.c
        source  modify  2       fhist/update.h
        source  modify  4       fmerge/main.c
        source  modify  3       fmerge/work.c
        source  modify  2       fmerge/work.h
        source  modify  3       man1/fcomp.1
        source  modify  4       man1/fhist.1
        source  modify  4       man1/fmerge.1
        source  create  1       man1/o__rules.so
        source  create  1       man1/o_help.so
        source  create  1       man1/o_version.so
        source  create  1       man1/z_cr.so
        source  create  1       man1/z_exit.so
        source  create  1       man1/z_fne.so
        source  create  1       man1/z_ref.so
        test    modify  3       test/00/t0001a.sh
        test    modify  3       test/00/t0002a.sh
        test    modify  3       test/00/t0003a.sh
        test    modify  3       test/00/t0004a.sh
        test    modify  3       test/00/t0005a.sh
        test    modify  3       test/00/t0006a.sh
        test    modify  3       test/00/t0007a.sh
        test    modify  3       test/00/t0008a.sh
        test    modify  3       test/00/t0009a.sh
        test    modify  3       test/00/t0010a.sh
        test    modify  3       test/00/t0011a.sh
        test    modify  3       test/00/t0012a.sh
        test    modify  3       test/00/t0013a.sh



Project "fhist.1.1", Change 8                                    Page 3
Change Details                                 Fri Oct  7 22:34:00 1994

        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        test    modify  4       test/00/t0014a.sh
        test    modify  3       test/00/t0015a.sh
        test    modify  3       test/00/t0016a.sh

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Sun Oct  2      pmiller
                        07:57:39 1994
        develop_begin   Sun Oct  2      pmiller  Elapsed time: 0.239
                        07:57:45 1994            days.
        develop_end     Sun Oct  2      pmiller
                        09:45:18 1994
        review_pass     Sun Oct  2      pmiller
                        09:45:27 1994
        integrate_begin Sun Oct  2      pmiller  Elapsed time: 0.041
                        09:46:34 1994            days.
        integrate_pass  Sun Oct  2      pmiller
                        10:05:07 1994



Project "fhist.1.1", Change 9                                    Page 1
Change Details                                 Fri Oct  7 22:34:01 1994

NAME
        Project "fhist.1.1", Delta 10, Change 9.

SUMMARY
        use txt2c to include man pages

DESCRIPTION
        1. use txt2c to include man pages, this includes changes to
        help.c to interpret the contents (taken from aegis.2.2)
        2. added gnu-ish argument parsing as per the manual entries
        3. put common code in a library, both for cook and for make
        4. better history update commands in config file

        This change must pass a full regression test.  This change is
        exempt from testing against the development directory.  This
        change is exempt from testing against the baseline.

ARCHITECTURES
        This change must build and test in each of the "alpha", "sun4"
        and "sun5" architectures.

CAUSE
        This change was caused by internal_enhancement.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        build   modify  2       BUILDING
        build   modify  2       MANIFEST
        build   modify  3       Makefile.in
        build   modify  2       README
        source  create  1       aux/CHANGES.1.0
        source  modify  6       aux/Howto.cook
        source  modify  5       aux/Makefile.sh
        source  modify  2       aux/configure.in
        build   modify  2       aux/new.so
        source  modify  4       common/arglex.c
        source  modify  3       common/arglex.h
        build   modify  3       common/config.h.in
        source  modify  4       common/help.c
        source  create  1       common/pager.c
        source  create  1       common/pager.h
        build   modify  2       common/patchlevel.h
        source  modify  7       config
        build   modify  3       configure
        build   modify  2       doc/version.so
        source  modify  4       fcomp/main.c
        source  modify  6       fhist/main.c
        source  modify  5       fmerge/main.c
        source  modify  4       man1/fcomp.1
        source  modify  5       man1/fhist.1
        source  modify  5       man1/fmerge.1
        source  modify  2       man1/o__rules.so
        source  modify  2       man1/z_cr.so
        source  modify  2       man1/z_fne.so
        source  create  1       txt2c/main.c
        source  create  1       txt2c/txt2c.c



Project "fhist.1.1", Change 9                                    Page 2
Change Details                                 Fri Oct  7 22:34:01 1994

        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  create  1       txt2c/txt2c.h

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Sun Oct  2      pmiller
                        10:10:14 1994
        develop_begin   Sun Oct  2      pmiller  Elapsed time: 0.852
                        10:10:19 1994            days.
        develop_end     Tue Oct  4      pmiller
                        18:03:44 1994
        review_pass     Tue Oct  4      pmiller
                        18:03:52 1994
        integrate_begin Tue Oct  4      pmiller  Elapsed time: 1.804
                        18:04:50 1994            days.
        integrate_pass  Fri Oct  7      pmiller
                        09:06:50 1994



Project "fhist.1.1", Change 10                                   Page 1
Change Details                                 Fri Oct  7 22:34:01 1994

NAME
        Project "fhist.1.1", Delta 13, Change 10.

SUMMARY
        This change fixes problems found in the generated Makefile.in

DESCRIPTION
        This change fixes problems found in the generated Makefile.in
        file.  There was a few typos, and the test runs were
        duplicated.

        This change must pass a full regression test.  This change is
        exempt from testing against the development directory.  This
        change is exempt from testing against the baseline.

ARCHITECTURES
        This change must build and test in each of the "alpha", "sun4"
        and "sun5" architectures.

CAUSE
        This change was caused by internal_bug.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        build   modify  2       BUILDING
        build   modify  3       MANIFEST
        build   modify  4       Makefile.in
        build   modify  3       README
        source  modify  2       aux/Makefile.head
        source  modify  6       aux/Makefile.sh
        source  modify  3       aux/new.1.1.so
        build   modify  2       aux/new.so
        build   modify  3       common/config.h.in
        build   modify  3       common/patchlevel.h
        source  modify  4       common/version.c
        source  modify  8       config
        build   modify  3       configure
        build   modify  3       doc/version.so
        source  modify  5       fcomp/main.c
        source  modify  3       fmerge/work.h

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Fri Oct  7      pmiller
                        09:17:05 1994
        develop_begin   Fri Oct  7      pmiller  Elapsed time: 0.132
                        09:17:12 1994            days.
        develop_end     Fri Oct  7      pmiller
                        10:16:38 1994
        review_pass     Fri Oct  7      pmiller
                        10:18:47 1994
        integrate_begin Fri Oct  7      pmiller  Elapsed time: 0.670
                        10:20:10 1994            days.
        integrate_fail  Fri Oct  7      pmiller  some strings in
                        15:21:32 1994            version.c not



Project "fhist.1.1", Change 10                                   Page 2
Change Details                                 Fri Oct  7 22:34:01 1994

        What            When            Who      Comment
        ------          ------          -----    ---------
                                                 terminated.
                                                 Gcc is too liberal,
                                                 problem found with
                                                 sun's cc.
                                                 Elapsed time: 0.056
                                                 days.
        develop_end     Fri Oct  7      pmiller
                        15:46:53 1994
        review_pass     Fri Oct  7      pmiller
                        15:46:59 1994
        integrate_begin Fri Oct  7      pmiller  Elapsed time: 0.025
                        15:48:21 1994            days.
        integrate_fail  Fri Oct  7      pmiller  more problems with
                        15:59:37 1994            Makefile.in
                                                 Elapsed time: 0.047
                                                 days.
        develop_end     Fri Oct  7      pmiller
                        16:20:55 1994
        review_pass     Fri Oct  7      pmiller
                        16:24:01 1994
        integrate_begin Fri Oct  7      pmiller  Elapsed time: 0.745
                        16:24:34 1994            days.
        integrate_pass  Fri Oct  7      pmiller
                        21:59:46 1994



Project "fhist.1.1", Change 11                                   Page 1
Change Details                                 Fri Oct  7 22:34:02 1994

NAME
        Project "fhist.1.1", Delta 14, Change 11.

SUMMARY
        Improve patch generation

DESCRIPTION
        Use the method from aegis.2.3 to update patch files.  It is
        more efficient at integrate build time

        This change is exempt from testing against the development
        directory.  This change is exempt from testing against the
        baseline.

ARCHITECTURES
        This change must build and test in each of the "alpha", "sun4"
        and "sun5" architectures.

        arch.    host     aeb       aet       aet -bl   aet -reg
        -------- -------- --------- --------- --------- ---------
        alpha             required  exempt    exempt    exempt
        sun4              required  exempt    exempt    exempt
        sun5              required  exempt    exempt    exempt
                          --------- --------- --------- ---------
                          required  exempt    exempt    exempt

CAUSE
        This change was caused by internal_enhancement.

STATE
        This change is in the 'being_integrated' state.

FILES
        Type    Action  Edit    File Name
        ------- ------- ------- -----------
        source  modify  6       aux/Howto.cook
        source  create          aux/patch.file.sh
        source  modify  1       aux/patches.sh

HISTORY
        What            When            Who      Comment
        ------          ------          -----    ---------
        new_change      Fri Oct  7      pmiller
                        22:02:25 1994
        develop_begin   Fri Oct  7      pmiller  Elapsed time: 0.061
                        22:03:00 1994            days.
        develop_end     Fri Oct  7      pmiller
                        22:30:26 1994
        review_pass     Fri Oct  7      pmiller
                        22:30:33 1994
        integrate_begin Fri Oct  7      pmiller
                        22:31:44 1994