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

779 commits

Author SHA1 Message Date
Kevin Ryde
f0d9412e6a *** empty log message *** 2004-09-07 00:28:54 +00:00
Kevin Ryde
0ef5ee469d (let-keywords Reference): Typo, should be let-keywords* @deffnx. 2004-09-07 00:28:14 +00:00
Kevin Ryde
23311fb045 *** empty log message *** 2004-09-02 00:13:20 +00:00
Kevin Ryde
471d2c6d22 (Formatted Output): Excess arguments are ignored.
In ~*, correction N parameter cannot be negative.  In ~t, note
port-column used.
2004-09-02 00:12:44 +00:00
Kevin Ryde
56828faf32 *** empty log message *** 2004-08-28 22:18:19 +00:00
Kevin Ryde
6b1a6e4cef (SRFI-2): Note empty body is #t. 2004-08-28 22:17:45 +00:00
Marius Vollmer
c9dc8c6cec Additions. 2004-08-25 19:03:14 +00:00
Marius Vollmer
c310ad4f20 Typos fixed. Use existing functions in explaining symbol and keyword
snarfer.
2004-08-25 19:02:34 +00:00
Marius Vollmer
ecedc0ca1b *** empty log message *** 2004-08-25 13:41:14 +00:00
Marius Vollmer
4a3057fc1e Correct xref to SRFI-13, now points to node Strings. 2004-08-25 13:40:53 +00:00
Marius Vollmer
5676b4fab7 Moved docs for SRFI-14 into main API chapter. Updated docstrings from
libguile/.
2004-08-25 13:40:21 +00:00
Marius Vollmer
f2b9c48b64 Left inf? in its place, since wants to be here so much. 2004-08-25 13:39:26 +00:00
Marius Vollmer
479357a63d *** empty log message *** 2004-08-24 23:37:07 +00:00
Marius Vollmer
5354f4abfd Corrected reference to srfi-14, which is now elsewhere. 2004-08-24 23:34:24 +00:00
Marius Vollmer
050ab45f56 Moved docs for SRFI-14 into main API chapter. Updated docstrings from
libguile/.
2004-08-24 23:33:39 +00:00
Marius Vollmer
8fc71812fc More deprecated entries. 2004-08-24 23:32:28 +00:00
Marius Vollmer
5499bd7f55 Removed scm_inf_p. 2004-08-24 23:32:10 +00:00
Marius Vollmer
4b0d27f266 *** empty log message *** 2004-08-24 16:44:00 +00:00
Marius Vollmer
cdf1ad3bc9 Ran a (docstring-process-module "(guile)") and moved entries from
new-docstrings.texi to their appropriate place.
2004-08-24 16:40:54 +00:00
Marius Vollmer
12eec8a828 New file. 2004-08-24 16:37:25 +00:00
Marius Vollmer
3ece39d651 *** empty log message *** 2004-08-22 19:31:32 +00:00
Marius Vollmer
fcb8ba8ce7 (Invoking Guile): documented new '-L' switch. 2004-08-22 19:30:04 +00:00
Marius Vollmer
61d6ed68a1 *** empty log message *** 2004-08-19 23:04:45 +00:00
Marius Vollmer
ea4a72fe20 Updated transition section with new recommended things. 2004-08-19 23:03:55 +00:00
Marius Vollmer
323a7e80d5 *** empty log message *** 2004-08-19 18:54:05 +00:00
Marius Vollmer
c48c62d085 (Strings): Document copy-on-write behavior and
mutation-sharing substrings.
(Symbols): Document scm_from_locale_symbol and
scm_from_locale_symboln.
2004-08-19 18:53:40 +00:00
Kevin Ryde
86ff1823d5 *** empty log message *** 2004-08-18 00:13:51 +00:00
Kevin Ryde
a8d0313f69 (Internet Socket Examples): Correction to socket calls,
should be PF_INET not AF_INET (though generally the two are the same
value).
2004-08-18 00:12:44 +00:00
Kevin Ryde
0bd094c2ad (Network Sockets and Communication): Add SOCK_RDM and SOCK_SEQPACKET. 2004-08-17 23:58:56 +00:00
Kevin Ryde
80b707b754 *** empty log message *** 2004-08-14 01:06:13 +00:00
Kevin Ryde
3cf066df9b (Mutexes): New datatype-centric section, adding
fair mutexes and collecting up material from ...
(Low level thread primitives, Higher level thread procedures, C level
thread interface): ... these nodes.
2004-08-14 01:02:37 +00:00
Kevin Ryde
02d9c82a02 *** empty log message *** 2004-08-14 00:55:00 +00:00
Kevin Ryde
5b4dba24ef Typo in:
(SRFI-13 Predicates): Add string-any and
string-every support for char and charset predicates.
2004-08-14 00:51:57 +00:00
Kevin Ryde
6ae50c7153 (SRFI-13 Predicates): Add string-any and
string-every support for char and charset predicates.
2004-08-14 00:48:32 +00:00
Marius Vollmer
bb26cc2d28 *** empty log message *** 2004-08-11 19:39:44 +00:00
Marius Vollmer
35da08ee37 (scm_c_round, scm_c_truncate): Docs for'em. 2004-08-11 19:36:55 +00:00
Marius Vollmer
c88453e881 Typos. 2004-08-10 15:58:57 +00:00
Marius Vollmer
f9751e8660 *** empty log message *** 2004-08-10 14:16:46 +00:00
Marius Vollmer
273167608a Updated example to use scm_to_locale_string
instead of roll-your-own scm_to_string.  Also showcase
scm_frame_free.
2004-08-10 14:16:34 +00:00
Marius Vollmer
91210d629f Docs for scm_is_string, scm_to_locale_string*, and
scm_from_locale_string*.
2004-08-10 14:15:33 +00:00
Marius Vollmer
a90968fabb Docs for scm_frame_free. 2004-08-10 14:14:46 +00:00
Marius Vollmer
565b4a6f31 Removed caveat that pretty-print uses its own 'write' implementation. 2004-08-09 21:58:14 +00:00
Kevin Ryde
636d4be535 *** empty log message *** 2004-08-09 01:33:36 +00:00
Kevin Ryde
092bdcc46b In open-file, split a paragraph for clarity. 2004-08-09 01:33:03 +00:00
Kevin Ryde
c755b8615e (File Ports): In open-file, describe the "b" binary flag. 2004-08-09 01:32:22 +00:00
Kevin Ryde
abc358f9c5 (SLIB): Add notes on delete-file, provided? and open-file
overridden by ice-9 slib module.
2004-08-09 01:29:52 +00:00
Kevin Ryde
29e6112441 *** empty log message *** 2004-08-05 00:46:34 +00:00
Kevin Ryde
e136aab0cc (Arbiters): Tweak wording for clarity, note any
thread can unlock not just the one which locked.
2004-08-05 00:38:13 +00:00
Kevin Ryde
ef04832454 (Processes): Add setgroups. 2004-08-05 00:17:39 +00:00
Kevin Ryde
c1ab739754 (SRFI-13 Predicates): Tweak wording for clarity.
For string-every, note return is #t when no characters.  For
string-any and string-every, note last pred call is not currently a
tail call, contrary to SRFI-13 spec.
2004-08-05 00:10:22 +00:00