*** empty log message ***
[bpt/guile.git] / ChangeLog
... / ...
CommitLineData
12005-07-09 Neil Jerram <neil@ossau.uklinux.net>
2
3 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
4 ice-9/debugger/breakpoints/Makefile.
5
6 * Makefile.am (SUBDIRS): Removed emacs.
7
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
142005-03-13 Kevin Ryde <user42@zip.com.au>
15
16 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
17
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
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
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
462005-02-28 Marius Vollmer <mvo@zagadka.de>
47
48 * autogen.sh: Add '--verbose' option to autoreconf invocation.
49 Thanks to Bruno Haible.
50
512005-01-02 Marius Vollmer <mvo@zagadka.de>
52
53 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
54 option.
55
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
612004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
62
63 * libguile.h: Include "libguile/srfi-4.h".
64
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
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
842004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
85
86 * ABOUT-NLS: New, from gettext 0.14.1.
87
88 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
89 with autoconf 2.59.
90
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
982004-09-24 Marius Vollmer <mvo@zagadka.de>
99
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
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
1092004-09-22 Marius Vollmer <mvo@zagadka.de>
110
111 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
112
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