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