mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* srfi-14.scm: export string->char-set!, not string-char-set!.
* srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next, scm_end_of_char_set_p): reject negative cursor values. (scm_list_to_char_set, scm_list_to_char_set_x): when reporting type error in list component, omit the position (was always 1).
This commit is contained in:
parent
5c8c4411a8
commit
f47ed23fa2
3 changed files with 16 additions and 7 deletions
|
@ -64,7 +64,7 @@
|
|||
char-set-copy
|
||||
char-set
|
||||
list->char-set list->char-set!
|
||||
string->char-set string-char-set!
|
||||
string->char-set string->char-set!
|
||||
char-set-filter char-set-filter!
|
||||
ucs-range->char-set ucs-range->char-set!
|
||||
->char-set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue