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