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