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