* Update SMOB example and associated documentation.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
653c7291
MG
12001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
1f7a1dc9
MG
3 * configure.in, autogen.sh: Removed.
4
653c7291
MG
5 * srfi-13.c (scm_string_replace): Take sizeof (char) into account
6 when using memmove().
7
8 * srfi-14.h: Added prototypes for all exported procedures..
9
10 * srfi-13.c: Include srfi-13.h
11
12 * srfi-13.h: New file containing the prototypes.
13
14 * Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
15 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
16 distributed.
17 (libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
18
30f32820
NJ
192001-04-24 Neil Jerram <neil@ossau.uklinux.net>
20
21 * Makefile.am: Fixed "srf-14.x" typo.
22
fafb71de
MG
232001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
24
25 * guile-srfi.texi: Removed, because merged with the GRM.
26
27 * guile-srfi.texi: The docs are now up to date with the
28 implementation and have new introductory material.
29
ca003b26
MG
302001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
31
32 Integrated the guile-srfi package into the Guile distribution.
33
34 * srfi-13.c: All procedures so specified in the SRFI now accept
35 character set arguments.
36
37 * Makefile.am: Snarfed some variables from the guile-readline
38 directory.
39
40 * srfi-14.c, srfi-14.h: Add prefix SCM_ to exported macros.
41
42 * srfi-13.scm, srfi-14.scm, srfi-13.c, srfi-14.c, srfi-14.h,
43 configure.in, Makefile.am: Added FSF copyright and Guile license
44 information.
45
46 * srfi-13.c, srfi-14.c: Include srfi-14.h.
47 (scm_init_srfi_13_14): Initialize the complete module, if not
48 already done so.
49
50 * srfi-14.h: New file.
51
52 * srfi-13.scm, srfi-14.scm: Load new combined library.
53
54 * Makefile.am: Build only one library,
55 `libguile-srfi-srfi-13-14.la'
56
572001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
58
59 * guile-srfi.texi: Integrated the SRFI-14 documentation.
60
61 * srfi-14.c, srfi-14.scm: Made the procedures and variables
62 compliant to the final SRFI document.
63
64 * Renamed the package to guile-srfi.
65
662001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
67
68 * NEWS: New section for 0.0.3.
69
70 * configure.in, README, guile-srfi-13.texi: Bumped version number
71 to 0.0.3.
72
73 * Released version 0.0.2.
74
75 * Makefile.am: Added rules for builing the SRFI-14 library.
76
77 * srfi-14.c, srfi-14.scm: New files, implementing SRFI-14
78 (character set library).
79
802001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
81
82 * README: Updated procedure and incompatibility list.
83
84 * srfi-13.c (string_upcase_x, scm_string_upcase_xS),
85 (scm_string_upcase, string_downcase_x, scm_string_downcase_xS),
86 (scm_string_downcaseS, string_titlecase_x),
87 (scm_string_titlecase_x, scm_string_titlecase),
88 (scm_string_fill_xS, scm_string_copyS, scm_string_to_listS): New
89 procedures.
90
91 * srfi-13.scm: Export new case mapping procedures.
92
93 * guile-srfi-13.texi (What cannot be done): Removed case mapping
94 procedures from incompatibility list.
95 (Case Mapping): New section for case mapping procedures.
96
972001-03-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
98
99 * NEWS: New section for 0.0.2
100
101 * configure.in, README, guile-srfi-13.texi: Bumbed version number
102 to 0.0.2
103
104 * Released version 0.0.1.
105
106 * README: Made procedure list up-to-date.
107
108 * guile-srfi-13.texi: Fixed typos, completed reference and added
109 introductory blurb.
110
111 * srfi-13.c, srfi-13.scm: Filled in the last missing pieces.
112
1132001-03-22 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
114
115 * Started guile-srfi-13 package. Files are copied from the
116 guile-gdbm and slightly modified.