* Makefile.am (SUBDIRS): Added `srfi'.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
ca003b26
MG
12001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 Integrated the guile-srfi package into the Guile distribution.
4
5 * srfi-13.c: All procedures so specified in the SRFI now accept
6 character set arguments.
7
8 * Makefile.am: Snarfed some variables from the guile-readline
9 directory.
10
11 * srfi-14.c, srfi-14.h: Add prefix SCM_ to exported macros.
12
13 * srfi-13.scm, srfi-14.scm, srfi-13.c, srfi-14.c, srfi-14.h,
14 configure.in, Makefile.am: Added FSF copyright and Guile license
15 information.
16
17 * srfi-13.c, srfi-14.c: Include srfi-14.h.
18 (scm_init_srfi_13_14): Initialize the complete module, if not
19 already done so.
20
21 * srfi-14.h: New file.
22
23 * srfi-13.scm, srfi-14.scm: Load new combined library.
24
25 * Makefile.am: Build only one library,
26 `libguile-srfi-srfi-13-14.la'
27
282001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
29
30 * guile-srfi.texi: Integrated the SRFI-14 documentation.
31
32 * srfi-14.c, srfi-14.scm: Made the procedures and variables
33 compliant to the final SRFI document.
34
35 * Renamed the package to guile-srfi.
36
372001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
38
39 * NEWS: New section for 0.0.3.
40
41 * configure.in, README, guile-srfi-13.texi: Bumped version number
42 to 0.0.3.
43
44 * Released version 0.0.2.
45
46 * Makefile.am: Added rules for builing the SRFI-14 library.
47
48 * srfi-14.c, srfi-14.scm: New files, implementing SRFI-14
49 (character set library).
50
512001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
52
53 * README: Updated procedure and incompatibility list.
54
55 * srfi-13.c (string_upcase_x, scm_string_upcase_xS),
56 (scm_string_upcase, string_downcase_x, scm_string_downcase_xS),
57 (scm_string_downcaseS, string_titlecase_x),
58 (scm_string_titlecase_x, scm_string_titlecase),
59 (scm_string_fill_xS, scm_string_copyS, scm_string_to_listS): New
60 procedures.
61
62 * srfi-13.scm: Export new case mapping procedures.
63
64 * guile-srfi-13.texi (What cannot be done): Removed case mapping
65 procedures from incompatibility list.
66 (Case Mapping): New section for case mapping procedures.
67
682001-03-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
69
70 * NEWS: New section for 0.0.2
71
72 * configure.in, README, guile-srfi-13.texi: Bumbed version number
73 to 0.0.2
74
75 * Released version 0.0.1.
76
77 * README: Made procedure list up-to-date.
78
79 * guile-srfi-13.texi: Fixed typos, completed reference and added
80 introductory blurb.
81
82 * srfi-13.c, srfi-13.scm: Filled in the last missing pieces.
83
842001-03-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
85
86 * Started guile-srfi-13 package. Files are copied from the
87 guile-gdbm and slightly modified.