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