1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-08-01 21:26:11 +00:00
parent d308f51ccc
commit b8117b36d2
3 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
* chars.c (scm_char_alphabetic_p, scm_char_numeric_p,
scm_char_whitespace_p, scm_char_upper_case_p,
scm_char_lower_case_p, scm_char_is_both_p): Do not require
characters to fulfill isascii in addition to the primary
predicate.
2001-07-26 Marius Vollmer <mvo@zagadka.ping.de>
* gc_os_dep.c (GC_noop1): Moved into the same #if/#endif context