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