mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
*** empty log message ***
This commit is contained in:
parent
68fb32d29c
commit
c82f8ed66c
1 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
2004-07-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
|
* deprecated.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOLP, SCM_BOOL):
|
||||||
|
Reimplement using scm_is_false, scm_is_true, scm_is_bool, and
|
||||||
|
scm_from_bool, respectively.
|
||||||
|
(SCM_NINUMP): Added.
|
||||||
|
|
||||||
|
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
||||||
|
deprecated.h. Replaced all uses with scm_is_eq.
|
||||||
|
|
||||||
2004-07-24 Kevin Ryde <user42@zip.com.au>
|
2004-07-24 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* threads.c, threads.h (scm_i_misc_mutex): New SCM_GLOBAL_MUTEX.
|
* threads.c, threads.h (scm_i_misc_mutex): New SCM_GLOBAL_MUTEX.
|
||||||
|
@ -6,7 +16,7 @@
|
||||||
2004-07-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
2004-07-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
||||||
SCM_INUM): Deprecated by reenaming them to SCM_I_INUMP,
|
SCM_INUM): Deprecated by renaming them to SCM_I_INUMP,
|
||||||
SCM_I_NINUMP and SCM_I_INUM, respectively and adding deprecated
|
SCM_I_NINUMP and SCM_I_INUM, respectively and adding deprecated
|
||||||
versions to deprecated.h and deprecated.c. Changed all uses to
|
versions to deprecated.h and deprecated.c. Changed all uses to
|
||||||
either use the SCM_I_ variants or scm_is_*, scm_to_*, or
|
either use the SCM_I_ variants or scm_is_*, scm_to_*, or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue