* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
a48d60b1
MD
12003-03-06 Mikael Djurfeldt <djurfeldt@nada.kth.se>
2
3 * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
4 with the versions in this module using
5 scm_c_extend_primitive_generic.
6
f9ac1c2d
MD
72003-02-03 Mikael Djurfeldt <djurfeldt@nada.kth.se>
8
9 * srfi-1.c (srfi1_for_each): Corrected argument checking for the
10 case of two argument lists. (Thanks to Kevin Ryde.)
11
b2cbe8d8
RB
122002-12-08 Rob Browning <rlb@defaultvalue.org>
13
14 * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION.
15
2ab05d78
MV
162002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
17
18 * Makefile.am (srfiinclude_HEADERS): Added srfi-1.h.
19
ee6aac97
MD
202002-12-01 Mikael Djurfeldt <mdj@linnaeus>
21
22 * srfi-1.scm: Load srfi-1 extension.
7692d26b
MD
23 (map, map-in-order, for-each, member, assoc): Replaced by
24 primitives in srfi-1.c.
25 (map1): Defined as `map'.
ee6aac97
MD
26
27 * Makefile.am: Added rules for srfi-1.c.
28
29 * srfi-1.c, srfi-1.h: New files.
30
beac3691
MV
312002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
32
33 * srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
34 the subtitute for char-set:graphic when then token-set hsa been
35 defaulted, grab the real char-set:graphic from (srfi srfi-14).
36
37 * srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
38 it works for 8-bit characters. Thanks to Matthias Koeppe! No,
39