guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core NEWS


From: Thien-Thi Nguyen
Subject: guile/guile-core NEWS
Date: Thu, 02 Aug 2001 03:46:18 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/08/02 03:46:18

Modified files:
        guile-core     : NEWS 

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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&tr1=1.313&tr2=1.314&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.313 guile/guile-core/NEWS:1.314
--- guile/guile-core/NEWS:1.313 Wed Jul 25 22:31:57 2001
+++ guile/guile-core/NEWS       Thu Aug  2 03:46:18 2001
@@ -6,7 +6,7 @@
 
 Changes since the stable branch:
 
-** Variables have no longer a special behavior for `equal?'. 
+** Variables have no longer a special behavior for `equal?'.
 
 Previously, comparing two variables with `equal?' would recursivly
 compare their values.  This is no longer done.  Variables are now only
@@ -680,6 +680,14 @@
 
 That is, a call to `throw', `error', etc is now guaranteed to not
 return.
+
+** Bugfix for (ice-9 getopt-long)
+
+Parsing for options that are specified to have `optional' args now checks if
+the next element is an option instead of unconditionally taking it as the
+option arg.
+
+Also, this module is now tested using test-suite/tests/getopt-long.test.
 
 * Changes to the C interface
 



reply via email to

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