This is the mail archive of the guile-cvs@sources.redhat.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-doc/maint ChangeLog docstring.el


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ossau@sourceware.cygnus.com	2000-08-11 02:54:53

Modified files:
	guile-doc/maint: ChangeLog docstring.el 

Log message:
	(query-sync-doc-strings): Use non-error based mechanism for the
	link between query-sync-doc-strings and query-sync-next-doc-string
	so that other errors that occur deep within
	query-sync-next-doc-string are not hidden.
	(query-sync-next-doc-string): Actually update MD5 digest when
	docstrings already match.
	(c-doc-string-data): Search backwards for "^SCM_DEFINE" rather
	than "SCM_DEFINE" to avoid getting confused by primitives whose C
	name is "scm_define...".
	(c-doc-string-data): Remove whitespace inside brackets around
	optional arguments.
	(c-doc-string-data): Clarify error message when a procedure cannot
	be found in the expected file.


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