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