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

753 commits

Author SHA1 Message Date
Kevin Ryde
a373f81dda *** empty log message *** 2005-10-05 01:26:06 +00:00
Kevin Ryde
01549abbff untabify 2005-10-05 01:25:02 +00:00
Kevin Ryde
083f9d74d1 (Regexp Functions): Notes on zero bytes and locale character set. 2005-10-05 01:24:12 +00:00
Kevin Ryde
80a894c9a8 (Formatted Output): Show modifiers like ~:d instead of in words. 2005-10-05 01:22:22 +00:00
Marius Vollmer
227eafdb3c Updated print-options. 2005-09-04 21:31:05 +00:00
Kevin Ryde
3081aee16a Index entries for ptob etc. 2005-08-06 01:53:25 +00:00
Kevin Ryde
514e4b24a9 *** empty log message *** 2005-08-06 00:48:46 +00:00
Kevin Ryde
d8e49e6bd2 (List Modification): In filter, return may share a
tail with the input, as per docstring.  In filter!, fix chopped off
note of modifying input.
2005-08-06 00:45:40 +00:00
Kevin Ryde
44ba562e29 (Error Reporting): In strerror, note message is in
locale language and charset.
2005-08-06 00:40:16 +00:00
Marius Vollmer
930888e8e8 *** empty log message *** 2005-07-31 23:16:59 +00:00
Kevin Ryde
2468a3c820 *** empty log message *** 2005-07-12 00:56:23 +00:00
Kevin Ryde
dc297bb75b (String Selection): Merge descriptions of string-trim,
string-trim-right and string-trim-both for brevity.
2005-07-12 00:47:17 +00:00
Kevin Ryde
a88e2a9628 (String Selection): In string-pad, don't say anything
about sharing strings, decided against doing that.
(Miscellaneous String Operations): Ditto in string-filter and
string-delete.
2005-07-12 00:42:10 +00:00
Kevin Ryde
9247329fe1 *** empty log message *** 2005-06-23 23:51:34 +00:00
Kevin Ryde
506def0e38 Tweak tail calls wording. 2005-06-23 23:47:32 +00:00
Kevin Ryde
bfc083ec6c (Debugger options): Cross reference new Tail Calls
node rather than R5RS on tail recursion.
2005-06-23 23:40:23 +00:00
Kevin Ryde
c929c39d5d *** empty log message *** 2005-06-23 00:11:37 +00:00
Kevin Ryde
9ef07f6f6c (Lazy Catch): Cross ref for with-fluids. 2005-06-23 00:10:53 +00:00
Kevin Ryde
e0e75ddfa2 (Dia Primitives): Cross ref for scm_c_define_gsubr. 2005-06-23 00:09:09 +00:00
Kevin Ryde
4906d8bd20 (Extending Dia): URL for Dia home page. 2005-06-23 00:07:00 +00:00
Kevin Ryde
51ee57a435 (Pairs, List Syntax): Cross reference Expression Syntax for quoting. 2005-06-23 00:01:06 +00:00
Kevin Ryde
39067a9f00 (A Sample Guile Main Program): Cross reference automake manual for acloal. 2005-06-22 23:55:10 +00:00
Kevin Ryde
8c3fa3e53a Spelling errors reported by hyperdivision. 2005-06-22 23:49:40 +00:00
Marius Vollmer
1cf1bb9513 *** empty log message *** 2005-06-12 19:15:09 +00:00
Marius Vollmer
ca041501bb More stuff about transitioning away from GH. 2005-06-12 19:10:51 +00:00
Kevin Ryde
2766715855 *** empty log message *** 2005-06-10 22:39:33 +00:00
Kevin Ryde
08de3e2424 (Miscellaneous String Operations): In string-filter
and string-delete, note result may share with input string (as allowed
by srfi spec).
2005-06-10 22:38:57 +00:00
Kevin Ryde
80a09c4718 *** empty log message *** 2005-06-05 20:45:30 +00:00
Kevin Ryde
c211008171 {} groups around "void*" C return types. 2005-06-05 20:44:53 +00:00
Kevin Ryde
da6773f3f5 *** empty log message *** 2005-06-05 20:43:09 +00:00
Kevin Ryde
b83ecb8fb5 (Array Procedures): In array-in-bounds?, correction to example result. 2005-06-05 20:42:46 +00:00
Marius Vollmer
92205699d0 The FSF has a new address. 2005-05-23 19:57:22 +00:00
Marius Vollmer
d34bd7d483 Clarifications from Ludovic Courtès. Thanks! 2005-05-22 18:03:03 +00:00
Kevin Ryde
da02b978d0 *** empty log message *** 2005-05-03 22:50:44 +00:00
Kevin Ryde
64bf8517e9 (SRFI-1 Selectors): In drop-right, note always a
new list.  In take-right, note result shares common tail.  Per spec.
2005-05-03 22:50:21 +00:00
Kevin Ryde
2ac46e5a51 *** empty log message *** 2005-05-02 23:34:56 +00:00
Kevin Ryde
bba26c3211 (String Constructors): Clarify string, list->string
and reverse-list->string a bit.
2005-05-02 23:26:47 +00:00
Kevin Ryde
9782da8aa9 Tweaks. 2005-05-02 23:15:11 +00:00
Kevin Ryde
6c8fbb9499 *** empty log message *** 2005-04-29 23:49:25 +00:00
Kevin Ryde
3fa0a042ba (Default Ports): Describe buffering on standard ports. 2005-04-29 23:45:11 +00:00
Kevin Ryde
dc1e26b0b2 *** empty log message *** 2005-04-22 23:51:45 +00:00
Kevin Ryde
01adf598d9 (Subrs): Note that subr must not modify its rest list. 2005-04-22 23:16:43 +00:00
Kevin Ryde
a285fb8653 (Regexp Functions): Add list-matches and fold-matches. 2005-04-22 23:12:55 +00:00
Kevin Ryde
348464148f Index entries for standard input/output/error. 2005-04-21 21:30:45 +00:00
Kevin Ryde
052130df8e *** empty log message *** 2005-04-18 22:47:46 +00:00
Kevin Ryde
36c7474e54 (Regexp Functions): Clarity flags parameter. 2005-04-18 22:46:54 +00:00
Kevin Ryde
e9cb474f24 *** empty log message *** 2005-04-18 22:32:28 +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