.. |
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
|
add pic_sc (syntactic closure) structure
|
2013-11-27 15:04:02 +09:00 |
cont.c
|
[bugfix] after save_cont any local variable must not be modified!
|
2013-11-17 17:20:19 +09:00 |
error.c
|
debug prints when a global stack is realloc'ed
|
2013-11-21 06:28:06 -08:00 |
file.c
|
add some file open functions
|
2013-10-22 15:44:03 +09:00 |
gc.c
|
[bugfix] missed to mark stx->senv
|
2013-11-28 13:15:27 +09:00 |
init.c
|
add make-syntactic-closure function
|
2013-11-27 15:04:44 +09:00 |
macro.c
|
[bugfix] new_uniq_sym must take one more byte chunk for new string
|
2013-11-27 06:31:12 -08:00 |
number.c
|
pic_get_args: change type of argc
|
2013-11-18 01:07:51 +09:00 |
pair.c
|
add pic_cxxr functions
|
2013-11-26 02:42:13 -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
|
revise output format of syntactic closure object
|
2013-11-27 15:56:29 +09:00 |
proc.c
|
[bugfix] wrong size for pic_proc allocation
|
2013-11-27 06:31:49 -08:00 |
scan.l
|
[bugfix] makeing a shared library failure under the version 3 of bison
|
2013-11-18 20:47:20 +09:00 |
state.c
|
added hygienic macro facility! Fooo!
|
2013-11-27 15:58:28 +09: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
|
support exact integer
|
2013-10-28 00:21:24 +09:00 |
value.c
|
fix broken pic_type_repr
|
2013-11-22 03:27:09 -08:00 |
vector.c
|
check vector index out of range
|
2013-11-17 02:32:27 +09:00 |
vm.c
|
[bugfix] pic_apply_argv concatenated args in reverse order
|
2013-11-27 15:55:54 +09:00 |