*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
edea856c
SJ
12004-09-03 Stefan Jahn <stefan@lkcc.org>
2
3 * configure.in (isinf): Let configure find the isinf() function
4 on MinGW32 systems.
5
c495c342
KR
62004-08-27 Kevin Ryde <user42@zip.com.au>
7
8 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
9 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
10
95bcfff7
MV
112004-08-27 Marius Vollmer <mvo@zagadka.de>
12
13 Guile 1.7.1 as been released.
14
51fab002
MV
152004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
16
17 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
18 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
19 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
20 LIBQTHREADS_*.
21 * configure.in: Updated for the new set of variables defined in
22 GUILE-VERSION.
23
41e4b992
MV
242004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
25
26 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
27 strop.h.
28
f7f3964e
MV
292004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
30
31 * README: Document the new --disable-discouraged option.
32
33 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
34 --enable-discouraged option.
35
36 * libguile.h: Include libguile/discouraged.h.
37
315158a8
MV
382004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
39
40 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
41 assume ptrdiff_t is available when its size is non-zero, not when
51fdb325
MV
42 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
43 for sizes of size_t and intmax_t.
315158a8 44
b7341ea4
MV
452004-07-09 Marius Vollmer <mvo@zagadka.de>
46
47 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
48