* benchmark-suite/lib.scm: Fix some typos in the documentation.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
a658e41b
KR
12003-05-13 Kevin Ryde <user42@zip.com.au>
2
3 * srfi-1.scm (delete): Fix predicate arg order to match srfi-1 spec.
4
9c8721b5
KR
52003-05-10 Kevin Ryde <user42@zip.com.au>
6
7 * srfi-1.scm (take): Make this an alias for list-head.
8 (drop): Make this an alias for list-tail.
9
a1a5dfa8
NJ
102003-04-30 Neil Jerram <neil@ossau.uklinux.net>
11
12 * srfi-34.scm: New file.
13
2d2f76fc
MV
142003-04-23 Marius Vollmer <mvo@zagadka.de>
15
16 * srfi-1.scm: Removed stray "o" from exports list.
17
1685446c
DH
182003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
19
20 * srfi-1.c (srfi1_ilength): Prefer !SCM_CONSP over SCM_NCONSP.
21 Now, guile itself does not include any calls to SCM_NCONSP any
22 more.
23
73be1d9e
MV
242003-04-05 Marius Vollmer <mvo@zagadka.de>
25
26 * Changed license terms to the plain LGPL thru-out.
27
e3c0c3b9
RB
282003-03-25 Rob Browning <rlb@defaultvalue.org>
29
30 * srfi-4.c: replace typedefs for basic types with typedefs using
31 new standard int types (i.e. scm_t_uint8, etc.) -- should probably
32 remove typedefs altogether later.
33
b8b0abf0
MD
342003-03-24 Mikael Djurfeldt <djurfeldt@nada.kth.se>
35
36 * srfi-1.scm: Re-export all srfi-1 bindings implemented by the
37 core. (Thanks to Kevin Ryde.)
38
d57da08b
MD
392003-03-12 Mikael Djurfeldt <djurfeldt@nada.kth.se>
40
41 * srfi-13.scm: Mark replacements.
42
43 * srfi-17.scm: Mark replacements.
44
f595ccfe
MD
452003-03-11 Mikael Djurfeldt <djurfeldt@nada.kth.se>
46
c614a00b
MD
47 * srfi-1.scm (iota, map, for-each, map-in-order, list-index,
48 member, delete, delete!, assoc): Marked as replacements.
49 (filter, filter!): Removed. (Now implemented in the core.)
f595ccfe 50
a48d60b1
MD
512003-03-06 Mikael Djurfeldt <djurfeldt@nada.kth.se>
52
53 * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
54 with the versions in this module using
55 scm_c_extend_primitive_generic.
56
f9ac1c2d
MD
572003-02-03 Mikael Djurfeldt <djurfeldt@nada.kth.se>
58
59 * srfi-1.c (srfi1_for_each): Corrected argument checking for the
60 case of two argument lists. (Thanks to Kevin Ryde.)
61
b2cbe8d8
RB
622002-12-08 Rob Browning <rlb@defaultvalue.org>
63
64 * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION.
65
2ab05d78
MV
662002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
67
68 * Makefile.am (srfiinclude_HEADERS): Added srfi-1.h.
69
ee6aac97
MD
702002-12-01 Mikael Djurfeldt <mdj@linnaeus>
71
72 * srfi-1.scm: Load srfi-1 extension.
7692d26b
MD
73 (map, map-in-order, for-each, member, assoc): Replaced by
74 primitives in srfi-1.c.
75 (map1): Defined as `map'.
ee6aac97
MD
76
77 * Makefile.am: Added rules for srfi-1.c.
78
79 * srfi-1.c, srfi-1.h: New files.
80
beac3691
MV
812002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
82
83 * srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
84 the subtitute for char-set:graphic when then token-set hsa been
85 defaulted, grab the real char-set:graphic from (srfi srfi-14).
86
87 * srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
88 it works for 8-bit characters. Thanks to Matthias Koeppe! No,
89