guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog Makefile.am...


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile ChangeLog Makefile.am...
Date: Sat, 22 Sep 2001 17:33:05 -0400

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

Modified files:
        guile-core/libguile: ChangeLog Makefile.am 
Added files:
        guile-core/libguile: num2float.i.c 

Log message:
        * Makefile.am: Distribute num2float.i.c.
        
        * num2float.i.c: New file, multiply included by numbers.c, used
        to "templatize" the floatl <-> num conversion routines.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/num2float.i.c?cvsroot=OldCVS&only_with_tag=branch_release-1-6&rev=1.1.2.1
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.26&tr2=1.1465.2.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.138.2.3&tr2=1.138.2.4&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
Index: guile/guile-core/libguile/Makefile.am
diff -u guile/guile-core/libguile/Makefile.am:1.142 
guile/guile-core/libguile/Makefile.am:1.143
--- guile/guile-core/libguile/Makefile.am:1.142 Sat Aug 25 12:00:22 2001
+++ guile/guile-core/libguile/Makefile.am       Fri Aug 31 08:13:50 2001
@@ -52,7 +52,7 @@
     random.c rdelim.c read.c root.c rw.c scmsigs.c script.c simpos.c smob.c \
     sort.c srcprop.c stackchk.c stacks.c stime.c strings.c strop.c         \
     strorder.c strports.c struct.c symbols.c throw.c values.c              \
-    variable.c vectors.c version.c vports.c weaks.c symbols-deprecated.c
+    variable.c vectors.c version.c vports.c weaks.c
 
 DOT_X_FILES = alist.x arbiters.x async.x backtrace.x boolean.x chars.x   \
     continuations.x debug.x deprecation.x dynl.x dynwind.x               \
@@ -66,7 +66,7 @@
     scmsigs.x script.x simpos.x smob.x sort.x srcprop.x                        
  \
     stackchk.x stacks.x stime.x strings.x strop.x strorder.x strports.x        
  \
     struct.x symbols.x throw.x values.x variable.x vectors.x             \
-    version.x vports.x weaks.x symbols-deprecated.x
+    version.x vports.x weaks.x
 
 EXTRA_DOT_X_FILES = @EXTRA_DOT_X_FILES@
 
@@ -83,8 +83,7 @@
     scmsigs.doc script.doc simpos.doc smob.doc sort.doc                        
    \
     srcprop.doc stackchk.doc stacks.doc stime.doc strings.doc strop.doc        
    \
     strorder.doc strports.doc struct.doc symbols.doc throw.doc             \
-    values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc    \
-    symbols-deprecated.doc
+    values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc
 
 EXTRA_DOT_DOC_FILES = @EXTRA_DOT_DOC_FILES@
 



reply via email to

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