*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
index 169df8b..1ec1d2e 100644 (file)
@@ -1,5 +1,19 @@
+2004-04-15  Kevin Ryde  <user42@zip.com.au>
+
+       * cpp_sig_symbols.in: Add SIGSYS.
+       
+       * list.c (scm_append_x): Use iterative style, to avoid non-tail
+       recursion.
+
+       * numbers.c (scm_max, scm_min): For inum/frac, frac/inum, big/frac,
+       frac/big and frac/frac, use scm_less_p for exact comparison.
+
+       * numbers.c (xisinf): Add a comment about solaris 7 lacking isinf.
+
 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * inline.h (scm_cell): use SCM_GC_CELL_WORD for checking tag.
+
        * chars.h (scm_init_chars): change scm_{upcase,downcase} to
        scm_c_{up,down}case. 
        (SCM_MAKE_CHAR): add (unsigned char) cast. This prevents havoc