mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 23:20:32 +02:00
*** empty log message ***
This commit is contained in:
parent
fc54d9376d
commit
89fcf1b4aa
4 changed files with 25 additions and 0 deletions
|
@ -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>
|
2003-11-17 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
* configure.in: rewrite ALLOCA related code as multiple lines so
|
* configure.in: rewrite ALLOCA related code as multiple lines so
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -578,6 +578,12 @@ starting the week.
|
||||||
|
|
||||||
* Changes to the C interface
|
* 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.
|
** Many public #defines with generic names have been made private.
|
||||||
|
|
||||||
#defines with generic names like HAVE_FOO or SIZEOF_FOO have been made
|
#defines with generic names like HAVE_FOO or SIZEOF_FOO have been made
|
||||||
|
|
|
@ -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>
|
2003-12-03 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* numbers.c (scm_less_p): Remove spurious xisnan from frac+big case.
|
* numbers.c (scm_less_p): Remove spurious xisnan from frac+big case.
|
||||||
|
|
|
@ -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>
|
2003-12-03 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/fractions.test: Exercise most-negative-fixnum over -ve of
|
* tests/fractions.test: Exercise most-negative-fixnum over -ve of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue