* Fixed readline default input/output port parameter handling.

* Removed redundant SCM_N?IMP tests.
This commit is contained in:
Dirk Herrmann 2000-11-24 10:38:57 +00:00
commit 379b35daaa
2 changed files with 20 additions and 9 deletions

View file

@ -1,3 +1,14 @@
2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (current_input_getc): Use more explicit predicate
than SCM_NIMP.
(scm_readline, scm_readline_init_ports, completion_function):
Remove redundant SCM_N?IMP tests.
(scm_readline): Fixed default input/output port parameter
handling.
2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (scm_readline, scm_add_history, completion_function,