guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile ChangeLog
Date: Sat, 22 Sep 2001 17:35:12 -0400

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Mikael Djurfeldt <address@hidden>       01/09/22 17:35:12

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&only_with_tag=branch_release-1-6&tr1=1.1465.2.27&tr2=1.1465.2.28&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1513 
guile/guile-core/libguile/ChangeLog:1.1514
--- guile/guile-core/libguile/ChangeLog:1.1513  Thu Sep 20 14:53:32 2001
+++ guile/guile-core/libguile/ChangeLog Fri Sep 21 13:56:59 2001
@@ -1,3 +1,23 @@
+2001-09-21  Rob Browning  <address@hidden>
+
+       * .cvsignore: really add version.h
+
+       * strings.h (SCM_SET_STRING_LENGTH): coerce "l" to a long.
+       Otherwise it fails on the alpha.  However, we might rather choose
+       this size conditionally.
+
+       * numbers.c (scm_gcd): change "k" to a long from an int.
+       Otherwise it fails on the alpha.  However, we might rather choose
+       this size conditionally.
+
+       * error.c (scm_wta): coerce char* to intptr_t before int
+       assignment.
+
+       * debug.c (debugobj_print): coerce scm_intprint arg 1 to long, not
+       int.
+
+       * chars.h (SCM_MAKE_CHAR): coerce value to intptr_t.
+
 2001-09-20  Mikael Djurfeldt  <address@hidden>
 
        * numbers.c (scm_integer_expt): Accept inexact integer in second



reply via email to

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