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