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