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 |
Yuichi Nishiwaki
|
da07f08248
|
add string procedure
|
2014-09-12 20:23:58 +09:00 |
Yuichi Nishiwaki
|
a2f0d7f7ac
|
Merge branch 'new->make'
|
2014-09-12 20:02:14 +09:00 |
Yuichi Nishiwaki
|
49f09b19bc
|
vec_new -> make_vec
|
2014-09-12 19:55:32 +09:00 |
Yuichi Nishiwaki
|
642bd10fb3
|
var_new -> make_var
|
2014-09-12 19:54:21 +09:00 |
Yuichi Nishiwaki
|
df4bc3838b
|
str_new -> make_str
|
2014-09-12 19:52:49 +09:00 |
Yuichi Nishiwaki
|
1d03b07862
|
record_new -> make_record
|
2014-09-12 19:49:58 +09:00 |
Yuichi Nishiwaki
|
46dec7bc7e
|
trie_new -> make_trie
|
2014-09-12 19:49:00 +09:00 |
Yuichi Nishiwaki
|
1422840a84
|
proc_new -> make_proc
|
2014-09-12 19:46:54 +09:00 |
Yuichi Nishiwaki
|
d05a2a2da1
|
senv_new -> make_senv
|
2014-09-12 19:43:50 +09:00 |
Yuichi Nishiwaki
|
b5e429e3e2
|
error_new -> make_error
|
2014-09-12 19:42:09 +09:00 |
Yuichi Nishiwaki
|
a99fb41c63
|
dict_new -> make_dict
|
2014-09-12 19:41:20 +09:00 |
Yuichi Nishiwaki
|
d08e401481
|
blob_new -> make_blob
|
2014-09-12 19:36:24 +09:00 |
Yuichi Nishiwaki
|
e58f216b2d
|
remove include
|
2014-09-12 18:52:32 +09:00 |
Yuichi Nishiwaki
|
f9e603f32b
|
unix and linux feature may coexist
|
2014-09-12 17:36:28 +09:00 |
Yuichi Nishiwaki
|
edcc26466c
|
more efficient impelementation of nan boxing
|
2014-09-12 13:50:23 +09:00 |
Yuichi Nishiwaki
|
c6b46ae2ac
|
string conversion functions
|
2014-09-10 20:09:32 +09:00 |
Yuichi Nishiwaki
|
8f93ddd87b
|
add many many 'features'
|
2014-09-10 18:36:53 +09:00 |
Yuichi Nishiwaki
|
e376f2614d
|
add call-with-port
|
2014-09-10 17:42:55 +09:00 |
Yuichi Nishiwaki
|
ac638daa2b
|
char comparators
|
2014-09-10 17:18:14 +09:00 |
Yuichi Nishiwaki
|
3a7fb12b2f
|
Merge branch 'inter-referential-definitions'
|
2014-09-10 15:26:33 +09:00 |
Yuichi Nishiwaki
|
a193af3bef
|
deal with exceptions inside macroexpansion
|
2014-09-10 15:20:36 +09:00 |
Yuichi Nishiwaki
|
248ca95925
|
support inter-referential definitions [complete]
|
2014-09-10 15:15:06 +09:00 |
Yuichi Nishiwaki
|
ff82e59066
|
support macroexpansion of inter-referential definitions
|
2014-09-10 14:42:36 +09:00 |
Yuichi Nishiwaki
|
654bc2c2d6
|
add local variables list
|
2014-09-10 13:27:38 +09:00 |
Yuichi Nishiwaki
|
e6a2af0bf6
|
remove vec_extend_ip. close #9
|
2014-09-10 02:52:03 +09:00 |
Yuichi Nishiwaki
|
90d6a3572c
|
diet cond-expand
|
2014-09-10 02:08:58 +09:00 |
Yuichi Nishiwaki
|
57fb1fc2fe
|
initial import of cond-expand from @KeenS's patch
|
2014-09-10 01:48:20 +09:00 |
Yuichi Nishiwaki
|
d0abe2d193
|
add pic->feature
|
2014-09-10 01:41:10 +09:00 |
Yuichi Nishiwaki
|
a0687e29e0
|
update xfile
|
2014-09-09 14:46:56 +09:00 |
Yuichi Nishiwaki
|
813ce064f3
|
add port-open?
|
2014-09-09 02:12:51 +09:00 |
Yuichi Nishiwaki
|
92749325a9
|
fix a bug in the definitino of define-values
|
2014-09-09 01:38:52 +09:00 |
Yuichi Nishiwaki
|
5331d6f23c
|
refactor string.c
|
2014-09-09 01:23:58 +09:00 |
Yuichi Nishiwaki
|
ce1d5c0653
|
Revert "immutable string"
This reverts commit e56f2dce28 .
|
2014-09-09 01:12:52 +09:00 |
Yuichi Nishiwaki
|
c3acc4cb44
|
remove aux syntax for syntax-rules
|
2014-09-09 00:57:48 +09:00 |
Yuichi Nishiwaki
|
2d80522230
|
revert pic_open API
|
2014-09-09 00:08:15 +09:00 |
Yuichi Nishiwaki
|
4fd4e15cc1
|
load basic syntaxes at boot time
|
2014-09-08 23:31:04 +09:00 |
Yuichi Nishiwaki
|
dd80aff03a
|
remove dicitonary-for-each
|
2014-09-08 20:47:29 +09:00 |
Yuichi Nishiwaki
|
8c174cd505
|
Revert "change the interface of call/cc"
This reverts commit e0831c1aa3 .
|
2014-09-08 20:41:31 +09:00 |
Yuichi Nishiwaki
|
c0adc87f12
|
Revert "[bugfix] continue should set cont->results"
This reverts commit 3a4de8895e .
|
2014-09-08 20:40:58 +09:00 |
Yuichi Nishiwaki
|
839405e752
|
Revert "continuation object is applicable"
This reverts commit b8b5743589 .
|
2014-09-08 20:40:48 +09:00 |
Yuichi Nishiwaki
|
a2848f3eaf
|
[bugfix] rename procedures
|
2014-09-08 19:47:50 +09:00 |