Thien-Thi Nguyen
ca26b87dd4
*** empty log message ***
2001-11-06 22:38:48 +00:00
Thien-Thi Nguyen
12991fed11
(SRFI-19, SRFI-19 Constants, SRFI-19 Current time and clock
...
resolution, SRFI-19 Time object and accessors, SRFI-19 Time
comparison procedures, SRFI-19 Time arithmetic procedures,
SRFI-19 Date object and accessors, SRFI-19 Time/Date/Julian
Day/Modified Julian Day converters, SRFI-19 Date to
string/string to date converters): New nodes.
2001-11-06 22:35:53 +00:00
Marius Vollmer
7ab89df17c
*** empty log message ***
2001-11-05 23:12:20 +00:00
Marius Vollmer
46356d0406
Document --debug' and
--no-debug'.
2001-11-05 23:07:24 +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
Gary Houston
c2c67382d7
* minor updates to the slib installation notes.
2001-10-27 11:50:59 +00:00
Neil Jerram
a599743cdc
* Remove doc for read-and-eval! and eval2.
2001-10-05 18:05:10 +00:00
Thien-Thi Nguyen
74e0de864b
*** empty log message ***
2001-10-05 16:00:24 +00:00
Thien-Thi Nguyen
9eb96786d0
(Writing): Add entry for `display'. Include in R5RS Index.
2001-10-05 15:58:51 +00:00
Martin Grabmüller
40f316d0b7
Some cosmetic doc fixes.
2001-09-26 17:24:54 +00:00
Thien-Thi Nguyen
523f81bad8
*** empty log message ***
2001-09-26 02:46:30 +00:00
Thien-Thi Nguyen
a55040896d
(Syntax Rules): Add `cindex' directive.
...
Thanks to suggestion by Alex Schroeder.
2001-09-26 02:45:17 +00:00
Thien-Thi Nguyen
9d7e6c84ca
*** empty log message ***
2001-09-19 13:36:48 +00:00
Thien-Thi Nguyen
9365ee8a20
Fix number typo in "Jump Start" section.
2001-09-19 13:36:05 +00:00
Thien-Thi Nguyen
aee0492fb8
*** empty log message ***
2001-09-19 13:15:38 +00:00
Thien-Thi Nguyen
fab8ab3113
Fix improper `@result' usage.
2001-09-19 13:14:43 +00:00
Neil Jerram
255ea78443
* Group all index nodes together.
2001-08-30 20:19:20 +00:00
Neil Jerram
6c997de266
* Various typo fixes and clarifications merged from the stable CVS branch.
2001-08-30 20:02:13 +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
0aa7a7ceba
* Removed texinfo.tex - it is supplied by Automake.
...
* Added some entries to .cvsignore files.
2001-08-24 11:06:33 +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
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
59cd9b0f67
* Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
...
already in info_TEXINFOS.
2001-08-18 03:06:26 +00:00
Rob Browning
8098fca931
*** empty log message ***
2001-08-18 03:06:18 +00:00
Rob Browning
a786db16b2
* .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
...
only matters once you fix the bug in automake.
2001-08-18 03:06:09 +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
Rob Browning
41d6c85b29
* posix.texi (Signals): add docs for setitimer and getitimer.
2001-07-19 17:58:27 +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
Marius Vollmer
296d257ebf
Updates to the transition guide.
2001-06-29 23:12:34 +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
Thien-Thi Nguyen
20ec6e2638
Fix typo.
2001-06-28 08:33:12 +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
Marius Vollmer
7fca1a1a7b
(version.texi, version-tutorial.texi): Removed kluges to build them
...
unconditionally.
2001-06-25 15:07:37 +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
Gary Houston
837f9d198e
fixed doc code bug
2001-06-17 20:45:33 +00:00
Marius Vollmer
eb6c2de855
*** empty log message ***
2001-06-16 20:17:50 +00:00
Marius Vollmer
daabbf15d7
(Conventions): Use `system-error-errno' instead of explicit code
2001-06-16 20:16:12 +00:00