remove scm_list()
[bpt/guile.git] / ChangeLog
CommitLineData
ba78f311
KR
12005-03-13 Kevin Ryde <user42@zip.com.au>
2
3 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
4
d1c38e11
MV
52005-03-09 Marius Vollmer <mvo@zagadka.de>
6
7 Guile 1.7.2 has been released.
8
9 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
10
461f34aa
MV
112005-03-08 Marius Vollmer <mvo@zagadka.de>
12
13 libltdl is no longer distributed. We expect it to be installed
14 already.
15
16 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
17 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
18 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
19
20 * Makefile.am (SUBDIRS): Removed libltdl.
21
22 * README: Talk about required external packages.
23
24 * autogen.sh: Do not call libtoolize.
25
a81b8618
MV
262005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
27
28 * configure.in: Do not check for fast or recursive mutexes. Check
29 for pthread_attr_getstack.
30 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
31 (pthread_mutexattr_settype): Do not check for it.
32
35f2529d
MV
332005-02-28 Marius Vollmer <mvo@zagadka.de>
34
35 * autogen.sh: Add '--verbose' option to autoreconf invocation.
36 Thanks to Bruno Haible.
37
0356881d
MV
382005-01-02 Marius Vollmer <mvo@zagadka.de>
39
40 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
41 option.
42
7674622e
KR
432004-11-28 Kevin Ryde <user42@zip.com.au>
44
45 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
46 latter is what libtool defines.
47
7b1574ed
MV
482004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
49
50 * libguile.h: Include "libguile/srfi-4.h".
51
22417f2f
MV
522004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
53
54 * autogen.sh: Added explicit invocation of libtoolize before
55 autoreconf so that libltdl/ is updated as well.
56
6191ccec
MV
572004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
58
59 Removed usage of libguile-ltdl.
60
61 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
62 AC_LIB_LTDL.
63 (AC_CONFIG_SUBDIRS): Added libltdl.
64 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
65 stuff. Also subst LTDLINC instead of INCLTDL.
66 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
67 libguile-ltdl/upstream/Makefile.
68
69 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
70
cfbd0f35
MV
712004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
72
5cc183a1
MV
73 * ABOUT-NLS: New, from gettext 0.14.1.
74
cfbd0f35
MV
75 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
76 with autoconf 2.59.
77
32540d85
MV
782004-09-25 Marius Vollmer <mvo@zagadka.de>
79
80 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
81 gettextize to run during autogen.sh, which we do not want.
82 Explicitely check for libintl, gettext, bindtextdomain, and
83 textdomain instead.
84
84adbbc8
MV
852004-09-24 Marius Vollmer <mvo@zagadka.de>
86
2edf319f
MV
87 * libguile.h: Include <gmp.h> outside of extern "C" block.
88 (Note that numbers.h still includes gmp.h to make it
89 self-contained.)
90
84adbbc8
MV
91 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
92 for the user and is often overwritten temporarily.
93 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
94 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
95
d5ac9b2a
MV
962004-09-22 Marius Vollmer <mvo@zagadka.de>
97
98 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
99
9c0485fc
MV
1002004-09-21 Marius Vollmer <mvo@zagadka.de>
101
102 * acinclude.m4 (ACX_PTHREAD): New.
103 * configure.in: Use it instead of simply looking for -lpthread.
104