1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-02-25 20:51:32 +00:00
parent c39ca281a3
commit b39546b95f

View file

@ -1,3 +1,13 @@
2006-02-26 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (MY_VALIDATE_SUBSTRING_SPEC_UCOPY): New macro.
(scm_string_compare, scm_string_compare_ci, scm_string_lt,
scm_string_gt, scm_string_le, scm_string_ge, scm_string_ci_lt,
scm_string_ci_gt, scm_string_ci_le, scm_string_ci_ge): In comparisons
use "unsigned char", not signed char. This ensures comparisons are
the same as `char<?' etc, and is also the same as guile 1.6 did.
Reported by Sven Hartrumpf.
2006-02-20 Marius Vollmer <mvo@zagadka.de> 2006-02-20 Marius Vollmer <mvo@zagadka.de>
From Mikael Djurfeldt <mdj@neurologic.cc>: From Mikael Djurfeldt <mdj@neurologic.cc>: