picrin/src
Yuichi Nishiwaki c62505b930 initialize newly allocated vector with falses 2013-11-15 19:29:54 +09:00
..
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
char.c add some char primitives 2013-11-14 20:41:22 +09:00
codegen.c propagate jmp_bufs (useful when C stack and scheme stack interleave) 2013-11-14 19:26:06 +09:00
cont.c add reference count GC for pic_block objects 2013-11-15 11:51:58 +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 [bugfix] gc may enter an infinite loop 2013-11-15 16:11:54 +09:00
init.c add some char primitives 2013-11-14 20:41:22 +09:00
number.c [bugfix] atan and log functions doesn't accept single argument 2013-11-13 17:38:54 +09:00
pair.c implement native version of some primitive functions such as car,crd... 2013-11-15 16:07:03 +09:00
parse.y support datum comment 2013-11-14 17:31:40 +09:00
port.c support named characters 2013-11-14 19:45:38 +09:00
proc.c error when apply got non-proc at the first place of arguments 2013-11-14 20:42:14 +09:00
scan.l support named characters 2013-11-14 19:45:38 +09:00
state.c add reference count GC for pic_block objects 2013-11-15 11:51:58 +09:00
string.c use strndup if possible 2013-11-15 17:08:18 +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 initialize newly allocated vector with falses 2013-11-15 19:29:54 +09:00
vm.c add some char primitives 2013-11-14 20:41:22 +09:00