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