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

47 commits

Author SHA1 Message Date
Ludovic Courtès
627bae78af Add `pkg-config' support. 2008-05-04 22:19:30 +02:00
Neil Jerram
b0f07fa20c Merge GDS (except for breakpoints) from CVS HEAD:
* debugger/commands.scm (evaluate, info-args, info-frame,
position, up, down): Improve/fix doc strings.

* Makefile.am (SUBDIRS): Add debugging.
(ice9_sources): Add gds-client.scm and gds-server.scm.

* scheme-debugging.texi: Remove lots of text that is now
duplicated (exactly) elsewhere, leaving only the `Tracing' node.

* guile.texi: Replace `Debugging Features' (scheme-debugging.texi)
by `Using Guile Interactively' and `Using Guile in Emacs'
(scheme-using.texi).  Move the `Tracing' content of
scheme-debugging.texi to the Modules section.

* api-options.texi (Evaluator trap options): Move doc for
with-traps and debug-object? to here.

* api-modules.texi (Included Guile Modules): Change reference from
`Debugging Features' to `Tracing'.

* api-evaluation.texi (Evaluator Behaviour): Add reference to
`Evaluator trap options'.

* api-debug.texi (Examining the Stack): Minor improvements to
display-backtrace doc.

* api-debug.texi (Debug on Error): New text on how to catch errors
and the error stack.

* api-debug.texi (High Level Traps): New.

* api-debug.texi (Debugging): New intro text.  New subsection
"Evaluation Model".  Moved existing subsections "Capturing the
Stack or Innermost Stack Frame", "Examining the Stack", "Examining
Stack Frames", "Source Properties", "Decoding Memoized Source
Expressions" and "Starting a New Stack" under "Evaluation Model".
(Capturing the Stack or Innermost Stack Frame): Some new text, and
correction to doc for last-stack-frame.
(Debug on Error): Renamed from "Interactive Debugging".

* configure.in (AC_CONFIG_FILES): Add emacs/Makefile and
ice-9/debugging/Makefile.

* Makefile.am (SUBDIRS): Add emacs.
2008-03-12 00:57:41 +00:00
Kevin Ryde
840efb8549 (Buffered Input): New section, describing (ice-9 buffered-input). 2006-10-04 21:40:24 +00:00
Kevin Ryde
8c3fa3e53a Spelling errors reported by hyperdivision. 2005-06-22 23:49:40 +00:00
Kevin Ryde
9465ea99b9 (Rx Regexps): Remove this section, Rx
is not in the core and we don't want to confuse anyone with it and the
builtin posix regexps.
2005-04-18 22:29:42 +00:00
Kevin Ryde
879cdfa3dc No @macro around tex cross defintion, not needed and in fact doesn't work. 2005-04-09 01:05:27 +00:00
Han-Wen Nienhuys
9aa0c3dd94 * srfi-modules.texi (SRFI-1 Set Operations): use @cross iso. @times.
* guile.texi: add @cross for @tex
2005-04-04 09:38:13 +00:00
Marius Vollmer
e03bb21b83 Use ``...'' instead of "...". The latter doesn't seem to work for
some reason.
2005-03-04 14:22:41 +00:00
Kevin Ryde
83c3d7552f Add a copyright year. 2005-01-07 23:48:54 +00:00
Kevin Ryde
71abb27125 (Streams): New section. 2004-09-25 22:35:59 +00:00
Marius Vollmer
089a0a349e * api-i18n.texi: New file.
* Makefile.am (guile_TEXINFOS): Added it.
* guile.texi: Include it.
2004-09-23 18:45:54 +00:00
Marius Vollmer
235da338fa * api-deprecated.texi: Removed.
* intro.texi (Discouraged and Deprecated): General information
about deprecation, etc.
2004-08-02 15:15:31 +00:00
Marius Vollmer
07d83abe7b * scheme-binding.texi: Renamed to api-binding.texi.
* scheme-compound.texi: Renamed to api-compound.texi.
* scheme-control.texi: Renamed to api-control.texi.
* scheme-data.texi: Renamed to api-data.texi.
* scheme-debug.texi: Renamed to api-debug.texi.
* deprecated.texi: Renamed to api-deprecated.texi.
* scheme-evaluation.texi: Renamed to api-evaluation.texi.
* ref-init.texi: Renamed to api-init.texi.
* scheme-io.texi: Renamed to api-io.texi.
* scheme-memory.texi: Renamed to api-memory.texi.
* scheme-modules.texi: Renamed to api-modules.texi.
* scheme-options.texi: Renamed to api-options.texi.
* scm.texi: Renamed to api-overview.texi.
* scheme-procedures.texi: Renamed to api-procedures.texi.
* scheme-scheduling.texi: Renamed to api-scheduling.texi.
* scheme-scm.texi: Renamed to api-scm.texi.
* scheme-smobs.texi: Renamed to api-smobs.texi.
* scheme-snarf.texi: Renamed to api-snarf.texi.
* scheme-translation.texi: Renamed to api-translation.texi.
* scheme-utility.texi: Renamed to api-utility.texi.
* debugging.texi: Renamed to scheme-debugging.texi.
* scripts.texi: Renamed to scheme-scripts.texi.
* program.texi: Renamed to libguile-program.texi.
2004-08-02 12:29:00 +00:00
Marius Vollmer
237be23842 * program.texi: Renamed to libguile-program.texi. Changed all
references.
2004-08-02 11:46:57 +00:00
Kevin Ryde
17bf4bfa21 (@le, @ge): New macros for ifnottex. 2004-07-28 00:53:09 +00:00
Kevin Ryde
7ac44f03c6 (@nicode): Use @alias instead of @macro, for correct
handling of backslashes.
2004-07-24 00:45:02 +00:00
Marius Vollmer
98f445f4b5 Do not use TeXinfo markup in section or node names. 2004-06-28 13:24:53 +00:00
Marius Vollmer
3229f68b5a Big reorganization of the whole manual to give it a simpler structure. 2004-04-21 14:33:05 +00:00
Marius Vollmer
391b4ae044 * guile.texi: Replaced list of authors with "The Guile
Developers".

* preface.texi (Contributors to the Manual): New section.
2004-02-18 20:07:19 +00:00
Kevin Ryde
27281a53e3 (cross): New macro. 2004-02-12 00:21:26 +00:00
Marius Vollmer
c6ae9c7794 * fdl.texi: New.
* guile.texi: Include it as an appendix.
* preface.texi: State that the manual is FDL.
2004-01-21 22:43:36 +00:00
Kevin Ryde
5ad1686a78 * misc-modules.texi (Queues): New chapter.
* guile.texi (Top): Add it.
2004-01-10 21:40:26 +00:00
Kevin Ryde
e1bc8c34d3 * misc-modules.texi (File Tree Walk): New chapter.
* guile.texi: Add it.
2003-11-03 00:53:08 +00:00
Kevin Ryde
05c4ffe1a7 Move @contents to usual place after title page, and
after first menu since that looks nice in html.
2003-08-29 23:02:36 +00:00
Kevin Ryde
206858042f (nicode): New macro. 2003-07-18 00:50:23 +00:00
Kevin Ryde
d3830c6b7d Use @copying, show copyright and permissions at start of info and html. 2003-05-15 23:39:56 +00:00
Kevin Ryde
d6f53bd5c2 (m): New macro. 2003-05-10 03:58:37 +00:00
Rob Browning
c73543afd7 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
choke TeX (thanks to Dale P. Smith).
2003-03-08 04:28:55 +00:00
Neil Jerram
c936bede42 Doc updates, including contribution from Ian Sheldon. 2002-09-25 00:06:38 +00:00
Neil Jerram
ce9d056227 Manual debugging and refactoring work. 2002-04-20 19:26:40 +00:00
Neil Jerram
0624ce33f3 Update vector docs.
Remove Guile extensions index.
A few other odds and ends.
2002-04-01 18:46:26 +00:00
Neil Jerram
801892e788 Various manual updates, including syncing with stable branch. 2002-03-27 21:55:31 +00:00
Neil Jerram
c16da59f61 Manual updates. 2002-03-16 13:51:03 +00:00
Neil Jerram
198586ed74 Manual updates. 2002-03-15 14:03:53 +00:00
Thien-Thi Nguyen
73ede5920e (Miscellaneous Tools): Add under "Part II".
Implement by including tools.texi.
2002-03-08 21:23:36 +00:00
Thien-Thi Nguyen
85a9b4ed19 Spell check. 2002-01-08 08:29:00 +00:00
Thien-Thi Nguyen
dc81cfeb0e (Part II): Add "Autoconf Support"; include autoconf.texi. 2002-01-02 23:59:00 +00:00
Neil Jerram
226297eb51 * Work on Programming Overview chapter. 2001-12-22 12:39:10 +00:00
Neil Jerram
a7a7bb95eb * Various small manual improvements. 2001-12-07 17:08:19 +00:00
Neil Jerram
4c731ecef3 * Split the Data Types chapter into two; plus a few other smaller changes. 2001-12-01 21:48:30 +00:00
Neil Jerram
2a946b44f4 * Improve symbol documentation.
* Move variables doc into Modules chapter.
* Move Rx doc into Guile Modules part.
* Other minor doc changes.
2001-12-01 15:53:04 +00:00
Neil Jerram
9401323e63 * Documentation work. 2001-11-11 15:01:52 +00:00
Gary Houston
a42b5e5b96 * guile.texi, scsh.texi: removed obsolete guile-scsh material
and updated links (I don't know if it should remain in the
	main menu.  It's like slib I think.)
2001-10-27 16:53:35 +00:00
Neil Jerram
255ea78443 * Group all index nodes together. 2001-08-30 20:19:20 +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
Neil Jerram
a0e07ba4ec * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
Renamed from doc/guile.texi (Browse further)