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

1818 commits

Author SHA1 Message Date
Kevin Ryde
42ad91f742 (Loading): In %load-hook, need to use set!, and describe #f. 2005-01-14 23:55:07 +00:00
Kevin Ryde
4497bd2f81 (Random): In random:solid-sphere!, there is no return value. 2005-01-14 23:52:02 +00:00
Kevin Ryde
5c132e68d0 @code for %load-path 2005-01-14 23:23:08 +00:00
Kevin Ryde
a46648acb3 (Bitwise Operations): In logtest and logbit?, describe
operations in words, not just equivalent expressions.  In
integer-expt, clarify a bit and note negative k allowed and 0^0==1.
2005-01-14 23:20:25 +00:00
Marius Vollmer
6e4cd850f6 *** empty log message *** 2005-01-14 16:24:17 +00:00
Marius Vollmer
e70c841fe6 Describe new 1.4 compatability behavior of
-e option.
2005-01-14 16:24:09 +00:00
Kevin Ryde
488afc5219 *** empty log message *** 2005-01-13 23:49:34 +00:00
Kevin Ryde
2a7820f22c (Mapping Folding and Unfolding): In
string-for-each-index, make it clear iteration is over indices.
2005-01-13 23:49:10 +00:00
Kevin Ryde
d78cb2e24b *** empty log message *** 2005-01-13 23:45:21 +00:00
Kevin Ryde
eeadfda188 (SRFI-39): New section. 2005-01-13 23:42:43 +00:00
Kevin Ryde
73222e9fa3 *** empty log message *** 2005-01-13 23:22:15 +00:00
Kevin Ryde
2afd305b11 (User Information): Note cuserid gone from POSIX.
Prompted by Roland Besserer.
2005-01-13 23:18:09 +00:00
Kevin Ryde
2c1c0b1ffe Some index entry capitalization. 2005-01-11 21:54:41 +00:00
Kevin Ryde
d1f9e10734 Lots of @deftypefn return type {} grouping for correct name in func index. 2005-01-11 21:53:48 +00:00
Kevin Ryde
1176df85f8 *** empty log message *** 2005-01-11 21:46:23 +00:00
Kevin Ryde
d10196fc42 Some index entry capitalization. 2005-01-11 21:46:01 +00:00
Marius Vollmer
8789459042 Docs for scm_array_handle_pos. 2005-01-11 00:35:20 +00:00
Marius Vollmer
1f69b36405 Fixed a typo... 2005-01-10 20:21:08 +00:00
Marius Vollmer
e581845ab1 Fixed typo. 2005-01-10 20:06:35 +00:00
Marius Vollmer
1d20a49534 Document new read/print syntax for empty arrays. 2005-01-10 19:07:24 +00:00
Kevin Ryde
a236df75ae Grammatical typo. 2005-01-09 23:15:04 +00:00
Kevin Ryde
7e24129104 *** empty log message *** 2005-01-09 22:21:08 +00:00
Kevin Ryde
7c2e18cd7a Various index entries.
(SRFI-19 Introduction): Note MJD basis is 2400000.5.
(SRFI-19 Date): In date-second, clarify leap second usage.  In
date-year, note negatives for B.C. and no zero.  In current-date,
don't let it read like it's just UTC which is returned.
2005-01-09 22:14:39 +00:00
Marius Vollmer
5e7b8a3d71 Talk a bit out zero-rank and zero-size arrays. 2005-01-09 17:46:53 +00:00
Kevin Ryde
6419ad789a *** empty log message *** 2005-01-08 00:20:56 +00:00
Kevin Ryde
aca55ba9b0 Move ice-9 threads to alphabetical order. 2005-01-08 00:15:57 +00:00
Kevin Ryde
54a3c9929c (Included Guile Modules): Add expect, format, ftw,
getopt-long, history, popen, pretty-print, q, readline, receive, regex,
streams, syncase.
2005-01-08 00:15:10 +00:00
Kevin Ryde
6cb787b801 (Included Guile Modules): Remove ice-9 jacal, no such module. 2005-01-07 23:59:30 +00:00
Kevin Ryde
e376f9e515 (Included Guile Modules): Add srfi-16, srfi-19 and srfi-31. 2005-01-07 23:58:41 +00:00
Kevin Ryde
950f97acf2 (Creating Guile Modules): Expand define-modules
#:autoload, clarify that it's a list of symbols.
2005-01-07 23:53:29 +00:00
Kevin Ryde
83c3d7552f Add a copyright year. 2005-01-07 23:48:54 +00:00
Kevin Ryde
f3dfb8acf8 Various further index entries. 2005-01-07 23:48:25 +00:00
Kevin Ryde
24ec486cf7 (File System): In mkstemp!, note 0600 creation mode. 2005-01-07 23:29:33 +00:00
Marius Vollmer
2aaf5726a3 *** empty log message *** 2005-01-06 19:01:14 +00:00
Marius Vollmer
86ccc3545b Finished(?) the new array API docs. 2005-01-06 18:57:11 +00:00
Marius Vollmer
1281f0fc22 Updated for newfill rule of make-typed-array. 2005-01-04 23:34:40 +00:00
Marius Vollmer
52d28fc2b4 One more incremental step towards the new array API. 2005-01-03 20:10:15 +00:00
Kevin Ryde
b262ee721c *** empty log message *** 2005-01-01 23:59:56 +00:00
Kevin Ryde
cb62d8e556 * posix.texi (Pipes): Expand and clarify a bit. Describe port
inheritance.  Caution against waitpid WAIT_ANY.
2005-01-01 23:54:46 +00:00
Kevin Ryde
65f1345f16 Add some index entries. 2005-01-01 23:11:08 +00:00
Kevin Ryde
44fd0a72a6 Add "invocation" index entry. 2005-01-01 23:05:00 +00:00
Marius Vollmer
7cf2d3d520 Properly close @deftypefn. 2004-12-30 02:46:58 +00:00
Marius Vollmer
1ebcfa3416 *** empty log message *** 2004-12-29 18:33:54 +00:00
Marius Vollmer
d7f6cbd955 (Arrays): Updated for the new 'typed' approach at creating arrays. 2004-12-29 18:30:48 +00:00
Kevin Ryde
55088b6a62 *** empty log message *** 2004-12-28 00:37:22 +00:00
Kevin Ryde
62705beb9c (SRFI-1 Searching): In any and every, revise for
clarity, note last call in each is a tail call.
2004-12-28 00:36:59 +00:00
Kevin Ryde
22446cc14c *** empty log message *** 2004-12-28 00:25:51 +00:00
Kevin Ryde
909fcc9721 Typo in integer? 2004-12-28 00:24:03 +00:00
Kevin Ryde
c100a12ce7 (String Predicates): For string-any and string-every,
last chars are now tail calls per srfi, and reinstate char_pred can be
character or character set (somehow lost in cut and paste).
2004-12-28 00:16:58 +00:00
Kevin Ryde
ed435f869b Add some index entries. 2004-12-28 00:13:16 +00:00