*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
15526538
GB
1Mon Sep 27 16:28:33 1999 Greg J. Badros <gjb@cs.washington.edu>
2
3 * configure.in: Added --enable-debug-freelist option.
4
5 * acconfig.h: Added DEBUG_FREELIST.
6
52cfc69b
GH
71999-09-23 Gary Houston <ghouston@freewire.co.uk>
8
9 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
10 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
11
12 * configure.in: new options --disable-posix, --disable-net
13 and --disable-regex
14 export HAVE_POSIX and HAVE_NETWORKING definitions.
15 don't add regex-posix.o to LIBOBJS if regex disabled.
16
17 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
18 conditionally.
19
bab4e1cc
JB
201999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
21
22 * Guile 1.3.4 released.
23
fc97c626
JB
241999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
25
26 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
27 libtool knows how to get ANSI C behavior from the compiler.
28 * configure: Regenerated.
29
7ee92fce
GH
301999-09-20 Gary Houston <ghouston@freewire.co.uk>
31
32 * configure.in: check availability of siginterrupt.
33
08b8c694
GH
341999-09-18 Gary Houston <ghouston@freewire.co.uk>
35
36 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
37 testing for SA_RESTART.
38
7cdbcc7d
MD
391999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
40
41 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
42
e1f20ec6
JB
431999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
44
45 * configure.in (GUILE_STAMP): Don't set this variable, or
46 substitute it into anything. Full explanation in ice-9/ChangeLog.
47 * configure, Makefile.in: Regenerated.
48
ffe70f9c
JB
491999-09-06 James Blandy <jimb@mule.m17n.org>
50
51 Propagate the changes of 2 Sept the rest of the way through.
52 * configure: Regenerated.
53 * Makefile.in: Regenerated. Not sure why this diff is so big.
54
e127c348
JB
551999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
56
57 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
58 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 59 * aclocal.m4: Regenerated.
e127c348 60
655f19ab
MD
611999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
62
63 * configure.in: Test for presence of function on_exit.
64
b074884f
JB
651999-09-01 James Blandy <jimb@mule.m17n.org>
66
67 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
68 the system doesn't have memmove. Don't test for memmove and bcopy
69 with AC_CHECK_FUNCS.
70 * configure: Regenerated.
71
a7098335
MD
721999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
73
74 * configure.in: Test for atexit.
75
9a26d6f9
MD
761999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
77
b030b39b
MD
78 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
79
9a26d6f9
MD
80 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
81 (Thanks to Bernard Urban.)
82 Test for memmove and bcopy. (Thanks to
a7098335 83 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
84
85 * acconfig.h: Added HAVE_S_ISLNK.
86
a05cba61
JB
871999-08-20 James Blandy <jimb@mule.m17n.org>
88
0a852b94
JB
89 * Guile 1.3.2 released.
90
a05cba61
JB
91 * Makefile.in: Regenerated.
92
f29f2933
MD
931999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
94
95 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
96 to libtool-1.3.3.
97
0e8a8468
MV
981999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
99
100 Added guile-readline subdirectory with the removed readline
101 support.
102 * guile-readline: New directory, see ChangeLog there.
103 * configure.in: Cause configure to descend into guile-readline
104 dir.
105 * Makefile.am: Likewise for make.
106 * NEWS: Explain how to activate the readline support.
107 * configure, Makefile.in: Regenerated.
108
3144e1a9
JB
1091999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
110
111