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