Kevin Ryde
|
5f708db610
|
More of:
(SRFI-1 Fold and Map): Rewrite fold, pair-fold and reduce for clarity.
|
2005-02-28 00:33:40 +00:00 |
|
Kevin Ryde
|
f0a9ab4d90
|
In format, note no parameters to ~( case conversion.
|
2005-02-25 23:09:33 +00:00 |
|
Kevin Ryde
|
18bd7605a7
|
*** empty log message ***
|
2005-02-17 21:25:25 +00:00 |
|
Kevin Ryde
|
34942993e6
|
(Reals and Rationals): Use tex for sqrt2 and pi.
(Complex Numbers): Add polar form read syntax.
|
2005-02-17 21:18:31 +00:00 |
|
Kevin Ryde
|
94c442be66
|
*** empty log message ***
|
2005-02-14 23:45:40 +00:00 |
|
Kevin Ryde
|
62b7a179b6
|
(Tail Calls): New section.
|
2005-02-14 23:44:43 +00:00 |
|
Kevin Ryde
|
0b0715f1b2
|
(File System): In tmpnam, clarify security and use of
O_EXCL. In mkstemp!, in fact posix doesn't specify permissions.
|
2005-02-14 23:37:28 +00:00 |
|
Kevin Ryde
|
e2c80f891b
|
*** empty log message ***
|
2005-02-11 22:04:13 +00:00 |
|
Kevin Ryde
|
1e181a080f
|
(SRFI-1 Fold and Map): Rewrite fold, pair-fold and
reduce for clarity.
|
2005-02-11 22:03:48 +00:00 |
|
Kevin Ryde
|
fd8a1df5b6
|
(Integer Operations): In gcd and lcm, show args.
(Arithmetic): In truncate, add missing arg.
|
2005-02-11 21:47:59 +00:00 |
|
Kevin Ryde
|
6337e7fb98
|
(String Selection): In string-pad and
string-pad-right, clarify which end the padding goes on, and merge
descriptions.
|
2005-02-11 21:44:44 +00:00 |
|
Kevin Ryde
|
178f1f90e1
|
*** empty log message ***
|
2005-02-04 22:42:27 +00:00 |
|
Kevin Ryde
|
61fdb55797
|
(File System): In mkstemp!, in fact posix doesn't specify
the permissions mode. Add an example setting 666 less umask.
|
2005-02-04 22:40:21 +00:00 |
|
Kevin Ryde
|
9b60a7c948
|
*** empty log message ***
|
2005-02-03 23:17:50 +00:00 |
|
Kevin Ryde
|
e55abf4140
|
(File Ports): In port-filename, cannot use after close.
|
2005-02-03 23:17:27 +00:00 |
|
Kevin Ryde
|
b0fb230659
|
(Time): In mktime, clarify fields of sbd-time used, and
the handling of tm:isdst.
|
2005-02-03 23:16:35 +00:00 |
|
Kevin Ryde
|
f38d22c538
|
(SRFI-0): Add srfi-4, srfi-13 and srfi-14 now in the core.
|
2005-02-03 23:10:20 +00:00 |
|
Kevin Ryde
|
d1736abf82
|
A bit clearer for:
(SRFI-1 Searching): In list-index, note 0 based index and #f for not found.
|
2005-02-03 22:59:47 +00:00 |
|
Kevin Ryde
|
bba35c8064
|
*** empty log message ***
|
2005-01-28 21:11:28 +00:00 |
|
Kevin Ryde
|
91f5e9f7ec
|
(Signals): In sigaction, add SA_NOCLDSTOP, make it
clearer SA_RESTART is a variable.
|
2005-01-28 21:09:30 +00:00 |
|
Kevin Ryde
|
5bbc406b83
|
*** empty log message ***
|
2005-01-28 00:14:16 +00:00 |
|
Kevin Ryde
|
f18f87aa6d
|
(SRFI-1 Predicates): Clarify proper-list?,
circular-list? and dotted-list?, note any object passes exactly one of
those.
|
2005-01-27 23:47:20 +00:00 |
|
Kevin Ryde
|
702e6e093f
|
(SRFI-19 Time/Date conversions): In default
tz-offset, note restrictions on a 32-bit system.
|
2005-01-27 23:44:05 +00:00 |
|
Marius Vollmer
|
76da80e788
|
Reverted changed from 2005/01/24 19:14:54, which was a commit to the
wrong branch. Sorry.
|
2005-01-24 23:41:14 +00:00 |
|
Marius Vollmer
|
a54a94b397
|
Threading changes.
|
2005-01-24 19:14:54 +00:00 |
|
Kevin Ryde
|
a1b8491411
|
*** empty log message ***
|
2005-01-23 23:36:55 +00:00 |
|
Kevin Ryde
|
09ecf78c60
|
(Internationalization): Expand and revise a bit for clarity.
|
2005-01-23 23:22:36 +00:00 |
|
Kevin Ryde
|
d27d4bf7a7
|
*** empty log message ***
|
2005-01-23 21:28:45 +00:00 |
|
Kevin Ryde
|
ac70289c71
|
(SRFI-1 Set Operations): Remove lset-adjoin!, doesn't exist in the
code or the srfi spec.
|
2005-01-23 21:21:15 +00:00 |
|
Kevin Ryde
|
ca04a5aef6
|
(SRFI-1 Searching): In member, note `=' called arg order.
|
2005-01-23 21:16:46 +00:00 |
|
Kevin Ryde
|
45e1938d8b
|
*** empty log message ***
|
2005-01-19 23:36:06 +00:00 |
|
Kevin Ryde
|
0166e7f200
|
(SRFI-1 Searching): In list-index, note 0 based
index and #f for not found.
|
2005-01-19 23:35:38 +00:00 |
|
Kevin Ryde
|
67bcd1103b
|
(Ports and File Descriptors): In flock, for LOCK_NB note
logior for LOCK_NB and EWOULDBLOCK error, and note flock doesn't work
over NFS.
|
2005-01-19 23:32:44 +00:00 |
|
Kevin Ryde
|
09246596b0
|
*** empty log message ***
|
2005-01-14 23:56:16 +00:00 |
|
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 |
|