Kevin Ryde
0c7d588a7a
(Hash Table Reference): In scm_hash_ref etc,
...
remove note that dflt must be given, it can be SCM_UNSPECIFIED.
2004-02-14 23:02:32 +00:00
Kevin Ryde
ad94d5ced5
*** empty log message ***
2004-02-12 00:24:18 +00:00
Kevin Ryde
27281a53e3
(cross): New macro.
2004-02-12 00:21:26 +00:00
Kevin Ryde
b55d48bb0c
(Uniform Arrays): Note 1/3 prototype for doubles is now an exact fraction.
2004-02-12 00:19:40 +00:00
Kevin Ryde
9ad3bc119f
(Conventional Arrays): Revise for clarity.
...
In array-equal?, show multiple arguments allowed.
(Uniform Arrays): Remove duplicate array?.
2004-02-12 00:02:30 +00:00
Kevin Ryde
8418f0c740
(SLIB): Index entry for replacement `system'.
...
And use findex for `require'.
2004-02-11 22:14:32 +00:00
Mikael Djurfeldt
328df3e3be
(Uniform Arrays): Added a FIXME warning
...
that the 1/3 prototype no longer works.
2004-01-28 21:33:58 +00:00
Marius Vollmer
82b6774893
*** empty log message ***
2004-01-23 00:40:51 +00:00
Marius Vollmer
2630aa9529
(guile_TEXINFOS): Added fdl.texi.
2004-01-23 00:40:30 +00:00
Marius Vollmer
2153f45947
*** empty log message ***
2004-01-21 22:43:48 +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
Marius Vollmer
2da09c3fde
Added Copyright notice.
2004-01-21 22:40:39 +00:00
Marius Vollmer
5e673c69f5
Mention SRFI-26.
2004-01-21 00:47:19 +00:00
Marius Vollmer
b0b55bd6c7
Mention (srfi srfi-26).
2004-01-21 00:47:06 +00:00
Kevin Ryde
165e14cfab
*** empty log message ***
2004-01-20 00:47:20 +00:00
Kevin Ryde
e9b91f8e73
(Guile License): Note readline is GPL and manual has
...
its own copying terms. Describe briefly what the licenses mean in
practice.
2004-01-20 00:45:42 +00:00
Kevin Ryde
8212ef316b
(Higher level thread procedures): In monitor,
...
don't let "newly created" suggest a mutex created on every evaluation.
Note what "monitor" means.
2004-01-20 00:32:46 +00:00
Kevin Ryde
de5eb61998
(SLIB): Note `system' redefined by (ice-9 slib). Tweak
...
`require' example.
2004-01-20 00:30:13 +00:00
Marius Vollmer
f1da8e4e0b
Renamed scm_frame_unwind to scm_frame_unwind_handler, and
...
scm_frame_rewind to scm_frame_rewind_handler.
2004-01-11 00:56:05 +00:00
Kevin Ryde
ff96677fc3
*** empty log message ***
2004-01-10 21:43:10 +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
2370f80907
(Queues): New chapter.
2004-01-10 21:37:59 +00:00
Kevin Ryde
c95243c71c
*** empty log message ***
2004-01-09 00:52:23 +00:00
Kevin Ryde
84bde77f8e
(Bit Vectors): Revise for clarity, following
...
report by Rouben Rostamian. Remove #b() example, that syntax is not
accepted.
2004-01-09 00:37:44 +00:00
Marius Vollmer
42155d759e
More stuff about flow control. Bug fixes in example.
2004-01-08 17:04:02 +00:00
Marius Vollmer
fc6bb2831d
*** empty log message ***
2004-01-07 18:18:09 +00:00
Marius Vollmer
6394add195
Adapt to new 'frame' names. Document scm_c_with_fluid,
...
scm_c_with_fluids, and scm_frame_fluid.
2004-01-07 18:13:07 +00:00
Marius Vollmer
aacff585bc
*** empty log message ***
2004-01-06 18:17:30 +00:00
Marius Vollmer
becc4b2716
Document scm_on_unwind_with_scm and scm_on_rewind_with_scm.
2004-01-06 18:17:17 +00:00
Marius Vollmer
49c00ecc7b
*** empty log message ***
2004-01-04 23:45:38 +00:00
Marius Vollmer
fb89fef7fb
Document scm_with_[un]blocked_asyncs.
2004-01-04 23:45:11 +00:00
Marius Vollmer
c76ff57bff
Document scm_with_current_<foo>_port.
2004-01-04 23:44:19 +00:00
Marius Vollmer
e911f3ff4b
Minor markup fixes.
2004-01-04 23:43:20 +00:00
Kevin Ryde
ec76b8f94f
*** empty log message ***
2004-01-03 22:04:37 +00:00
Kevin Ryde
aed92eab27
(Threads): Note Guile uses POSIX threads, for
...
concurrency and preemption.
(C level thread interface): Note periodic libguile call required for C
code in threads, add commented out reminders for SCM_TICK and
guile-mode, for when those features are ready.
2004-01-03 21:58:04 +00:00
Marius Vollmer
dab514a843
*** empty log message ***
2004-01-03 21:56:35 +00:00
Marius Vollmer
86272eedd0
Document the frames stuff and other random changes.
2004-01-03 21:56:18 +00:00
Kevin Ryde
441a25d9e7
*** empty log message ***
2004-01-03 21:41:31 +00:00
Kevin Ryde
193239f1e9
(SRFI-1 Filtering and Partitioning): For partition
...
and partition!, emphasise the multi-value return, note partition may
share a tail with the given list.
2004-01-03 21:08:13 +00:00
Kevin Ryde
ea6ea01bca
(SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
...
Association Lists): Note how member, delete, delete! and assoc extend
the corresponding core functions.
2004-01-03 21:03:02 +00:00
Kevin Ryde
16f9b79576
*** empty log message ***
2003-11-24 22:25:53 +00:00
Kevin Ryde
8c3b23b3aa
(Macros guile-snarf recognizes): Correction to GOOPS cross reference.
2003-11-24 22:17:13 +00:00
Rob Browning
8141bd983d
(Processes): add documentation for system*.
2003-11-19 21:39:35 +00:00
Marius Vollmer
f24809dc2b
*** empty log message ***
2003-11-19 18:24:36 +00:00
Marius Vollmer
e23fec5561
Include exact rationals.
2003-11-19 18:13:21 +00:00
Marius Vollmer
01b30204b5
(What is Guile?): Add @acronym for POSIX, R5RS, GUI,
...
and HTTP. Conclude linking libguile.
2003-11-19 18:12:11 +00:00
Marius Vollmer
cef6deaff1
(Manual Conventions): Double-quote some statements formerly
...
single-quoted. Remove some redundant quotes around code. Clarify
meaning of `iff' further for those that didn't get it the first time
'round (like me). Make graphical indicators samples, not code. Put
results of evaluation on the same line as @result symbols. Use @print
example as example of total usage, and remind readers not to forget
the difference.
2003-11-18 23:18:19 +00:00
Marius Vollmer
aff7e166e8
*** empty log message ***
2003-11-17 00:38:25 +00:00
Marius Vollmer
da769b1937
* scheme-modules.texi: Document '@' and '@@'.
...
* scripts.texi: Mention that "-e (@ ...)" also works.
2003-11-17 00:36:00 +00:00
Marius Vollmer
59e8c5a3e9
*** empty log message ***
2003-11-16 20:55:04 +00:00