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