From 6925bc4ed98fe59448b09053f610491fb874c79c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 6 Sep 1998 18:57:39 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 38938df9b..663337ea0 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,18 @@ 1998-09-06 Jim Blandy + * print.c (scm_iprin1): Rather than having one i, and using it in + several places, declare a fresh i local to each block where it is + used, and give it a signedness appropriate to its use in each case. + (scm_iprlist): Same. + + * print.c (scm_iprin1): Add cast to avoid unsigned/signed + comparison warnings. + + * print.c (ENTER_NESTED_DATA): Make i an unsigned long, to avoid + signed/unsigned clashes. + + * posix.h (scm_tmpnam): Added prototype. + * objects.h (scm_set_object_procedure_x, scm_make_class_object, scm_make_subclass_object): Add external prototypes.