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
|
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
|
391b597dc6
|
pic_sym should be unsigned
|
2014-09-13 18:46:02 +09:00 |
Yuichi Nishiwaki
|
6bc702bd89
|
[bugfix] signedness of ret val from pic_int
|
2014-09-13 16:50:06 +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
|
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
|
edcc26466c
|
more efficient impelementation of nan boxing
|
2014-09-12 13:50:23 +09:00 |
Yuichi Nishiwaki
|
ff82e59066
|
support macroexpansion of inter-referential definitions
|
2014-09-10 14:42:36 +09:00 |
Yuichi Nishiwaki
|
e6a2af0bf6
|
remove vec_extend_ip. close #9
|
2014-09-10 02:52:03 +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
|
ce1d5c0653
|
Revert "immutable string"
This reverts commit e56f2dce28 .
|
2014-09-09 01:12:52 +09:00 |
Yuichi Nishiwaki
|
2d80522230
|
revert pic_open API
|
2014-09-09 00:08:15 +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
|
839405e752
|
Revert "continuation object is applicable"
This reverts commit b8b5743589 .
|
2014-09-08 20:40:48 +09:00 |
Yuichi Nishiwaki
|
ed9b14630b
|
refactor load
|
2014-09-08 18:50:15 +09:00 |
Yuichi Nishiwaki
|
6cb34f063d
|
Revert "remove eval.c and load.c"
This reverts commit 6a1b7c372d .
|
2014-09-08 18:47:20 +09:00 |
Yuichi Nishiwaki
|
b8b5743589
|
continuation object is applicable
|
2014-09-05 14:15:46 +09:00 |
Yuichi Nishiwaki
|
e56f2dce28
|
immutable string
|
2014-09-05 03:37:52 +09:00 |
Yuichi Nishiwaki
|
2a347847ae
|
drop dependency on stdio.h
|
2014-09-01 13:48:40 +09:00 |
Yuichi Nishiwaki
|
0f55478a19
|
pluggable stdios
|
2014-09-01 13:43:54 +09:00 |
Yuichi Nishiwaki
|
03716567c9
|
delete pic_parse family
|
2014-09-01 13:23:32 +09:00 |
Yuichi Nishiwaki
|
1e8ab8bf0f
|
s/make_library/open_library/g
|
2014-09-01 13:07:38 +09:00 |
Yuichi Nishiwaki
|
a4c82f10d2
|
(scheme base) is no longer the default library of benz. refer to (picrin
base) instead.
|
2014-09-01 13:01:56 +09:00 |
Yuichi Nishiwaki
|
a227498f5b
|
hold standard library references in pic_state
|
2014-09-01 13:01:17 +09:00 |
Yuichi Nishiwaki
|
5c090a48ef
|
remove unused config flags
|
2014-09-01 02:20:52 +09:00 |
Yuichi Nishiwaki
|
a94ef9433d
|
change interface of format functions
|
2014-08-26 13:30:08 +09:00 |
Yuichi Nishiwaki
|
876e40bfa5
|
add pic_intern_str
|
2014-08-26 13:29:36 +09:00 |
Yuichi Nishiwaki
|
52c377768e
|
downgrade xvect.h due to xvect's unknown bug
|
2014-08-25 17:40:40 +09:00 |
Yuichi Nishiwaki
|
e0831c1aa3
|
change the interface of call/cc
|
2014-08-25 17:10:25 +09:00 |
Yuichi Nishiwaki
|
6a1b7c372d
|
remove eval.c and load.c
|
2014-08-25 16:55:51 +09:00 |
Yuichi Nishiwaki
|
1861aff2d1
|
import xhash, xrope, xfile, and xvect
|
2014-08-25 16:36:54 +09:00 |
Yuichi Nishiwaki
|
aa3b385e27
|
extlibs should be placed under include/picrin/
|
2014-08-25 16:21:32 +09:00 |
Yuichi Nishiwaki
|
ff21555a76
|
remove needless files
|
2014-08-25 13:39:15 +09:00 |
Yuichi Nishiwaki
|
a1281a8e8c
|
first commit
|
2014-08-25 13:38:09 +09:00 |