*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Mon, 28 Jul 2003 23:59:47 +0000 (23:59 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 28 Jul 2003 23:59:47 +0000 (23:59 +0000)
doc/ref/ChangeLog
libguile/ChangeLog
srfi/ChangeLog
test-suite/ChangeLog

index de8f547..df7b7af 100644 (file)
@@ -1,3 +1,13 @@
+2003-07-29  Kevin Ryde  <user42@zip.com.au>
+
+       * scheme-compound.texi (List Constructors): Remove scm_cons_star,
+       since it's not very helpful.
+
+       * scheme-utility.texi (Property Primitives): In primitive-property-ref,
+       note parameters to not-found-proc, use hyphens rather than underscores
+       for that parameter name.
+       In primitive-property-set!, VAL is the value parameter not CODE.
+
 2003-07-24  Kevin Ryde  <user42@zip.com.au>
 
        * scheme-control.texi (Dynamic Wind): Untabify.
index 3dbcbb6..e6d9e02 100644 (file)
@@ -1,3 +1,11 @@
+2003-07-29  Kevin Ryde  <user42@zip.com.au>
+
+       * properties.c (scm_primitive_property_ref): In docstring, note
+       parameters to not-found-proc, use hyphens rather than underscores for
+       that parameter name.
+       (scm_primitive_property_set_x): In docstring, VAL is the value
+       parameter not CODE.
+       
 2003-07-27  Marius Vollmer  <mvo@zagadka.de>
 
        * print.c (scm_print_symbol_name): handle more weird characters by
index e802e05..aadf804 100644 (file)
@@ -1,3 +1,12 @@
+2003-07-29  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-1.c, srfi-1.scm (concatenate, concatenate!): Use scm_append and
+       scm_append_x.
+
+       * srfi-1.c, srfi-1.h, srfi-1.scm (length+): Rewrite using scm_ilength.
+
+       * srfi-34.scm: Add cond-expand-provide srfi-34.
+
 2003-07-14  Matthias Koeppe  <mkoeppe@mail.math.uni-magdeburg.de>
 
        * srfi-1.c, srfi-1.h (scm_srfi1_partition), srfi-1.scm (partition):
index 4a8f59d..5f2f6d0 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (concatenate, concatenate!): New tests.
+       (length+): New tests.
+
+       * tests/srfi-34.test: Check cond-expand srfi-34.
+
 2003-07-24  Kevin Ryde  <user42@zip.com.au>
 
        * tests/numbers.test (angle): New tests.