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

1985 commits

Author SHA1 Message Date
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
Kevin Ryde
8868e47232 *** empty log message *** 2003-11-14 20:53:57 +00:00
Kevin Ryde
6deea00ef3 (Random): Add *random-state* variable, put note at
the top of the node about it being the default, rather than just in
the description of random.
2003-11-14 20:53:22 +00:00
Marius Vollmer
96e0538252 (Manual Layout): Wrap POSIX, API, and SLIB in @acronym. Change from
paragraph format (somewhat clumsy-looking on paper, at least) to
@table format, with headers @strong.  Made example modules complete
sentences.  From Stephen Compall, thanks!
2003-11-13 20:46:48 +00:00
Kevin Ryde
c2337a6178 *** empty log message *** 2003-11-08 22:19:24 +00:00
Kevin Ryde
60e25dc4cd * srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
and filter! ...
	* scheme-compound.texi (List Modification): ... to here, now that
	they're implemented in the core.
2003-11-08 22:15:07 +00:00
Kevin Ryde
385dbc8b9c (Pretty Printing): Add new keyword options, break example to avoid long line. 2003-11-08 22:07:50 +00:00