1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-12-26 19:09:03 +00:00
parent fc54d9376d
commit 89fcf1b4aa
4 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-12-26 Marius Vollmer <mvo@zagadka.de>
* configure.in: Find a suitable type for the new scm_t_intmax and
scm_t_uintmax.
2003-11-17 Rob Browning <rlb@defaultvalue.org>
* configure.in: rewrite ALLOCA related code as multiple lines so

6
NEWS
View file

@ -578,6 +578,12 @@ starting the week.
* Changes to the C interface
** New types scm_t_intmax and scm_t_uintmax.
On platforms that have them, these types are identical to intmax_t and
uintmax_t, respectively. On other platforms, they are identical to
the largest integer types that Guile knows about.
** Many public #defines with generic names have been made private.
#defines with generic names like HAVE_FOO or SIZEOF_FOO have been made

View file

@ -1,3 +1,8 @@
2003-12-26 Marius Vollmer <mvo@zagadka.de>
* gen-scmconfig.h.in, gen-scmconfig.c: Arrange for scm_t_intmax
and scm_t_uintmax to be defined in scmconfig.h
2003-12-03 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_less_p): Remove spurious xisnan from frac+big case.

View file

@ -1,3 +1,12 @@
2003-11-30 Marius Vollmer <mvo@zagadka.de>
* tests/syntax.test: It's "#\\space", not "#\space".
2003-11-21 Marius Vollmer <mvo@zagadka.de>
* tests/numbers.test: #e1.2 is now exactly 12/10. Expect
exceptions when calling inexact? with a non-number.
2003-12-03 Kevin Ryde <user42@zip.com.au>
* tests/fractions.test: Exercise most-negative-fixnum over -ve of