* autogen.sh: Call autoheader explicitly. autoreconf runs
[bpt/guile.git] / ChangeLog
CommitLineData
5d94b2fe
JB
11999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2
3 Don't store generated files in the repository any more. Instead,
4 require people to run autogen.sh on trees from snapshots and CVS.
5 * Makefile.in, acconfig.h, aclocal.m4, configure: Deleted.
6 * autogen.sh: New file.
7 * ANON-CVS, SNAPSHOTS: Updated instructions.
8
dc4d930b
JB
91999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
10
11 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
12
15526538
GB
13Mon Sep 27 16:28:33 1999 Greg J. Badros <gjb@cs.washington.edu>
14
15 * configure.in: Added --enable-debug-freelist option.
16
fca7547b 17 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 18
52cfc69b
GH
191999-09-23 Gary Houston <ghouston@freewire.co.uk>
20
21 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
22 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
23
24 * configure.in: new options --disable-posix, --disable-net
25 and --disable-regex
26 export HAVE_POSIX and HAVE_NETWORKING definitions.
27 don't add regex-posix.o to LIBOBJS if regex disabled.
28
29 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
30 conditionally.
31
bab4e1cc
JB
321999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
33
34 * Guile 1.3.4 released.
35
fc97c626
JB
361999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
37
38 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
39 libtool knows how to get ANSI C behavior from the compiler.
40 * configure: Regenerated.
41
7ee92fce
GH
421999-09-20 Gary Houston <ghouston@freewire.co.uk>
43
44 * configure.in: check availability of siginterrupt.
45
08b8c694
GH
461999-09-18 Gary Houston <ghouston@freewire.co.uk>
47
48 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
49 testing for SA_RESTART.
50
7cdbcc7d
MD
511999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
52
53 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
54
e1f20ec6
JB
551999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
56
57 * configure.in (GUILE_STAMP): Don't set this variable, or
58 substitute it into anything. Full explanation in ice-9/ChangeLog.
59 * configure, Makefile.in: Regenerated.
60
ffe70f9c
JB
611999-09-06 James Blandy <jimb@mule.m17n.org>
62
63 Propagate the changes of 2 Sept the rest of the way through.
64 * configure: Regenerated.
65 * Makefile.in: Regenerated. Not sure why this diff is so big.
66
e127c348
JB
671999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
68
69 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
70 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 71 * aclocal.m4: Regenerated.
e127c348 72
655f19ab
MD
731999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
74
75 * configure.in: Test for presence of function on_exit.
76
b074884f
JB
771999-09-01 James Blandy <jimb@mule.m17n.org>
78
79 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
80 the system doesn't have memmove. Don't test for memmove and bcopy
81 with AC_CHECK_FUNCS.
82 * configure: Regenerated.
83
a7098335
MD
841999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
85
86 * configure.in: Test for atexit.
87
9a26d6f9
MD
881999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
89
b030b39b
MD
90 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
91
9a26d6f9
MD
92 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
93 (Thanks to Bernard Urban.)
94 Test for memmove and bcopy. (Thanks to
a7098335 95 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
96
97 * acconfig.h: Added HAVE_S_ISLNK.
98
a05cba61
JB
991999-08-20 James Blandy <jimb@mule.m17n.org>
100
0a852b94
JB
101 * Guile 1.3.2 released.
102
a05cba61
JB
103 * Makefile.in: Regenerated.
104
f29f2933
MD
1051999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
106
107 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
108 to libtool-1.3.3.
109
0e8a8468
MV
1101999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
111
112 Added guile-readline subdirectory with the removed readline
113 support.
114 * guile-readline: New directory, see ChangeLog there.
115 * configure.in: Cause configure to descend into guile-readline
116 dir.
117 * Makefile.am: Likewise for make.
118 * NEWS: Explain how to activate the readline support.
119 * configure, Makefile.in: Regenerated.
120
3144e1a9
JB
1211999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
122
123