* pre-inst-guile-env.in: new script -- can be used to run commands
[bpt/guile.git] / ChangeLog
CommitLineData
e3be7ddd
MV
12003-04-06 Marius Vollmer <mvo@zagadka.de>
2
3 * configure.in: Check for mpz_import, which is required but only
4 available in GMP 4.1.
5
fc87c27a
MV
62003-04-05 Marius Vollmer <mvo@zagadka.de>
7
8 * Changed license terms to the plain LGPL thru-out.
9
ad815c06
RB
102003-04-04 Rob Browning <rlb@defaultvalue.org>
11
12 * configure.in: add GMP test (require GMP).
13
9686f86d
MV
142003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
15
16 * libguile.h: Include "libguile/deprecated.h".
17
5ebbe4ef
RB
182003-03-25 Rob Browning <rlb@defaultvalue.org>
19
20 * configure.in: big overhaul to shift us to have separate private,
21 config.h, and public, scmconfig.h, configuration headers. Added a
22 fair amount of code to track down new required types: scm_t_uint8,
23 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
24 and to detect optional types scm_t_uint64, scm_t_in64, long long,
25 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
26 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
27 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
28 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
29 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
30 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
31 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
32 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
33 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
34 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
35 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
36 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
37 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
38 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
39 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
40 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
41 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
42 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
43 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
44 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
45 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
46 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
47 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
48 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
49 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
50 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
51 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
52 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
53 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
54 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
55 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
56 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
57 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
58 (USE_THREADS): removed - handled by gen-scmconfig.c.
59 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
60 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
61
62 * README: merge information from INSTALL and remove at least some
63 of the stale bits.
64
65 * LICENSE: new file -- we should change this to the LGPL soon and
66 add COPYING.LIB to the distribution.
67
68 * autogen.sh: call autoreconf with --force. This may fix the
69 "order" problem below without having to have two calls.
70
71 * INSTALL: use the automake installed INSTALL file. The Guile
72 specific instructions are now in README.
73
e6682f8b
MV
742003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
75
76 * autogen.sh: Invoke autoreconf twice since the required files do
77 not seem to be generated in the right order. XXX - investigate
78 further.
79
b713b0b6
MV
802003-03-19 Marius Vollmer <mvo@zagadka.de>
81
82 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
83 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
84
25ad7681
RB
852003-02-27 Rob Browning <rlb@defaultvalue.org>
86
87 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
88 (AM_CONFIG_HEADER): change to config.h
89
90 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
91 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
92
93 * autogen.sh: switch to autoreconf -- see how it goes. remove
94 call to guile-aclocal.sh -- we now do the same thing with an
95 automake setting.
96
97 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
98 Makefile.am.
99
1002003-02-26 Rob Browning <rlb@defaultvalue.org>
101
102 * configure.in: change our config header from libguile/scmconfig.h
103 to be the traditional ./config.h. libguile/scmconfig.h is now
104 built from that during the build process. More changes coming...
105
77f9ca69
MD
1062003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
107
108 * libguile.h: #include "futures.h"
109
09841c77
MD
1102002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
111
112 * configure.in: Test if pthread.h declares
113 pthread_mutexattr_settype ().
114
1152002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
116
117 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
118 ways to get fast and recursive mutexes.
119
ad280ae0
MD
1202002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
121
122 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
123 order to get thread safe versions of glibc functions.
124
9bc4701c
MD
1252002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
126
127 * configure.in: Temporarily replaced "copt" threads option with new
128 option "pthreads".
129 (USE_PTHREAD_THREADS): Define if pthreads configured.
130
b2cbe8d8
RB
1312002-12-08 Rob Browning <rlb@defaultvalue.org>
132
133 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
134 (AC_CONFIG_FILES): separate out the files that need to be chmodded
135 at the end of config.status. Our "default" approach using
136 AC_CONFIG_COMMANDS quit working (and would have needed to be
137 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
138 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
139 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
140 current autoconf docs.
141
142 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
143
5441c65c
MV
1442002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
145
146 * Makefile.am (SUBDIRS): Removed qt.
147
148 * configure.in: Do not configure QTHREADS. Do not define
149 USE_COOP_THREADS. Changed logic for thread package selection so
150 that the default is "coop-pthread" when -lpthread is found, "null"
151 otherwise.
152
cfc7c7c0
MD
1532002-12-01 Mikael Djurfeldt <mdj@linnaeus>
154
155 * GUILE-VERSION: Added versioning info for srfi 1.
156
157 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
158 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
159 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
160 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
161
8b5b4a75
MV
1622002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
163
164 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
165 define them with AC_DEFINE and not in some header file so that
166 they are visible exactly in the same way as they used to be.
167
7caa1b07
MV
1682002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
169
170 * configure.in: Do not add "threads.o" to the libobjs, it is now
171 always compiled.
172 (USE_THREADS, GUILE_ISELECT): Do not define.
173
30f920c3
MV
1742002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
175
176 * configure.in: Handle thread package "coop-pthread" with alias
177 "copt" and define USE_COPT_THREADS when it is selected.
178 Always define GUILE_ISELECT.
179
8ee7506b
NJ
1802002-10-26 Neil Jerram <neil@ossau.uklinux.net>
181
182 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
183 ice-9/debugger/breakpoints/Makefile.
184
65a23095
MV
1852002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
186
187 * configure.in: Changed logic in thread support configuration such
188 that --with-threads=no is equivalent to --with-threads=null. On
189 platforms that are not supported by QuickThreads, we also use the
190 null-threads. Thus, USE_THREADS is always defined now.
191
2794cb50
MV
1922002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
193
194 * configure.in: Shuffled around and extended the thread
195 configuration code to allow the "null" thread package to be
196 selected. Define USE_NULL_THREADS in that case.
197
e5b4630d
GH
1982002-10-13 Gary Houston <ghouston@arglist.com>
199
200 * autogen.sh (ac_version): try automake 1.7 too.
201
5e405a60
MV
2022002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
203
204 * autogen.sh: Make sure that $autoheader is always set. When we
205 would use the plain "autoconf", $autoheader would end up empty and
206 libguile/scmconfig.h.in would not be updated.
207
1360a142
RB
2082002-10-04 Rob Browning <rlb@defaultvalue.org>
209
210 * libltdl: moved to libguile-ltdl.
211
212 * Makefile.am (SUBDIRS): remove libltdl.
213
214 * autogen.sh: remove support for libltdl sub-configure.
215 (ac_version): widen support check to any 2.5? autoconf version.
216 2.54 is out now.
217
218 * configure.in: turn on -Werror by default. We're now clean. I'd
219 like to stay that way. If we want, we can turn it off by default
220 when we make the stable release, but I caught a lot of bugs this
221 way. Accomodate libguile-ltdl -- therea are some ltdl things that
222 are commented out now INCLTDL and LIBLTDL. I think we may not
223 need them anymore, but I'll leave them until we're sure. We also
224 killed off the libltdl dir and related options including the
60aa332f
RB
225 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
226 headers and functions that weren't listed but were in
227 scmconfig.h.in. though this may have been unnecessary.
1360a142 228
99fd355a
MV
2292002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
230
231 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
232 AC_LIBLTDL_INSTALLABLE.
233
2342002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
235
236 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
237 sources. Do not patch it. We have our own version now that is
238 only being used as a convenience library.
239
f800ebfb
MV
2402002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
241
242 * configure.in: Check for __libc_stack_end.
243
39e8f371
HWN
2442002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
245
246 * configure.in: add snprintf
247
c2cbcc57
HWN
2482002-08-04 Han-Wen <hanwen@cs.uu.nl>
249
250 * NEWS: add entries for GC and vector WB.
251
afc8e572
HWN
2522002-07-22 Han-Wen <hanwen@cs.uu.nl>
253
254 * autogen.sh (mscripts): find and check version number of
255 automake. Complain if 1.6 is not found.
256
34d19ef6
HWN
2572002-07-20 Han-Wen <hanwen@cs.uu.nl>
258
259 * autogen.sh (mscripts): find and check version number of
260 autoconf. Complain if 2.53 is not found.
261
dd897aaf
DH
2622002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
263
264 * benchmark-guile.in: Copied from check-guile.in and adapted for
265 use with benchmarks.
266
267 * Makefile.am: Recurse into the benchmark-suite subdir.
268
269 * configure.in: Added benchmarking files.
270
4f6f9ae3
GH
2712002-07-12 Gary Houston <ghouston@arglist.com>
272
273 * configure.in: check dynamic linking before modules. Add dynl.c
274 if dynamic linking is available, i.e., unless --with-modules=no
275 was given to configure.
276
2398796a
MV
2772002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
278
279 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
280 libtool-1.4.2.
281
887efef5
MV
2822002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
283
ca679709
MV
284 * autogen.sh: Do not copy INSTALL from workbook since it is not
285 uniform across branches.
286 * INSTALL: Re-added to repository.
287
887efef5
MV
288 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
289
290 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
291 libtool CVS does not need this fix.
292
293 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
294 build.
295 Add --with-cc-for-build option to re-enable cross building.
296 Add --with-guile-for-build option to re-enable cross building.
297
feec7802
GH
2982002-06-30 Gary Houston <ghouston@arglist.com>
299
300 * autogen.sh: Changed the path to the scripts directory.
301 In libltdl, run aclocal before autoconf and automake: this
302 eliminated various warnings after upgrading to newer automake.
303
ba1b077b
MV
3042002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
305
306 From John W. Eaton <jwe@bevo.che.wisc.edu>
307
308 * configure.in (AC_CHECK_FUNCS): Check for copysign.
309
5cb3f600
MV
3102002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
311
312 * libguile.h: Added inclusion of "extensions.h".
313
43a1d6f1
MV
3142002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
315
316 * configure.in: Include <sys/types.h> before <netinet/in.h> when
317 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
318 Troxel!
319
d4dba280
MV
320 From John W. Eaton.
321
322 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
323 ieeefp.h, and nan.h.
324 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
325
d47fd163
TTN
3262002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
327
328 * autogen.sh: Add call to $mscripts/render-bugs
329 to create BUGS file.
330
331 * BUGS: bye bye
332
d937b062
TTN
3332002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
334
335 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
336
5caa57b1
MV
3372002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
338
339 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
340 -I guile-config". This works as of automake 1.5.
d937b062 341 * qthreads.m4: Moved to guile-config/.
5caa57b1 342
7fd1bad4
MV
3432002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
344
345 * autogen.sh: Call automake twice for guile-core so that two
346 copies of mdate-sh get a chance of being installed (one in
347 doc/ref/ and one in doc/tutorial/).
348
dc006627
MV
3492002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
350
351 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
352 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
353 (dist-hook): Removed.
354 (DISTCLEANFILES): Added check-guile.log.
355 (EXTRA_DIST): Don't distribute TODO.
356
357 * configure.in: Bump required autoconf version to 2.53. Move uses
358 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
359 set by AC_PROG_CC.
360
21550b10
RB
3612002-04-10 Rob Browning <rlb@defaultvalue.org>
362
363 * configure.in: updates for new autoconf -- add definitions to
364 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
365 calls.
366
367 * acinclude.m4: add definitions to AC_DEFINE calls for new
368 autoconf.
369
370 * acconfig.h: removed -- newer autoconf doesn't like it, and now
371 we don't need it.
372
373 * .cvsignore: add autom4te.cache and pre-inst-guile.
374
dd1ed1ad
TTN
3752002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
376
377 * RELEASE: bye bye
378
412f1928
TTN
3792002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
380
381 * Makefile.am: Update copyright.
382 (dist-hook): Add, including related am/maintainers-dirs,
383 surrounded by "if MAINTAINER_MODE".
384
94478b88
TTN
385 * TODO: bye bye
386
ef5bdc2e
TTN
387 * autogen.sh: Add usage comment.
388 Add workbook specification.
389 Add dist-files symlinking.
390
391 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
392
9b398b67
TTN
3932002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
394
395 * guile-tools.in: Handle "--source" option.
396
eb8aea9b
TTN
3972002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
398
2d78a1c5
TTN
399 * configure.in (top_srcdir_absolute): New AC_SUBST var.
400
7ca15449
TTN
401 * pre-inst-guile.in, check-guile.in (top_srcdir):
402 Use `top_srcdir_absolute' AC_SUBST var.
2d78a1c5 403
eb8aea9b
TTN
404 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
405
5ddf900c
TTN
4062002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
407
408 * pre-inst-guile.in: Typofix; nfc.
409
edb810bb
SJ
4102002-02-27 Stefan Jahn <stefan@lkcc.org>
411
412 * Makefile.am (SUBDIRS): Added the `am' directory.
413
3ed414c8
TTN
4142002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
415
416 * pre-inst-guile.in: New file.
417
418 * pre-inst-guile, pre-inst-guile.am: bye bye
419
420 * configure.in (top_builddir_absolute): New AC_SUBST var.
421 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
422 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
423
424 * check-guile.in (top_builddir): Use AC_SUBST var
425 `top_builddir_absolute'.
426 (guile): Look for pre-inst-guile in $top_builddir.
427
428 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
429 pre-inst-guile.am.
430
46151112
RB
4312002-02-24 Rob Browning <rlb@defaultvalue.org>
432
433 * GUILE-VERSION: move all but guile-readline library versioning
434 information here. guile-readline is still standalone. Bump
435 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
436 Thi-Thien's request.
437
438 * configure.in: AC_SUBST the centralized shared lib versioning
439 variables from ./GUILE-VERSION.
440 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
441 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
442 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
443 (LIBQTHREADS_INTERFACE): new AC_SUBST.
444 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
445 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
446 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
447 (LIBGUILE_INTERFACE): new AC_SUBST.
448 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
449 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
450 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
451 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
452 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
453 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
454 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
455 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
456
457 * autogen.sh: make absolutely sure we can't have stale files from
458 old versions lying around the libltdl dir since libtoolize
459 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
460 so the main tree and libltdl can't get out of sync again.
461
462 * RELEASE: update release building instructions.
463
3d77146f
NJ
4642002-02-21 Neil Jerram <neil@ossau.uklinux.net>
465
466 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
467 "" for multiword string. Thanks to Christopher Cramer for
468 pointing this out.
469
84b27165
MV
4702002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
471
472 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
473 instead of to scm_must_malloc.
474
f660f92e
MV
4752002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
476
477 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
478 pre-inst-guile.am.
479
0187b4f4
TTN
4802002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
481
482 * pre-inst-guile.am, pre-inst-guile: New files.
483
484 * check-guile.in (srcdir): Delete var.
485 (top_builddir, top_srcdir, guile_opts): New vars.
486
487 Use "set -e".
488 No longer set LTDL_LIBRARY_PATH.
489 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
490
491 * configure.in (libguile/guile-snarf-docs-texi): Remove
492 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
493
77bf05e0 494 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
495 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
496 (GUILE_LOAD_PATH): No longer include $top_srcdir.
497
498 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
499 prefix aliasing.
77bf05e0 500
1fa86ca5
SJ
5012002-01-31 Stefan Jahn <stefan@lkcc.org>
502
503 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
504 `libltdl.dll'.
505
af68e5e5
SJ
5062002-01-28 Stefan Jahn <stefan@lkcc.org>
507
0187b4f4 508 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
509 `stdint.h' for uint32_t.
510
3d1a89b9
NJ
5112002-01-13 Neil Jerram <neil@ossau.uklinux.net>
512
513 * Makefile.am (SUBDIRS): Added lang.
514
515 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
516 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
517
5182002-01-11 Neil Jerram <neil@ossau.uklinux.net>
519
520 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
521
522 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
523 not) according to absence (or presence) of `--disable-elisp'
524 in the configure args.
525
f00eb43f
DH
5262001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
527
528 * TODO: Added two items.
529
5dc64f64
MV
5302001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
531
532 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
533 set this conditional accordingly.
0187b4f4 534
6d852be3
TTN
5352001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
536
537 * README: Fix virulent typo.
538
53c594fc
MV
5392001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
540
6d852be3 541 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
542 * configure.in (HAVE_INLINE): Define it when the compiler supports
543 inline functions.
544
6d852be3 545 * libguile.h: Include "libguile/inline.h".
53c594fc 546
a5dc23a7
GH
5472001-11-22 Gary Houston <ghouston@arglist.com>
548
549 * HACKING: Modified the Hacking It Yourself section. Removed the
550 version numbers from the tools.
a5df04d5 551 HACKING, README, ANON-CVS: updates.
a5dc23a7 552
73edb48a
GH
5532001-11-21 Gary Houston <ghouston@arglist.com>
554
555 * HACKING: Removed reference to no longer practiced * in ChangeLog
556 convention.
557
97f439ab
TTN
5582001-11-19 Thien-Thi Nguyen <ttn@glug.org>
559
30bce757
TTN
560 * BUGS (11): Set "fixed: no-need".
561
97f439ab
TTN
562 * TODO (write emacs/patch.el): New item, self-assigned.
563
3faa54e7
RB
5642001-11-19 Rob Browning <rlb@defaultvalue.org>
565
566 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
567 system libltdl when it's available. Aside from the normal reasons
568 to prefer installed shared libs, this means other apps that link
569 with libguile and also use libltdl will be more likely to work
570 right.
571
ccee9ab1
TTN
5722001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
573
574 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
575
73c844bf
TTN
5762001-11-15 Thien-Thi Nguyen <ttn@glug.org>
577
578 * guile-tools.in: Handle command "list" specially: list scripts dir.
579
580 (help): Make more informative.
581
a714e0eb
MV
5822001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
583
584 * autogen.sh: Recurse into libltdl directory and invoke autoconf
585 there.
586
bca0bf8d
TTN
5872001-11-11 Thien-Thi Nguyen <ttn@glug.org>
588
589 * HACKING: Restrict documentation change log
590 waiver to only apply to ChangeLog files.
591
35656ebc
MV
5922001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
593
594 * configure.in: Check for sizes of short, size_t, uintptr_t, and
595 ptrdiff_t. Checking for a size also checks automatically for the
596 existence of the type, so we don't check for the existence of
597 uintptr_t, ptrdiff_t and long long ourselves.
598
a0a9b9ad
TTN
5992001-11-10 Thien-Thi Nguyen <ttn@glug.org>
600
601 * BUGS (11): New.
602
b4e15479
SJ
6032001-11-07 Stefan Jahn <stefan@lkcc.org>
604
605 * configure.in: Include `win32-socket.o' in the list of object
606 files if networking is enabled on Win32.
607
04bbd6ce
TTN
6082001-11-06 Thien-Thi Nguyen <ttn@glug.org>
609
610 * TODO (sync srfi-modules.texi): New, done.
611
2ca222c2 612 * BUGS (9, 10): New.
70debc22 613
8f99e3f3
SJ
6142001-11-04 Stefan Jahn <stefan@lkcc.org>
615
616 * NEWS: Corrected remarks about SCM_API.
617
618 * configure.in: Defining USE_DLL_IMPORT definition to indicate
619 usage of DLL import macros in `libguile/__scm.h'.
620 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
621 Somehow Jim Blandy's patch from 1997 did not survive.
622
257b6d40
MV
6232001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
624
625 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 626
257b6d40
MV
627 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
628 build systems which do not have symbolic links.
629 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
630 on Win32 platforms.
04bbd6ce
TTN
631 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
632 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 633 to build clean dlls.
257b6d40
MV
634 Check for `regcomp()' inside `-lregex'.
635
2ad3278a
TTN
6362001-10-26 Thien-Thi Nguyen <ttn@glug.org>
637
638 * BUGS (7, 8): New.
639
c95d1a2d
TTN
6402001-10-25 Thien-Thi Nguyen <ttn@glug.org>
641
642 * BUGS: Expand on file format description.
643
644 (1): Update "fixed" field.
d07db248 645 (2, 3, 4, 5, 6): New.
c95d1a2d 646
4f522b6f
GH
6472001-10-14 Gary Houston <ghouston@arglist.com>
648
649 * configure.in: include sys/types.h when testing uint32_t.
650 thanks to Bill Schottstaedt.
651
f84c3705
MV
6522001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
653
654 * configure.in: Do not use an absolute path for <unistd.h> when
655 checking for return type of usleep. Thanks to Michael Carmack.
656
6768cfba
TTN
6572001-09-30 Thien-Thi Nguyen <ttn@glug.org>
658
659 * BUGS: New file.
660 * Makefile.am (EXTRA_DIST): Add BUGS file.
661
2cbad7d9
TTN
6622001-09-25 Thien-Thi Nguyen <ttn@glug.org>
663
664 * TODO: Add bugfix item to "Eventually".
665
c13f0a90
RB
6662001-09-20 Rob Browning <rlb@defaultvalue.org>
667
668 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
669
6702001-09-11 Rob Browning <rlb@defaultvalue.org>
671
672 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
673 the testing list since they're no longer functional.
674
06288138
TTN
6752001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
676
677 * TODO:
678 Use outline mode instead of text.
679 Reword protocol explanation.
680 Add "make error-signalling functions more consistent" to Eventually.
681 Move some C-related GOOPS tasks to 1.8.0, take ownership.
682
6f84677a
TTN
6832001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
684
685 * HACKING (Sample GDB Initialization File): New section.
686
687 * TODO (1.8.0): Add "move .gdbinit" entry.
688
8c494e99
DH
6892001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
690
691 * TODO: Added some points, and eliminated all done items.
692
693 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
694 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
695 SCM_ENABLE_DEPRECATED with the logic reversed.
696
f7c6b778
DH
6972001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
698
699 * libguile.h: Removed bogus comment, rearranged includes, removed
700 deprecated definitions.
701
8c494e99 702 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 703
cf390da1
TTN
7042001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
705
706 * HACKING: Mention libtool ./configure-regeneration requirement.
707
fada26b2
MV
7082001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
709
710 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
711 libltdl provides it itself.
712
11ca8865
NJ
7132001-08-24 Neil Jerram <neil@ossau.uklinux.net>
714
715 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
716 Makefiles.
cf390da1 717
ab4cd34b
RB
7182001-08-15 Rob Browning <rlb@defaultvalue.org>
719
720 * configure.in
721 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
722 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
723 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
724 (LIBGUILE_INTERFACE): use libtool versioning scheme.
725 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
726 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
727 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
728 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
729
730 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
731 (GUILE_MICRO_VERSION): reset for new unstable.
732 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
733 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
734 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
735 (LIBGUILE_INTERFACE): use libtool versioning scheme.
736 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
737 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
738 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
739 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
740
b754e3d1
MV
7412001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
742
743 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
744 EXTRA_DIST to SUBDIRS.
745
746 * configure.in: Added "test-suite/Makefile".
747
c1151355
MV
7482001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
749
750 * configure.in: Added `--disable-linuxthreads' option and do not
751 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
752 given. Thanks to Cris Cramer!
753
11057044
MV
7542001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
755
756 * Makefile.am (SUBDIRS): Build libguile before ice-9.
757
f3805ebb
MV
7582001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
759
760 * configure.in: Check for "inttypes.h".
761
e658215a
RB
7622001-07-19 Rob Browning <rlb@defaultvalue.org>
763
764 * configure.in: add checks for setitimer and getitimer.
765 Add --enable-error-on-warning.
766
c0b2936e
MG
7672001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
768
769 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
770
8f2ecec5
TTN
7712001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
772
773 * HACKING: Remove onerous authorship-info deletion clause.
774
065509a5
KN
7752001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
776
777 * autogen.sh: Call libtoolize with --force.
778
d76852e3
TTN
7792001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
780
781 * INSTALL: Point to HACKING for tool versions.
782
fd6c6321
RB
7832001-07-08 Rob Browning <rlb@defaultvalue.org>
784
04860df7
RB
785 * TODO: updated to include relevant itemized post-1.6-RELEASE
786 tasks that are distributable so we can check them off as they are
787 done, and delete 1.6.0 tasks.
788
789 * RELEASE: add a note that the RELEASE instructions are out of
790 date now that we're using branches.
791
fd6c6321
RB
792 * AUTHORS: add "many files throughout" for myself.
793
8d123036
TTN
7942001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
795
796 * README: Also mention guile-tools.
797
798 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
799
32d6f999
TTN
8002001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
801
802 * RELEASE: Move todo items to file TODO.
803
804 * TODO: Initial revision
805
a4734913
TTN
806 * Makefile.am (EXTRA_DIST): Add TODO.
807
dbfadc85
TTN
808 * HACKING: Refer to TODO and SNAPSHOTS.
809 No longer refer to devel/tasks.text.
810
811 * SNAPSHOTS: Fix reference bug; recommended tool
812 versions are in HACKING.
813
f6b3694a
TTN
814 * TODO: Add completion and ownership protocol to header comments.
815
3cd085d0
TTN
816 * RELEASE: Add TODO-processing to spiffing checklist.
817
9c3955ff
TTN
818 * HACKING: Update deprecation procedure to refer to TODO.
819
17383b7c
ML
8202001-06-27 Michael Livshin <mlivshin@bigfoot.com>
821
822 * autogen.sh: don't run flex here.
823
824 * HACKING: clarify that newer versions of flex should be just
825 fine.
826
82893676
MG
8272001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
828
829 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
830
831 * configure.in: Added some header and function checks.
832
f2ae4555
NJ
8332001-06-25 Neil Jerram <neil@ossau.uklinux.net>
834
835 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
836
4172703a
MV
8372001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
838
839 * autogen.sh: Added message about what to do next. Tell them to
840 use `--enable-maintainer-mode'.
841
093e7da4
ML
8422001-06-25 Michael Livshin <mlivshin@bigfoot.com>
843
844 * HACKING: mention flex.
845
846 * autogen.sh: generate libguile/c-tokenize.c.
847
6b41a313
MG
8482001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
849
850 * libguile.h: Removed inclusion of libguile/tag.h.
851
eb6c2de8
MV
8522001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
853
854 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
855 these when using threads.
856
4ff9f825
MV
8572001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
858
4927dd28
MV
859 * libguile.h: Added deprecated section with the olde type names.
860
4ff9f825
MV
861 * configure.in: Check for header <stdint.h>. Check for uintptr_t
862 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
863 `#defined'.
864
865 * acconfig.h (ptrdiff_t): Removed.
866
e01970a5
MG
8672001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
868
869 * configure.in: Generate examples/box-dynamic-module/Makefile.
870
c794483c
MV
8712001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
872
873 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
874 guile-snarf.
875
9454d8d5
RB
8762001-06-02 Rob Browning <rlb@cs.utexas.edu>
877
878 * configure.in: changes for autoconf 2.50.
879 (AC_PREREQ): require at least autoconf 2.50.
880 (AC_INIT): no longer takes an arg.
881 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
882 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
883 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
884 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
885 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
886 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
887 (AC_OUTPUT): no longer takes args.
32d6f999 888
9454d8d5
RB
889 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
890 unconditionally .
891
114f9bab
MV
8922001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
893
894 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
895 I. N. Golubev!
896
ee2718a9
MG
8972001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
898
899 * configure.in: Generate examples/box-dynamic/Makefile.
900
2de7ddb7
MG
9012001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
902
903 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
904
905 * configure.in: Added all Makefiles in the `examples' directory to
906 AC_OUTPUT.
907
f501d0d4
ML
9082001-05-31 Michael Livshin <mlivshin@bigfoot.com>
909
910 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
911 don't generate guile-snarf.awk.
912
913 * Makefile.am (EXTRA_DIST): add test-suite.
914
1db81cb0
ML
9152001-05-28 Michael Livshin <mlivshin@bigfoot.com>
916
917 * check-guile.in: fix to be runnable when srcdir!=builddir.
918
f3f70257
ML
9192001-05-26 Michael Livshin <mlivshin@bigfoot.com>
920
921 revert the controversial part of the 2001-05-23 changes
922
1be6b49c
ML
9232001-05-23 Michael Livshin <mlivshin@bigfoot.com>
924
925 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
926 also, make sure that the integral type choosen to represent an SCM
927 has exactly the same size as a void pointer.
928
929 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
930 SCM_SIZEOF_BITS_T, ptrdiff_t.
931
c81ea65d
RB
9322001-05-16 Rob Browning <rlb@cs.utexas.edu>
933
934 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
935
936 * GUILE-VERSION
937 (GUILE_VERSION): now MAJOR.MINOR.MICRO
938 (GUILE_MICRO_VERSION): new variable, records final revision.
939 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
940 i.e. the 6.
941
887dfa7d
DH
9422001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
943
944 * acconfig.h, configure.in: Renamed
945 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
946
11bbab47
MV
9472001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
948
949 * acinclude.m4: Removed copy of "libtool.m4".
950
5cd06d5e
DH
9512001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
952
953 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
954
a232c19e
TTN
9552001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
956
928f20fb
TTN
957 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
958
a232c19e
TTN
959 * HACKING: Update copyright.
960 Add blurb pointing to devel/tasks.text.
961
c8750173
TTN
9622001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
963
964 * check-guile.in: For SRFI testing, set and export env
965 var `LTDL_LIBRARY_PATH'.
966
75141eb0
NJ
9672001-05-07 Neil Jerram <neil@ossau.uklinux.net>
968
969 * AUTHORS: Add docs-related authorship details.
970
c10ecc4c
MV
9712001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
972
973 * configure.in (--enable-deprecated): Recognize "shutup" option
974 argument and turn it into the default warning level "no".
975
018a53a1
GH
9762001-05-05 Gary Houston <ghouston@arglist.com>
977
978 * acconfig.h: add HAVE_IPV6.
979 * configure.in: check whether we can compile with IPv6 support.
980
26f798bd
TTN
9812001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
982
983 * guile-tools.in: New file.
984
985 * configure.in (AC_OUTPUT): Add guile-tools, and make
986 executable.
987
988 * Makefile.am (bin_SCRIPTS): New var.
989
c5316ea3
GH
9902001-05-04 Gary Houston <ghouston@arglist.com>
991
992 * configure.in: check whether uint32_t is defined when netdb.h
993 is included.
994 acconfig.h: added HAVE_UINT32_T.
995
7440341c
MV
9962001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
997
998 * configure.in: Added handling of `--enable-deprecated'.
999
1000 * acconfig.h (SCM_DEBUG_DEPRECATED,
1001 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1002
14a7d5f8
TTN
10032001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1004
1005 * Makefile.am (SUBDIRS): Add "scripts".
1006
1007 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1008
7e267da1
GH
10092001-04-29 Gary Houston <ghouston@arglist.com>
1010
1011 * libguile.h: include rw.h.
1012
f2a75d81
RB
10132001-04-27 Rob Browning <rlb@cs.utexas.edu>
1014
1015 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1016 the new odd/even ustable/stable version numbering scheme.
1017 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1018 libguile. In the future, libguile and libguileqthreads may not
1019 stay in sync. This still doesn't appear to affect
1020 libguileqthreads, but we'll fix that next.
1021
1f7a1dc9
MG
10222001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1023
1024 * configure.in: Don't treat srfi directory specially, just create
1025 the Makefile there (thanks to Neil Jerram for the patch).
1026
6c44688a
MG
10272001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1028
1029 * Makefile.am (SUBDIRS): Added `srfi'.
1030
1031 * configure.in: Added subdirectory `srfi' to build process.
1032
1033 * libguile.h: Added inclusion of `values.h'.
1034
2a0ef8b7
GH
10352001-04-22 Gary Houston <ghouston@arglist.com>
1036
1037 * configure.in: check for inet_pton and inet_ntop.
1038
67641981
GH
10392001-04-20 Gary Houston <ghouston@arglist.com>
1040
1041 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1042 * configure.in: check for sin6_scope_id in sockaddr_in6.
1043
a9d861e3
MD
10442001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1045
1046 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1047
31e74a57
GH
10482001-04-17 Gary Houston <ghouston@arglist.com>
1049
1050 * configure.in: run the autoconf BIGENDIAN check.
1051
0da6608d
DH
10522001-04-12 Niibe Yutaka <gniibe@m17n.org>
1053
1054 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1055 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1056 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1057
1058 * configure.in: Likewise.
1059
f22ed5a0
KN
10602001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1061
1062 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1063 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1064 Thanks to NIIBE Yutaka.
1065
f2e61fc1
MD
10662001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1067
1068 * Undeprecated scm_init_oop_goopscore_module.
1069
72f1168d
TTN
10702001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1071
1072 * check-guile.in: Fix sh standard conformance bug: Replace
1073 "test -e" with "test -f". Thanks to Alexander Klimov.
1074
a4928305
GH
10752001-03-19 Gary Houston <ghouston@arglist.com>
1076
1077 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1078 set it to `pwd`.
1079
66301f9a
GH
1080 * check-guile.in: 16 documentation tests were failing if "make
1081 check" was run before Guile had been installed with the current
1082 --prefix. made various changes to the script so that it runs
1083 without a cd to the test-suite directory. For the -i option,
1084 don't point GUILE_LOAD_PATH to the current directory, but let it
1085 use it's own scheme library.
1086
51cfd7da
GH
10872001-03-18 Gary Houston <ghouston@arglist.com>
1088
1089 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1090 the current directory (build dir) not srcdir to find guile
1091 executable. otherwise "make check" doesn't work with a separate
1092 build directory. create the test log in
1093 $build_dir/check-guile.log instead of in srcdir/test-suite
1094 directory.
1095 * configure.in: don't define or substitute test_suite_dir.
1096
e9e225e5
GH
10972001-03-17 Gary Houston <ghouston@arglist.com>
1098
1099 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1100 since EXTRA_DOT_DOC_FILES is redefined later. define
1101 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1102
94e6d793
MG
11032001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1104
1105 * configure.in: Added header checks for crypt.h, sys/resource.h
1106 and sys/file.h, function checks for chroot, flock, getlogin,
1107 cuserid, getpriority, setpriority, getpass, sethostname,
1108 gethostname, and for crypt() in libcrypt.
1109
fff043ab
NJ
11102001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1111
1112 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1113 option from guile-doc/configure.in.
1114
d42df055
DH
11152001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1116
1117 * libguile.h: Removed #include "libguile/dump.h".
1118
ec896089
KN
11192001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1120
1121 * libguile.h: Added #include "libguile/dump.h".
1122
c2886a5a
MD
11232001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1124
1125 * libguile.h: Added #include "libguile/rdelim.h".
1126
1ff7abbe
DH
11272001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1128
1129 The following patch was sent by Thien-Thi Nguyen.
1130
1131 * check-guile.in: New file.
1132
1133 * Makefile.am: Add TESTS rule.
1134
1135 * configure.in: Add support for "make check".
1136
f0942910
DH
11372000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1138
1139 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1140
14f1d9fe
MD
11412000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1142
1143 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
1144 version number to 10 due to the merge of GOOPS.
1145
1146 * oop: New directory.
1147
e4dba4c7
KN
11482000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
1149
467ab77e 1150 * libguile.h: #include "libguile/properties.h".
e4dba4c7 1151
45605b53
GH
11522000-09-17 Gary Houston <ghouston@arglist.com>
1153
1154 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
1155 to be reliable on all platforms.
1156
e494e76d
GH
11572000-08-18 Gary Houston <ghouston@arglist.com>
1158
1159 * acconfig.h: added BROKEN_GCSE.
1160 * configure.in: check for a gcc GCSE optimisation bug.
1161
42aae633
GH
11622000-07-31 Gary Houston <ghouston@arglist.com>
1163
1164 * acconfig.h: added HAVE_H_ERRNO
1165 * configure.in: removed some dnl'd & obsolete cygwin stuff.
1166 added a test for h_errno.
1167
f9ed377d
MD
11682000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1169
1170 * Guile 1.4 released.
1171
b5074b23
MD
11722000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1173
1174 * GUILE-VERSION: Changed to work also when included by a Makefile
1175 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
1176 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
1177 (GUILE_MINOR_VERSION): Bumped to 4.
1178
f43aac9a
MD
11792000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1180
a8861fa0
MD
1181 * libguile.h: Removed #include "libguile/kw.h".
1182
9a8a1e8a
MD
1183 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
1184 (The rule will cd to $(top_srcdir).)
1185
1186 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
1187 substitute it into libguile/Makefile.
1188
f43aac9a
MD
1189 * HACKING: Updated recommended libtool version to be 1.3.5.
1190
1191 * RELEASE: Say that we should update HACKING to reflect the
1192 versions of the tools we're using rather than README.
1193
5cb6f99c
MD
11942000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1195
1196 * NOTES: Removed.
1197
1198 * TODO: Moved to devel/.
1199
3ff0d90a
CB
12002000-06-01 Craig Brozefsky <craig@red-bean.com>
1201
1202 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
1203 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
1204 define libguile.so version in a well-lit place.
1205
1206 * configure.in: added AC_SUBST lines for the new LIBGUILE version
1207 variables.
72f1168d 1208
65545721
ML
12092000-06-01 Michael Livshin <mlivshin@bigfoot.com>
1210
1211 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 1212
65545721
ML
1213 * guile-aclocal.sh: new file, works around aclocal problems.
1214
b2728432
DH
12152000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1216
1217 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
1218 USE_PCTHREADS_PTHREADS): Removed.
1219
7f5fa419
GH
12202000-05-01 Gary Houston <ghouston@arglist.com>
1221
1222 * Makefile.am: add include_HEADERS.
1223 libguile.h: moved from libguile directory. maybe libguile.h should
1224 be installed in $prefix/include/libguile/libguile.h instead?
1225
9764c29b
MD
12262000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1227
e415cb06
MD
1228 * qthreads.m4: Removed THREADS_CPPFLAGS.
1229
1230 * acinclude.m4: Removed qthreads macros. They are provided in
1231 qthreads.m4, so these were redundant.
1232
9764c29b
MD
1233 * acconfig.h (GUILE_DEBUG_MALLOC): New.
1234
1235 * configure.in: New --enable-debug-malloc configuration option.
1236
1978b33e
MD
12372000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1238
1239 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
1240
1241 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 1242 compatibility on Linux systems.
1978b33e 1243
55a85c78
MD
12442000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1245
1246 * devel: New directory. Intended to carry documentation related
1247 to Guile development (as opposed to the doc directory which
1248 contains documentation related to the use of the current Guile).
1249 This directory (devel) is not included in the Guile distribution,
1250 but is accessible via anonymous CVS.
1251
fdc7ea2d
MD
12522000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1253
1254 * configure.in: Don't add iselect.o to LIBOBJS.
1255
31d8abce
MD
12562000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1257
1258 * configure.in: Added end-tag for local variables. (Thanks to
1259 Thien-Thi Nguyen.)
1260
244fdc2f
GH
12612000-03-12 Gary Houston <ghouston@arglist.com>
1262
1263 * README (Guile Documentation, About This Distribution): updated.
1264
f3b5e185
MD
12652000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1266
1267 * configure.in (ac_cv_struct_timespec): Added test for struct
1268 timespec.
1269
1270 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
1271
3a721413
MV
12722000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
1273
1274 * autogen.sh: Call libtoolize. Pass --add-missing option to
1275 automake. Do not decent into libltdl directory. The libltdl
1276 directory is now populated by libtoolize and does not need any
1277 further autogeneration.
1278
d831b039
GH
12792000-01-23 Gary Houston <ghouston@arglist.com>
1280
1281 * configure.in: check for fchown.
1282
a0a7b83b
MD
1283Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
1284
1285 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
1286 instead of $(top_builddir)/libltdl to includepath.
1287
56cfe22b
MD
12882000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1289
1290 * emacs: New subdirectory for elisp tools.
1291
657fcb5a
MV
12922000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
1293
1294 * README, HACKING: Moved "Hacking it yourself" section from README
1295 to HACKING. Updated recommended libtool version to be 1.3.4.
1296
dc914156
GH
12972000-01-14 Gary Houston <ghouston@arglist.com>
1298
1299 * configure.in: needs to have --disable-networking, not
1300 --disable-net.
1301
fb4956c9
MD
13022000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1303
1304 * libltdl/acconfig.h: New file: Needed by autogen.sh.
1305
88423ab1
GB
1306Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
1307
1308 * autogen.sh: Added messages as we run autogen in subdirectories.
1309
1310 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 1311 chmod +x it.
88423ab1 1312
0d90b76d
MV
13132000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
1314
1315 * libltdl/autogen.sh: New file.
1316 * autogen.sh: Invoke libltdl/autogen.sh.
1317
13182000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
1319
1320 Finally applied the libltdl patch from Thomas Tanner, with slight
1321 modifications. All code copied from the libtool package is from
1322 libtool-1.3.4.
1323
1324 * configure.in: Make "--with-modules=yes" the default. Do not
1325 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 1326
0d90b76d
MV
1327 1999-07-25 Thomas Tanner <tanner@ffii.org>
1328
1329 * Makefile.am: add libltdl to SUBDIRS, automake automatically
1330 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
1331 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
1332 (no need to install libtool any more)
1333 * configure.in: replace --enable-dynamic-linking with
1334 --with-modules, required modules can be specified using
1335 --with-modules="/path/to/mod.la" and will be linked
1336 statically on platforms that don't support dynamic loading,
1337 configure libltdl, configure libtool for dlopening
1338 * libltdl: added using libtoolize -c --ltdl
1339
38c1d3c4
GH
13402000-01-09 Gary Houston <ghouston@arglist.com>
1341
1342 * configure.in: check whether localtime caches TZ. copied from
1343 Emacs 20.5.
1344 * acconfig.h: add LOCALTIME_CACHE.
1345
dceef6be
GB
1346Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
1347
1348 * configure.in: Make it be guile-snarf.awk, since we'll be
1349 switching names for guile-doc-snarf. (I wouldn't have changed
1350 this, but I was getting ready to commit this way when the below
1351 change was committed).
1352
763a6716
MD
13531999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1354
1355 * configure.in: Create guile-doc-snarf.awk.
1356
6aca8c6c
GB
13571999-12-12 Greg J. Badros <gjb@cs.washington.edu>
1358
72f1168d 1359 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
1360 AC_OUTPUTted.
1361
13621999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
1363
1364 * NEWS: More complete description for --enable-debug-freelist.
1365
aee8ca3f
GH
13661999-12-09 Gary Houston <ghouston@freewire.co.uk>
1367
1368 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
1369 causes numerous spurious warnings with recent gcc and/or glibc
1370 versions.
1371
afe5177e
GH
13721999-11-19 Gary Houston <ghouston@freewire.co.uk>
1373
1374 * acconfig.h: add HAVE_ARRAYS.
1375
1376 * configure.in: add --disable-arrays option, probably temporary.
1377
5c11cc9d
GH
13781999-11-17 Gary Houston <ghouston@freewire.co.uk>
1379
1380 * configure.in: check for hstrerror.
1381
5d94b2fe
JB
13821999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
1383
e8ff4648
JB
1384 * autogen.sh: Don't call autoreconf at all; it's not reliable.
1385 Instead, call the various tools explicitly. Invoke
1386 guile-readline's autogen.sh script.
0cbedb5b
JB
1387
1388 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 1389
0cbedb5b
JB
1390 We can't have .m4 files which are installed where aclocal can
1391 see them, but also used by guile's own configure.in, because
1392 aclocal will read both copies, complain about duplicate macro
1393 definitions, and refuse to generate aclocal.m4 at all. This
1394 happens if you invoke it as `aclocal -I .', as autoreconf does.
1395 This is probably a flaw in the autotools, but Guile doesn't need
1396 that flaw fixed immediately.
1397
1398 guile.m4 is intended for use by people linking against guile, so
1399 it needs to be installed. But Guile itself doesn't use it. So
1400 move guile.m4 into guile-config. That makes sense, since
1401 guile.m4's GUILE_FLAGS macro is just an easy way to call
1402 guile-config.
1403
1404 qthreads.m4 is indented to help configure a qthreads tree. It's
1405 only useful to a package which actually includes a qthreads tree,
1406 and it's intimately related to that tree, so it's not useful to
1407 install this. So don't install it.
1408
1409 * guile.m4: Moved to guile-config.
1410 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
1411 (EXTRA_DIST): Move qthreads.m4 here.
1412
5d94b2fe
JB
1413 Don't store generated files in the repository any more. Instead,
1414 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 1415 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
1416 * autogen.sh: New file.
1417 * ANON-CVS, SNAPSHOTS: Updated instructions.
1418
dc4d930b
JB
14191999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
1420
1421 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
1422
6e706938 14231999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
1424
1425 * configure.in: Added --enable-debug-freelist option.
1426
fca7547b 1427 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 1428
52cfc69b
GH
14291999-09-23 Gary Houston <ghouston@freewire.co.uk>
1430
1431 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
1432 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
1433
1434 * configure.in: new options --disable-posix, --disable-net
1435 and --disable-regex
1436 export HAVE_POSIX and HAVE_NETWORKING definitions.
1437 don't add regex-posix.o to LIBOBJS if regex disabled.
1438
1439 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
1440 conditionally.
1441
bab4e1cc
JB
14421999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1443
1444 * Guile 1.3.4 released.
1445
fc97c626
JB
14461999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
1447
1448 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
1449 libtool knows how to get ANSI C behavior from the compiler.
1450 * configure: Regenerated.
1451
7ee92fce
GH
14521999-09-20 Gary Houston <ghouston@freewire.co.uk>
1453
1454 * configure.in: check availability of siginterrupt.
1455
08b8c694
GH
14561999-09-18 Gary Houston <ghouston@freewire.co.uk>
1457
1458 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
1459 testing for SA_RESTART.
1460
7cdbcc7d
MD
14611999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1462
1463 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1464
e1f20ec6
JB
14651999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1466
1467 * configure.in (GUILE_STAMP): Don't set this variable, or
1468 substitute it into anything. Full explanation in ice-9/ChangeLog.
1469 * configure, Makefile.in: Regenerated.
72f1168d 1470
ffe70f9c
JB
14711999-09-06 James Blandy <jimb@mule.m17n.org>
1472
1473 Propagate the changes of 2 Sept the rest of the way through.
1474 * configure: Regenerated.
1475 * Makefile.in: Regenerated. Not sure why this diff is so big.
1476
e127c348
JB
14771999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
1478
1479 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
1480 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 1481 * aclocal.m4: Regenerated.
e127c348 1482
655f19ab
MD
14831999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1484
1485 * configure.in: Test for presence of function on_exit.
1486
b074884f
JB
14871999-09-01 James Blandy <jimb@mule.m17n.org>
1488
1489 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
1490 the system doesn't have memmove. Don't test for memmove and bcopy
1491 with AC_CHECK_FUNCS.
1492 * configure: Regenerated.
1493
a7098335
MD
14941999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1495
1496 * configure.in: Test for atexit.
1497
9a26d6f9
MD
14981999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1499
b030b39b
MD
1500 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1501
9a26d6f9
MD
1502 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
1503 (Thanks to Bernard Urban.)
1504 Test for memmove and bcopy. (Thanks to
a7098335 1505 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
1506
1507 * acconfig.h: Added HAVE_S_ISLNK.
1508
a05cba61
JB
15091999-08-20 James Blandy <jimb@mule.m17n.org>
1510
0a852b94
JB
1511 * Guile 1.3.2 released.
1512
a05cba61
JB
1513 * Makefile.in: Regenerated.
1514
f29f2933
MD
15151999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1516
1517 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
1518 to libtool-1.3.3.
1519
0e8a8468
MV
15201999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1521
1522 Added guile-readline subdirectory with the removed readline
1523 support.
1524 * guile-readline: New directory, see ChangeLog there.
1525 * configure.in: Cause configure to descend into guile-readline
1526 dir.
1527 * Makefile.am: Likewise for make.
1528 * NEWS: Explain how to activate the readline support.
1529 * configure, Makefile.in: Regenerated.
72f1168d 1530
3144e1a9
JB
15311999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1532
1533