From 3a596d3c6be18365c2e6ddce1f96ccdadafdd9f7 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Mon, 13 Dec 1999 03:57:55 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 1 + guile-readline/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+) 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,