guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog


From: Marius Vollmer
Subject: guile/guile-core/libguile ChangeLog
Date: Mon, 04 Jun 2001 15:19:00 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/04 15:18:59

Modified files:
        guile-core/libguile: ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1426&tr2=1.1427&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1426 
guile/guile-core/libguile/ChangeLog:1.1427
--- guile/guile-core/libguile/ChangeLog:1.1426  Mon Jun  4 14:52:21 2001
+++ guile/guile-core/libguile/ChangeLog Mon Jun  4 15:18:59 2001
@@ -1,3 +1,12 @@
+2001-06-05  Marius Vollmer  <address@hidden>
+
+       * extensions.c (scm_c_register_extension): Allow NULL as library
+       name.
+       (load_extension): Ignore NULL library names when comparing.
+       
+       * hash.c (scm_hasher): Use SCM_UNPACK in the case labels so that
+       non-pointers are being compared.  Thanks to Alexander Klimov!
+
 2001-06-04  Gary Houston  <address@hidden>
 
        * rw.c (scm_write_string_partial): new procedure implementing
@@ -5,6 +14,12 @@
        * rw.h: declare scm_write_string_partial.
        
 2001-06-04  Marius Vollmer  <address@hidden>
+
+       * keywords.c (keyword_print): Substract 1 from length of symbol
+       name, accounting for the silly dash.
+
+       * dynl.c (scm_registered_modules, scm_clear_registered_modules):
+       Do not emit deprecation warning.
 
        Added exception notice to all files.
 



reply via email to

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