This is the mail archive of the guile-cvs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-core/libguile alloca.c backtrace.c ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	99/12/12 12:35:02

Modified files:
	guile-core/libguile: alloca.c backtrace.c chars.c 
	                     continuations.c debug.c dynl-vms.c dynl.c 
	                     dynwind.c eval.c evalext.c feature.c 
	                     fluids.c fports.c gc.c gdbint.c inet_aton.c 
	                     init.c mallocs.c memmove.c modules.c 
	                     numbers.c options.c print.c putenv.c 
	                     ramap.c read.c scm_validate.h script.c 
	                     smob.c snarf.h stackchk.c strerror.c 
	                     strorder.c throw.c unif.c vectors.c 

Log message:
	* *.c: Finish replacing K&R style prototypes with ANSI C
	prototypes.
	
	* eval.c: Make scm_m_mody's 3rd argument be a const char *, not a
	char *.  ANSI prototypes caught this.
	
	* strorder.c: Use GUILE_PROC1 for the couple SCM_PROC1 expansions
	that I missed.
	
	* scm_validate.h: Use SCM_BOOLP for validating bools.  Do not
	expand macros if SCM_DOCSTRING_SNARF.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]