1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/doc/maint
Neil Jerram 7a095584a9 * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
symbols.c (scm_symbol_to_string), vports.c (scm_make_soft_port):
	Change R4RS references to R5RS.

	* guile-snarf.awk.in: Fixes so that (i) blank lines in the
	docstring source are correctly reproduced in the output (ii)
	we don't anymore get occasional trailing quotes.  Also reorganized
	and commented the code a little.

	* scmsigs.c (scm_raise), throw.c (scm_throw): Docstring format
	fixes.

	* new-docstrings.texi, posix.texi, scheme-control.texi,
	scheme-data.texi, scheme-debug.texi, scheme-evaluation.texi,
	scheme-io.texi, scheme-memory.texi, scheme-procedures.texi:
	Automatic docstring updates (mostly argument name updates and
	blank lines).

	* scheme-modules.texi: Change double hyphens to single.

	* scheme-control.texi (Lazy Catch): Completed.

	* posix.texi (Network Databases and Address Conversion): New
	subsubsection `IPv6 Address Conversion'.
2001-05-04 21:54:00 +00:00
..
ChangeLog * scheme-options.texi, scheme-procedures.texi, 2001-04-03 13:11:14 +00:00
docstring.el * Automatic docstring updates. 2001-03-23 15:05:40 +00:00
guile.texi * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x), 2001-05-04 21:54:00 +00:00
README * Minor docstring updates. 2001-03-23 17:24:28 +00:00

README for guile-core/doc/maint                      -*- text -*-

The files in this directory are used by the maintainers to automate
the process of updating the Guile reference manual when the docstrings
in the libguile C source change.

- ChangeLog is the change log for files in this directory.

- README is this file.

- docstring.el is a helpful Emacs Lisp library.  The two key entry
  points are `docstring-process-module' and
  `docstring-ediff-this-line'.

- guile.texi is a snapshot of the built file
  guile-core/libguile/guile.texi, copied last time the reference
  manual was determined to be in sync with the libguile source.