* configure.in: Create guile-doc-snarf, chmod +x that script after
[bpt/guile.git] / ChangeLog
CommitLineData
6e706938
GB
11999-10-2 Greg J. Badros <gjb@cs.washington.edu>
2
3 * NEWS: More complete description for --enable-debug-freelist.
4
aee8ca3f
GH
51999-12-09 Gary Houston <ghouston@freewire.co.uk>
6
7 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
8 causes numerous spurious warnings with recent gcc and/or glibc
9 versions.
10
afe5177e
GH
111999-11-19 Gary Houston <ghouston@freewire.co.uk>
12
13 * acconfig.h: add HAVE_ARRAYS.
14
15 * configure.in: add --disable-arrays option, probably temporary.
16
5c11cc9d
GH
171999-11-17 Gary Houston <ghouston@freewire.co.uk>
18
19 * configure.in: check for hstrerror.
20
5d94b2fe
JB
211999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
22
e8ff4648
JB
23 * autogen.sh: Don't call autoreconf at all; it's not reliable.
24 Instead, call the various tools explicitly. Invoke
25 guile-readline's autogen.sh script.
0cbedb5b
JB
26
27 Straighten up the situation regarding guile.m4 and qthreads.m4.
28
29 We can't have .m4 files which are installed where aclocal can
30 see them, but also used by guile's own configure.in, because
31 aclocal will read both copies, complain about duplicate macro
32 definitions, and refuse to generate aclocal.m4 at all. This
33 happens if you invoke it as `aclocal -I .', as autoreconf does.
34 This is probably a flaw in the autotools, but Guile doesn't need
35 that flaw fixed immediately.
36
37 guile.m4 is intended for use by people linking against guile, so
38 it needs to be installed. But Guile itself doesn't use it. So
39 move guile.m4 into guile-config. That makes sense, since
40 guile.m4's GUILE_FLAGS macro is just an easy way to call
41 guile-config.
42
43 qthreads.m4 is indented to help configure a qthreads tree. It's
44 only useful to a package which actually includes a qthreads tree,
45 and it's intimately related to that tree, so it's not useful to
46 install this. So don't install it.
47
48 * guile.m4: Moved to guile-config.
49 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
50 (EXTRA_DIST): Move qthreads.m4 here.
51
5d94b2fe
JB
52 Don't store generated files in the repository any more. Instead,
53 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 54 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
55 * autogen.sh: New file.
56 * ANON-CVS, SNAPSHOTS: Updated instructions.
57
dc4d930b
JB
581999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
59
60 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
61
6e706938 621999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
63
64 * configure.in: Added --enable-debug-freelist option.
65
fca7547b 66 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 67
52cfc69b
GH
681999-09-23 Gary Houston <ghouston@freewire.co.uk>
69
70 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
71 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
72
73 * configure.in: new options --disable-posix, --disable-net
74 and --disable-regex
75 export HAVE_POSIX and HAVE_NETWORKING definitions.
76 don't add regex-posix.o to LIBOBJS if regex disabled.
77
78 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
79 conditionally.
80
bab4e1cc
JB
811999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
82
83 * Guile 1.3.4 released.
84
fc97c626
JB
851999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
86
87 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
88 libtool knows how to get ANSI C behavior from the compiler.
89 * configure: Regenerated.
90
7ee92fce
GH
911999-09-20 Gary Houston <ghouston@freewire.co.uk>
92
93 * configure.in: check availability of siginterrupt.
94
08b8c694
GH
951999-09-18 Gary Houston <ghouston@freewire.co.uk>
96
97 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
98 testing for SA_RESTART.
99
7cdbcc7d
MD
1001999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
101
102 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
103
e1f20ec6
JB
1041999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
105
106 * configure.in (GUILE_STAMP): Don't set this variable, or
107 substitute it into anything. Full explanation in ice-9/ChangeLog.
108 * configure, Makefile.in: Regenerated.
109
ffe70f9c
JB
1101999-09-06 James Blandy <jimb@mule.m17n.org>
111
112 Propagate the changes of 2 Sept the rest of the way through.
113 * configure: Regenerated.
114 * Makefile.in: Regenerated. Not sure why this diff is so big.
115
e127c348
JB
1161999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
117
118 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
119 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 120 * aclocal.m4: Regenerated.
e127c348 121
655f19ab
MD
1221999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
123
124 * configure.in: Test for presence of function on_exit.
125
b074884f
JB
1261999-09-01 James Blandy <jimb@mule.m17n.org>
127
128 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
129 the system doesn't have memmove. Don't test for memmove and bcopy
130 with AC_CHECK_FUNCS.
131 * configure: Regenerated.
132
a7098335
MD
1331999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
134
135 * configure.in: Test for atexit.
136
9a26d6f9
MD
1371999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
138
b030b39b
MD
139 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
140
9a26d6f9
MD
141 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
142 (Thanks to Bernard Urban.)
143 Test for memmove and bcopy. (Thanks to
a7098335 144 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
145
146 * acconfig.h: Added HAVE_S_ISLNK.
147
a05cba61
JB
1481999-08-20 James Blandy <jimb@mule.m17n.org>
149
0a852b94
JB
150 * Guile 1.3.2 released.
151
a05cba61
JB
152 * Makefile.in: Regenerated.
153
f29f2933
MD
1541999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
155
156 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
157 to libtool-1.3.3.
158
0e8a8468
MV
1591999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
160
161 Added guile-readline subdirectory with the removed readline
162 support.
163 * guile-readline: New directory, see ChangeLog there.
164 * configure.in: Cause configure to descend into guile-readline
165 dir.
166 * Makefile.am: Likewise for make.
167 * NEWS: Explain how to activate the readline support.
168 * configure, Makefile.in: Regenerated.
169
3144e1a9
JB
1701999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
171
172