1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
Commit graph

126 commits

Author SHA1 Message Date
Rob Browning
a0760d6173 *** empty log message *** 2002-09-15 01:11:00 +00:00
Marius Vollmer
e99730fcc5 *** empty log message *** 2002-08-24 01:09:35 +00:00
Thien-Thi Nguyen
f404387de8 *** empty log message *** 2002-05-13 20:36:00 +00:00
Thien-Thi Nguyen
500dc6cab2 *** empty log message *** 2002-05-12 05:15:11 +00:00
Thien-Thi Nguyen
9327b8e633 *** empty log message *** 2002-05-09 23:06:09 +00:00
Thien-Thi Nguyen
6336047f2b *** empty log message *** 2002-04-23 22:30:07 +00:00
Marius Vollmer
dc00662795 *** empty log message *** 2002-04-17 17:41:51 +00:00
Rob Browning
21550b108e *** empty log message *** 2002-04-11 04:41:40 +00:00
Thien-Thi Nguyen
547ba6882a *** empty log message *** 2002-03-01 08:36:32 +00:00
Neil Jerram
b45898cae3 * Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
2001-08-27 21:25:44 +00:00
Neil Jerram
11ca886536 * Complete split of documentation into per-manual subdirectories. 2001-08-24 10:16:15 +00:00
Mikael Djurfeldt
88176879bf * scheme-options.texi (Evaluator trap options): Splitted
section "Evaluator options".

* scheme-evaluation.texi (Evaluator Behaviour): Typo "reader
options" --> "evaluator options".
2001-08-22 09:57:35 +00:00
Rob Browning
8098fca931 *** empty log message *** 2001-08-18 03:06:18 +00:00
Neil Jerram
3524efbcd9 * Improve `make-stack' doc by explaining cutting args. 2001-08-02 20:27:42 +00:00
Rob Browning
61921779a9 *** empty log message *** 2001-07-19 17:58:37 +00:00
Gary Houston
a7c0d85cb6 * scheme-evaluation.texi: Added load-from-path'. Updated load':
it doesn't use the load paths.
2001-07-11 18:13:53 +00:00
Martin Grabmüller
04e3da4f22 * scheme-data.texi (Hook Reference): Removed documentation for
`make-hook-with-name', which does note exist.  Added note about
	unspecified return values to all procedure documentation
2001-07-04 06:11:19 +00:00
Martin Grabmüller
166882e16b * srfi-modules.texi (SRFI-1 Fold and Map): Documented extended
versions of `map' and `for-each'.
2001-07-02 17:52:43 +00:00
Martin Grabmüller
e9566a8e4c * preface.texi (Manual Conventions): Added description of
@result{} and @print{}.

	* scheme-data.texi (Hash Table Examples): New subsubsection.
2001-06-30 13:45:22 +00:00
Martin Grabmüller
78c51768a7 * scheme-data.texi (Hash Tables): Added docs for
`make-hash-table'.
2001-06-30 06:58:04 +00:00
Martin Grabmüller
c253742527 * misc-modules.texi: New file.
(Pretty Printing): New chapter.
	(Formatted Output): New chapter.

	* Makefile.am (guile_TEXINFOS): Added misc-modules.texi.

	* guile.texi (Top): Added inclusion of misc-modules.texi.

	* scheme-modules.texi (Included Guile Modules): Added (srfi
	srfi-4) and (ice-9 rw) modules.
	(Module System Quirks): Removed note that `module-export!' must be
	called via gh_eval_str, now that we have scm_c_export.

	* repl-modules.texi (Loading Readline Support, Readline Options):
	New nodes.
2001-06-29 21:43:17 +00:00
Neil Jerram
02d9f38817 * Grammar fix. 2001-06-27 18:12:46 +00:00
Martin Grabmüller
c34f52745c * srfi-modules.texi (SRFI-4): Added documentation for the new
module (srfi srfi-4).
2001-06-27 13:19:43 +00:00
Neil Jerram
d95c0b76d6 * Handle evaluator traps by calling trap handlers directly rather than
by scm_ithrow and a lazy catch handler.
2001-06-26 21:55:45 +00:00
Dirk Herrmann
3628462791 * Deprecated scm_makfromstr and added scm_mem2string as a replacement.
* Eliminated some potential gc problems.
* Eliminated some signedness problems.
* Minor changes.
2001-06-26 10:59:34 +00:00
Neil Jerram
fbcd68abe9 * More GH to scm transition documentation.
* Revise info about GH deprecation following Marius' suggestions.
2001-06-25 22:27:11 +00:00
Marius Vollmer
4172703a7d *** empty log message *** 2001-06-25 15:08:22 +00:00
Neil Jerram
0c02b40803 * Start new node documenting transition from GH to scm interface. 2001-06-22 14:23:46 +00:00
Neil Jerram
a0143ebc24 * Explain GH deprecation & plan for scm documentation. 2001-06-20 22:08:19 +00:00
Martin Grabmüller
39e30745c8 2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* srfi-modules.texi (SRFI-1): Completed procedure documentation.

	* scheme-data.texi (List Constructors): Added make-list.
	Added type index entries for all data types.

2001-06-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* srfi-modules.texi (SRFI-1): New section documenting the SRFI-1
	module.
2001-06-18 19:08:31 +00:00
Marius Vollmer
eb6c2de855 *** empty log message *** 2001-06-16 20:17:50 +00:00
Gary Houston
4bcdfe4641 *** empty log message *** 2001-06-04 21:52:21 +00:00
Martin Grabmüller
cee2ed4f73 * General: A lot of typo, texinfo markup and layout corrections.
* scheme-data.texi (Arithmetic): Clarified docs for - and /.
	(String Modification): Removed docs for C functions
	(scm_substring_move_right_x etc.)
	(Keyword Procedures): New section documenting the keyword
	procedures from boot-9.scm.
	(Vectors): Moved the section before the non-standard data types.

	* data-rep.texi (Defining New Types (Smobs)): Adapted description
	of smobs and proocedure creation to new terminology.
	(Describing a New Type): Removed mentioning of
	scm_make_smob_type_mfpe from smob function list and added
	deprecation notice for this function.
	(Creating Instances): Added description and macro docs for smobs
	with 2 or 3 data cells.
	(Garbage Collecting Smobs): Removed old docs for SCM_GCTYP16.
	(Garbage Collecting Simple Smobs): Added some clarification about
	usage and usefulness.
	(Non-immediate Datatypes): Changed R4RS reference to R5RS.
	(Vector Data): Document type-specific accessors.
2001-05-30 20:32:05 +00:00
Martin Grabmüller
92905faf2c * guile.texi: Commented out menu entry and inclusion of Tcl/Tk
stuff.

	* indices.texi: Users are advised to look under C and Scheme
	names, xref to transformation rules added.

	* intro.texi, scheme-modules.texi, scheme-ideas.texi,
	scheme-evaluation.texi, scheme-data.texi, scheme-procedures.texi:
	Fixed most REFFIXMEs.

	* srfi-modules.texi (About SRFI Usage): New node.
	(SRFI-0): Extended.
	Fixed all REFFIXMEs.
2001-05-23 17:24:50 +00:00
Rob Browning
d579d1652d *** empty log message *** 2001-05-22 23:26:36 +00:00
Neil Jerram
7215d65eb2 * Doc updates for lazy-catch and IP address conversion 2001-05-19 11:13:47 +00:00
Neil Jerram
230712c905 * Fix uses of @itemize without a format specifier. 2001-05-16 19:30:57 +00:00
Martin Grabmüller
fb02eb66f6 * scripts.texi (Invoking Guile): Added docs for --use-srfi.
* expect.texi, repl-modules.texi: Start the chapters with a new
	page.

	* srfi-modules.texi (SRFI-0): Added note about supported feature
	identifiers and an example.  Start the chapter with a new page.

	* srfi-modules.texi, scheme-data.texi, scheme-control.texi,
	scheme-binding.texi, repl-modules.texi, posix.texi, intro.texi,
	scheme-utility.texi: Change `--' to `-' throughout.
2001-05-16 18:08:12 +00:00
Martin Grabmüller
554901a3ad * srfi-13-14.texi: Removed.
* srfi-modules.texi (SRFI-13): Merged SRFI-13 docs into SRFI
	chapter.
	(SRFI-14): Merged SRFI-14 too.

	* guile.texi (Top): Remove inclusion of obsolete SRFI-13/14 file.

	* srfi-modules.texi (SRFI-0): New section.
	(SRFI-16): New section.

	Change `--' to `-' throughout.
2001-05-14 21:37:51 +00:00
Thien-Thi Nguyen
a8b56291db *** empty log message *** 2001-05-13 19:16:20 +00:00
Thien-Thi Nguyen
0281752f6a *** empty log message *** 2001-05-13 11:24:35 +00:00
Thien-Thi Nguyen
90b7e69a9e *** empty log message *** 2001-05-06 09:18:43 +00:00
Neil Jerram
3777a9d3b6 * Add Martin to AUTHORS for reference manual. 2001-05-05 13:49:14 +00:00
Neil Jerram
725fd9806a * New material on macros. 2001-05-05 13:40:18 +00:00
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
Thien-Thi Nguyen
f92a9df0ff *** empty log message *** 2001-05-04 21:03:43 +00:00
Martin Grabmüller
76f944c3ca * scheme-io.texi (Block Reading and Writing): Moved the
documentation for read-string!/partial from the node `Reading'.

	* scheme-data.texi (List/String Conversion): Added docstring for
	`string-split'.
2001-05-04 04:57:39 +00:00
Martin Grabmüller
fc8529c766 * srfi-13-14.texi: Added @bullet to various @itemize lists.
* srfi-modules.texi (SRFI Support): New file and chapter.

	* Makefile.am (guile_TEXINFOS): Added repl-modules.texi and
	srfi-modules.texi.

	* guile.texi (Top): New menu entries for the new chapters.
	(Top): @includes for the new chapters.
	(Top): New menu entry for `SRFI Support', @include for
	`srfi-modules.texi'.

	* repl-modules.texi: New file.
	(Readline Support): New chapter for (ice-9 readline).
	(Value History): New chapter for (ice-9 history).
2001-05-02 21:50:15 +00:00
Martin Grabmüller
0892b63b25 * scheme-modules.texi (Dynamic Libraries): Renamed from `Dynamic
Linking from Marius''.
	(The Guile module system): Removed obsolete naming convention.
	(Loading Guile Modules, Creating Guile Modules),
	(More Module Procedures, Included Guile Modules): New nodes, split
	from `The Guile module system'.
	(The Guile module system): Changed references to (ice-9 slib) to
	(ice-9 popen), because note everybody has SLIB installed.
	(Included Guile Modules): Added a bunch of modules shipped with
	Guile.

	(Dynamic Libraries): (old version) Removed.

	* scheme-io.texi (Block Reading and Writing): Corrected
	capitalization, so it builds again.
2001-05-02 14:44:38 +00:00
Gary Houston
e200c20fa0 * scheme-io.texi: Removed obsolete section Binary IO. Added
new section Block Reading and Writing.  Updated section
	Line/Delimited with module usage.
2001-05-01 21:05:44 +00:00