*** empty log message ***
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
e3c0c3b9
RB
12003-03-25 Rob Browning <rlb@defaultvalue.org>
2
3 * srfi-4.c: replace typedefs for basic types with typedefs using
4 new standard int types (i.e. scm_t_uint8, etc.) -- should probably
5 remove typedefs altogether later.
6
b8b0abf0
MD
72003-03-24 Mikael Djurfeldt <djurfeldt@nada.kth.se>
8
9 * srfi-1.scm: Re-export all srfi-1 bindings implemented by the
10 core. (Thanks to Kevin Ryde.)
11
d57da08b
MD
122003-03-12 Mikael Djurfeldt <djurfeldt@nada.kth.se>
13
14 * srfi-13.scm: Mark replacements.
15
16 * srfi-17.scm: Mark replacements.
17
f595ccfe
MD
182003-03-11 Mikael Djurfeldt <djurfeldt@nada.kth.se>
19
c614a00b
MD
20 * srfi-1.scm (iota, map, for-each, map-in-order, list-index,
21 member, delete, delete!, assoc): Marked as replacements.
22 (filter, filter!): Removed. (Now implemented in the core.)
f595ccfe 23
a48d60b1
MD
242003-03-06 Mikael Djurfeldt <djurfeldt@nada.kth.se>
25
26 * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
27 with the versions in this module using
28 scm_c_extend_primitive_generic.
29
f9ac1c2d
MD
302003-02-03 Mikael Djurfeldt <djurfeldt@nada.kth.se>
31
32 * srfi-1.c (srfi1_for_each): Corrected argument checking for the
33 case of two argument lists. (Thanks to Kevin Ryde.)
34
b2cbe8d8
RB
352002-12-08 Rob Browning <rlb@defaultvalue.org>
36
37 * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION.
38
2ab05d78
MV
392002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
40
41 * Makefile.am (srfiinclude_HEADERS): Added srfi-1.h.
42
ee6aac97
MD
432002-12-01 Mikael Djurfeldt <mdj@linnaeus>
44
45 * srfi-1.scm: Load srfi-1 extension.
7692d26b
MD
46 (map, map-in-order, for-each, member, assoc): Replaced by
47 primitives in srfi-1.c.
48 (map1): Defined as `map'.
ee6aac97
MD
49
50 * Makefile.am: Added rules for srfi-1.c.
51
52 * srfi-1.c, srfi-1.h: New files.
53
beac3691
MV
542002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
55
56 * srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
57 the subtitute for char-set:graphic when then token-set hsa been
58 defaulted, grab the real char-set:graphic from (srfi srfi-14).
59
60 * srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
61 it works for 8-bit characters. Thanks to Matthias Koeppe! No,
62