Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.
[bpt/guile.git] / ChangeLog
CommitLineData
a81b8618
MV
12005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * configure.in: Do not check for fast or recursive mutexes. Check
4 for pthread_attr_getstack.
5 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
6 (pthread_mutexattr_settype): Do not check for it.
7
35f2529d
MV
82005-02-28 Marius Vollmer <mvo@zagadka.de>
9
10 * autogen.sh: Add '--verbose' option to autoreconf invocation.
11 Thanks to Bruno Haible.
12
0356881d
MV
132005-01-02 Marius Vollmer <mvo@zagadka.de>
14
15 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
16 option.
17
7674622e
KR
182004-11-28 Kevin Ryde <user42@zip.com.au>
19
20 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
21 latter is what libtool defines.
22
7b1574ed
MV
232004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
24
25 * libguile.h: Include "libguile/srfi-4.h".
26
22417f2f
MV
272004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
28
29 * autogen.sh: Added explicit invocation of libtoolize before
30 autoreconf so that libltdl/ is updated as well.
31
6191ccec
MV
322004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
33
34 Removed usage of libguile-ltdl.
35
36 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
37 AC_LIB_LTDL.
38 (AC_CONFIG_SUBDIRS): Added libltdl.
39 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
40 stuff. Also subst LTDLINC instead of INCLTDL.
41 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
42 libguile-ltdl/upstream/Makefile.
43
44 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
45
cfbd0f35
MV
462004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
47
5cc183a1
MV
48 * ABOUT-NLS: New, from gettext 0.14.1.
49
cfbd0f35
MV
50 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
51 with autoconf 2.59.
52
32540d85
MV
532004-09-25 Marius Vollmer <mvo@zagadka.de>
54
55 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
56 gettextize to run during autogen.sh, which we do not want.
57 Explicitely check for libintl, gettext, bindtextdomain, and
58 textdomain instead.
59
84adbbc8
MV
602004-09-24 Marius Vollmer <mvo@zagadka.de>
61
2edf319f
MV
62 * libguile.h: Include <gmp.h> outside of extern "C" block.
63 (Note that numbers.h still includes gmp.h to make it
64 self-contained.)
65
84adbbc8
MV
66 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
67 for the user and is often overwritten temporarily.
68 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
69 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
70
d5ac9b2a
MV
712004-09-22 Marius Vollmer <mvo@zagadka.de>
72
73 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
74
9c0485fc
MV
752004-09-21 Marius Vollmer <mvo@zagadka.de>
76
77 * acinclude.m4 (ACX_PTHREAD): New.
78 * configure.in: Use it instead of simply looking for -lpthread.
79