guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core BUGS


From: Gary Houston
Subject: guile/guile-core BUGS
Date: Sat, 27 Oct 2001 07:48:33 -0400

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Gary Houston <address@hidden>   01/10/27 07:48:33

Modified files:
        guile-core     : BUGS 

Log message:
        bugs 5 and 6 seem to be fixed.

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

Patches:
Index: guile/guile-core/BUGS
diff -u guile/guile-core/BUGS:1.6 guile/guile-core/BUGS:1.7
--- guile/guile-core/BUGS:1.6   Fri Oct 26 08:57:25 2001
+++ guile/guile-core/BUGS       Sat Oct 27 07:47:25 2001
@@ -84,7 +84,7 @@
 
 bug 5 -- uniform vector read-hash "e" clashes w/ exactness specification
 reported-by: address@hidden / 2001-10-07
-fixed: not-yet
+fixed: 2001-10-14 (1.5.x, 1.7.x)
 
 Keith Wright sez:
 > Before getting into philosophy, I want to mention that while poking
@@ -108,10 +108,17 @@
 > >
 > >   * `#e', `#E' -- the number is exact
 
+2001-10-14  Mikael Djurfeldt  <address@hidden>
+
+       * read.c (scm_lreadr): When user-defined hash procedure returns
+       SCM_UNSPECIFIED: Fall back to standard handling instead of raising
+       an exception.  (This prevents parsing of uniform vectors from
+       interfering with parsing of numbers.)
+
 
 bug 6 -- exactness prefix doesn't do nothing gracefully
 reported-by: address@hidden / 2001-10-09
-fixed: not-yet
+fixed: 2001-10-14 (1.5.x, 1.7.x) (see bug 5)
 
 [this may be related to bug 5. --ttn]
 



reply via email to

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