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 alist.c ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	99/12/12 19:40:23

Modified files:
	guile-core/libguile: Makefile.am alist.c coop-threads.c debug.c 
	                     dynl.c dynwind.c error.c eval.c evalext.c 
	                     filesys.c fports.c gc.c guile-doc-snarf.awk 
	                     hash.c hashtab.c ioext.c keywords.c list.c 
	                     load.c macros.c net_db.c numbers.c 
	                     objprop.c ports.c posix.c procprop.c 
	                     procs.c ramap.c regex-posix.c root.c 
	                     scmsigs.c simpos.c socket.c stacks.c 
	                     stime.c strings.c strop.c strports.c 
	                     struct.c symbols.c threads.c throw.c unif.c 
	                     vectors.c version.c vports.c weaks.c 

Log message:
	* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
	GUILE_PROC1.  Build guile-procedures.txt, and add that file to
	pkgdata_DATA.
	
	* load.c: Added `pkgdata-dir', `site-dir', `library-dir'
	primitives.
	
	* guile-doc-snarf.awk: Drop trailing space when no arguments:
	e.g., "(foo )" is now "(foo)".
	
	* *.c: moved all the documentation for primitives from
	guile-doc/ref/{appendices,posix,scheme}.texi into the source code.
	This leaves about half of the primitives undocumented.  Also, all
	the markup is currently still texinfo.  I don't have a problem
	with texinfo per se, but the markup is not very descriptive or
	accurate.


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