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