X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/f1dc5f45ab455339c02340d612af409ab9f51fc9..7301de799a423824b440ee0f22708646fad5db9d:/srfi/ChangeLog diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 3e255d44e..a54be2fa9 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,26 @@ +2004-04-24 Kevin Ryde + + * srfi-11.scm (let-values): Use make-symbol rather than gensym, for + guaranteed uniqueness of temp variable symbols. + +2004-04-15 Kevin Ryde + + * srfi-13.c (scm_string_trim, scm_string_trim_right, + scm_string_trim_both): Cast to unsigned char for isspace. + +2004-04-06 Han-Wen Nienhuys + + * srfi-13.c (s_scm_string_map): convert character to unsigned char + before converting to unsigned int. This prevents hi-bit ascii as + being converted large integers. + (string_upcase_x): change caller for scm_{up,down}case to + scm_c_{up,down}case + +2004-03-23 Kevin Ryde + + * srfi-1.scm (circular-list): Rewrite using set-cdr!, no need to copy + parameter list. + 2004-02-08 Mikael Djurfeldt * Makefile.am (TAGS_FILES): Use this variable instead of