From ba15f500e3d6086f514017d2021c51a65e2a3bf0 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 2 Sep 2003 23:03:34 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 515ed998b..b9b1f075f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2003-09-03 Kevin Ryde + + * numbers.c (scm_lognot): Correction to docstring, ones-complement not + 2s-complement. + 2003-08-30 Neil Jerram * script.c (scm_compile_shell_switches): Make -s switch optional