6d1d6e516590e7fd18f711d4d819efb31a7b89f5
[pspp-builds.git] / ChangeLog
1 Tue Dec 30 22:23:40 WST 2003 John Darrington <john@darrington.wattle.id.au> 
2         
3         * Fixed floating point rounding bug in percentiles calculation
4
5 Sat Dec 27 16:16:49 2003  Ben Pfaff  <blp@gnu.org>
6
7         * configure.ac: Add -Wmissing-prototypes flag to gcc.
8
9         * TODO: Updated.
10
11 Wed Dec 17 12:19:40 WAST 2003 John Darrington <john@darrington.wattle.id.au>
12
13         * Added an --enable-debug flag to configure
14
15 2003-12-13  gettextize  <bug-gnu-gettext@gnu.org>
16
17         * Makefile.am (EXTRA_DIST): Add mkinstalldirs.
18         * configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
19
20
21 Thu Dec 11 19:35:32 WST 2003 John Darrington <john@darrington.wattle.id.au>
22
23         * Removed autogenerated files from the CVS archive
24
25         * removed the included getopt.c as it failed to build under some
26         systems.
27
28 Thu Dec 11 00:12:19 2003  Ben Pfaff  <blp@gnu.org>
29
30         * Update build system to Autoconf 2.58, Automake 1.7, gettext
31         0.12.1.
32
33 2003-12-08  gettextize  <bug-gnu-gettext@gnu.org>
34
35         * Makefile.am (SUBDIRS): Add m4.
36         (ACLOCAL_AMFLAGS): New variable.
37         (EXTRA_DIST): Add config.rpath.
38         * configure.in (AC_CONFIG_FILES): Add po/Makefile.in,
39
40 Sun Jan  2 21:24:32 2000  Ben Pfaff  <blp@gnu.org>
41
42         * Makefile.am: Require Automake 1.4 or later.  It's been out for
43         almost a year now, so why haven't you installed it? :-)
44
45         * TODO: Updated.
46
47         * configure.in: Updated version number.  Check for libgmp.  Check
48         of fenv.h.  Check for feholdexpect().
49
50         * pref.h.orig: Don't include debug-print.h by default.  Don't
51         disable __attribute ((unused))__ for gcc 2.7.2.  Remove LOAD_2,
52         STORE_2.  Comment fixes.
53
54         * Updated copyright notices in all files.
55
56 Fri Mar 12 12:38:55 1999  Ben Pfaff  <blp@gnu.org>
57
58         * Forked 0.3.0.
59
60 Tue Mar  9 12:46:31 1999  Ben Pfaff  <blp@gnu.org>
61
62         * Released 0.2.3.
63         
64         * TODO: Updated.
65
66 Tue Jan  5 15:18:07 1999  Ben Pfaff  <blp@gnu.org>
67
68         * Released 0.2.2.
69
70         * TODO: Update from Zvi Grauer <z.grauer@sims.csuohio.edu>.
71
72 Thu Nov 19 12:34:55 1998  Ben Pfaff  <blp@gnu.org>
73
74         * Released 0.2.1.
75
76 Sun Aug  9 11:11:32 1998  Ben Pfaff  <blp@gnu.org>
77
78         * LANGUAGE: Updated.
79
80 Sat Aug  8 00:19:08 1998  Ben Pfaff  <blp@gnu.org>
81
82         * LANGUAGE: Updated.
83
84         * examples/: New directory.
85
86         * Made patchlevel 95.
87
88 Tue Aug  4 23:47:31 1998  Ben Pfaff  <blp@gnu.org>
89
90         * Bump version to 0.1.22 (0.2.0 release candidate).
91
92         * configure.in: Remove --enable-Werror, new option
93         --enable-debugging.  New gcc option -Wpointer-arith.
94
95         * pref.h.orig: Don't enable debugging by default (now a configure
96         option).  Use __inline__ instead of inline with gcc (partial -ansi
97         -pedantic support).
98         (macro local_strdup) Removed.
99
100         * Made patchlevel 94.
101         
102 Wed Jul 29 22:03:11 1998  Ben Pfaff  <blp@gnu.org>
103
104         * Bump version to 0.1.21 (0.2.0 release candidate).
105
106         * debian/: Removed.
107
108         * Makefile.am: Don't copy debian/ into distribution.
109         
110         * pref.h.orig: Only enable `unused' attribute if gcc 2.8.0 or
111         later is used.
112
113 Sun Jul  5 14:20:04 1998  Ben Pfaff  <blp@gnu.org>
114
115         * configure.in: Bump version to 0.1.20 (0.2.0 release candidate).
116
117         * Made patchlevel 93.
118
119 Sun Jul  5 00:13:58 1998  Ben Pfaff  <blp@gnu.org>
120
121         * README: Updated.
122
123         * TODO: Updated.
124
125         * configure.in: Remove -Wno-unused from default gcc flags.
126
127         * pref.h.orig: Add new #define, `unused', which under gcc expands
128         to an explanation to the compiler that a function argument is
129         unused, and expands to the null string under other compilers.
130
131 Mon Jun  1 14:33:02 1998  Ben Pfaff  <blp@gnu.org>
132
133         * LANGUAGE: Updated.
134
135         * configure.in: Bump version to 0.1.19.
136
137         * Made patchlevel 92.
138
139 Sun May 31 00:55:13 1998  Ben Pfaff  <blp@gnu.org>
140
141         * TODO: Updated.
142                 
143         * configure.in: Generate Makefiles for lib/gmp/{,mpn,mpf}/.
144
145         * Made patchlevel 91.
146
147 Fri May 29 21:43:09 1998  Ben Pfaff  <blp@gnu.org>
148
149         * TODO: Updated.
150
151         * LANGUAGE: Updated.
152
153         * unconfigure: Remove TeX cruft from doc/.
154         
155         * Made patchlevel 90.
156
157 Mon May 25 12:41:54 1998  Ben Pfaff  <blp@gnu.org>
158
159         * BUGS: Updated.
160
161         * LANGUAGE: Updated.
162
163         * TODO: Updated.
164
165         * configure.in: Bumped version number up to 0.1.18.
166
167         * Made patchlevel 89.
168
169 Sun May 24 22:39:55 1998  Ben Pfaff  <blp@gnu.org>
170
171         * TODO: Updated.
172
173         * Made patchlevel 88.
174
175 Sat May 23 23:21:43 1998  Ben Pfaff  <blp@gnu.org>
176
177         * TODO: Updated.
178
179         * configure.in: Remove gamma from replaceable functions.
180
181         * Made patchlevel 87.
182
183 Fri May 22 00:02:33 1998  Ben Pfaff  <blp@gnu.org>
184
185         * configure.in: Add gamma to list of functions with replacements.
186
187         * Made patchlevel 86.   
188
189 Wed May 20 00:00:12 1998  Ben Pfaff  <blp@gnu.org>
190
191         * TODO: Updated.
192
193         * Made patchlevel 85.
194
195 Sat May 16 19:38:49 1998  Ben Pfaff  <blp@gnu.org>
196
197         * TODO: Updated.
198
199         * Made patchlevel 84.
200
201 Tue May 12 16:13:48 1998  Ben Pfaff  <blp@gnu.org>
202
203         * TODO: Updated.
204
205         * unconfigure: Don't delete Makefile.in under intl/.
206         
207         * Made patchlevel 83.
208
209 Thu May  7 23:16:26 1998  Ben Pfaff  <blp@gnu.org>
210
211         * unconfigure: Add some more files to reap.
212
213         * Made patchlevel 82.
214
215 Tue May  5 13:17:59 1998  Ben Pfaff  <blp@gnu.org>
216
217         * acconfig.h: Add HAVE_GOOD_RANDOM definition.
218
219         * acinclude.m4: New macro BLP_RANDOM.
220
221         * configure.in: Use new BLP_RANDOM macro.
222
223         * unconfigure: New file.
224         
225         * Made patchlevel 81.
226         
227 Fri Apr 24 12:42:14 1998  Ben Pfaff  <blp@gnu.org>
228
229         * Makefile.am: Remove bad comment.
230
231         * AUTHORS: Removed Brad Appleton.
232         
233         * TODO: Updated.
234
235         * configure.in: Remove `satisfy automake' bit.  Don't generate
236         avllib Makefile, since we don't use avllib anymore.
237
238         * pref.h.orig: Define PSPP.
239
240         * Made patchlevel 80.
241
242 Wed Apr 15 12:59:39 1998  Ben Pfaff  <blp@gnu.org>
243
244         * AUTHORS, BUGS, LANGUAGE, README, THANKS: No longer generated
245         from HTML.  This caused a lot of deletions from the Makefile.am.
246
247         * TODO: Updated.
248         
249         * Made patchlevel 79.
250         
251 Tue Apr 14 00:48:00 1998  Ben Pfaff  <blp@gnu.org>
252
253         * TODO: Updated.
254
255         * configure.in: Check for unistd.h.  Fix AC_LN_S (should have been
256         AC_PROG_LN_S).
257
258         * Made patchlevel 78.  Must have missed 77 in there somewhere :-)
259         
260 Mon Mar  9 15:40:40 1998  Ben Pfaff  <blp@gnu.org>
261
262         * Made patchlevel 76.
263
264         * configure.in: Bumped version up to 0.1.16.
265
266 1998-03-05  Ben Pfaff  <blp@gnu.org>
267
268         * configure.in: Bumped version up to 0.1.15.
269
270 1998-02-23  Ben Pfaff  <blp@gnu.org>
271
272         * acinclude.m4: Add BLP_INT_DIGITS and BLP_IS_SPRINTF_GOOD macros.
273
274         * configure.in: Those macros came from here.  Better modularity
275         this way.  Bump version up to 0.1.14.
276
277         * pref.h.orig: (macros CONFIG_PATH, INCLUDE_PATH, GROFF_FONT_PATH)
278         Removed.
279         
280         * Made patchlevel 75.
281
282 1998-02-23  Ben Pfaff  <blp@gnu.org>
283
284         * acconfig.h: Hard-code PACKAGE and GNU_PACKAGE as "PSPP" and "GNU
285         PSPP" respectively.
286
287         * configure.in: Call the package pspp instead of PSPP.  Don't
288         define PACKAGE and GNU_PACKAGE symbols.  Add replacement function
289         for strtok_r.
290
291         * TODO: Updated.
292         
293         * Made patchlevel 74.
294
295 1998-02-16  Ben Pfaff  <blp@gnu.org>
296
297         * Makefile.am: Remove a few now-useless targets.
298
299         * TODO: Updated.
300
301         * configure.in: Bump version up to 0.1.13.
302
303         * reconfigure: Don't assume . is in PATH.
304
305         * Made patchlevel 73.
306
307 Fri Feb 13 15:35:03 1998  Ben Pfaff  <blp@gnu.org>
308
309         * configure.in: Bump version up to 0.1.12.
310
311         * TODO: Updated.
312
313         * pref.h.orig: Make __unix equivalent to unix and __unix__; don't
314         require any of these to be defined to 1, just defined.  Invert
315         sense of some tests from testing for unix to testing for not being
316         msdog.
317
318         * Made patchlevel 72.
319
320 Thu Feb  5 00:22:58 1998  Ben Pfaff  <blp@gnu.org>
321
322         * Made patchlevel 71.
323
324         * configure.in: Bump version up to 0.1.11.
325
326 Tue Feb  3 16:12:34 1998  Ben Pfaff  <blp@gnu.org>
327
328         * TODO: Updated.
329
330         * Made patchlevel 70.
331
332         * configure.in: Bump version up to 0.1.10.
333
334 Fri Jan 23 00:17:18 1998  Ben Pfaff  <blp@gnu.org>
335
336         * Made patchlevel 69.
337
338 Thu Jan 22 00:35:52 1998  Ben Pfaff  <blp@gnu.org>
339
340         * Made patchlevel 68.
341
342 Sun Jan 18 00:30:18 1998  Ben Pfaff  <blp@gnu.org>
343
344         * configure.in: Add ieeefp.h to list of headers to check for.
345
346         * Made patchlevel 67.
347
348 Tue Jan 13 23:44:16 1998  Ben Pfaff  <blp@gnu.org>
349
350         * configure.in: Add sys/wait.h to list of headers to check for.
351
352         * Made patchlevel 66.
353         
354 Sun Jan 11 21:30:09 1998  Ben Pfaff  <blp@gnu.org>
355
356         * configure.in: Bump version up to 0.1.9.
357         
358         * pref.h.orig (STORE_2): Fix parentheses.  From Alexandre
359         Oliva <oliva@dcc.unicamp.br>.
360
361         * Made patchlevel 65.
362         
363 Sat Jan 10 23:59:06 1998  Ben Pfaff  <blp@gnu.org>
364
365         * Made patchlevel 64.
366
367 Sat Jan 10 02:10:15 1998  Ben Pfaff  <blp@gnu.org>
368
369         * TODO: Updated.
370
371         * pref.h.orig: Comment fixes.
372         (macro second_lowest_flt64) New.
373
374         * Made patchlevel 63.
375
376 Thu Jan  8 22:27:03 1998  Ben Pfaff  <blp@gnu.org>
377
378         * TODO: Updated.
379         
380         * Made patchlevel 62.
381
382 Mon Jan  5 11:18:37 1998  Ben Pfaff  <blp@gnu.org>
383
384         * Made patchlevel 61.
385
386 Sun Jan  4 18:10:29 1998  Ben Pfaff  <blp@gnu.org>
387
388         * TODO: Updated.
389
390         * pref.h.orig: (local_strdup) [HAVE_ALLOCA && PAGED_STACK &&
391         __GNUC__] Rewritten for space and time efficiency and to evaluate
392         its argument only once.
393
394         * Made patchlevel 60.
395
396 Sat Jan  3 16:51:20 1998  Ben Pfaff  <blp@gnu.org>
397
398         * TODO: Updated.
399
400         * Made patchlevel 59.
401
402 Fri Jan  2 01:38:37 1998  Ben Pfaff  <blp@gnu.org>
403
404         * TODO: Updated.
405
406         * config.sub: Got tired of `i686-unknown-linux: Unknown system',
407         so I made 686 equivalent to 586.
408
409         * pref.h.orig: (macros ASCII_*, HTML_*, PS_*) Removed.
410
411         * Made patchlevel 58.
412
413 Thu Jan  1 11:50:47 1998  Ben Pfaff  <blp@gnu.org>
414
415         * TODO: Updated.
416
417         * Made patchlevel 57.
418
419 Fri Dec 26 15:43:17 1997  Ben Pfaff  <blp@gnu.org>
420
421         * TODO: Updated.
422
423         * Made patchlevel 56.
424
425 Wed Dec 24 22:34:55 1997  Ben Pfaff  <blp@gnu.org>
426
427         * reconfigure: regularized option syntax.
428
429         * configure.in: Bumped version to 0.1.8.  Changed name from pspp
430         to PSPP.  Added lib/dcdflib/Makefile to list of output files.
431
432         * Made patchlevel 55.
433
434 Sun Dec 21 15:58:52 1997  Ben Pfaff  <blp@gnu.org>
435
436         * TODO: Updated.
437
438         * acconfig.h: Reformat.
439
440         * configure.in: Bumped version to 0.1.7.
441
442         * Made patchlevel 54.
443
444 Fri Dec  5 23:38:12 1997  Ben Pfaff  <blp@gnu.org>
445
446         * Replaced prep.ai.mit.edu with ftp.gnu.org and .gnu.ai.mit.edu
447         with .gnu.org, everywhere.
448
449 Fri Dec  5 23:02:40 1997  Ben Pfaff  <blp@gnu.org>
450
451         * Replaced remaining instances of Fiasco with PSPP.
452
453         * Made patchlevel 53.
454
455 Fri Dec  5 22:51:18 1997  Ben Pfaff  <blp@gnu.org>
456
457         * Every instance of the name Fiasco, throughout every file,
458         replaced in-place with PSPP, with the exceptions of a few files
459         that had `fiasco' in their names; these were renamed.
460
461         * Made patchlevel 52.
462         
463 Fri Dec  5 21:50:52 1997  Ben Pfaff  <blp@gnu.org>
464
465         * pref.h.orig: (macros NO_HTML, HTML_DEFAULT_OUTPUT_FILE) New
466         macros.
467
468         * TODO: Updated.
469
470         * Made patchlevel 51.
471
472 Tue Dec  2 14:35:12 1997  Ben Pfaff  <blp@gnu.org>
473
474         * TODO: Updated.
475
476         * configure.in: Bumped version to 0.1.6.
477
478         * Made patchlevel 50.   
479
480 Sat Nov 22 01:20:32 1997  Ben Pfaff  <blp@gnu.org>
481
482         * Made patchlevel 49.
483
484 Fri Nov 21 00:11:41 1997  Ben Pfaff  <blp@gnu.org>
485
486         * Made patchlevel 48.
487
488 Sun Nov 16 01:31:38 1997  Ben Pfaff  <blp@gnu.org>
489
490         * Made patchlevel 47.
491
492 Fri Nov 14 00:17:48 1997  Ben Pfaff  <blp@gnu.org>
493
494         * Made patchlevel 46.
495
496         * configure.in: Bumped version to 0.1.5.
497
498 Tue Oct 28 16:07:17 1997  Ben Pfaff  <blp@gnu.org>
499
500         * configure.in: Bumped version to 0.1.4.
501
502         * TODO: Updated.
503
504         * Made patchlevel 45.
505
506 Wed Oct  8 15:55:50 1997  Ben Pfaff  <blp@gnu.org>
507
508         * intl: Upgraded from sources to gettext-0.10.32.
509
510         * configure.in: Bumped version to 0.1.3.
511
512         * Made patchlevel 44.
513         
514 Tue Oct  7 20:21:53 1997  Ben Pfaff  <blp@gnu.org>
515
516         * Makefile.am: (dist-hook) Use $(top_srcdir).
517
518         * pref.h.orig: (MAX_WORKSPACE) Enlarge to 4 MB (from 1 MB).
519
520         * Made patchlevel 43.
521         
522 Sun Oct  5 15:52:37 1997  Ben Pfaff  <blp@gnu.org>
523
524         * configure.in: Bumped version to 0.1.2.
525         (strerror) Replace instead of check.  From Alexandre Oliva
526         <oliva@dcc.unicamp.br>.
527
528         * pref.h.orig: Include `debug-print' instead of
529         `src/debug-print.h'.
530
531         * Made patchlevel 42.
532
533 Sat Oct  4 16:19:44 1997  Ben Pfaff  <blp@gnu.org>
534
535         * pref.h.orig: Comment fixes.
536         (local_strdup) [HAVE_ALLOCA && PAGED_STACK &&
537         __GNUC__] Use local_alloc() instead of alloca(), as local_alloc()
538         isn't simply an alias for alloca().
539
540         * configure.in: Bumped version to 0.1.1.
541
542         * Made patchlevel 41.
543
544 Sat Oct  4 02:13:00 1997  Ben Pfaff  <blp@gnu.org>
545
546         * Made patchlevel 40.
547
548 Sun Sep 21 00:07:09 1997  Ben Pfaff  <blp@gnu.org>
549
550         * Made patchlevel 39.
551
552 Thu Sep 18 21:42:27 1997  Ben Pfaff  <blp@gnu.org>
553
554         * pref.h.orig: (CONFIG_PATH) [unix] Add /usr/local/etc/fiasco,
555         /usr/etc/fiasco to search path.
556
557         * Made patchlevel 38.
558                 
559 Wed Aug 20 14:20:06 1997  Ben Pfaff  <blp@gnu.org>
560
561         * Makefile.am: (noinst_DATA) Removed ANNOUNCE, HELP-WANTED.
562         (EXTRA_DIST) Removed ANNOUNCE, FAQ, HELP-WANTED, mk-web-dist.
563         (MAINTAINERCLEANFILES) Removed ANNOUNCE, FAQ, HELP-WANTED.
564
565         * Made patchlevel 37.
566
567 Wed Aug 20 12:48:25 1997  Ben Pfaff  <blp@gnu.org>
568
569         * Makefile.am: (doc/ANNOUNCE.html, ANNOUNCE, FAQ, doc/FAQ.html,
570         HELP-WANTED) Removed.
571         (docfiles) Removed ANNOUNCE, FAQ, HELP-WANTED.
572
573         * mk-web-dist: Removed.
574
575         * Made patchlevel 36.
576
577 Mon Aug 18 18:06:12 1997  Ben Pfaff  <blp@gnu.org>
578
579         * TODO: Updated.
580
581         * pref.h.orig: (macro DEFAULT_COMPAT) Removed.
582
583         * Made patchlevel 35.
584
585 Sun Aug 17 22:48:36 1997  Ben Pfaff  <blp@gnu.org>
586
587         * Made patchlevel 34.
588
589 Sat Aug 16 10:48:29 1997  Ben Pfaff  <blp@gnu.org>
590
591         * In many files, in this directory and others, messages were
592         rephrased to eliminate or reduce usage of certain deprecated terms
593         at suggestion of rms.
594         
595         * Makefile.am: (EXTRA_DIST) Removed unix2dos.pl.
596         (MAINTAINERCLEANFILES) Removed doc/ANNOUNCE.html, doc/README.html.
597         (docfiles-recursive) Removed.
598
599         * TODO: Updated.
600
601         * mk-web-dist: Doesn't produce any distributions at all, just a
602         webpage.  Doesn't configure the distribution.  Changed list of
603         files installed.
604
605         * pref.h.orig: s/VER_PCP40/VER_PC/; s/VER_WIN61/VER_WND/;
606         s/VER_X40/VER_X/; All references changed.
607
608         * Made patchlevel 33.
609
610 Thu Aug 14 22:02:08 1997  Ben Pfaff  <blp@gnu.org>
611
612         * Makefile.am: Comment fixes.  Uses $(VERSION) instead of contents
613         of VERSION file.
614         (EXTRA_DIST) Remove fiasco.ide, mk-bc5-dist.
615         (docfiles-recursive) Works if doc/Makefile doesn't exist.
616         (DIST_BC5_ROOT) Renamed DISTBC5_DISTROOT.
617         (DISTBC5_BC5ROOT) New var.
618         (dist-bc5) Passes $(DISTBC5_BC5ROOT).
619
620         * TODO: Update.
621
622         * acinclude.m4: Remove blp_VERSION_CHEAT kluge.
623
624         * configure.in: Don't use blp_VERSION_CHEAT kluge.
625
626         * mk-web-dist, reconfigure: Extract version number from
627         configure.in.
628
629         * pref.h.orig: (CONFIG_PATH, INCLUDE_PATH, GROFF_FONT_PATH)
630         [__MSDOS__] Fixed bad use of backslashes.
631
632         * reconfigure: Pass $VERSION to Makefile.
633
634         * Made patchlevel 32.
635
636 Thu Aug 14 11:49:35 1997  Ben Pfaff  <blp@gnu.org>
637
638         * Makefile.am: (EXTRA_DIST, docfiles) Add ONEWS.
639         (docfiles) Depends on docfiles-recursive.
640         (docfiles-recursive) New target, call make for `docfiles' target
641         in doc directory.
642         (dist-bc5) Adds `foo' second arg to mk-bc5-dist.
643         (.PHONY) Add docfiles.
644
645         * mk-bc5-dist: Checks that it is passed a second arg of `foo'.
646
647         * reconfigure: Changed == operators to = as arguments to `test'.
648         No longer uses bash -v switch.
649
650         * mk-distribution: Renamed mk-web-dist, all references changed.
651         Now takes several options, added help.  No longer uses -uv
652         options.
653
654         * Made patchlevel 31.
655
656 Tue Aug  5 13:56:39 1997  Ben Pfaff  <blp@gnu.org>
657
658         * Makefile.am: (MAINTAINERCLEANFILES) Add HELP-WANTED.
659         (EXTRA_DIST) Add ONEWS.
660
661         * Made patchlevel 30.
662
663 Sun Aug  3 11:30:17 1997  Ben Pfaff  <blp@gnu.org>
664
665         * Makefile.am: (noinst_data, docfiles) Added HELP-WANTED.
666         (EXTRA_DIST) Added configure, mk-bc5-dist, unix2dos.pl,
667         HELP-WANTED.
668         (HELP-WANTED) Generated from doc/HELP-WANTED.html.
669         (dist-bc5) New target.
670
671         * TODO: Updated.
672
673         * mk-distribution: Fixed bugs, added HELP-WANTED.
674
675         * reconfigure: When invoking Makefile.am, pass
676         top_srcdir=. explicitly.
677
678         * unix2dos.pl: New file.
679
680         * Made patchlevel 29.
681
682 Thu Jul 17 21:49:13 1997  Ben Pfaff  <blp@gnu.org>
683
684         * Made patchlevel 28.
685
686 Thu Jul 17 01:43:25 1997  Ben Pfaff  <blp@gnu.org>
687
688         * Makefile.am: Remove inactive .html suffix rule.
689         New rules to generate doc/ANNOUNCE.html and doc/README.html from
690         corresponding .in files.
691         (EXTRA_DIST) Add VERSION, fiasco.ide, mk-distribution.
692         (MAINTAINERCLEANFILES) Add doc/ANNOUNCE.html, doc/README.html.
693
694         * acinclude.m4: (blp_VERSION_CHEAT) New macro.
695
696         * configure.in: Forces _GNU_SOURCES not only to be defined, but to
697         a value of 1.  Substitutes VERSION from the new file VERSION.
698         Removed DEBIAN reference.  Checks for sys/mman.h header.
699
700         * pref.h.orig: (macro gettext) Don't put parentheses in the
701         expansion.
702         (macro N_) Same.
703
704         * reconfigure: Sets -ev in shell.  Doesn't try to pass
705         --include-deps to configure (it's an automake flag!).  Moved `make
706         docfiles'.
707
708         * sysdeps/borlandc4.0/README, sysdeps/borlandc4.0/_read.c,
709         sysdeps/borlandc4.0/_write.c, sysdeps/borlandc4.0: Removed.
710
711         * VERSION: New file.
712
713         * fiasco.ide: New file.
714
715         * mk-distribution: New file.
716
717         * Made patchlevel 27.
718         
719 Fri Jul 11 23:00:53 1997  Ben Pfaff  <blp@gnu.org>
720
721         * TODO: Updates.
722
723         * Made patchlevel 26.
724
725 Fri Jul 11 14:08:21 1997  Ben Pfaff  <blp@gnu.org>
726
727         * pref.h.orig: __CYGWIN32__ is a form of __unix__.
728
729         * reconfigure: Add -k for make maintainer-clean.
730
731         * Made patchlevel 25.
732
733 Thu Jul 10 22:13:07 1997  Ben Pfaff  <blp@gnu.org>
734
735         * configure.in: Add "-D_GNU_SOURCE" to CPPFLAGS to force GNU
736         glibc extensions to be detected.
737
738         * Made patchlevel 24.
739
740 Sun Jul  6 19:13:07 1997  Ben Pfaff  <blp@gnu.org>
741
742         * pref.h.orig: Include "src/debug-print.h" instead of
743         "debug-print.h".
744         (macros local_alloc, local_free) More robust under Checker: put
745         their allocations in namespace different from malloc()/free().
746
747         * Made patchlevel 23.
748
749 Sat Jul  5 23:42:14 1997  Ben Pfaff  <blp@gnu.org>
750
751         * TODO: Updates.
752
753         * Made patchlevel 22.
754
755 Fri Jul  4 13:20:47 1997  Ben Pfaff  <blp@gnu.org>
756
757         * Makefile.am: (EXTRA_DIST) Removed orphaned-rules.
758         (docfiles) Removed ChangeLog, COPYING.
759         (html, maintainer-clean-hook, install-data-hook) Removed.
760
761         * reconfigure: Added --help option.  Calls configure again even if
762         --no-include-deps.
763
764         * Made patchlevel 21.
765
766 Wed Jun 25 22:47:17 1997  Ben Pfaff  <blp@gnu.org>
767
768         * Makefile.am: Require Automake 1.2.
769         (dist-hook) Don't copy config dir.
770         (EXTRA_DIST, MAINTAINERCLEANFILES) Add FAQ.
771         (docfiles) Made a variable as well as a target; added ChangeLog,
772         COPYING, FAQ, INSTALL, TODO.
773         (html, maintainer-clean-hook, install-data-hook, debian,
774         debian-clean, debian-clean-full) New targets.
775
776         * orphaned-rules: Removed.
777
778         * configure.in: Bumped up to version 0.1.0.
779
780         * reconfigure: New options --enable-nls, --no-include-deps.
781         Comment fixes.
782
783         * Made patchlevel 20.
784
785 Sun Jun 22 22:10:27 1997  Ben Pfaff  <blp@gnu.org>
786
787         * Made patchlevel 19.
788
789 Sun Jun 15 16:44:14 1997  Ben Pfaff  <blp@gnu.org>
790
791         * pref.h.orig: Comment fixes.  Includes debug-print.h.
792         (DEMAND_PAGE, ALWAYS_PAGE, NEVER_PAGE) Removed.
793
794         * Made patchlevel 18.
795
796 Sun Jun  8 01:25:40 1997  Ben Pfaff  <blp@gnu.org>
797
798         * Made patchlevel 17.
799
800 Fri Jun  6 22:41:08 1997  Ben Pfaff  <blp@gnu.org>
801
802         * TODO: Updates.
803
804         * pref.h.orig: Reformatted macros.
805         [!ENABLE_NLS] Defines gettext() as a trivial substitution to allow
806         gcc to give warnings on printf().
807
808         * Made patchlevel 16.
809         
810 Thu Jun  5 23:01:49 1997  Ben Pfaff  <blp@gnu.org>
811
812         * Made patchlevel 15.
813
814 Tue Jun  3 23:24:08 1997  Ben Pfaff  <blp@gnu.org>
815
816         * Makefile.am: AUTOMAKE_OPTIONS changed from `foreign 1.1l' to
817         `gnits 1.1p'.  SUBDIRS reordered.  New target `docfiles'.
818
819         * TODO: Updates.
820
821         * configure.in: Removed AM_MAINTAINER_MODE.  Added
822         --enable-Werror, which is implied by --with-checker.
823
824         * reconfigure: Moved `aclocal' from beginning to just before
825         cleaning `autoheader'.  Removed --enable-maintainer-mode.  Added
826         --disable-nls.  Added `make docfiles' to placate autoheader.
827         Added `aclocal' before first real `autoheader'.  Uses `make
828         mostlyclean' instead of `make depend'.
829
830         * Made patchlevel 14.
831
832 Mon Jun  2 14:21:54 1997  Ben Pfaff  <blp@gnu.org>
833
834         * configure.in: Removed comment that screwed things up.
835
836         * reconfigure: Added `aclocal' at beginning.
837
838         * Made patchlevel 13.
839
840 Sun Jun  1 23:25:39 1997  Ben Pfaff  <blp@gnu.org>
841
842         * Makefile.am: Add intl, po to SUBDIRS.  Add aclocal.m4,
843         config.h.in to MAINTAINERCLEANFILES.
844
845         * acconfig.h: Add HAVE_LC_MESSAGES, ENABLE_NLS, HAVE_CATGETS,
846         HAVE_GETTEXT, HAVE_STPCPY.
847
848         * configure.in: Reordered to placate autoheader.  Added
849         AC_ISC_POSIX, AM_PROG_CC_STDC.  Added internationalization:
850         ALL_LINGUAS="", AM_GNU_GETTEXT, AC_LINK_FILES(...).  Added
851         po/Makefile.in, intl/Makefile to generated files list.  Generates
852         po/Makefile from po/Makefile.in.  Comment fix.
853
854         * pref.h.orig: Uncommented i18n support.
855
856         * acinclude.m4: New file.
857
858         * ABOUT-NLS: New file.
859
860         * intl/: New directory, taken from gettext-0.10.27.
861
862         * missing: New file, taken from automake-1.1p.
863
864         * po/: New directory.
865
866         * Made patchlevel 12.
867
868 Sun Jun  1 17:28:27 1997  Ben Pfaff  <blp@gnu.org>
869
870         * Made patchlevel 11.
871
872 Sun Jun  1 11:58:43 1997  Ben Pfaff  <blp@gnu.org>
873
874         * pref.h.orig: Removed DEFAULT_VER_PCP40, DEFAULT_VER_WIN61,
875         DEFAULT_VER_X40.  Added a macro DEFAULT_COMPAT that takes one of
876         the VER_* enums as a value.
877         (HISTORY_FILE) Changed the definition to "~/.fiasco_history".
878
879         * Made patchlevel 10.
880
881 Fri May 30 19:40:22 1997  Ben Pfaff  <blp@gnu.org>
882
883         * pref.h.orig: [__MSDOS__] Reordered INCLUDE_PATH.
884
885         * Made patchlevel 9.
886
887 Sun May 25 22:32:57 1997  Ben Pfaff  <blp@gnu.org>
888
889         * acconfig.h: For support of glibc 2, define _GNU_SOURCE.
890
891         * Made patchlevel 8.
892
893 Mon May  5 21:58:22 1997  Ben Pfaff  <blp@gnu.org>
894
895         * Made patchlevel 7. 
896
897 Fri May  2 22:27:36 1997  Ben Pfaff  <blp@gnu.org>
898
899         * Made patchlevel 6.
900
901 Thu May  1 15:34:01 1997  Ben Pfaff  <blp@gnu.org>
902
903         * All files: Changed copyright from `Ben Pfaff' to `Free Software
904         Foundation, Inc'.
905
906         * Made patchlevel 5.
907
908 Thu May  1 15:00:51 1997  Ben Pfaff  <blp@gnu.org>
909
910         * Made patchlevel 4.
911
912 Sat Apr 26 11:34:05 1997  Ben Pfaff  <blp@gnu.org>
913
914         * ChangeLog: Split into one ChangeLog per directory.
915
916         * Made patchlevel 3.
917
918 Wed Apr 23 21:33:48 1997  Ben Pfaff  <blp@gnu.org>
919
920         * TODO: Update.
921
922         * Made patchlevel 2.
923
924 Fri Apr 18 16:48:41 1997  Ben Pfaff  <blp@gnu.org>
925
926         * Makefile.am: Removed `include', `util' from SUBDIRS; added
927         `config'.  Includes `config' directory in distributions.  Added
928         `private-install', `private-uninstall' targets.
929
930         * configure.in: AC_INIT tests for src/q2c.c now.  Removed
931         redundant AC_PROG_MAKE_SET call.  Removed include/Makefile,
932         util/Makefile from generated files list; added config/Makefile.
933
934         * include/approx.h, include/arena.h, include/common.h,
935         include/dfm.h, include/do-ifP.h, include/error.h, include/expr.h,
936         include/exprP.h, include/file-handle.h, include/filename.h,
937         include/font.h, include/getline.h, include/getopt.h,
938         include/hash.h, include/heap.h, include/log.h, include/misc.h,
939         include/output.h, include/settings.h, include/sfm.h,
940         include/sfmP.h, include/som.h, include/somP.h, include/stat.h,
941         include/stats.h, include/str.h, include/tokens.h, include/var.h,
942         include/version.h, include/vfmP.h: Moved into src/ directory.
943
944         * include/Makefile.am, include/: Removed.
945
946         * util/Makefile.am: Removed.
947
948         * util/q2c.c: Moved to src/.
949
950         * util/reconfigure: Moved to source root.
951
952         * util/: Removed.
953
954         * Made patchlevel 1.
955
956 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
957
958         * Makefile.am: Maintainer-cleans generated documentation and
959         Makefile.in.
960
961         * include/Makefile.am, util/Makefile.am: Maintainer-cleans
962         Makefile.in.
963
964         * include/somP.h: (static struct var som) Removed passed_t member.
965
966         * TODO: Updated.
967
968         * configure.in: Fixed source directory for copying pref.h; always
969         updates pref.h or at least touch'es it.
970
971         * pref.h.orig: Made a rather pejorative comment a lot milder so it
972         wouldn't be misinterpreted.
973
974         * Made interim release x3.
975         
976 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
977
978         * All directories now contain new `Makefile.am's, in some cases
979         produced from bits and pieces of the single monolithic old one.
980         
981         * PATCHLEVEL: Removed.
982
983         * acconfig.h: Added GNU_PACKAGE, PACKAGE, PROTOTYPES, VERSION;
984         removed inclusion of conf.h.
985
986         * confh.in: Removed.
987         * confh.tmp.in: Removed.
988         
989         * configure.in: Deepened.  Updated for use with Automake 1.1l.
990         Removed PATCHLEVEL hacks.  Fixed lots of functions in
991         AC_CHECK_FUNCS, AC_REPLACE_FUNCS, and similar.  Only passes
992         `-Werror' to gcc in maintainer mode.  Doesn't output conf.h.
993         Touches pref.h even if it wasn't changed.  
994
995         * aclocal.m4: New file.
996
997         * config.h.in: Renamed from configh.in.
998
999         * pref.h.orig: Renamed from prefh.orig.
1000
1001         * Made interim release x2.
1002         
1003 Thu Mar 27 01:07:02 1997  Ben Pfaff  <blp@gnu.org>
1004
1005     Changed the distribution from flat to deep.  New configuration:
1006
1007         ANNOUNCE        Makefile.in     config.h.in     mkinstalldirs
1008         AUTHORS         NEWS            config.sub      orphaned-rules
1009         BUGS            README          configure       pref.h
1010         COPYING         THANKS          configure.in    pref.h.orig
1011         ChangeLog       TODO            debian          src
1012         ChangeLog~      acconfig.h      doc             stamp-h.in
1013         INSTALL         aclocal.m4      include         sysdeps
1014         LANGUAGE        config          install-sh      tests
1015         Makefile.am     config.guess    lib             util
1016
1017         config:
1018         devices      environment  papersize    ps-fontmap   ps-prologue
1019
1020         debian:
1021         changelog  control    postinst   rules
1022         conffiles  copyright  postrm
1023
1024         doc:
1025         ANNOUNCE.html  Makefile.in    fiasco.info-2  stamp-vti
1026         AUTHORS.html   README.html    fiasco.info-3  texinfo.tex
1027         BUGS.html      THANKS.html    fiasco.info-4  version.texi
1028         LANGUAGE.html  fiasco.info    fiasco.texi
1029         Makefile.am    fiasco.info-1  mdate-sh
1030
1031         include:
1032         approx.h       file-handle.h  misc.h         stats.h
1033         arena.h        filename.h     output.h       str.h
1034         common.h       font.h         settings.h     tokens.h
1035         dfm.h          getline.h      sfm.h          var.h
1036         do-ifP.h       getopt.h       sfmP.h         version.h
1037         error.h        hash.h         som.h          vfmP.h
1038         expr.h         heap.h         somP.h
1039         exprP.h        log.h          stat.h
1040
1041         lib:
1042         Makefile.am  Makefile.in  avllib       julcal       misc
1043
1044         lib/avllib:
1045         AVLLIB.COPYING  Makefile.in     avl.h
1046         Makefile.am     avl.c
1047
1048         lib/julcal:
1049         Makefile.am  Makefile.in  julcal.c     julcal.h
1050
1051         lib/misc:
1052         Makefile.am    getopt1.c      memset.c       strstr.c
1053         Makefile.in    memchr.c       qsort.c        strtol.c
1054         alloca.c       memcmp.c       stpcpy.c       strtoul.c
1055         getdelim.c     memcpy.c       strcasecmp.c
1056         getline.c      memmem.c       strncasecmp.c
1057         getopt.c       memmove.c      strpbrk.c
1058
1059         src:
1060         Makefile.am     error.c         lexer.c         sfm-write.c
1061         Makefile.in     expr-evl.c      list.c          show.c
1062         arena.c         expr-opt.c      list.q          som-frnt.c
1063         ascii.c         expr-prs.c      log.c           som-high.c
1064         autorecode.c    file-handle.c   loop.c          som-low.c
1065         cases.c         file-handle.q   main.c          sort.c
1066         cmdline.c       file-type.c     mis-val.c       split-file.c
1067         command.c       filename.c      misc.c          stats.c
1068         common.c        formats.c       modify-vars.c   str.c
1069         compute.c       freq.c          numeric.c       sysfile-info.c
1070         count.c         frequencies.c   output.c        temporary.c
1071         crosstabs.c     frequencies.g   postscript.c    title.c
1072         crosstabs.q     frequencies.q   print.c         val-labs.c
1073         data-in.c       get.c           recode.c        var-labs.c
1074         data-list.c     getline.c       rename-vars.c   vars-atr.c
1075         data-out.c      glob.c          repeat.c        vars-prs.c
1076         descript.c      groff-font.c    sample.c        vector.c
1077         descript.q      hash.c          sel-if.c        version.c
1078         dfm.c           heap.c          set.c           vfm.c
1079         display.c       include.c       set.q           weight.c
1080         do-if.c         inpt-pgm.c      sfm-read.c
1081
1082         sysdeps:
1083         BorlndC4.0  DJGPP2.0    Windows
1084
1085         sysdeps/BorlndC4.0:
1086         Makefile     _write.c     conf.h
1087         _read.c      compile.bat  config.h
1088
1089         sysdeps/DJGPP2.0:
1090         Makefile     compile.bat  conf.h       config.h
1091
1092         sysdeps/Windows:
1093         con32s.c
1094
1095         tests:
1096         Makefile.am         expression.stat     reread.data
1097         Makefile.in         fall92.data         reread.stat
1098         autorecode.stat     fall92.stat         sample.stat
1099         begin-data.stat     file-label.stat     show-check-msg
1100         bignum.data         file-type.stat      sort.data
1101         bignum.stat         filter.stat         sort.stat
1102         bug.stat            gengarbage.c        split-file.stat
1103         compute.stat        input-program.stat  sysfile-info.stat
1104         count.stat          list.data           temporary.stat
1105         data-formats.stat   list.stat           time-date.stat
1106         data-list.data      loop.stat           vector.stat
1107         data-list.stat      modify-vars.stat    weighting.data
1108         descript.stat       print.stat          weighting.stat
1109         do-if.stat          process-if.stat
1110         do-repeat.stat      recode.stat
1111
1112         util:
1113         Makefile.am  Makefile.in  q2c.c        reconfigure
1114
1115     Old configuration:
1116
1117         ANNOUNCE.html   count.c         hash.h          sample.c
1118         AUTHORS.html    crosstabs.q     heap.c          sel-if.c
1119         AVLLIB.COPYING  data-in.c       heap.h          set.q
1120         BUGS.html       data-list.c     include.c       settings.h
1121         COPYING         data-out.c      inpt-pgm.c      sfm-read.c
1122         ChangeLog       debian          install-sh      sfm-write.c
1123         INSTALL         descript.q      julcal.c        sfm.h
1124         LANGUAGE.html   devices         julcal.h        sfmP.h
1125         Makefile.am     dfm.c           lexer.c         show.c
1126         NEWS            dfm.h           list.q          som-frnt.c
1127         PATCHLEVEL      display.c       log.c           som-high.c
1128         README.html     do-if.c         log.h           som-low.c
1129         THANKS.html     do-ifP.h        loop.c          som.h
1130         TODO            environment     main.c          somP.h
1131         _read.c         error.c         makeb40.bat     sort.c
1132         _write.c        error.h         makedj2.bat     split-file.c
1133         acconfig.h      expr-evl.c      makefile.b40    stamp-h.in
1134         alloca.c        expr-opt.c      makefile.dj2    stats.c
1135         approx.h        expr-prs.c      mdate-sh        stats.h
1136         arena.c         expr.h          memcmp.c        stpcpy.c
1137         arena.h         exprP.h         mis-val.c       str.c
1138         ascii.c         fiasco.texi     misc.c          str.h
1139         autorecode.c    file-handle.h   misc.h          sysfile-info.c
1140         avl.c           file-handle.q   mkinstalldirs   temporary.c
1141         avl.h           file-type.c     modify-vars.c   test
1142         cases.c         filename.c      numeric.c       texinfo.tex
1143         cmdline.c       filename.h      output.c        title.c
1144         command.c       font.h          output.h        tokens.h
1145         common.c        formats.c       papersize       val-labs.c
1146         common.h        freq.c          postscript.c    var-labs.c
1147         compute.c       frequencies.g   prefh.orig      var.h
1148         con32s.c        frequencies.q   print.c         vars-atr.c
1149         confh.b40       get.c           ps-fontmap      vars-prs.c
1150         confh.dj2       getline.c       ps-prologue     vector.c
1151         confh.in        getline.h       q2c.c           version.c
1152         confh.tmp.in    getopt.c        qsort.c         version.h
1153         config.guess    getopt.h        recode.c        vfm.c
1154         config.sub      getopt1.c       reconfigure     vfmP.h
1155         configh.b40     glob.c          reject          weight.c
1156         configh.dj2     groff-font.c    rename-vars.c
1157         configure.in    hash.c          repeat.c
1158
1159         debian:
1160         changelog  control    postinst   rules
1161         conffiles  copyright  postrm
1162
1163         test:
1164         autorecode.stat     fall92.data         recode.stat
1165         begin-data.stat     fall92.stat         reread.data
1166         bignum.data         file-label.stat     reread.stat
1167         bignum.stat         file-type.stat      sample.stat
1168         bug.stat            filter.stat         sort.stat
1169         compute.stat        gengarbage.c        split-file.stat
1170         count.stat          gengarbage.pl       sysfile-info.stat
1171         data-formats.stat   input-program.stat  temporary.stat
1172         data-list.data      list.data           time-date.stat
1173         data-list.stat      list.stat           vector.stat
1174         descript.stat       loop.stat           weighting.data
1175         do-if.stat          modify-vars.stat    weighting.stat
1176         do-repeat.stat      print.stat
1177         expression.stat     process-if.stat
1178
1179 Mon Mar 24 21:47:31 1997  Ben Pfaff  <blp@gnu.org>
1180
1181         * Makefile.am: @ALLOCA@ is on list of source files instead of
1182         alloca.c.  Added $(srcdir)/ to version.c reference.  Changed to
1183         pkgdatadir (/usr/share) for pkgsysconfdir, from pkglibdir
1184         (/usr/lib).  Removed some of extra distfiles.  Added bogus `check'
1185         target.
1186
1187         * Made transition release x1.
1188
1189 Sun Mar  2 20:51:28 1997  Ben Pfaff  <blp@gnu.org>
1190
1191         No longer uses debmake:
1192         
1193         * Makefile.am: Installs documentation according to Debian policy
1194         manual.  New targets `private-uninstall', `install-data-hook' to
1195         help implement this.  `debian' target also revised.
1196         
1197         * configure.in: Sets up for Debian installation depending on
1198         DEBIAN environment variable.  Also, improved & fixed (hopefully)
1199         the scheme for detecting patchlevel.
1200         
1201         * Made patchlevel 193.
1202
1203 Wed Feb 19 21:30:31 1997  Ben Pfaff  <blp@gnu.org>
1204
1205         * TODO: Updated.
1206
1207         * Made patchlevel 192.
1208
1209 Sun Feb 16 20:57:20 1997  Ben Pfaff  <blp@gnu.org>
1210
1211         * Made patchlevel 191.
1212         
1213 Sat Feb 15 21:26:53 1997  Ben Pfaff  <blp@gnu.org>
1214
1215         * Makefile.am: Removed `descript.g' from sources.
1216
1217         * Made patchlevel 190.
1218         
1219 Fri Feb 14 23:32:58 1997  Ben Pfaff  <blp@gnu.org>
1220
1221         * TODO: Updated.
1222         
1223         * configure.in: Fixed test for max number of digits in an `int' to
1224         use char[] rather than int[].
1225
1226         * Made patchlevel 189.
1227         
1228 Tue Feb  4 15:15:50 1997  Ben Pfaff  <blp@gnu.org>
1229
1230         * configure.in: Fixed some problems with `--with-checker' flag and
1231         with detection of available libraries; no longer any lines longer
1232         than 79 characters.
1233
1234         * Made patchlevel 188.
1235         
1236 Wed Jan 22 21:54:00 1997  Ben Pfaff  <blp@gnu.org>
1237
1238         * Makefile.am: Add sysfile-info.c to sources.
1239
1240         * TODO: Moved some notes to different files where they are more
1241         appropriate.
1242
1243         * prefh.orig: (macros STORE_2 and LOAD_2) Always load/store as
1244         little-endian.
1245
1246         * Made patchlevel 187.
1247
1248 Sun Jan 19 14:22:11 1997  Ben Pfaff  <blp@gnu.org>
1249
1250         * Makefile.am: Added rename-vars.c to sources.  Added to distclean
1251         files.
1252
1253         * TODO: Updates.
1254
1255         * Made patchlevel 186.
1256
1257 Thu Jan 16 13:08:57 1997  Ben Pfaff  <blp@gnu.org>
1258
1259         * Most files have updated copyright notices for 1997.
1260
1261         * Makefile.am: Added modify-vars.c to source files.  Also changed
1262         `lynx' to $(HTML_FORMATTER), etc.  Changed messages.
1263
1264         * TODO: Updates.
1265
1266         * Made patchlevel 185.
1267
1268 Sat Jan 11 15:44:15 1997  Ben Pfaff  <blp@gnu.org>
1269
1270         * Makefile.am: By default, now installs config files in pkglibdir,
1271         generally /usr/local/lib/fiasco.
1272
1273         * TODO: Updated.
1274
1275         * prefh.orig: Added `/etc/fiasco' to config paths.  Removed
1276         $ARCH/$VER dirs from include paths. 
1277
1278         * Made patchlevel 184.
1279
1280 Fri Jan 10 20:22:08 1997  Ben Pfaff  <blp@gnu.org>
1281
1282         * debian/changelog, debian/control, debian/copyright, debian/dirs,
1283         debian/info, debian/menu, debian/rules: Added Debian GNU/Linux
1284         control files.
1285         
1286         * Makefile.am: Added sfmP.h to source files.  Added several files
1287         to the list of distfiles.   dist-hook now copies debian control
1288         files.  New targets `debian', `debian-clean', `debian-clean-full'.
1289
1290         * confh.in: Defines PATCHLEVEL.
1291
1292         * configure.in: Adds the current patchlevel to the version
1293         number.  Versions are now of the form `1.2.3pl456'.  Determines
1294         the patchlevel based on directory name and contents of file
1295         PATCHLEVEL.
1296
1297         * reconfigure: Passes automake `--strictness=foreign'.
1298
1299         * Made patchlevel 183.
1300
1301 Thu Jan  2 19:08:23 1997  Ben Pfaff  <blp@gnu.org>
1302
1303         * Made patchlevel 182.
1304
1305 Wed Jan  1 22:08:10 1997  Ben Pfaff  <blp@gnu.org>
1306
1307         * TODO: Updated.
1308         
1309         * Made patchlevel 181.
1310         
1311 Wed Jan  1 17:00:59 1997  Ben Pfaff  <blp@gnu.org>
1312
1313         * Makefile.am: New target for test/sort.data.
1314
1315         * Made patchlevel 180.
1316         
1317 Sun Dec 29 21:36:48 1996  Ben Pfaff  <blp@gnu.org>
1318
1319         * Made patchlevel 179.
1320
1321 Tue Dec 24 20:42:32 1996  Ben Pfaff  <blp@gnu.org>
1322
1323         * Made patchlevel 178.
1324
1325 Sun Dec 22 23:10:39 1996  Ben Pfaff  <blp@gnu.org>
1326
1327         * Makefile.am: Added heap.c, heap.h to source files.  Added
1328         new html files to distfiles & maintainer-clean files.
1329
1330         * configure.in: Tests for presence of getpid(), sys/types.h.
1331
1332         * prefh.orig: #defines mkdir() for MS-DOS compatibility.
1333
1334         * Made patchlevel 177.
1335
1336 Sat Dec 21 21:51:04 1996  Ben Pfaff  <blp@gnu.org>
1337
1338         * Makefile.am: Added README.html, LANGUAGE.html to list of
1339         distfiles.  Added README, LANGUAGE to list of maintainer-clean
1340         files.  Added .html to suffixes.  Added .html implicit rule that
1341         calls `lynx -dump -nolist'.
1342
1343         * Made patchlevel 176.
1344         
1345 Tue Dec 17 18:57:59 1996  Ben Pfaff  <blp@gnu.org>
1346
1347         * Made patchlevel 175.
1348         
1349 Sun Dec 15 15:32:16 1996  Ben Pfaff  <blp@gnu.org>
1350
1351         * Makefile.am: Added vfmP.c, qsort, sort.c to list of source
1352         files.
1353
1354         * prefh.orig: Subtle changes to MAX_WORKSPACE, ALWAYS_PAGE,
1355         NEVER_PAGE, DEMAND_PAGE macro meanings.
1356
1357         * Made patchlevel 174.
1358         
1359 Sat Dec 14 10:35:30 1996  Ben Pfaff  <blp@gnu.org>
1360
1361         * Made patchlevel 173.
1362         
1363 Fri Dec 13 21:30:53 1996  Ben Pfaff  <blp@gnu.org>
1364
1365         * Makefile.am: Added autorecode.c to source files.
1366
1367         * prefh.orig: Fixed path GROFF_FONT_PATH.
1368
1369         * Made patchlevel 172.
1370         
1371 Fri Dec  6 23:53:47 1996  Ben Pfaff  <blp@gnu.org>
1372
1373         * TODO: Updated.
1374         
1375         * Made patchlevel 171.
1376         
1377 Wed Dec  4 21:34:17 1996  Ben Pfaff  <blp@gnu.org>
1378
1379         * Made patchlevel 170.
1380         
1381 Sun Dec  1 17:19:00 1996  Ben Pfaff  <blp@gnu.org>
1382
1383         * Made patchlevel 169.
1384         
1385 Thu Nov 28 23:14:07 1996  Ben Pfaff  <blp@gnu.org>
1386
1387         * Makefile.am: Added `set.q' to list of source files.
1388
1389         * Made patchlevel 168.
1390
1391 Thu Nov 28 19:46:10 1996  Ben Pfaff  <blp@gnu.org>
1392
1393         * Made patchlevel 167.
1394
1395 Wed Nov 27 23:18:35 1996  Ben Pfaff  <blp@gnu.org>
1396
1397         * Makefile.am: Added `sfm-write.c' to list of source files.
1398
1399         * confh.in: New #defines RELEASE_NO, SUB_RELEASE_NO, and
1400         SPEC_RELEASE_NO for each part of a version number of form 1.2.3.
1401
1402         * configure.in: Computes RELEASE_NO, etc., by breaking apart
1403         VERSION.
1404
1405         * prefh.orig: (defn of int32, flt64) Formatting fixes.
1406         (FLT64_MAX) New define.
1407
1408         * Made patchlevel 166.
1409         
1410 Sun Nov 24 14:53:53 1996  Ben Pfaff  <blp@gnu.org>
1411
1412         * Wow, it's been almost two weeks since the last update, hard to
1413         believe.
1414
1415         * All source files: Updated e-mail address.
1416         
1417         * prefh.orig: local_alloc() calls xmalloc() under Checker because
1418         Checker can keep track of heap blocks much more accurately.
1419
1420         * Made patchlevel 165.
1421         
1422 Mon Nov 11 15:34:09 1996  Ben Pfaff  <blp@gnu.org>
1423
1424         * Made patchlevel 164.
1425         
1426 Thu Nov  7 20:52:28 1996  Ben Pfaff  <blp@gnu.org>
1427
1428         * Made patchlevel 163.
1429         
1430 Thu Nov  7 17:29:16 1996  Ben Pfaff  <blp@gnu.org>
1431
1432         * Made patchlevel 162.
1433         
1434 Thu Nov  7 15:48:52 1996  Ben Pfaff  <blp@gnu.org>
1435
1436         * Made patchlevel 161.
1437         
1438 Tue Nov  5 18:34:59 1996  Ben Pfaff  <blp@gnu.org>
1439
1440         * TODO: Updated.
1441
1442         * Made patchlevel 160.
1443         
1444 Mon Nov  4 22:03:28 1996  Ben Pfaff  <blp@gnu.org>
1445
1446         * Makefile.am: Added get.c.
1447
1448         * TODO: Updated.
1449
1450         * Made patchlevel 159.
1451         
1452 Sun Nov  3 12:24:36 1996  Ben Pfaff  <blp@gnu.org>
1453
1454         * Makefile.am: Added sfm.h, sfm-read.c to source files.
1455
1456         * Made patchlevel 158.
1457         
1458 Wed Oct 30 17:13:08 1996  Ben Pfaff  <blp@gnu.org>
1459
1460         * Makefile.am: Added dist-zip target to AUTOMAKE_OPTIONS.
1461
1462         * acconfig.h: Added FPREP_* defines.
1463
1464         * configure.in: Added checks for the sizes of floating-point
1465         types.  Added a test for the internal floating-point
1466         representation of the host architecture.
1467
1468         * prefh.orig: Renamed `ATTRIBUTION' macro as `__attribute__'.  All
1469         references changed.  Defines `flt64' 64-bit floating-point for use
1470         with system files.
1471         [FPREP==FPREP_IEEE754 && __GNUC__ && (ENDIAN==BIG ||
1472         ENDIAN==LITTLE] Defines SECOND_LOWEST_VALUE macro.
1473         
1474         * Made patchlevel 157.
1475
1476 Sat Oct 26 23:06:06 1996  Ben Pfaff  <blp@gnu.org>
1477
1478         * configure.in: Checks sizes of short, int, long, long long.
1479
1480         * prefh.orig: Defines new type int32 for use with system
1481         files.
1482
1483         * Made patchlevel 156.
1484         
1485 Sat Oct 26 20:46:31 1996  Ben Pfaff  <blp@gnu.org>
1486
1487         * Made patchlevel 155.
1488
1489 Sat Oct 26 10:39:25 1996  Ben Pfaff  <blp@gnu.org>
1490
1491         * TODO: Updated.
1492
1493         * Made patchlevel 154.
1494         
1495 Thu Oct 24 20:13:42 1996  Ben Pfaff  <blp@gnu.org>
1496
1497         * Makefile.am: Added back in these files: recode.c, sample.c,
1498         sel-if.c.  Also added files somP.h, hash.c that should've been
1499         there anyway.
1500
1501         * TODO: Updated.
1502
1503         * configure.in: Checks for strncasecmp in place of strcasecmp.
1504
1505         * Made patchlevel 153.
1506         
1507 Thu Oct 24 17:47:14 1996  Ben Pfaff  <blp@gnu.org>
1508
1509         * TODO: Updated.
1510
1511         * Made patchlevel 152.
1512         
1513 Wed Oct 23 21:53:43 1996  Ben Pfaff  <blp@gnu.org>
1514
1515         * TODO: Organized.
1516
1517         * Made patchlevel 151.
1518         
1519 Tue Oct 22 17:27:04 1996  Ben Pfaff  <blp@gnu.org>
1520
1521         * TODO: Culled old notes.
1522
1523         * Made patchlevel 150.
1524
1525 Mon Oct 21 20:39:59 1996  Ben Pfaff  <blp@gnu.org>
1526
1527         * Made patchlevel 149.
1528         
1529 Sun Oct 20 13:45:28 1996  Ben Pfaff  <blp@gnu.org>
1530
1531         * Makefile.am: Added back in `numeric.c', `print.c', `title.c'.
1532         Defined ETAGS_ARGS.
1533
1534         * Made patchlevel 148.
1535         
1536 Sun Oct 20 09:04:15 1996  Ben Pfaff  <blp@gnu.org>
1537
1538         * Made patchlevel 147.
1539         
1540 Fri Oct 18 19:46:49 1996  Ben Pfaff  <blp@gnu.org>
1541
1542         * Made patchlevel 146.
1543         
1544 Sun Sep 29 19:37:03 1996  Ben Pfaff  <blp@gnu.org>
1545
1546         * Made patchlevel 145.
1547         
1548 Sat Sep 28 21:28:07 1996  Ben Pfaff  <blp@gnu.org>
1549
1550         * Makefile.am: Added to DISTCLEANFILES. 
1551    
1552         * Made patchlevel 144.
1553         
1554 Fri Sep 27 20:08:39 1996  Ben Pfaff  <blp@gnu.org>
1555
1556         * Made patchlevel 143.
1557         
1558 Thu Sep 26 22:20:26 1996  Ben Pfaff  <blp@gnu.org>
1559
1560         * Makefile.am: Added list.c back into the list of source files.
1561
1562         * Made patchlevel 142.
1563         
1564 Wed Sep 25 19:36:11 1996  Ben Pfaff  <blp@gnu.org>
1565
1566         * Makefile.am: Updated for new files.
1567
1568         * Made patchlevel 141.
1569                 
1570 Tue Sep 24 18:39:09 1996  Ben Pfaff  <blp@gnu.org>
1571
1572         * Made patchlevel 140.
1573
1574 Sat Sep 21 23:16:31 1996  Ben Pfaff  <blp@gnu.org>
1575
1576         * Made patchlevel 139.
1577
1578 Fri Sep 20 22:52:28 1996  Ben Pfaff  <blp@gnu.org>
1579
1580         * Made patchlevel 138.
1581         
1582 Thu Sep 12 18:40:33 1996  Ben Pfaff  <blp@gnu.org>
1583
1584         * Made patchlevel 137.
1585
1586 Wed Sep 11 22:01:41 1996  Ben Pfaff  <blp@gnu.org>
1587
1588         * TODO: Added timestamp.
1589
1590         * prefh.orig: Removed `/usr/local/share/fiasco' and
1591         `/usr/share/fiasco' from CONFIG_PATH as per the Linux FSSTND,
1592         which specifies that programs should never give an explicit
1593         `/usr(/local)/share' path.
1594
1595         * Made patchlevel 136.
1596
1597 Tue Sep 10 21:39:00 1996  Ben Pfaff  <blp@gnu.org>
1598
1599         * Makefile.am: Added `display.c' back in.
1600
1601         * TODO: Addition.
1602
1603         * Made patchlevel 135.
1604         
1605 Mon Sep  9 21:43:13 1996  Ben Pfaff  <blp@gnu.org>
1606
1607         * Makefile.am: Added `split-file.c' back into the project.
1608
1609         * Made patchlevel 134.
1610         
1611 Sat Sep  7 22:35:12 1996  Ben Pfaff  <blp@gnu.org>
1612
1613         * TODO: Updated.
1614
1615         * prefh.orig: (local_strdup) Moved to misc.h.
1616
1617         * Made patchlevel 133. 
1618         
1619 Thu Sep  5 22:05:56 1996  Ben Pfaff  <blp@gnu.org>
1620
1621         * Makefile.am: Changed `prologue.ps' references to `ps-prologue'.
1622
1623         * Made patchlevel 132.
1624         
1625 Wed Sep  4 21:45:35 1996  Ben Pfaff  <blp@gnu.org>
1626
1627         * prefh.orig: New i18n defines.
1628
1629         * This patchlevel doesn't even compile.
1630
1631         * Made patchlevel 131.
1632         
1633 Sat Aug 31 23:52:38 1996  Ben Pfaff  <blp@gnu.org>
1634
1635         * TODO: Addition.
1636
1637         * Made patchlevel 130.
1638                 
1639 Thu Aug 29 21:36:41 1996  Ben Pfaff  <blp@gnu.org>
1640
1641         * Made patchlevel 129.
1642         
1643 Sat Aug 24 23:26:00 1996  Ben Pfaff  <blp@gnu.org>
1644
1645         * Makefile.am: New target "private-install" to install config files
1646         to $HOME/.fiasco.
1647
1648         * configure.in: Now that I have made a less-bogus Checker
1649         distribution, removed `-b i486-linuxaout -V 2.6.3' from
1650         AC_ARG_WITH(checker, ...).
1651
1652         * Made patchlevel 127 somewhere in there.
1653         
1654         * Made patchlevel 128.
1655         
1656 Sun Aug 11 21:31:22 1996  Ben Pfaff  <blp@gnu.org>
1657
1658         * Makefile.am: Changed DISTCLEANFILES.
1659
1660         * Does not compile.
1661         
1662         * Made patchlevel 126.
1663         
1664 Sat Aug 10 23:28:17 1996  Ben Pfaff  <blp@gnu.org>
1665
1666         * reconfigure: Calls `autoheader' twice: once at the beginning,
1667         once after make maintainer-clean.
1668
1669         * Made patchlevel 125. 
1670         
1671 Thu Aug  8 22:31:11 1996  Ben Pfaff  <blp@gnu.org>
1672
1673         * reconfigure: `autoheader' now first operation performed.
1674
1675         * Made patchlevel 124.
1676         
1677 Sat Aug  3 20:50:35 1996  Ben Pfaff  <blp@gnu.org>
1678
1679         * Makefile.am: Added postscript.c to list of source files.
1680
1681         * configh.in: Removed since autoheader can regenerate it.
1682
1683         * configure.in: Improved tests for (ncurses or termcap) and
1684         (history and/or readline) libraries and associated headers.  Added
1685         check for strcasecmp().  Changed default gcc CFLAGS.
1686
1687         * prefh.orig: Removed `.' from GROFF_FONT_PATH.
1688         (local_alloc, local_free) New functions.
1689
1690         * reconfigure: Added call to autoheader.
1691
1692         * Made patchlevel 123.
1693         
1694 Sat Jul 27 22:32:38 1996  Ben Pfaff  <blp@gnu.org>
1695
1696         * There were some problems with the patchfiles so I had to merge
1697         what was previously patchlevels 121 and 122; now everything from
1698         what was previously 122 is called 121.  Oh well, just don't let it
1699         happen often.
1700
1701         * This patchlevel does not compile.
1702
1703         * configure: No longer included in patches to save lotsa space
1704         when configure.in changes.
1705
1706         * configure.in: Changed the technique for detecting libraries.
1707
1708         * prefh.orig: Style changes; handles changed configure.in.
1709
1710         * Made patchlevel 122 (second edition).
1711
1712 Tue Jul 23 21:48:36 1996  Ben Pfaff  <blp@gnu.org>
1713
1714         * Made patchlevel 121.
1715         
1716 Wed Jul 17 21:23:36 1996  Ben Pfaff  <blp@gnu.org>
1717
1718         * Made patchlevel 120.
1719
1720 Tue Jul 16 22:10:04 1996  Ben Pfaff  <blp@gnu.org>
1721
1722         * Made patchlevel 119.
1723
1724 Sun Jul 14 15:45:31 1996  Ben Pfaff  <blp@gnu.org>
1725
1726         * Made patchlevel 118.
1727
1728 Fri Jul 12 22:03:36 1996  Ben Pfaff  <blp@gnu.org>
1729
1730         * Makefile.am: Added list.c to sources.
1731         
1732         * Made patchlevel 117.
1733         
1734 Sat Jul  6 22:22:25 1996  Ben Pfaff  <blp@gnu.org>
1735
1736         * configure.in: Removed reference to `malloc.h'.
1737         
1738         * Made patchlevel 116.
1739         
1740 Fri Jul  5 20:16:19 1996  Ben Pfaff  <blp@gnu.org>
1741
1742         * Made patchlevel 115.
1743
1744 Thu Jul  4 20:20:24 1996  Ben Pfaff  <blp@gnu.org>
1745
1746         * prefh.orig: Changes to CONFIG_PATH, INCLUDE_PATH,
1747         GROFF_FONT_PATH.
1748
1749         * Makefile.am: pkgdata_DATA file `output' changed to `devices'.
1750         
1751 Thu Jul  4 00:35:59 1996  Ben Pfaff  <blp@gnu.org>
1752
1753         * TODO: doc fix.
1754         
1755         * Made patchlevel 114.
1756         
1757 Tue Jul  2 22:13:23 1996  Ben Pfaff  <blp@gnu.org>
1758
1759         * reconfigure: (new file) Runs all the programs necessary to
1760         create a Makefile that includes dependencies.
1761
1762         * Made patchlevel 113.
1763         
1764 Mon Jul  1 22:13:39 1996  Ben Pfaff  <blp@gnu.org>
1765
1766         * Made patchlevel 112.
1767
1768 Mon Jul  1 13:00:00 1996  Ben Pfaff  <blp@gnu.org>
1769
1770         * Most files: Changed references from `stat' (the original, rather
1771         dull old name for this project) to `Fiasco' (the creative, rather
1772         funny new name for this project).
1773         
1774         * Made patchlevel 111.
1775         
1776 Sat Jun 29 17:40:47 1996  Ben Pfaff  <blp@gnu.org>
1777
1778         * prefh.orig: changed default file search paths
1779         
1780         * Made patchlevel 110.
1781
1782 Fri Jun 28 11:59:48 1996  Ben Pfaff  <blp@gnu.org>
1783
1784         * Added automake support; removed GNUmakefile and GNUmakefile.in.
1785
1786 ----------------------------------------------------------------------
1787 Local Variables:
1788 mode: change-log
1789 version-control: never
1790 End: