* posix.c (getlogin): getlogin() implementation for Windows.
[bpt/guile.git] / srfi / ChangeLog
CommitLineData
cef248dd
MG
12001-07-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * srfi-1.scm: Replaced calls to `map' in several procedures to
4 calls to `map1'.
5 (map, for-each): New procedures, extended from R5RS.
6
2c4df451
MG
72001-06-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
8
9 * srfi-4.c: Minor cleanups.
10
11 * srfi-14.c (scm_char_set_fold, scm_char_set_unfold)
12 (scm_char_set_unfold_x, scm_char_set_for_each)
13 (scm_char_set_map, scm_char_set_filter)
14 (scm_char_set_filter_x, scm_char_set_count)
15 (scm_char_set_every, scm_char_set_any): Replace calls to
16 scm_apply() with the corresponding scm_call_N() functions.
17
18 * srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next)
19 (scm_char_set_unfold, scm_char_set_unfold_x)
20 (scm_char_set_map, scm_char_set_diff_plus_intersection)
21 (scm_char_set_diff_plus_intersection_x): Replace deprecated macros
22 SCM_LISTN with calls to scm_list_N().
23
24 * srfi-13.c (scm_string_tabulate, scm_string_map)
25 (scm_string_map_x, scm_string_unfold)
26 (scm_string_unfold_right): Replace deprecated macros SCM_LISTN
27 with calls to scm_list_N().
28
29 * srfi-13.c (scm_string_any, scm_string_every),
30 (scm_string_tabulate, scm_string_trim),
31 (scm_string_trim_right, scm_string_trim_both),
32 (scm_string_compare, scm_string_compare_ci),
33 (scm_string_indexS, scm_string_index_right),
34 (scm_string_skip, scm_string_skip_right, scm_string_count),
35 (scm_string_map, scm_string_map_x, scm_string_fold),
36 (scm_string_fold_right, scm_string_unfold),
37 (scm_string_unfold_right, scm_string_for_each),
38 (scm_string_filter, scm_string_delete): Replace calls to
39 scm_apply() with the corresponding scm_call_N() functions.
40
71ca65d9
MG
412001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
42
43 * Makefile.am: Added SRFI-4 files in various places.
44
45 * srfi-4.c, srfi-4.h, srfi-4.scm: New files implementing SRFI-4.
46
36284627
DH
472001-06-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
48
49 * srfi-13.c (scm_string_copyS, scm_string_take, scm_string_drop,
50 scm_string_take_right, scm_string_drop_right, scm_string_trim,
51 scm_string_trim_right, scm_string_trim_both, scm_string_tokenize):
52 Use scm_mem2string instead of scm_makfromstr.
53
54 (scm_reverse_list_to_string, string_titlecase_x): Prefer
55 !SCM_<pred> over SCM_N<pred>.
56
f6581113
MV
572001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
58
59 * srfi-8.scm: Use `re-export-syntax' to correctly re-export
60 `receive'.
61
d0e06238
MV
622001-06-18 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
63
64 The SRFI-19 implementation was completely broken. Already the
65 reference implementation did not handle DST and time zones
66 properly and relied on non-R5RS-isms like passing reals to
67 `quotient'. For Guile, some additional fixes were needed because
68 of the incomplete numeric tower implementation. See also
69 srfi-19.test.
70
71 * srfi-19.scm (date-zone-offset): Fixed typo in export clause.
72 (add-duration): Renamed from priv:add-duration.
73 (priv:time-normalize!): Handle fractional nanoseconds; remove
74 duplicate definition.
75 (priv:current-time-tai): Fixed typo.
76 (time=?, time<=?): Fixed typos.
77 (time-tai->time-utc, time-utc->time-tai,
78 time-utc->time-monotonic): Use make-time-unnormalized instead of
79 make-time when uninitialized time fields are used.
80 (set-date-nanosecond!, set-date-second!, set-date-minute!,
81 set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
82 set-date-zone-offset!): Define.
83 (priv:local-tz-offset): Take an extra argument in order to handle
84 DST effects.
85 (time-utc->date, time-tai->date, time-monotonic->date): Handle the
86 changed signature of priv:local-tz-offset. Don't pass non-integer
87 arguments to quotient (non-R5RS, not supported by Guile).
88 (date->time-utc): Ensure that seconds in a date structure are
89 always exact integers. Handle DST properly.
90 (current-date, julian-day->date, modified-julian-day->date):
91 Handle the changed signature of priv:local-tz-offset.
92 (julian-day->time-utc): Reverted earlier inexact->exact hack;
93 make-time now handles inexact arguments.
94 (priv:locale-print-time-zone): At least print the numerical time
95 zone.
96 (priv:integer-reader): Fixed named let iteration.
97 (priv:read-directives): Use set-date-month! instead of
98 priv:set-date-month! etc.
99 (string->date): Handle DST properly.
100
0f002b27
MV
1012001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
102
103 * srfi-13.scm: Prevent `export' from re-exporting core bindings.
104
e81d98ec
DH
1052001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
106
107 * srfi-14.c (charset_print): Mark unused parameters with
108 SCM_UNUSED.
109
563058ef
MG
1102001-06-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
111
112 * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
113 (delete-duplicates): Now the first occurrence of an element is
114 retained, as required.
115 (member, assoc): Fixed wrong order of equality predicate
116 application.
563058ef 117
e9680547
MG
1182001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
119
120 * README: Update.
121
122 * srfi-1.scm: New file.
123
f480396b
MV
1242001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
125
126 Added exception notice to all files.
127
dd22a80a
MG
1282001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
129
130 * srfi-14.scm, srfi-13.scm: Use `load-extension' for loading the
131 shared library.
132
998c3141
ML
1332001-05-31 Michael Livshin <mlivshin@bigfoot.com>
134
135 * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
136 case.
137 (CLEANFILES): added *.x (and removed from DISTCLEANFILES)
138
6b0d28a3
ML
1392001-05-28 Michael Livshin <mlivshin@bigfoot.com>
140
141 * srfi-19.scm: removed a stray open parenthesis. (thanks to
142