1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-15 00:53:30 +00:00
parent 7f703e0d21
commit c9cdd3966e
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,13 @@
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.
2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
* inline.h (scm_cell): use SCM_GC_CELL_WORD for checking tag.