Commit graph

1211 commits

Author SHA1 Message Date
Alex Shinn
8345f7d74c pre-setting all values to void on reserve 2011-11-27 21:12:56 +09:00
Alex Shinn
6ec7cbf766 handling => in case 2011-11-27 21:07:25 +09:00
Alex Shinn
6f85c98d12 bytevector io fixes 2011-11-26 17:01:20 +09:00
Alex Shinn
c3fea1f765 smarter string-copy for utf8 2011-11-26 16:58:39 +09:00
Alex Shinn
8ca510bcb3 another fix to 1004 2011-11-26 16:32:33 +09:00
Alex Shinn
fd425fb1ec fix bug in previous patch - only use array length in sexp_c_string for explicit result params 2011-11-26 06:57:24 +00:00
Alex Shinn
e608bec866 using result length from fread; string-count optimized and safe for invalid strings. 2011-11-26 13:04:51 +09:00
Alex Shinn
1bc31ff9c1 write unsigned char values for bytevectors 2011-11-26 12:41:54 +09:00
Alex Shinn
8094d585b8 Fixing (scheme char) imports after earlier refactoring; adding definitions for finite? and nan?. 2011-11-26 11:35:32 +09:00
Alex Shinn
3e21d00b91 Added tag 0.5 for changeset 4fd25d8c8ac4 2011-11-24 10:50:33 +09:00
Alex Shinn
473d16e99b updating docs for new release 2011-11-24 10:49:55 +09:00
Alex Shinn
4d23c1e7c5 adding basic process and system tests, with some fixes 2011-11-24 10:11:12 +09:00
Alex Shinn
e1731fabf3 FFI struct types no longer use global variables (with improved type-inference as a bonus) 2011-11-24 01:20:47 +09:00
Alex Shinn
3468ee5145 don't use sexp_write_utf8_char in display if utf8 not supported 2011-11-23 13:16:29 +09:00
Alex Shinn
327be34719 don't try to make ports from NULL FILE*s 2011-11-23 10:47:36 +09:00
Alex Shinn
cd91d4aa72 fix to avoid maxing cpu when we want to wait on an fd 2011-11-22 21:15:05 +09:00
Alex Shinn
3b116b3189 fix to use max-connections arg, and changing bind and listen to return booleans 2011-11-22 20:15:59 +09:00
Alex Shinn
f19e55cf2a adding get-socket-option and set-socket-option! 2011-11-22 09:23:37 +09:00
Alex Shinn
bab0541548 forgot to call clearerr after ferror 2011-11-22 09:19:15 +09:00
Alex Shinn
da2795cfa5 Doing the right thing for value-result parameters. 2011-11-22 08:21:32 +09:00
Alex Shinn
bb53a03fb8 accept handles non-blocking correctly 2011-11-21 20:42:49 +09:00
Alex Shinn
71922c284a we can now block on fd's directly with no port 2011-11-21 20:41:53 +09:00
Alex Shinn
17b265e269 not setting errno in sexp_maybe_block_port 2011-11-21 20:41:06 +09:00
Alex Shinn
af79b05f6d Another threading patch from Lorenzo, don't queue unpaused thread if
it's the current running thread, and fix to clear wait on correct
unpaused thread.
2011-11-21 19:22:06 +09:00
Alex Shinn
05d01639eb adding make-listener-socket 2011-11-20 15:41:23 -08:00
Alex Shinn
adef7b2116 Adding support for list FFI values. 2011-11-17 23:41:44 -08:00
Alex Shinn
55fecb2149 Patch from Lorenzo to remove unblocked entries from SEXP_G_THREADS_POLL_FDS. 2011-11-16 23:04:33 -08:00
Alex Shinn
dd2814953c making command-line a parameter, and importing it and exit into (scheme process-context) 2011-11-15 23:27:58 -08:00
Alex Shinn
ebe2af486e utf8 encoding chars on (display ch) for non-ASCI ch (issue #88) 2011-11-15 23:08:59 -08:00
Alex Shinn
1b23c0add0 Rounding functions now support rational arguments exactly.
Fixing the division operators.
2011-11-15 22:23:39 -08:00
Alex Shinn
b6a2993e7d treating form-feed as whitespace 2011-11-14 17:25:58 +09:00
Alex Shinn
8b28305e98 minor bugfixes, moving string-map & string-for-each to extras.scm 2011-11-14 17:10:57 +09:00
Alex Shinn
7dd811ad57 explicitly casting to unsigned char when using isalpha/digit/etc. 2011-11-14 15:27:02 +09:00
Alex Shinn
70eb98d0f8 adding port type objects 2011-11-14 15:09:37 +09:00
Alex Shinn
dfe3440e91 Adding type check to get-output-string. 2011-11-14 11:53:28 +09:00
Alex Shinn
a3a570042b Updating docs. 2011-11-14 10:33:42 +09:00
Alex Shinn
b22cccaf73 Uninstalling tools. 2011-11-14 09:24:11 +09:00
Alex Shinn
5f858a183c Adding additional build tests. 2011-11-14 09:18:15 +09:00
Alex Shinn
a7d6998a96 Fixing static libs and immutable strings builds. 2011-11-14 09:17:53 +09:00
Alex Shinn
8120744f2a Updating TODO. 2011-11-14 08:19:17 +09:00
Alex Shinn
e919b21e6e Updating README. 2011-11-14 08:08:25 +09:00
Alex Shinn
d82490a8e2 Fixing bug in write-bytevector thanks to okuoku. 2011-11-14 07:19:30 +09:00
Alex Shinn
2caa285a63 Making the dynamic-wind state thread-specific. 2011-11-12 11:03:30 +09:00
Alex Shinn
587273bee2 comparing with type=? 2011-11-11 22:54:20 +09:00
Alex Shinn
846b9a1e40 reducing default limit for sexp_equalp_bound 2011-11-11 22:52:39 +09:00
Alex Shinn
04a330c43b missing output port 2011-11-11 09:08:53 +09:00
Alex Shinn
372a7b37b3 adding type inference from assertions 2011-11-10 22:11:12 +09:00
Alex Shinn
58ac066820 Adding type check to hash-table-delete!. 2011-11-10 22:01:32 +09:00
Alex Shinn
8e205822cb adding opcode utilities 2011-11-10 21:51:17 +09:00
Alex Shinn
669ee3828c updating TODO entries 2011-11-10 20:46:38 +09:00