Alex Shinn
|
bc50ae0d34
|
FFI now accepts integers as unmanaged filenos for convenience.
Also some fixes for (chibi process).
|
2012-05-13 21:43:02 +09:00 |
|
Alex Shinn
|
1e49c0917f
|
adding thread name for net clients
|
2012-05-13 21:25:05 +09:00 |
|
Alex Shinn
|
a43cd05711
|
adding single-line line editing option
|
2012-05-13 21:24:27 +09:00 |
|
Alex Shinn
|
3fdf435ba3
|
Adding channels (i.e. mailboxes, i.e. thread-safe queues) for easy coordination between threads.
|
2012-05-13 14:30:25 +09:00 |
|
Alex Shinn
|
1ab1008f20
|
atomically for non-threaded builds is just a begin
|
2012-05-07 08:19:37 +09:00 |
|
Alex Shinn
|
99211de2b0
|
adding atomically to disable yielding in controlled situations
|
2012-05-06 23:56:06 +09:00 |
|
Alex Shinn
|
92801f22ce
|
plan9 build now uses static libs by default
|
2012-05-06 23:08:47 +09:00 |
|
Alex Shinn
|
d2b3983e31
|
adding initial (chibi net server) library for simple tcp servers
|
2012-05-06 20:26:13 +09:00 |
|
Alex Shinn
|
48cbad3299
|
flushing output after any command
|
2012-05-06 20:21:22 +09:00 |
|
Alex Shinn
|
9e29ea721c
|
undoing with-raw-io change
|
2012-05-06 20:15:35 +09:00 |
|
Alex Shinn
|
d62ec14dd0
|
flushing output on every char input in edit-line
|
2012-05-06 20:13:54 +09:00 |
|
Alex Shinn
|
ee65dad0b3
|
fixing repl output for non-current-output-port out
|
2012-05-06 18:47:41 +09:00 |
|
Alex Shinn
|
532665b86d
|
Ignore #\return instead of treating it as a separate newline.
|
2012-05-06 18:32:51 +09:00 |
|
Alex Shinn
|
5e6975453d
|
fixing dynamic-wind entry in with-stty
|
2012-05-06 18:21:53 +09:00 |
|
Alex Shinn
|
ce80d45ff8
|
Adding custom port support for non-string-stream builds.
String-streams are now disabled by default.
|
2012-05-06 18:16:17 +09:00 |
|
Alex Shinn
|
14370af921
|
making percentages inexact
|
2012-05-06 14:51:53 +09:00 |
|
Alex Shinn
|
cef6bb6794
|
Various fixes for non-string-streams non-blocking i/o.
Moving open-input/output-file-descriptor to core.
|
2012-05-06 14:02:31 +09:00 |
|
Alex Shinn
|
7c8203ed0a
|
switching to first-class file descriptor type
|
2012-04-24 22:42:26 +09:00 |
|
Alex Shinn
|
f05fb986e7
|
fixing chibi.ast build for plan9 (need to support error-string)
|
2012-04-19 23:36:06 +09:00 |
|
Alex Shinn
|
ac704414c6
|
Don't stty if no terminal attributes.
|
2012-04-17 22:15:56 +09:00 |
|
Alex Shinn
|
19448ce93a
|
Default terminal width of 80 (if no termio).
|
2012-04-17 22:15:37 +09:00 |
|
Alex Shinn
|
6122ae3ff7
|
adding (chibi strings) tests and bugfixes
|
2012-04-16 23:18:22 +09:00 |
|
Alex Shinn
|
d0875d470d
|
don't bother using write(2) directly if not compiled with green thread support
|
2012-04-15 16:58:00 +09:00 |
|