Alex Shinn
|
1aff449a48
|
Fixing mutex-unlock! on a condition variable to both unlock and block.
|
2012-05-12 22:43:46 +09:00 |
|
Alex Shinn
|
1ab1008f20
|
atomically for non-threaded builds is just a begin
|
2012-05-07 08:19:37 +09:00 |
|
Alex Shinn
|
be7a80007b
|
fixing two arg atan
|
2012-05-07 00:21:00 +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
|
8869320e63
|
fixing sorting with duplicates
|
2012-05-06 14:27:25 +09:00 |
|
Alex Shinn
|
14e1cd482f
|
fixing numeric inequalities on NaN
|
2012-05-06 14:08:55 +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
|
686b5adcfc
|
merge
|
2012-04-24 22:42:59 +09:00 |
|
Alex Shinn
|
7c8203ed0a
|
switching to first-class file descriptor type
|
2012-04-24 22:42:26 +09:00 |
|
Alex Shinn
|
94037929be
|
fixing dotted arg case of srfi-16
|
2012-04-24 07:23:54 +09:00 |
|
Alex Shinn
|
04210ff14a
|
Initial trampoling support for CPS from C code.
|
2012-04-22 17:14:06 +09:00 |
|
Alex Shinn
|
0cd2ad6476
|
fixing (atan x 0) case which previously performed divide-by-zero
|
2012-04-20 23:48:57 +09:00 |
|
Alex Shinn
|
ec76df5146
|
plan9 needs a dummy so extension
|
2012-04-19 23:36:38 +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
|
eac57054ce
|
supporting explicit module list with -i/--include
|
2012-04-19 23:18:57 +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
|
56322d632a
|
Supporting a (void) argument list as a synonym for ().
Also adding extra checks on function definitions, and
allowing running with no arguments as a filter.
|
2012-04-17 22:05:13 +09:00 |
|
Alex Shinn
|
f30e53265c
|
adding (library x) support to cond-expand
|
2012-04-17 00:06:11 +09:00 |
|
Alex Shinn
|
a1f43475ba
|
output-port? returns #t for input+output ports
|
2012-04-16 23:50:13 +09:00 |
|
Alex Shinn
|
323aa88eb4
|
Adding support for (import (drop-prefix (lib foo) foo-)).
|
2012-04-16 23:30:17 +09:00 |
|
Alex Shinn
|
6122ae3ff7
|
adding (chibi strings) tests and bugfixes
|
2012-04-16 23:18:22 +09:00 |
|
Alex Shinn
|
1aa636d40a
|
Updating to include Makefile.detect.
|
2012-04-16 22:18:34 +09:00 |
|
Alex Shinn
|
1de148d18c
|
moving chibi-scheme specific settings out of Makefile.libs
|
2012-04-16 22:15:40 +09:00 |
|
Alex Shinn
|
1ba62a6514
|
Friendlier error message on # at EOF.
|
2012-04-16 20:41:58 +09:00 |
|
Alex Shinn
|
580d4323aa
|
Providing friendlier error message for # at end of input.
|
2012-04-16 20:39:30 +09:00 |
|
Alex Shinn
|
c316c4d715
|
merge
|
2012-04-15 17:55:11 +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 |
|
Alex Shinn
|
d965a3d785
|
including unistd.h for green threads
|
2012-04-15 15:55:24 +09:00 |
|
Alex Shinn
|
8ee3699095
|
fixing non-threaded (and plan9) build
|
2012-04-15 15:52:51 +09:00 |
|
Alex Shinn
|
acbeeddfa0
|
Fixing EAGAIN handling in write_string opcode by using
write(2) directly (considering abandoning FILE* backed
ports for standard use-cases). Also fixing write_char
return type for native buffered ports.
|
2012-04-15 15:43:47 +09:00 |
|
Alex Shinn
|
31db161dcd
|
Disabling SEXP_USE_TAIL_JUMPS optimization by default.
|
2012-04-01 21:00:15 +09:00 |
|
Alex Shinn
|
6eafdd1bb4
|
obiwan error: supporting showing labels at offset 0
|
2012-04-01 20:28:37 +09:00 |
|
Alex Shinn
|
9c0bf42077
|
Fixing truncation handling in SEXP_WRITE_STRING_OP.
|
2012-04-01 18:56:22 +09:00 |
|
Alex Shinn
|
befd0ecfd9
|
Fixing -ldl flags for Linux build.
|
2012-03-30 13:58:55 +00:00 |
|
Alex Shinn
|
c93dbe3607
|
Re-ordering variables to be proper targets for the docs build.
|
2012-03-29 23:44:11 +09:00 |
|
Alex Shinn
|
b8578eced8
|
removing duplicate PREFIX assignment
|
2012-03-29 23:30:17 +09:00 |
|
Alex Shinn
|
3d17e214be
|
setting .DEFAULT_GOAL := all
|
2012-03-29 23:26:57 +09:00 |
|
Alex Shinn
|
ee017262c6
|
Refactoring of Makefile for use by third parties (patch from Alan Watson).
|
2012-03-29 22:55:34 +09:00 |
|
Alex Shinn
|
202195f4f0
|
initial (chibi strings) library
|
2012-03-27 23:00:32 +09:00 |
|