*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-09 23:33:27 +00:00
commit 409eb4e54f
2 changed files with 13 additions and 0 deletions

6
NEWS
View file

@ -681,6 +681,12 @@ code.
Use scm_is_eq for new code, which fits better into the naming
conventions.
** The functions scm_round and scm_truncate have been deprecated and
are now available as scm_c_round and scm_c_truncate, respectively.
These functions occupy the names that scm_round_number and
scm_truncate_number should have.
** SCM_CELL_WORD_LOC has been deprecated.
Use the new macro SCM_CELL_OBJECT_LOC instead, which return a pointer

View file

@ -1,3 +1,10 @@
2004-08-10 Marius Vollmer <mvo@zagadka.de>
* numbers.h, number.c, deprecated.h, deprecated.c (scm_round,
scm_truncate): Renamed to scm_c_round and scm_c_truncate;
deprecated versions installed in deprecated.h and deprecated.c.
Changed all uses.
2004-08-06 Rob Browning <rlb@defaultvalue.org>
* net_db.c (scm_resolv_error): don't cause an exception while