picrin/src
Yuichi Nishiwaki 2dd293c0f9 [workaround] add stack overflow detector 2013-11-22 06:37:57 -08:00
..
blob.c
bool.c
char.c
codegen.c add overflow guards to some global stacks (or value pools) 2013-11-22 06:35:51 -08:00
cont.c
error.c debug prints when a global stack is realloc'ed 2013-11-21 06:28:06 -08:00
expand.c add overflow guards to some global stacks (or value pools) 2013-11-22 06:35:51 -08:00
file.c
gc.c add new compilation flag GC_DEBUG_DETAIL 2013-11-22 03:29:05 -08:00
init.c print propagated error messages when stdlib failed to build 2013-11-22 06:34:34 -08:00
number.c pic_get_args: change type of argc 2013-11-18 01:07:51 +09:00
pair.c less memory usage of pic_reverse 2013-11-21 06:32:56 -08:00
parse.y [bugfix] makeing a shared library failure under the version 3 of bison 2013-11-18 20:47:20 +09:00
port.c
proc.c
scan.l [bugfix] makeing a shared library failure under the version 3 of bison 2013-11-18 20:47:20 +09:00
state.c alloc stacks by calloc, not malloc 2013-11-22 03:28:09 -08:00
string.c add string functions 2013-11-18 01:09:54 +09:00
symbol.c debug prints when a global stack is realloc'ed 2013-11-21 06:28:06 -08:00
system.c change return type of pic_str_new to struct pic_string * 2013-11-18 00:28:42 +09:00
time.c
value.c fix broken pic_type_repr 2013-11-22 03:27:09 -08:00
vector.c
vm.c [workaround] add stack overflow detector 2013-11-22 06:37:57 -08:00