Remove entry claiming that breakpoints have been added,
[bpt/guile.git] / ChangeLog
... / ...
CommitLineData
12005-12-14 Neil Jerram <neil@ossau.uklinux.net>
2
3 * NEWS: Remove entry claiming that breakpoints have been added,
4 because breakpoints are now implemented outside the core distro.
5 Add entries on obsolescence of the 'cheap option and on tweaking
6 support in evaluator trap calls. Finally, correct outline level
7 of item about make-keyword-from-dash-symbol.
8
92005-07-09 Neil Jerram <neil@ossau.uklinux.net>
10
11 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
12 ice-9/debugger/breakpoints/Makefile.
13
14 * Makefile.am (SUBDIRS): Removed emacs.
15
162005-06-05 Marius Vollmer <mvo@zagadka.de>
17
18 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
19
20 * configure.in: Add tests for socklen_t and ip_mreq.
21
222005-03-13 Kevin Ryde <user42@zip.com.au>
23
24 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
25
262005-03-09 Marius Vollmer <mvo@zagadka.de>
27
28 Guile 1.7.2 has been released.
29
30 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
31
322005-03-08 Marius Vollmer <mvo@zagadka.de>
33
34 libltdl is no longer distributed. We expect it to be installed
35 already.
36
37 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
38 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
39 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
40
41 * Makefile.am (SUBDIRS): Removed libltdl.
42
43 * README: Talk about required external packages.
44
45 * autogen.sh: Do not call libtoolize.
46
472005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
48
49 * configure.in: Do not check for fast or recursive mutexes. Check
50 for pthread_attr_getstack.
51 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
52 (pthread_mutexattr_settype): Do not check for it.
53
542005-02-28 Marius Vollmer <mvo@zagadka.de>
55
56 * autogen.sh: Add '--verbose' option to autoreconf invocation.
57 Thanks to Bruno Haible.
58
592005-01-02 Marius Vollmer <mvo@zagadka.de>
60
61 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
62 option.
63
642004-11-28 Kevin Ryde <user42@zip.com.au>
65
66 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
67 latter is what libtool defines.
68
692004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
70
71 * libguile.h: Include "libguile/srfi-4.h".
72
732004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
74
75 * autogen.sh: Added explicit invocation of libtoolize before
76 autoreconf so that libltdl/ is updated as well.
77
782004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
79
80 Removed usage of libguile-ltdl.
81
82 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
83 AC_LIB_LTDL.
84 (AC_CONFIG_SUBDIRS): Added libltdl.
85 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
86 stuff. Also subst LTDLINC instead of INCLTDL.
87 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
88 libguile-ltdl/upstream/Makefile.
89
90 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
91
922004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
93
94 * ABOUT-NLS: New, from gettext 0.14.1.
95
96 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
97 with autoconf 2.59.
98
992004-09-25 Marius Vollmer <mvo@zagadka.de>
100
101 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
102 gettextize to run during autogen.sh, which we do not want.
103 Explicitely check for libintl, gettext, bindtextdomain, and
104 textdomain instead.
105
1062004-09-24 Marius Vollmer <mvo@zagadka.de>
107
108 * libguile.h: Include <gmp.h> outside of extern "C" block.
109 (Note that numbers.h still includes gmp.h to make it
110 self-contained.)
111
112 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
113 for the user and is often overwritten temporarily.
114 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
115 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
116
1172004-09-22 Marius Vollmer <mvo@zagadka.de>
118
119 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
120
1212004-09-21 Marius Vollmer <mvo@zagadka.de>
122
123 * acinclude.m4 (ACX_PTHREAD): New.
124 * configure.in: Use it instead of simply looking for -lpthread.
125