diff --git a/NEWS b/NEWS index 362029c0a..e58feaa2a 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ guile-doc-snarf script (that uses guile-doc-snarf.awk). Also, many SCM_VALIDATE_* macros are defined to ease the redundancy and improve the readability of argument checking. +I replaced (nearly?) all K&R prototypes for functions with ANSI C equivalents. * Changes to the distribution diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index d7fd1f393..707c9bbdd 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 12 19:56:52 1999 Greg J. Badros + + * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have + (now empty) docstrings. + 1999-11-18 Gary Houston * readline.c (scm_init_readline): set rl_readline_name to Guile,