Yuichi Nishiwaki
|
dbbc2c1a25
|
inline pic_car and pic_cdr
|
2014-09-17 01:07:25 +09:00 |
Yuichi Nishiwaki
|
565ee431af
|
s/pic_abort/pic_panic/g
|
2014-09-17 01:02:27 +09:00 |
Yuichi Nishiwaki
|
a7c2933e01
|
Merge branch 'error-api'
|
2014-09-17 00:50:15 +09:00 |
Yuichi Nishiwaki
|
05e76c0467
|
remove read-error? and file-error? and add error-object-type instead
|
2014-09-17 00:49:37 +09:00 |
Yuichi Nishiwaki
|
854f83a247
|
add make-error-object procedure
|
2014-09-17 00:43:12 +09:00 |
Yuichi Nishiwaki
|
061ddb58ee
|
publish pic_make_error
|
2014-09-17 00:43:03 +09:00 |
Yuichi Nishiwaki
|
486c99bf6f
|
[bugfix] 'type' field is now of pic_sym type
|
2014-09-17 00:32:52 +09:00 |
Yuichi Nishiwaki
|
78a982fb41
|
refactor error object
|
2014-09-17 00:29:17 +09:00 |
Yuichi Nishiwaki
|
33efb3e950
|
remove pic_error
|
2014-09-16 23:43:15 +09:00 |
Yuichi Nishiwaki
|
1b36b5d2ff
|
update xhash (orderd map)
|
2014-09-16 22:38:58 +09:00 |
Yuichi Nishiwaki
|
db5a4e367b
|
s/pic_port_make_stdport/pic_make_standard_port/g
|
2014-09-16 15:06:45 +09:00 |
Yuichi Nishiwaki
|
8729a98af7
|
more preinterned symbols
|
2014-09-16 15:02:47 +09:00 |
Yuichi Nishiwaki
|
ec0e5439af
|
pic_funcall should take a module for its argument
|
2014-09-16 00:29:19 +09:00 |
Yuichi Nishiwaki
|
e698621ca7
|
no export current-dynamic-environment
|
2014-09-16 00:22:54 +09:00 |
Yuichi Nishiwaki
|
7db18677ab
|
add pic_define_noexport
|
2014-09-16 00:21:24 +09:00 |
Yuichi Nishiwaki
|
597e000000
|
remove pic_defined_p
|
2014-09-16 00:17:04 +09:00 |
Yuichi Nishiwaki
|
9c4d815864
|
add pic_defvar
|
2014-09-16 00:16:30 +09:00 |
Yuichi Nishiwaki
|
678d2484ec
|
Merge branch 'parameter-and-dynamic-environment'
|
2014-09-15 15:53:09 +09:00 |
Yuichi Nishiwaki
|
0cc08c69f9
|
[bugfix] funcall doesn't take a module to run
|
2014-09-15 15:51:31 +09:00 |
Yuichi Nishiwaki
|
0a0c085003
|
implement parameterize
|
2014-09-15 15:49:04 +09:00 |
Yuichi Nishiwaki
|
788ac686af
|
refactor parameter. var data structure is no longer used
|
2014-09-15 15:38:38 +09:00 |
Yuichi Nishiwaki
|
7d64852b88
|
add definition of pic_set
|
2014-09-15 15:36:27 +09:00 |
Yuichi Nishiwaki
|
8bbbbff9a2
|
add pic_defined_p
|
2014-09-15 15:09:29 +09:00 |
Yuichi Nishiwaki
|
a615eace09
|
pic_var_push and pic_var_pop are private APIs
|
2014-09-15 12:52:47 +09:00 |
Yuichi Nishiwaki
|
56b9173a98
|
Merge pull request #30 from picrin-scheme/object-dictionary
Object-to-object dictionary
|
2014-09-15 12:52:09 +09:00 |
Yuichi Nishiwaki
|
df7a4381d0
|
add missing quote
|
2014-09-15 12:47:32 +09:00 |
Yuichi Nishiwaki
|
5d06801704
|
[bugfix] plist<->dictionary broken
|
2014-09-15 12:41:51 +09:00 |
Yuichi Nishiwaki
|
48f0ec9095
|
dictionary is now a equal?-based hash table
|
2014-09-15 12:39:46 +09:00 |
Yuichi Nishiwaki
|
f8ec4ea2e1
|
remove debug print
|
2014-09-15 12:34:57 +09:00 |
Yuichi Nishiwaki
|
fc9f09e05b
|
don't use dictionaries as import_table
|
2014-09-15 12:32:20 +09:00 |
Yuichi Nishiwaki
|
0ae0618edf
|
move debug prints in the VM
|
2014-09-14 22:59:29 +09:00 |
Yuichi Nishiwaki
|
9f7bde294c
|
change actual type of pic_sym
|
2014-09-14 19:17:23 +09:00 |
Yuichi Nishiwaki
|
a24748c49a
|
huge improvement of README
|
2014-09-14 18:44:33 +09:00 |
Yuichi Nishiwaki
|
2d8535ae6a
|
move pic_std* prototypes to picrin.h
|
2014-09-14 18:16:02 +09:00 |
Yuichi Nishiwaki
|
0fe6e3dc7b
|
add pic_import_library
|
2014-09-14 18:14:23 +09:00 |
Yuichi Nishiwaki
|
78b3cb8c6e
|
avoid import error not propagated to the toplevel
|
2014-09-14 18:06:36 +09:00 |
Yuichi Nishiwaki
|
0c8d5aa33c
|
eliminate uses of '__'
|
2014-09-14 17:54:53 +09:00 |
Yuichi Nishiwaki
|
09e56c2c35
|
upgrade xvect.h
|
2014-09-14 01:08:37 +09:00 |
Yuichi Nishiwaki
|
b20a97ed9f
|
move map/for-each to pair.c
|
2014-09-13 18:51:20 +09:00 |
Yuichi Nishiwaki
|
391b597dc6
|
pic_sym should be unsigned
|
2014-09-13 18:46:02 +09:00 |
Yuichi Nishiwaki
|
ec49028618
|
dictionary-delete -> dictionary-delete!
|
2014-09-13 16:54:01 +09:00 |
Yuichi Nishiwaki
|
6bc702bd89
|
[bugfix] signedness of ret val from pic_int
|
2014-09-13 16:50:06 +09:00 |
Yuichi Nishiwaki
|
2bf2222519
|
Merge branch 'dictionary-api'
|
2014-09-13 16:47:20 +09:00 |
Yuichi Nishiwaki
|
8ed3c835ea
|
add dictionary conversion functions
|
2014-09-13 16:44:27 +09:00 |
Yuichi Nishiwaki
|
e60841a879
|
add dictionary-map
|
2014-09-13 16:22:22 +09:00 |
Yuichi Nishiwaki
|
d882b5fb24
|
add dictionary-for-each
|
2014-09-13 16:14:33 +09:00 |
Yuichi Nishiwaki
|
0f2a172ffc
|
add bytevector procedure
|
2014-09-12 21:19:08 +09:00 |
Yuichi Nishiwaki
|
1b97362653
|
add bytevector<->list
|
2014-09-12 21:14:45 +09:00 |
Yuichi Nishiwaki
|
45d894d9f8
|
add vector procedure
|
2014-09-12 20:55:34 +09:00 |
Yuichi Nishiwaki
|
2ad517be84
|
add vector<->string
|
2014-09-12 20:51:36 +09:00 |