mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
*** empty log message ***
This commit is contained in:
parent
00874d5fb0
commit
590f893b3b
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* readline.c: Replaced all uses of deprecated SCM_FALSEP,
|
||||
SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and SCM_BOOLP with
|
||||
scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool,
|
||||
respectively.
|
||||
|
||||
2004-06-16 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* configure.in: move package and version args to AC_INIT as is now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue