Kevin Ryde
c4d71391be
New file.
2004-08-18 00:34:19 +00:00
cvs2svn
17c54a9871
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2004-08-18 00:29:20 +00:00
Kevin Ryde
66aa0ef0c5
New file.
2004-08-18 00:29:19 +00:00
Kevin Ryde
44bdaf3963
Add cond-expand-provide srfi-8, since this module provides that feature.
2004-08-18 00:26:18 +00:00
Kevin Ryde
6ee5281f4e
Add cond-expand-provide srfi-8, since this module provides that feature.
2004-08-18 00:25:39 +00:00
Kevin Ryde
00ed256c76
*** empty log message ***
2004-08-18 00:24:59 +00:00
Kevin Ryde
5a7a4c9c61
*** empty log message ***
2004-08-18 00:24:17 +00:00
Kevin Ryde
97f93be4ec
Add cond-expand-provide srfi-2, since this module provides that feature.
2004-08-18 00:23:30 +00:00
Kevin Ryde
b4c0da9ce7
Add cond-expand-provide srfi-2, since this module provides that feature.
2004-08-18 00:22:25 +00:00
Kevin Ryde
06503f96b5
*** empty log message ***
2004-08-18 00:14:24 +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
68b251586e
(Internet Socket Client, Internet Socket Server):
...
Correction to socket calls, should be PF_INET not AF_INET (though
generally the two are the same value).
2004-08-18 00:11:13 +00:00
Kevin Ryde
2b6dd3213f
*** empty log message ***
2004-08-18 00:02:17 +00:00
Kevin Ryde
dc290e79b5
(Network Sockets and Communication): Add SOCK_RDM and SOCK_SEQPACKET.
2004-08-18 00:01:56 +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
1f3cc0d312
*** empty log message ***
2004-08-17 23:57:01 +00:00
Kevin Ryde
88596b9f71
*** empty log message ***
2004-08-17 23:55:53 +00:00
Kevin Ryde
d6cd4c3601
*** empty log message ***
2004-08-17 23:53:07 +00:00
Kevin Ryde
2736b01a86
*** empty log message ***
2004-08-17 23:49:50 +00:00
Kevin Ryde
7caf322c41
(scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM.
2004-08-17 23:49:09 +00:00
Kevin Ryde
6f637a1bc0
(scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM.
2004-08-17 23:44:25 +00:00
Kevin Ryde
52d1e968ac
*** empty log message ***
2004-08-17 23:34:53 +00:00
Kevin Ryde
8a807b26c3
*** empty log message ***
2004-08-17 23:28:16 +00:00
Kevin Ryde
eb37258527
(fport_print): Use scm_ttyname instead of ttyname directly,
...
to get thread safety of scm_ttyname.
2004-08-17 23:27:11 +00:00
Kevin Ryde
8e4d7cdf06
(ttyname): Remove prototype, unused.
2004-08-17 23:22:23 +00:00
Kevin Ryde
b82cab94d6
(fractions): Correction, equal? 3/4 .75 should be #f, according to R5RS.
2004-08-17 23:20:11 +00:00
Kevin Ryde
728ad4b7cd
(scm_equal_p): Remove real==fraction and fraction==real, they
...
must be #f according to R5RS. (equal? follows eqv?, and for eqv? an
exact and inexact is #f.)
2004-08-17 23:19:04 +00:00
Kevin Ryde
b1fbeb53bb
*** empty log message ***
2004-08-17 23:17:34 +00:00
Kevin Ryde
4f21b9e83f
* tests/arbiters.test: New file
...
* Makefile.am (SCM_TESTS): Add it.
2004-08-17 23:17:06 +00:00
Kevin Ryde
7056d7c2e3
New file.
2004-08-17 23:15:14 +00:00
Kevin Ryde
95a58b3c32
(FETCH_STORE): New macro.
...
(SCM_LOCK_VAL, SCM_UNLOCK_VAL): New constants.
(SCM_LOCK_ARB, SCM_UNLOCK_ARB): Remove, effectively absorbed into
scm_try_arbiter and scm_release_arbiter.
(scm_try_arbiter, scm_release_arbiter): Use FETCH_STORE to get xchg
for speed on i386, otherwise using mutex.
2004-08-17 23:13:06 +00:00
Han-Wen Nienhuys
d2f92abe2c
(Defining new Scheme procedures in C): remove : - note:
...
causes spurious info reference.
2004-08-16 18:55:21 +00:00
Marius Vollmer
ffa921b45b
*** empty log message ***
2004-08-15 20:41:52 +00:00
Marius Vollmer
34b11e0823
New, from Jose A Ortega Ruiz. Thanks!
2004-08-15 20:39:25 +00:00
Marius Vollmer
bc97364ab7
*** empty log message ***
2004-08-15 20:28:24 +00:00
cvs2svn
6b6c42cccf
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2004-08-15 20:26:06 +00:00
Marius Vollmer
3514320f60
New, from Jose A Ortega Ruiz. Thanks!
2004-08-15 20:26:05 +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
79c8d1ce74
*** empty log message ***
2004-08-14 00:54:20 +00:00
Kevin Ryde
30e9c42fe7
*** empty log message ***
2004-08-14 00:53:49 +00:00
Kevin Ryde
f0ab0c5db1
(SRFI-13 Predicates): Add string-any and
...
string-every support for char and charset predicates.
2004-08-14 00:53:28 +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
Kevin Ryde
3ff0e986f3
*** empty log message ***
2004-08-14 00:44:29 +00:00
Kevin Ryde
967c0904a0
(string-any, string-every): Exercise char and charset predicate cases.
2004-08-14 00:43:56 +00:00
Kevin Ryde
dcb5d76ba3
*** empty log message ***
2004-08-14 00:43:18 +00:00
Kevin Ryde
509a2a8e59
(string-any, string-every): Exercise char and charset predicate cases.
2004-08-14 00:42:52 +00:00