(ice9_sources): Add gap-buffer.scm.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
54d4ac1f
MV
12002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * srfi-13.c (s_scm_string_tokenize): Only take character sets as
4 the second arg. Collect characters belonging to this set into
5 tokens (as specified by the SRFI), instead of splitting at these
6 characters. Default to an equivalent of char-set:graphic instead
7 of everything-but-whitespace. Thanks to Matthias Koeppe!
8
21550b10
RB
92002-04-10 Rob Browning <rlb@defaultvalue.org>
10
11 * .cvsignore: add *.c.clean.c.
12
cdfc4a7d
TTN
132002-03-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
14
15 * srfi-1.scm, srfi-13.scm, srfi-17.scm, srfi-4.scm, srfi-9.scm,
16 srfi-10.scm, srfi-14.scm, srfi-19.scm, srfi-6.scm, srfi-11.scm,
17 srfi-16.scm, srfi-2.scm, srfi-8.scm: Update copyright.
18 Point to manual in commentary; nfc.
19
e2bd68e0
MV
202002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
21
22 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
23
2cd7ecb9
TTN
242002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
25
26 * srfi-13.c, srfi-14.c, srfi-4.c:
27 Retire inclusion guard macro SCM_MAGIC_SNARFER.
28
ffaf65cd
TTN
29 * Makefile.am (snarfcppopts): New var.
30 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
31
16d98032
MV
322002-03-11 Marius Vollmer <mvo@zagadka.ping.de>
33
34 * srfi-13.c (string_titlecase_x): Treat characters as unsigned so
35 that 8-bit chars work. Thanks to David Pirotte!
36
46151112
RB
372002-02-24 Rob Browning <rlb@defaultvalue.org>
38
39 * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
40 @LIBGUILE_SRFI_SRFI_4_INTERFACE@.
41 (libguile_srfi_srfi_13_14_la_LDFLAGS): use
42 @LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
43
359b471e
NJ
442002-02-23 Neil Jerram <neil@ossau.uklinux.net>
45
46 * srfi-19.scm (priv:month-assoc): Correct numbers so that they
47 match the expectations of priv:year-day.
48
cd328b4f
NJ
492002-02-22 Neil Jerram <neil@ossau.uklinux.net>
50
51 * srfi-19.scm (priv:year-day): Index into priv:month-assoc using
52