guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog


From: Thien-Thi Nguyen
Subject: guile/guile-core/libguile ChangeLog
Date: Fri, 17 Aug 2001 17:06:33 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Thien-Thi Nguyen <address@hidden>       01/08/17 17:06:33

Modified files:
        guile-core/libguile: ChangeLog 

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

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

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1491 
guile/guile-core/libguile/ChangeLog:1.1492
--- guile/guile-core/libguile/ChangeLog:1.1491  Wed Aug 15 20:44:05 2001
+++ guile/guile-core/libguile/ChangeLog Fri Aug 17 16:50:02 2001
@@ -1,3 +1,13 @@
+2001-08-17  Thien-Thi Nguyen  <address@hidden>
+
+       * gc.c: Fix omission bug: Add `heap_segment' forward decl
+       (proto) in the case when either `GUILE_DEBUG' or
+       `GUILE_DEBUG_FREELIST' preprocessor symbols are defined.
+
+       (map_free_list): Fix typo: Ref `f' correctly.
+
+       Thanks to Chris Cramer.
+
 2001-08-15  Rob Browning  <address@hidden>
 
        * Makefile.am (libguile_la_LDFLAGS): use libtool interface version
@@ -82,7 +92,7 @@
 2001-07-29  Marius Vollmer  <address@hidden>
 
        Removed vcell slot from structs.
-       
+
        * struct.h (scm_vtable_index_vcell): Removed.  Renumbered
        subsequent indices.
 
@@ -104,7 +114,7 @@
 2001-07-26  Marius Vollmer  <address@hidden>
 
        "Glocs" have been removed.
-       
+
        * tags.h: Update tag system docs.
        (scm_tc3_cons_gloc): Renamed to scm_tc3_struct.  Changed all uses.
        (scm_tcs_cons_gloc): Renamed to scm_tcs_struct.  Changed all uses.
@@ -117,7 +127,7 @@
 
        * print.c (scm_iprin1): Remove printing of glocs.  Do not try to
        tell glocs from structs.
-       
+
        * gc.c (scm_gc_mark, scm_gc_sweep): Remove handling of glocs.
 
        * eval.c (scm_m_atbind): Make a list of variables, not glocs.
@@ -130,7 +140,7 @@
        (scm_m_atfop): Memoize as a variable, not as a gloc.
        (scm_eval_args, scm_deval_args): Do not handle glocs.
        (scm_ceval, scm_deval): Likewise.
-       
+
        * eval.h (SCM_XEVALCAR): Do not test for glocs.
        (SCM_GLOC_VAR, SCM_GLOC_VAL, SCM_GLOC_SET_VAL, SCM_GLOC_VAL_LOC):
        Removed.
@@ -142,11 +152,11 @@
        lists of glocs.
 
        * __scm.h (SCM_CAUTIOS, SCM_RECKLESS): Update comments.
+
 
-       
        * gc_os_dep.c (GC_noop1): Moved into the same #if/#endif context
        where it is needed.
-       
+
 2001-07-25  Gary Houston  <address@hidden>
 
        * numbers.c (scm_logand, scm_logior, scm_logxor): adjusted the
@@ -186,7 +196,7 @@
        (variable_equal_p): Removed.
        (make_variable): Construct a tc7 object instead of a smob.
        (scm_init_variable): Do not register smob.
-       
+
 2001-07-22  Marius Vollmer  <address@hidden>
 
        * tags.h: Include inttypes.h when we have it.
@@ -196,7 +206,7 @@
        * tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot
        is taken by the new SCM_IM_CALL_WITH_VALUES.
        * print.c (scm_isymnames): Update table accordingly.
-       
+
 2001-07-22  Gary Houston  <address@hidden>
 
        * regex-posix.c (s_scm_regexp_exec): use scm_long2num not



reply via email to

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