guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/srfi ChangeLog


From: Thien-Thi Nguyen
Subject: guile/guile-core/srfi ChangeLog
Date: Fri, 24 Aug 2001 15:14:47 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Thien-Thi Nguyen <address@hidden>       01/08/24 15:14:47

Modified files:
        guile-core/srfi: ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/srfi/ChangeLog.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.44.2.17&tr2=1.44.2.18&r1=text&r2=text

Patches:
Index: guile/guile-core/srfi/ChangeLog
diff -u guile/guile-core/srfi/ChangeLog:1.63 
guile/guile-core/srfi/ChangeLog:1.64
--- guile/guile-core/srfi/ChangeLog:1.63        Wed Aug 22 04:58:25 2001
+++ guile/guile-core/srfi/ChangeLog     Fri Aug 24 15:04:02 2001
@@ -1,3 +1,16 @@
+2001-08-24  Thien-Thi Nguyen  <address@hidden>
+
+       * srfi-13.h (scm_string_map, scm_string_map_x,
+       scm_string_for_each): Reverse order of first two args.
+       (scm_string_for_each_index): New proc.
+
+       * srfi-13.c (scm_string_for_each): Reverse order of first 2 args.
+       (scm_string_for_each_index): New func.
+
+       * srfi-13.scm (string-for-each-index): New exported proc.
+
+       Thanks to Alex Shinn.
+
 2001-08-22  Mikael Djurfeldt  <address@hidden>
 
        * srfi-13.c (string-map): Swapped order of string and proc args to
@@ -29,7 +42,7 @@
        (scm_char_set_xor_x): disabled the side-effecting code, since it
        gives inconsistent results to scm_char_set_xor for the case
        (char-set-xor! a a a).
-       
+
        (scm_char_set_diff_plus_intersection_x): added cs2 argument, since
        two arguments are compulsory in final spec.  also similar changes
        as for scm_char_set_diff_plus_intersection.
@@ -50,7 +63,7 @@
 
        * srfi-14.c: Okay.  Now I got it.  Really.  This time it's fixed.
        Guaranteed. (Maybe)
-       
+
        * srfi-19.scm: Define `current-time' before exporting it.
 
 2001-07-17  Martin Grabmueller  <address@hidden>
@@ -58,7 +71,7 @@
        * srfi-14.c: Fix for bug caused by brain-malfunctioning on my
        side.  Bit sets were handled wrong because I couldn't tell bit
        counts from byte counts.  Also, the bit array should be 256 / 8
-       bytes long.  Thank you, Gary!   
+       bytes long.  Thank you, Gary!
 
        Removed unnecessary protoype for scm_char_set_copy.
 
@@ -84,7 +97,7 @@
        more values.
 
 2001-07-15  Gary Houston  <address@hidden>
-       
+
        * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
        opt arg to give default bound, as in final spec.  don't allow
        negative bounds.
@@ -120,7 +133,7 @@
        delete!, assoc): roll back the previous change.  instead place
        dummy definitions in a deprecated block at the beginning as in
        srfi-13.scm.
-       
+
 2001-07-06  Rob Browning  <address@hidden>
 
        * srfi-19.scm (priv:locale-reader): don't need open-output-string.
@@ -208,10 +221,10 @@
        properly and relied on non-R5RS-isms like passing reals to
        `quotient'.  For Guile, some additional fixes were needed because
        of the incomplete numeric tower implementation.  See also
-       srfi-19.test. 
-       
+       srfi-19.test.
+
        * srfi-19.scm (date-zone-offset): Fixed typo in export clause.
-       (add-duration): Renamed from priv:add-duration. 
+       (add-duration): Renamed from priv:add-duration.
        (priv:time-normalize!): Handle fractional nanoseconds; remove
        duplicate definition.
        (priv:current-time-tai): Fixed typo.
@@ -226,15 +239,15 @@
        DST effects.
        (time-utc->date, time-tai->date, time-monotonic->date): Handle the
        changed signature of priv:local-tz-offset. Don't pass non-integer
-       arguments to quotient (non-R5RS, not supported by Guile). 
+       arguments to quotient (non-R5RS, not supported by Guile).
        (date->time-utc): Ensure that seconds in a date structure are
        always exact integers.  Handle DST properly.
        (current-date, julian-day->date, modified-julian-day->date):
-       Handle the changed signature of priv:local-tz-offset.  
+       Handle the changed signature of priv:local-tz-offset.
        (julian-day->time-utc): Reverted earlier inexact->exact hack;
        make-time now handles inexact arguments.
        (priv:locale-print-time-zone): At least print the numerical time
-       zone. 
+       zone.
        (priv:integer-reader): Fixed named let iteration.
        (priv:read-directives): Use set-date-month! instead of
        priv:set-date-month! etc.
@@ -313,7 +326,7 @@
 2001-05-19  Marius Vollmer  <address@hidden>
 
        Avoid using module operations from C.
-       
+
        * srfi-13.c (scm_init_srfi_13_14): Removed.
        * srfi-14.h, srfi-14.c (scm_c_init_srfi_14): New.  Contains
        initializations needed by C clients of srfi-14.
@@ -366,7 +379,7 @@
        * srfi-10.scm: New file.
 
        * srfi-17.scm: New file, contributed by Matthias Koeppe.  Thanks a
-       lot!  
+       lot!
        Added `Commentary:' tag.
 
        * srfi-9.scm: Added `Commentary:' tag.
@@ -411,7 +424,7 @@
 
        Changed two procedure names to match final SRFI document.  Thanks
        to Rob Browning for spotting this.
-       
+
        * srfi-13.scm (string-concatenate-reverse),
        (string-concatenate-reverse/shared): Rename from
        reverse-string-concatenate[/shared].
@@ -453,7 +466,7 @@
 2001-04-23  Martin Grabmueller  <address@hidden>
 
        Integrated the guile-srfi package into the Guile distribution.
-       
+
        * srfi-13.c: All procedures so specified in the SRFI now accept
        character set arguments.
 
@@ -494,7 +507,7 @@
        to 0.0.3.
 
        * Released version 0.0.2.
-       
+
        * Makefile.am: Added rules for builing the SRFI-14 library.
 
        * srfi-14.c, srfi-14.scm: New files, implementing SRFI-14



reply via email to

[Prev in Thread] Current Thread [Next in Thread]