mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
cba42c9344
commit
f9656a9f82
2 changed files with 5 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -652,8 +652,8 @@ alternatives.
|
|||
SCM_VALIDATE_INUM_* -> Do not use these, scm_to_int, etc. will
|
||||
do the validating for you.
|
||||
|
||||
** The scm_num2<type> and scm_<type>2num functions have been
|
||||
discouraged.
|
||||
** The scm_num2<type> and scm_<type>2num functions and scm_make_real
|
||||
have been discouraged.
|
||||
|
||||
Use the newer scm_to_<type> and scm_from_<type> functions instead for
|
||||
new code. The functions have been discouraged since they don't fit
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
2004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* numbers.h. numbers.c (scm_make_ratio): Renamed to
|
||||
scm_i_make_ratio and made static, replaced uses with scm_divide.
|
||||
|
||||
* discouraged.h, discouraged.c, numbers.c, numbers.h
|
||||
(scm_is_rational): New.
|
||||
(scm_i_short2big, scm_i_int2big, scm_i_uint2big, scm_i_size2big,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue