.. |
blob.c
|
add some bytevector primitives
|
2013-11-04 22:58:16 -05:00 |
bool.c
|
add pic_equal_p
|
2013-12-07 20:52:58 -08:00 |
char.c
|
add some char primitives
|
2013-11-14 20:41:22 +09:00 |
codegen.c
|
register and export to library functions defined by pic_defun
|
2013-12-07 20:47:09 -08: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
|
split built-in functins into libraries
|
2013-12-07 23:17:28 -08:00 |
gc.c
|
set name to each library
|
2013-12-07 18:59:13 -08:00 |
init.c
|
declare all built-in functions and variables in (scheme base) library
|
2013-12-07 20:48:24 -08:00 |
lib.c
|
make-library returns existing library if name conflicts
|
2013-12-07 23:15:16 -08:00 |
macro.c
|
debug print might cause segv
|
2013-12-09 09:09:24 -08:00 |
number.c
|
define arithmetic operators as c functions
|
2013-12-07 20:55:04 -08:00 |
pair.c
|
[bugfix] assq and assoc should return false if key is not found
|
2013-12-07 23:13:45 -08:00 |
parse.y
|
add pic_parse
|
2013-12-07 20:54:23 -08:00 |
port.c
|
split built-in functins into libraries
|
2013-12-07 23:17:28 -08:00 |
proc.c
|
pic_apply supports multiple arguments
|
2013-12-03 06:40:50 -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
|
declare all built-in functions and variables in (scheme base) library
|
2013-12-07 20:48:24 -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
|
Merge branch 'master' into libraries
|
2013-12-09 08:27:29 -08:00 |
time.c
|
split built-in functins into libraries
|
2013-12-07 23:17:28 -08:00 |
value.c
|
add pic_lib
|
2013-12-07 03:58:18 -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 |