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