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