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 Makefile.am debug.c ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/01/11 13:47:58

Modified files:
	guile-core/libguile: Makefile.am debug.c guile-doc-snarf.in 
	                     posix.c ramap.c sort.c 
Added files:
	guile-core/libguile: guile-func-name-check.in 

Log message:
	* guile-func-name-check.in: Added this script to statically check
	#define FUNC_NAME, #undef FUNC_NAME in the source.
	
	* sort.c, posix.c: Fix #undef FUNC_NAME lines to not have trailing
	redundant comment, semicolon; caught by new guile-func-name-check
	script.
	
	* debug.c: Fix mistaken #define FUNC_NAME for scm_make_iloc.
	Caught by new guile-func-name-check-script.
	
	* Makefile.am: Added guile-func-name-check to bin_SCRIPTS
	
	* ramap.c: Fix #if 0'd out code to be syntactically acceptable to
	guile-func-name-check.
	
	* guile-doc-snarf.in: Run guile-func-name-check on the file before
	doing the snarf.


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