drop extra 2006-02-06 heading
[bpt/guile.git] / ChangeLog
... / ...
CommitLineData
12006-04-16 Kevin Ryde <user42@zip.com.au>
2
3 * configure.in (stat64, off_t): New tests.
4
52006-03-31 Kevin Ryde <user42@zip.com.au>
6
7 * configure.in (socklen_t): Enhance test for this type, coping with
8 need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
9 Jay Cotton.
10
112006-03-26 Marius Vollmer <mvo@zagadka.de>
12
13 * configure.in: Added check that defines
14 PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
15 the main thread.
16
172006-02-26 Kevin Ryde <user42@zip.com.au>
18
19 * configure.in (AC_CHECK_FUNCS): Add dirfd.
20
212006-02-20 Marius Vollmer <mvo@zagadka.de>
22
23 Released 1.8.0.
24
25 * GUILE-VERSION: Set version.
26
27 * GUILE-VERSION: Bumped versions for 1.9 series.
28
292006-02-06 Marius Vollmer <mvo@zagadka.de>
30
31 Branched for 1.8 series.
32
33 * GUILE-VERSION: Bumped version numbers.
34
35 * configure.in: Removed --enable-arrays option.
36
372005-12-14 Neil Jerram <neil@ossau.uklinux.net>
38
39 * NEWS: Remove entry claiming that breakpoints have been added,
40 because breakpoints are now implemented outside the core distro.
41 Add entries on obsolescence of the 'cheap option and on tweaking
42 support in evaluator trap calls. Finally, correct outline level
43 of item about make-keyword-from-dash-symbol.
44
452005-07-09 Neil Jerram <neil@ossau.uklinux.net>
46
47 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
48 ice-9/debugger/breakpoints/Makefile.
49
50 * Makefile.am (SUBDIRS): Removed emacs.
51
522005-06-05 Marius Vollmer <mvo@zagadka.de>
53
54 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
55
56 * configure.in: Add tests for socklen_t and ip_mreq.
57
582005-03-13 Kevin Ryde <user42@zip.com.au>
59
60 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
61
622005-03-09 Marius Vollmer <mvo@zagadka.de>
63
64 Guile 1.7.2 has been released.
65
66 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
67
682005-03-08 Marius Vollmer <mvo@zagadka.de>
69
70 libltdl is no longer distributed. We expect it to be installed
71 already.
72
73 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
74 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
75 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
76
77 * Makefile.am (SUBDIRS): Removed libltdl.
78
79 * README: Talk about required external packages.
80
81 * autogen.sh: Do not call libtoolize.
82
832005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
84
85 * configure.in: Do not check for fast or recursive mutexes. Check
86 for pthread_attr_getstack.
87 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
88 (pthread_mutexattr_settype): Do not check for it.
89
902005-02-28 Marius Vollmer <mvo@zagadka.de>
91
92 * autogen.sh: Add '--verbose' option to autoreconf invocation.
93 Thanks to Bruno Haible.
94
952005-01-02 Marius Vollmer <mvo@zagadka.de>
96
97 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
98 option.
99
1002004-11-28 Kevin Ryde <user42@zip.com.au>
101
102 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
103 latter is what libtool defines.
104
1052004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
106
107 * libguile.h: Include "libguile/srfi-4.h".
108
1092004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
110
111 * autogen.sh: Added explicit invocation of libtoolize before
112 autoreconf so that libltdl/ is updated as well.
113
1142004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
115
116 Removed usage of libguile-ltdl.
117
118 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
119 AC_LIB_LTDL.
120 (AC_CONFIG_SUBDIRS): Added libltdl.
121 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
122 stuff. Also subst LTDLINC instead of INCLTDL.
123 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
124 libguile-ltdl/upstream/Makefile.
125
126 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
127
1282004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
129
130 * ABOUT-NLS: New, from gettext 0.14.1.
131
132 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
133 with autoconf 2.59.
134
1352004-09-25 Marius Vollmer <mvo@zagadka.de>
136
137 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
138 gettextize to run during autogen.sh, which we do not want.
139 Explicitely check for libintl, gettext, bindtextdomain, and
140 textdomain instead.
141
1422004-09-24 Marius Vollmer <mvo@zagadka.de>
143
144 * libguile.h: Include <gmp.h> outside of extern "C" block.
145 (Note that numbers.h still includes gmp.h to make it
146 self-contained.)
147
148 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
149 for the user and is often overwritten temporarily.
150 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
151 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
152
1532004-09-22 Marius Vollmer <mvo@zagadka.de>
154
155 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
156
1572004-09-21 Marius Vollmer <mvo@zagadka.de>
158
159 * acinclude.m4 (ACX_PTHREAD): New.
160 * configure.in: Use it instead of simply looking for -lpthread.
161