.. |
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
|
varg * and / operators
|
2013-11-07 12:52:59 +09:00 |
error.c
|
warn global redefinition
|
2013-10-24 22:29:40 +09:00 |
expand.c
|
initial bytevector support
|
2013-11-04 22:38:23 -05:00 |
file.c
|
add some file open functions
|
2013-10-22 15:44:03 +09:00 |
gc.c
|
force indirect reference to pic_value vtype
|
2013-11-04 23:37:08 -05:00 |
init.c
|
add some bytevector primitives
|
2013-11-04 22:58:16 -05:00 |
number.c
|
add exact/inexact function
|
2013-10-28 00:33:10 +09:00 |
pair.c
|
eq? predicate supports nan-boxing
|
2013-11-06 16:06:31 +09:00 |
parse.y
|
initial bytevector support
|
2013-11-04 22:38:23 -05:00 |
port.c
|
add pic_init_value macro
|
2013-11-05 00:42:44 -05:00 |
proc.c
|
remove unused auxuality data field proc->aux
|
2013-10-29 02:23:14 +09:00 |
scan.l
|
initial bytevector support
|
2013-11-04 22:38:23 -05:00 |
state.c
|
introduce legacy macros
|
2013-10-30 16:42:44 +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
|
fix broken pic_float_p
|
2013-11-07 12:17:16 +09:00 |
vector.c
|
[bugfix] crash on calling vector-ref
|
2013-11-04 20:59:43 -05:00 |
vm.c
|
add unary minus operator
|
2013-11-07 12:17:37 +09:00 |