(srfiinclude_HEADERS): Added srfi-1.h.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
ee6aac97
MD
12002-12-01 Mikael Djurfeldt <mdj@linnaeus>
2
3 * srfi-1.scm: Load srfi-1 extension.
7692d26b
MD
4 (map, map-in-order, for-each, member, assoc): Replaced by
5 primitives in srfi-1.c.
6 (map1): Defined as `map'.
ee6aac97
MD
7
8 * Makefile.am: Added rules for srfi-1.c.
9
10 * srfi-1.c, srfi-1.h: New files.
11
beac3691
MV
122002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
13
14 * srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
15 the subtitute for char-set:graphic when then token-set hsa been
16 defaulted, grab the real char-set:graphic from (srfi srfi-14).
17
18 * srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
19 it works for 8-bit characters. Thanks to Matthias Koeppe! No,
20