* Deprecated some definitions.
[bpt/guile.git] / ChangeLog
CommitLineData
5cd06d5e
DH
12001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
4
a232c19e
TTN
52001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
6
928f20fb
TTN
7 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
8
a232c19e
TTN
9 * HACKING: Update copyright.
10 Add blurb pointing to devel/tasks.text.
11
c8750173
TTN
122001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
13
14 * check-guile.in: For SRFI testing, set and export env
15 var `LTDL_LIBRARY_PATH'.
16
75141eb0
NJ
172001-05-07 Neil Jerram <neil@ossau.uklinux.net>
18
19 * AUTHORS: Add docs-related authorship details.
20
c10ecc4c
MV
212001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
22
23 * configure.in (--enable-deprecated): Recognize "shutup" option
24 argument and turn it into the default warning level "no".
25
018a53a1
GH
262001-05-05 Gary Houston <ghouston@arglist.com>
27
28 * acconfig.h: add HAVE_IPV6.
29 * configure.in: check whether we can compile with IPv6 support.
30
26f798bd
TTN
312001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
32
33 * guile-tools.in: New file.
34
35 * configure.in (AC_OUTPUT): Add guile-tools, and make
36 executable.
37
38 * Makefile.am (bin_SCRIPTS): New var.
39
c5316ea3
GH
402001-05-04 Gary Houston <ghouston@arglist.com>
41
42 * configure.in: check whether uint32_t is defined when netdb.h
43 is included.
44 acconfig.h: added HAVE_UINT32_T.
45
7440341c
MV
462001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
47
48 * configure.in: Added handling of `--enable-deprecated'.
49
50 * acconfig.h (SCM_DEBUG_DEPRECATED,
51 GUILE_WARN_DEPRECATED_DEFAULT): Added.
52
14a7d5f8
TTN
532001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
54
55 * Makefile.am (SUBDIRS): Add "scripts".
56
57 * configure.in (AC_OUTPUT): Add scripts/Makefile.
58
7e267da1
GH
592001-04-29 Gary Houston <ghouston@arglist.com>
60
61 * libguile.h: include rw.h.
62
f2a75d81
RB
632001-04-27 Rob Browning <rlb@cs.utexas.edu>
64
65 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
66 the new odd/even ustable/stable version numbering scheme.
67 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
68 libguile. In the future, libguile and libguileqthreads may not
69 stay in sync. This still doesn't appear to affect
70 libguileqthreads, but we'll fix that next.
71
1f7a1dc9
MG
722001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
73
74 * configure.in: Don't treat srfi directory specially, just create
75 the Makefile there (thanks to Neil Jerram for the patch).
76
6c44688a
MG
772001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
78
79 * Makefile.am (SUBDIRS): Added `srfi'.
80
81 * configure.in: Added subdirectory `srfi' to build process.
82
83 * libguile.h: Added inclusion of `values.h'.
84
2a0ef8b7
GH
852001-04-22 Gary Houston <ghouston@arglist.com>
86
87 * configure.in: check for inet_pton and inet_ntop.
88
67641981
GH
892001-04-20 Gary Houston <ghouston@arglist.com>
90
91 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
92 * configure.in: check for sin6_scope_id in sockaddr_in6.
93
a9d861e3
MD
942001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
95
96 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
97
31e74a57
GH
982001-04-17 Gary Houston <ghouston@arglist.com>
99
100 * configure.in: run the autoconf BIGENDIAN check.
101
0da6608d
DH
1022001-04-12 Niibe Yutaka <gniibe@m17n.org>
103
104 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
105 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
106 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
107
108 * configure.in: Likewise.
109
f22ed5a0
KN
1102001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
111
112 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
113 (GUILE_FUNC_DECLARED): Removed checking of bzero.
114 Thanks to NIIBE Yutaka.
115
f2e61fc1
MD
1162001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
117
118 * Undeprecated scm_init_oop_goopscore_module.
119
72f1168d
TTN
1202001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
121
122 * check-guile.in: Fix sh standard conformance bug: Replace
123 "test -e" with "test -f". Thanks to Alexander Klimov.
124
a4928305
GH
1252001-03-19 Gary Houston <ghouston@arglist.com>
126
127 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
128 set it to `pwd`.
129
66301f9a
GH
130 * check-guile.in: 16 documentation tests were failing if "make
131 check" was run before Guile had been installed with the current
132 --prefix. made various changes to the script so that it runs
133 without a cd to the test-suite directory. For the -i option,
134 don't point GUILE_LOAD_PATH to the current directory, but let it
135 use it's own scheme library.
136
51cfd7da
GH
1372001-03-18 Gary Houston <ghouston@arglist.com>
138
139 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
140 the current directory (build dir) not srcdir to find guile
141 executable. otherwise "make check" doesn't work with a separate
142 build directory. create the test log in
143 $build_dir/check-guile.log instead of in srcdir/test-suite
144 directory.
145 * configure.in: don't define or substitute test_suite_dir.
146
e9e225e5
GH
1472001-03-17 Gary Houston <ghouston@arglist.com>
148
149 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
150 since EXTRA_DOT_DOC_FILES is redefined later. define
151 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
152
94e6d793
MG
1532001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
154
155 * configure.in: Added header checks for crypt.h, sys/resource.h
156 and sys/file.h, function checks for chroot, flock, getlogin,
157 cuserid, getpriority, setpriority, getpass, sethostname,
158 gethostname, and for crypt() in libcrypt.
159
fff043ab
NJ
1602001-03-09 Neil Jerram <neil@ossau.uklinux.net>
161
162 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
163 option from guile-doc/configure.in.
164
d42df055
DH
1652001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
166
167 * libguile.h: Removed #include "libguile/dump.h".
168
ec896089
KN
1692001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
170
171 * libguile.h: Added #include "libguile/dump.h".
172
c2886a5a
MD
1732001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
174
175 * libguile.h: Added #include "libguile/rdelim.h".
176
1ff7abbe
DH
1772001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
178
179 The following patch was sent by Thien-Thi Nguyen.
180
181 * check-guile.in: New file.
182
183 * Makefile.am: Add TESTS rule.
184
185 * configure.in: Add support for "make check".
186
f0942910
DH
1872000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
188
189 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
190
14f1d9fe
MD
1912000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
192
193 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
194 version number to 10 due to the merge of GOOPS.
195
196 * oop: New directory.
197
e4dba4c7
KN
1982000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
199
467ab77e 200 * libguile.h: #include "libguile/properties.h".
e4dba4c7 201
45605b53
GH
2022000-09-17 Gary Houston <ghouston@arglist.com>
203
204 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
205 to be reliable on all platforms.
206
e494e76d
GH
2072000-08-18 Gary Houston <ghouston@arglist.com>
208
209 * acconfig.h: added BROKEN_GCSE.
210 * configure.in: check for a gcc GCSE optimisation bug.
211
42aae633
GH
2122000-07-31 Gary Houston <ghouston@arglist.com>
213
214 * acconfig.h: added HAVE_H_ERRNO
215 * configure.in: removed some dnl'd & obsolete cygwin stuff.
216 added a test for h_errno.
217
f9ed377d
MD
2182000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
219
220 * Guile 1.4 released.
221
b5074b23
MD
2222000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
223
224 * GUILE-VERSION: Changed to work also when included by a Makefile
225 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
226 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
227 (GUILE_MINOR_VERSION): Bumped to 4.
228
f43aac9a
MD
2292000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
230
a8861fa0
MD
231 * libguile.h: Removed #include "libguile/kw.h".
232
9a8a1e8a
MD
233 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
234 (The rule will cd to $(top_srcdir).)
235
236 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
237 substitute it into libguile/Makefile.
238
f43aac9a
MD
239 * HACKING: Updated recommended libtool version to be 1.3.5.
240
241 * RELEASE: Say that we should update HACKING to reflect the
242 versions of the tools we're using rather than README.
243
5cb6f99c
MD
2442000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
245
246 * NOTES: Removed.
247
248 * TODO: Moved to devel/.
249
3ff0d90a
CB
2502000-06-01 Craig Brozefsky <craig@red-bean.com>
251
252 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
253 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
254 define libguile.so version in a well-lit place.
255
256 * configure.in: added AC_SUBST lines for the new LIBGUILE version
257 variables.
72f1168d 258
65545721
ML
2592000-06-01 Michael Livshin <mlivshin@bigfoot.com>
260
261 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 262
65545721
ML
263 * guile-aclocal.sh: new file, works around aclocal problems.
264
b2728432
DH
2652000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
266
267 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
268 USE_PCTHREADS_PTHREADS): Removed.
269
7f5fa419
GH
2702000-05-01 Gary Houston <ghouston@arglist.com>
271
272 * Makefile.am: add include_HEADERS.
273 libguile.h: moved from libguile directory. maybe libguile.h should
274 be installed in $prefix/include/libguile/libguile.h instead?
275
9764c29b
MD
2762000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
277
e415cb06
MD
278 * qthreads.m4: Removed THREADS_CPPFLAGS.
279
280 * acinclude.m4: Removed qthreads macros. They are provided in
281 qthreads.m4, so these were redundant.
282
9764c29b
MD
283 * acconfig.h (GUILE_DEBUG_MALLOC): New.
284
285 * configure.in: New --enable-debug-malloc configuration option.
286
1978b33e
MD
2872000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
288
289 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
290
291 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 292 compatibility on Linux systems.
1978b33e 293
55a85c78
MD
2942000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
295
296 * devel: New directory. Intended to carry documentation related
297 to Guile development (as opposed to the doc directory which
298 contains documentation related to the use of the current Guile).
299 This directory (devel) is not included in the Guile distribution,
300 but is accessible via anonymous CVS.
301
fdc7ea2d
MD
3022000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
303
304 * configure.in: Don't add iselect.o to LIBOBJS.
305
31d8abce
MD
3062000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
307
308 * configure.in: Added end-tag for local variables. (Thanks to
309 Thien-Thi Nguyen.)
310
244fdc2f
GH
3112000-03-12 Gary Houston <ghouston@arglist.com>
312
313 * README (Guile Documentation, About This Distribution): updated.
314
f3b5e185
MD
3152000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
316
317 * configure.in (ac_cv_struct_timespec): Added test for struct
318 timespec.
319
320 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
321
3a721413
MV
3222000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
323
324 * autogen.sh: Call libtoolize. Pass --add-missing option to
325 automake. Do not decent into libltdl directory. The libltdl
326 directory is now populated by libtoolize and does not need any
327 further autogeneration.
328
d831b039
GH
3292000-01-23 Gary Houston <ghouston@arglist.com>
330
331 * configure.in: check for fchown.
332
a0a7b83b
MD
333Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
334
335 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
336 instead of $(top_builddir)/libltdl to includepath.
337
56cfe22b
MD
3382000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
339
340 * emacs: New subdirectory for elisp tools.
341
657fcb5a
MV
3422000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
343
344 * README, HACKING: Moved "Hacking it yourself" section from README
345 to HACKING. Updated recommended libtool version to be 1.3.4.
346
dc914156
GH
3472000-01-14 Gary Houston <ghouston@arglist.com>
348
349 * configure.in: needs to have --disable-networking, not
350 --disable-net.
351
fb4956c9
MD
3522000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
353
354 * libltdl/acconfig.h: New file: Needed by autogen.sh.
355
88423ab1
GB
356Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
357
358 * autogen.sh: Added messages as we run autogen in subdirectories.
359
360 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 361 chmod +x it.
88423ab1 362
0d90b76d
MV
3632000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
364
365 * libltdl/autogen.sh: New file.
366 * autogen.sh: Invoke libltdl/autogen.sh.
367
3682000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
369
370 Finally applied the libltdl patch from Thomas Tanner, with slight
371 modifications. All code copied from the libtool package is from
372 libtool-1.3.4.
373
374 * configure.in: Make "--with-modules=yes" the default. Do not
375 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 376
0d90b76d
MV
377 1999-07-25 Thomas Tanner <tanner@ffii.org>
378
379 * Makefile.am: add libltdl to SUBDIRS, automake automatically
380 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
381 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
382 (no need to install libtool any more)
383 * configure.in: replace --enable-dynamic-linking with
384 --with-modules, required modules can be specified using
385 --with-modules="/path/to/mod.la" and will be linked
386 statically on platforms that don't support dynamic loading,
387 configure libltdl, configure libtool for dlopening
388 * libltdl: added using libtoolize -c --ltdl
389
38c1d3c4
GH
3902000-01-09 Gary Houston <ghouston@arglist.com>
391
392 * configure.in: check whether localtime caches TZ. copied from
393 Emacs 20.5.
394 * acconfig.h: add LOCALTIME_CACHE.
395
dceef6be
GB
396Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
397
398 * configure.in: Make it be guile-snarf.awk, since we'll be
399 switching names for guile-doc-snarf. (I wouldn't have changed
400 this, but I was getting ready to commit this way when the below
401 change was committed).
402
763a6716
MD
4031999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
404
405 * configure.in: Create guile-doc-snarf.awk.
406
6aca8c6c
GB
4071999-12-12 Greg J. Badros <gjb@cs.washington.edu>
408
72f1168d 409 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
410 AC_OUTPUTted.
411
4121999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
413
414 * NEWS: More complete description for --enable-debug-freelist.
415
aee8ca3f
GH
4161999-12-09 Gary Houston <ghouston@freewire.co.uk>
417
418 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
419 causes numerous spurious warnings with recent gcc and/or glibc
420 versions.
421
afe5177e
GH
4221999-11-19 Gary Houston <ghouston@freewire.co.uk>
423
424 * acconfig.h: add HAVE_ARRAYS.
425
426 * configure.in: add --disable-arrays option, probably temporary.
427
5c11cc9d
GH
4281999-11-17 Gary Houston <ghouston@freewire.co.uk>
429
430 * configure.in: check for hstrerror.
431
5d94b2fe
JB
4321999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
433
e8ff4648
JB
434 * autogen.sh: Don't call autoreconf at all; it's not reliable.
435 Instead, call the various tools explicitly. Invoke
436 guile-readline's autogen.sh script.
0cbedb5b
JB
437
438 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 439
0cbedb5b
JB
440 We can't have .m4 files which are installed where aclocal can
441 see them, but also used by guile's own configure.in, because
442 aclocal will read both copies, complain about duplicate macro
443 definitions, and refuse to generate aclocal.m4 at all. This
444 happens if you invoke it as `aclocal -I .', as autoreconf does.
445 This is probably a flaw in the autotools, but Guile doesn't need
446 that flaw fixed immediately.
447
448 guile.m4 is intended for use by people linking against guile, so
449 it needs to be installed. But Guile itself doesn't use it. So
450 move guile.m4 into guile-config. That makes sense, since
451 guile.m4's GUILE_FLAGS macro is just an easy way to call
452 guile-config.
453
454 qthreads.m4 is indented to help configure a qthreads tree. It's
455 only useful to a package which actually includes a qthreads tree,
456 and it's intimately related to that tree, so it's not useful to
457 install this. So don't install it.
458
459 * guile.m4: Moved to guile-config.
460 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
461 (EXTRA_DIST): Move qthreads.m4 here.
462
5d94b2fe
JB
463 Don't store generated files in the repository any more. Instead,
464 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 465 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
466 * autogen.sh: New file.
467 * ANON-CVS, SNAPSHOTS: Updated instructions.
468
dc4d930b
JB
4691999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
470
471 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
472
6e706938 4731999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
474
475 * configure.in: Added --enable-debug-freelist option.
476
fca7547b 477 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 478
52cfc69b
GH
4791999-09-23 Gary Houston <ghouston@freewire.co.uk>
480
481 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
482 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
483
484 * configure.in: new options --disable-posix, --disable-net
485 and --disable-regex
486 export HAVE_POSIX and HAVE_NETWORKING definitions.
487 don't add regex-posix.o to LIBOBJS if regex disabled.
488
489 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
490 conditionally.
491
bab4e1cc
JB
4921999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
493
494 * Guile 1.3.4 released.
495
fc97c626
JB
4961999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
497
498 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
499 libtool knows how to get ANSI C behavior from the compiler.
500 * configure: Regenerated.
501
7ee92fce
GH
5021999-09-20 Gary Houston <ghouston@freewire.co.uk>
503
504 * configure.in: check availability of siginterrupt.
505
08b8c694
GH
5061999-09-18 Gary Houston <ghouston@freewire.co.uk>
507
508 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
509 testing for SA_RESTART.
510
7cdbcc7d
MD
5111999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
512
513 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
514
e1f20ec6
JB
5151999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
516
517 * configure.in (GUILE_STAMP): Don't set this variable, or
518 substitute it into anything. Full explanation in ice-9/ChangeLog.
519 * configure, Makefile.in: Regenerated.
72f1168d 520
ffe70f9c
JB
5211999-09-06 James Blandy <jimb@mule.m17n.org>
522
523 Propagate the changes of 2 Sept the rest of the way through.
524 * configure: Regenerated.
525 * Makefile.in: Regenerated. Not sure why this diff is so big.
526
e127c348
JB
5271999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
528
529 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
530 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 531 * aclocal.m4: Regenerated.
e127c348 532
655f19ab
MD
5331999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
534
535 * configure.in: Test for presence of function on_exit.
536
b074884f
JB
5371999-09-01 James Blandy <jimb@mule.m17n.org>
538
539 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
540 the system doesn't have memmove. Don't test for memmove and bcopy
541 with AC_CHECK_FUNCS.
542 * configure: Regenerated.
543
a7098335
MD
5441999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
545
546 * configure.in: Test for atexit.
547
9a26d6f9
MD
5481999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
549
b030b39b
MD
550 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
551
9a26d6f9
MD
552 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
553 (Thanks to Bernard Urban.)
554 Test for memmove and bcopy. (Thanks to
a7098335 555 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
556
557 * acconfig.h: Added HAVE_S_ISLNK.
558
a05cba61
JB
5591999-08-20 James Blandy <jimb@mule.m17n.org>
560
0a852b94
JB
561 * Guile 1.3.2 released.
562
a05cba61
JB
563 * Makefile.in: Regenerated.
564
f29f2933
MD
5651999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
566
567 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
568 to libtool-1.3.3.
569
0e8a8468
MV
5701999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
571
572 Added guile-readline subdirectory with the removed readline
573 support.
574 * guile-readline: New directory, see ChangeLog there.
575 * configure.in: Cause configure to descend into guile-readline
576 dir.
577 * Makefile.am: Likewise for make.
578 * NEWS: Explain how to activate the readline support.
579 * configure, Makefile.in: Regenerated.
72f1168d 580
3144e1a9
JB
5811999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
582
583