*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
dae11beb
NJ
12005-07-09 Neil Jerram <neil@ossau.uklinux.net>
2
e363047c
NJ
3 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
4 ice-9/debugger/breakpoints/Makefile.
5
dae11beb
NJ
6 * Makefile.am (SUBDIRS): Removed emacs.
7
875a58aa
MV
82005-06-05 Marius Vollmer <mvo@zagadka.de>
9
10 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
11
12 * configure.in: Add tests for socklen_t and ip_mreq.
13
ba78f311
KR
142005-03-13 Kevin Ryde <user42@zip.com.au>
15
16 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
17
d1c38e11
MV
182005-03-09 Marius Vollmer <mvo@zagadka.de>
19
20 Guile 1.7.2 has been released.
21
22 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
23
461f34aa
MV
242005-03-08 Marius Vollmer <mvo@zagadka.de>
25
26 libltdl is no longer distributed. We expect it to be installed
27 already.
28
29 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
30 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
31 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
32
33 * Makefile.am (SUBDIRS): Removed libltdl.
34
35 * README: Talk about required external packages.
36
37 * autogen.sh: Do not call libtoolize.
38
a81b8618
MV
392005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
40
41 * configure.in: Do not check for fast or recursive mutexes. Check
42 for pthread_attr_getstack.
43 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
44 (pthread_mutexattr_settype): Do not check for it.
45
35f2529d
MV
462005-02-28 Marius Vollmer <mvo@zagadka.de>
47
48 * autogen.sh: Add '--verbose' option to autoreconf invocation.
49 Thanks to Bruno Haible.
50
0356881d
MV
512005-01-02 Marius Vollmer <mvo@zagadka.de>
52
53 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
54 option.
55
7674622e
KR
562004-11-28 Kevin Ryde <user42@zip.com.au>
57
58 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
59 latter is what libtool defines.
60
7b1574ed
MV
612004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
62
63 * libguile.h: Include "libguile/srfi-4.h".
64
22417f2f
MV
652004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
66
67 * autogen.sh: Added explicit invocation of libtoolize before
68 autoreconf so that libltdl/ is updated as well.
69
6191ccec
MV
702004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
71
72 Removed usage of libguile-ltdl.
73
74 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
75 AC_LIB_LTDL.
76 (AC_CONFIG_SUBDIRS): Added libltdl.
77 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
78 stuff. Also subst LTDLINC instead of INCLTDL.
79 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
80 libguile-ltdl/upstream/Makefile.
81
82 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
83
cfbd0f35
MV
842004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
85
5cc183a1
MV
86 * ABOUT-NLS: New, from gettext 0.14.1.
87
cfbd0f35
MV
88 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
89 with autoconf 2.59.
90
32540d85
MV
912004-09-25 Marius Vollmer <mvo@zagadka.de>
92
93 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
94 gettextize to run during autogen.sh, which we do not want.
95 Explicitely check for libintl, gettext, bindtextdomain, and
96 textdomain instead.
97
84adbbc8
MV
982004-09-24 Marius Vollmer <mvo@zagadka.de>
99
2edf319f
MV
100 * libguile.h: Include <gmp.h> outside of extern "C" block.
101 (Note that numbers.h still includes gmp.h to make it
102 self-contained.)
103
84adbbc8
MV
104 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
105 for the user and is often overwritten temporarily.
106 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
107 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
108
d5ac9b2a
MV
1092004-09-22 Marius Vollmer <mvo@zagadka.de>
110
111 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
112
9c0485fc
MV
1132004-09-21 Marius Vollmer <mvo@zagadka.de>
114
115 * acinclude.m4 (ACX_PTHREAD): New.
116 * configure.in: Use it instead of simply looking for -lpthread.
117