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