.. |
blob.c
|
add some bytevector primitives
|
2013-11-04 22:58:16 -05:00 |
bool.c
|
add eqv? and equal?
|
2013-11-06 16:12:31 +09:00 |
codegen.c
|
support internal definitions
|
2013-11-13 18:08:22 +09:00 |
cont.c
|
native support for dynamic-wind
|
2013-11-11 18:04:21 +09:00 |
error.c
|
warn global redefinition
|
2013-10-24 22:29:40 +09:00 |
expand.c
|
suppress warnings
|
2013-11-09 15:24:58 +09:00 |
file.c
|
add some file open functions
|
2013-10-22 15:44:03 +09:00 |
gc.c
|
rename fields in struct pic_cont
|
2013-11-11 10:14:42 +09:00 |
init.c
|
accept empty lines in repl
|
2013-11-13 17:37:05 +09:00 |
number.c
|
[bugfix] atan and log functions doesn't accept single argument
|
2013-11-13 17:38:54 +09:00 |
pair.c
|
eq? predicate supports nan-boxing
|
2013-11-06 16:06:31 +09:00 |
parse.y
|
accept empty lines in repl
|
2013-11-13 17:37:05 +09:00 |
port.c
|
initial call/cc support
|
2013-11-09 14:14:25 +09:00 |
proc.c
|
add apply function
|
2013-11-10 00:41:59 +09:00 |
scan.l
|
add square bracket notation
|
2013-11-11 11:57:01 +09:00 |
state.c
|
native support for dynamic-wind
|
2013-11-11 18:04:21 +09:00 |
string.c
|
since pic_string is a first-class value, move it to value.h
|
2013-10-21 17:38:05 +09:00 |
symbol.c
|
add some symbol primitive functions
|
2013-10-29 02:49:38 +09:00 |
system.c
|
support exact integer
|
2013-10-28 00:21:24 +09:00 |
time.c
|
support exact integer
|
2013-10-28 00:21:24 +09:00 |
value.c
|
eq? and eqv? return true when the pointers are equal
|
2013-11-09 13:41:11 +09:00 |
vector.c
|
[bugfix] crash on calling vector-ref
|
2013-11-04 20:59:43 -05:00 |
vm.c
|
support internal definitions
|
2013-11-13 18:08:22 +09:00 |