* deprecation.c, extensions.c, rw.c: include string.h.
[bpt/guile.git] / ChangeLog
... / ...
CommitLineData
12001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
4 these when using threads.
5
62001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
7
8 * libguile.h: Added deprecated section with the olde type names.
9
10 * configure.in: Check for header <stdint.h>. Check for uintptr_t
11 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
12 `#defined'.
13
14 * acconfig.h (ptrdiff_t): Removed.
15
162001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
17
18 * configure.in: Generate examples/box-dynamic-module/Makefile.
19
202001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
21
22 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
23 guile-snarf.
24
252001-06-02 Rob Browning <rlb@cs.utexas.edu>
26
27 * configure.in: changes for autoconf 2.50.
28 (AC_PREREQ): require at least autoconf 2.50.
29 (AC_INIT): no longer takes an arg.
30 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
31 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
32 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
33 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
34 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
35 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
36 (AC_OUTPUT): no longer takes args.
37
38 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
39 unconditionally .
40
412001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
42
43 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
44 I. N. Golubev!
45
462001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
47
48 * configure.in: Generate examples/box-dynamic/Makefile.
49
502001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
51
52 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
53
54 * configure.in: Added all Makefiles in the `examples' directory to
55 AC_OUTPUT.
56
572001-05-31 Michael Livshin <mlivshin@bigfoot.com>
58
59 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
60 don't generate guile-snarf.awk.
61
62 * Makefile.am (EXTRA_DIST): add test-suite.
63
642001-05-28 Michael Livshin <mlivshin@bigfoot.com>
65
66 * check-guile.in: fix to be runnable when srcdir!=builddir.
67
682001-05-26 Michael Livshin <mlivshin@bigfoot.com>
69
70 revert the controversial part of the 2001-05-23 changes
71
722001-05-23 Michael Livshin <mlivshin@bigfoot.com>
73
74 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
75 also, make sure that the integral type choosen to represent an SCM
76 has exactly the same size as a void pointer.
77
78 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
79 SCM_SIZEOF_BITS_T, ptrdiff_t.
80
812001-05-16 Rob Browning <rlb@cs.utexas.edu>
82
83 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
84
85 * GUILE-VERSION
86 (GUILE_VERSION): now MAJOR.MINOR.MICRO
87 (GUILE_MICRO_VERSION): new variable, records final revision.
88 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
89 i.e. the 6.
90
912001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
92
93 * acconfig.h, configure.in: Renamed
94 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
95
962001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
97
98 * acinclude.m4: Removed copy of "libtool.m4".
99
1002001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
101
102 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
103
1042001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
105
106 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
107
108 * HACKING: Update copyright.
109 Add blurb pointing to devel/tasks.text.
110
1112001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
112
113 * check-guile.in: For SRFI testing, set and export env
114 var `LTDL_LIBRARY_PATH'.
115
1162001-05-07 Neil Jerram <neil@ossau.uklinux.net>
117
118 * AUTHORS: Add docs-related authorship details.
119
1202001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
121
122 * configure.in (--enable-deprecated): Recognize "shutup" option
123 argument and turn it into the default warning level "no".
124
1252001-05-05 Gary Houston <ghouston@arglist.com>
126
127 * acconfig.h: add HAVE_IPV6.
128 * configure.in: check whether we can compile with IPv6 support.
129
1302001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
131
132 * guile-tools.in: New file.
133
134 * configure.in (AC_OUTPUT): Add guile-tools, and make
135 executable.
136
137 * Makefile.am (bin_SCRIPTS): New var.
138
1392001-05-04 Gary Houston <ghouston@arglist.com>
140
141 * configure.in: check whether uint32_t is defined when netdb.h
142 is included.
143 acconfig.h: added HAVE_UINT32_T.
144
1452001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
146
147 * configure.in: Added handling of `--enable-deprecated'.
148
149 * acconfig.h (SCM_DEBUG_DEPRECATED,
150 GUILE_WARN_DEPRECATED_DEFAULT): Added.
151
1522001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
153
154 * Makefile.am (SUBDIRS): Add "scripts".
155
156 * configure.in (AC_OUTPUT): Add scripts/Makefile.
157
1582001-04-29 Gary Houston <ghouston@arglist.com>
159
160 * libguile.h: include rw.h.
161
1622001-04-27 Rob Browning <rlb@cs.utexas.edu>
163
164 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
165 the new odd/even ustable/stable version numbering scheme.
166 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
167 libguile. In the future, libguile and libguileqthreads may not
168 stay in sync. This still doesn't appear to affect
169 libguileqthreads, but we'll fix that next.
170
1712001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
172
173 * configure.in: Don't treat srfi directory specially, just create
174 the Makefile there (thanks to Neil Jerram for the patch).
175
1762001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
177
178 * Makefile.am (SUBDIRS): Added `srfi'.
179
180 * configure.in: Added subdirectory `srfi' to build process.
181
182 * libguile.h: Added inclusion of `values.h'.
183
1842001-04-22 Gary Houston <ghouston@arglist.com>
185
186 * configure.in: check for inet_pton and inet_ntop.
187
1882001-04-20 Gary Houston <ghouston@arglist.com>
189
190 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
191 * configure.in: check for sin6_scope_id in sockaddr_in6.
192
1932001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
194
195 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
196
1972001-04-17 Gary Houston <ghouston@arglist.com>
198
199 * configure.in: run the autoconf BIGENDIAN check.
200
2012001-04-12 Niibe Yutaka <gniibe@m17n.org>
202
203 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
204 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
205 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
206
207 * configure.in: Likewise.
208
2092001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
210
211 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
212 (GUILE_FUNC_DECLARED): Removed checking of bzero.
213 Thanks to NIIBE Yutaka.
214
2152001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
216
217 * Undeprecated scm_init_oop_goopscore_module.
218
2192001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
220
221 * check-guile.in: Fix sh standard conformance bug: Replace
222 "test -e" with "test -f". Thanks to Alexander Klimov.
223
2242001-03-19 Gary Houston <ghouston@arglist.com>
225
226 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
227 set it to `pwd`.
228
229 * check-guile.in: 16 documentation tests were failing if "make
230 check" was run before Guile had been installed with the current
231 --prefix. made various changes to the script so that it runs
232 without a cd to the test-suite directory. For the -i option,
233 don't point GUILE_LOAD_PATH to the current directory, but let it
234 use it's own scheme library.
235
2362001-03-18 Gary Houston <ghouston@arglist.com>
237
238 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
239 the current directory (build dir) not srcdir to find guile
240 executable. otherwise "make check" doesn't work with a separate
241 build directory. create the test log in
242 $build_dir/check-guile.log instead of in srcdir/test-suite
243 directory.
244 * configure.in: don't define or substitute test_suite_dir.
245
2462001-03-17 Gary Houston <ghouston@arglist.com>
247
248 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
249 since EXTRA_DOT_DOC_FILES is redefined later. define
250 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
251
2522001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
253
254 * configure.in: Added header checks for crypt.h, sys/resource.h
255 and sys/file.h, function checks for chroot, flock, getlogin,
256 cuserid, getpriority, setpriority, getpass, sethostname,
257 gethostname, and for crypt() in libcrypt.
258
2592001-03-09 Neil Jerram <neil@ossau.uklinux.net>
260
261 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
262 option from guile-doc/configure.in.
263
2642001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
265
266 * libguile.h: Removed #include "libguile/dump.h".
267
2682001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
269
270 * libguile.h: Added #include "libguile/dump.h".
271
2722001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
273
274 * libguile.h: Added #include "libguile/rdelim.h".
275
2762001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
277
278 The following patch was sent by Thien-Thi Nguyen.
279
280 * check-guile.in: New file.
281
282 * Makefile.am: Add TESTS rule.
283
284 * configure.in: Add support for "make check".
285
2862000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
287
288 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
289
2902000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
291
292 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
293 version number to 10 due to the merge of GOOPS.
294
295 * oop: New directory.
296
2972000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
298
299 * libguile.h: #include "libguile/properties.h".
300
3012000-09-17 Gary Houston <ghouston@arglist.com>
302
303 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
304 to be reliable on all platforms.
305
3062000-08-18 Gary Houston <ghouston@arglist.com>
307
308 * acconfig.h: added BROKEN_GCSE.
309 * configure.in: check for a gcc GCSE optimisation bug.
310
3112000-07-31 Gary Houston <ghouston@arglist.com>
312
313 * acconfig.h: added HAVE_H_ERRNO
314 * configure.in: removed some dnl'd & obsolete cygwin stuff.
315 added a test for h_errno.
316
3172000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
318
319 * Guile 1.4 released.
320
3212000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
322
323 * GUILE-VERSION: Changed to work also when included by a Makefile
324 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
325 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
326 (GUILE_MINOR_VERSION): Bumped to 4.
327
3282000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
329
330 * libguile.h: Removed #include "libguile/kw.h".
331
332 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
333 (The rule will cd to $(top_srcdir).)
334
335 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
336 substitute it into libguile/Makefile.
337
338 * HACKING: Updated recommended libtool version to be 1.3.5.
339
340 * RELEASE: Say that we should update HACKING to reflect the
341 versions of the tools we're using rather than README.
342
3432000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
344
345 * NOTES: Removed.
346
347 * TODO: Moved to devel/.
348
3492000-06-01 Craig Brozefsky <craig@red-bean.com>
350
351 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
352 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
353 define libguile.so version in a well-lit place.
354
355 * configure.in: added AC_SUBST lines for the new LIBGUILE version
356 variables.
357
3582000-06-01 Michael Livshin <mlivshin@bigfoot.com>
359
360 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
361
362 * guile-aclocal.sh: new file, works around aclocal problems.
363
3642000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
365
366 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
367 USE_PCTHREADS_PTHREADS): Removed.
368
3692000-05-01 Gary Houston <ghouston@arglist.com>
370
371 * Makefile.am: add include_HEADERS.
372 libguile.h: moved from libguile directory. maybe libguile.h should
373 be installed in $prefix/include/libguile/libguile.h instead?
374
3752000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
376
377 * qthreads.m4: Removed THREADS_CPPFLAGS.
378
379 * acinclude.m4: Removed qthreads macros. They are provided in
380 qthreads.m4, so these were redundant.
381
382 * acconfig.h (GUILE_DEBUG_MALLOC): New.
383
384 * configure.in: New --enable-debug-malloc configuration option.
385
3862000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
387
388 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
389
390 * configure.in: Enable workaround for COOP-linuxthreads
391 compatibility on Linux systems.
392
3932000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
394
395 * devel: New directory. Intended to carry documentation related
396 to Guile development (as opposed to the doc directory which
397 contains documentation related to the use of the current Guile).
398 This directory (devel) is not included in the Guile distribution,
399 but is accessible via anonymous CVS.
400
4012000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
402
403 * configure.in: Don't add iselect.o to LIBOBJS.
404
4052000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
406
407 * configure.in: Added end-tag for local variables. (Thanks to
408 Thien-Thi Nguyen.)
409
4102000-03-12 Gary Houston <ghouston@arglist.com>
411
412 * README (Guile Documentation, About This Distribution): updated.
413
4142000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
415
416 * configure.in (ac_cv_struct_timespec): Added test for struct
417 timespec.
418
419 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
420
4212000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
422
423 * autogen.sh: Call libtoolize. Pass --add-missing option to
424 automake. Do not decent into libltdl directory. The libltdl
425 directory is now populated by libtoolize and does not need any
426 further autogeneration.
427
4282000-01-23 Gary Houston <ghouston@arglist.com>
429
430 * configure.in: check for fchown.
431
432Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
433
434 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
435 instead of $(top_builddir)/libltdl to includepath.
436
4372000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
438
439 * emacs: New subdirectory for elisp tools.
440
4412000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
442
443 * README, HACKING: Moved "Hacking it yourself" section from README
444 to HACKING. Updated recommended libtool version to be 1.3.4.
445
4462000-01-14 Gary Houston <ghouston@arglist.com>
447
448 * configure.in: needs to have --disable-networking, not
449 --disable-net.
450
4512000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
452
453 * libltdl/acconfig.h: New file: Needed by autogen.sh.
454
455Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
456
457 * autogen.sh: Added messages as we run autogen in subdirectories.
458
459 * configure.in: Output libugile/guile-func-name-check script, and
460 chmod +x it.
461
4622000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
463
464 * libltdl/autogen.sh: New file.
465 * autogen.sh: Invoke libltdl/autogen.sh.
466
4672000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
468
469 Finally applied the libltdl patch from Thomas Tanner, with slight
470 modifications. All code copied from the libtool package is from
471 libtool-1.3.4.
472
473 * configure.in: Make "--with-modules=yes" the default. Do not
474 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
475
476 1999-07-25 Thomas Tanner <tanner@ffii.org>
477
478 * Makefile.am: add libltdl to SUBDIRS, automake automatically
479 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
480 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
481 (no need to install libtool any more)
482 * configure.in: replace --enable-dynamic-linking with
483 --with-modules, required modules can be specified using
484 --with-modules="/path/to/mod.la" and will be linked
485 statically on platforms that don't support dynamic loading,
486 configure libltdl, configure libtool for dlopening
487 * libltdl: added using libtoolize -c --ltdl
488
4892000-01-09 Gary Houston <ghouston@arglist.com>
490
491 * configure.in: check whether localtime caches TZ. copied from
492 Emacs 20.5.
493 * acconfig.h: add LOCALTIME_CACHE.
494
495Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
496
497 * configure.in: Make it be guile-snarf.awk, since we'll be
498 switching names for guile-doc-snarf. (I wouldn't have changed
499 this, but I was getting ready to commit this way when the below
500 change was committed).
501
5021999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
503
504 * configure.in: Create guile-doc-snarf.awk.
505
5061999-12-12 Greg J. Badros <gjb@cs.washington.edu>
507
508 * configure.in: Create guile-doc-snarf, chmod +x that script after
509 AC_OUTPUTted.
510
5111999-12-10 Greg J. Badros <gjb@cs.washington.edu>
512
513 * NEWS: More complete description for --enable-debug-freelist.
514
5151999-12-09 Gary Houston <ghouston@freewire.co.uk>
516
517 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
518 causes numerous spurious warnings with recent gcc and/or glibc
519 versions.
520
5211999-11-19 Gary Houston <ghouston@freewire.co.uk>
522
523 * acconfig.h: add HAVE_ARRAYS.
524
525 * configure.in: add --disable-arrays option, probably temporary.
526
5271999-11-17 Gary Houston <ghouston@freewire.co.uk>
528
529 * configure.in: check for hstrerror.
530
5311999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
532
533 * autogen.sh: Don't call autoreconf at all; it's not reliable.
534 Instead, call the various tools explicitly. Invoke
535 guile-readline's autogen.sh script.
536
537 Straighten up the situation regarding guile.m4 and qthreads.m4.
538
539 We can't have .m4 files which are installed where aclocal can
540 see them, but also used by guile's own configure.in, because
541 aclocal will read both copies, complain about duplicate macro
542 definitions, and refuse to generate aclocal.m4 at all. This
543 happens if you invoke it as `aclocal -I .', as autoreconf does.
544 This is probably a flaw in the autotools, but Guile doesn't need
545 that flaw fixed immediately.
546
547 guile.m4 is intended for use by people linking against guile, so
548 it needs to be installed. But Guile itself doesn't use it. So
549 move guile.m4 into guile-config. That makes sense, since
550 guile.m4's GUILE_FLAGS macro is just an easy way to call
551 guile-config.
552
553 qthreads.m4 is indented to help configure a qthreads tree. It's
554 only useful to a package which actually includes a qthreads tree,
555 and it's intimately related to that tree, so it's not useful to
556 install this. So don't install it.
557
558 * guile.m4: Moved to guile-config.
559 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
560 (EXTRA_DIST): Move qthreads.m4 here.
561
562 Don't store generated files in the repository any more. Instead,
563 require people to run autogen.sh on trees from snapshots and CVS.
564 * Makefile.in, aclocal.m4, configure: Deleted.
565 * autogen.sh: New file.
566 * ANON-CVS, SNAPSHOTS: Updated instructions.
567
5681999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
569
570 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
571
5721999-09-27 Greg J. Badros <gjb@cs.washington.edu>
573
574 * configure.in: Added --enable-debug-freelist option.
575
576 * acconfig.h: Added GUILE_DEBUG_FREELIST.
577
5781999-09-23 Gary Houston <ghouston@freewire.co.uk>
579
580 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
581 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
582
583 * configure.in: new options --disable-posix, --disable-net
584 and --disable-regex
585 export HAVE_POSIX and HAVE_NETWORKING definitions.
586 don't add regex-posix.o to LIBOBJS if regex disabled.
587
588 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
589 conditionally.
590
5911999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
592
593 * Guile 1.3.4 released.
594
5951999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
596
597 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
598 libtool knows how to get ANSI C behavior from the compiler.
599 * configure: Regenerated.
600
6011999-09-20 Gary Houston <ghouston@freewire.co.uk>
602
603 * configure.in: check availability of siginterrupt.
604
6051999-09-18 Gary Houston <ghouston@freewire.co.uk>
606
607 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
608 testing for SA_RESTART.
609
6101999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
611
612 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
613
6141999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
615
616 * configure.in (GUILE_STAMP): Don't set this variable, or
617 substitute it into anything. Full explanation in ice-9/ChangeLog.
618 * configure, Makefile.in: Regenerated.
619
6201999-09-06 James Blandy <jimb@mule.m17n.org>
621
622 Propagate the changes of 2 Sept the rest of the way through.
623 * configure: Regenerated.
624 * Makefile.in: Regenerated. Not sure why this diff is so big.
625
6261999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
627
628 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
629 variable name. (Thanks to Bill Schottstaedt.)
630 * aclocal.m4: Regenerated.
631
6321999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
633
634 * configure.in: Test for presence of function on_exit.
635
6361999-09-01 James Blandy <jimb@mule.m17n.org>
637
638 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
639 the system doesn't have memmove. Don't test for memmove and bcopy
640 with AC_CHECK_FUNCS.
641 * configure: Regenerated.
642
6431999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
644
645 * configure.in: Test for atexit.
646
6471999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
648
649 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
650
651 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
652 (Thanks to Bernard Urban.)
653 Test for memmove and bcopy. (Thanks to
654 suzukis@file.phys.tohoku.ac.jp.)
655
656 * acconfig.h: Added HAVE_S_ISLNK.
657
6581999-08-20 James Blandy <jimb@mule.m17n.org>
659
660 * Guile 1.3.2 released.
661
662 * Makefile.in: Regenerated.
663
6641999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
665
666 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
667 to libtool-1.3.3.
668
6691999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
670
671 Added guile-readline subdirectory with the removed readline
672 support.
673 * guile-readline: New directory, see ChangeLog there.
674 * configure.in: Cause configure to descend into guile-readline
675 dir.
676 * Makefile.am: Likewise for make.
677 * NEWS: Explain how to activate the readline support.
678 * configure, Makefile.in: Regenerated.
679
6801999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
681
682