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 |
Yuichi Nishiwaki
|
f7e0797f7c
|
add the alias of call/cc
|
2014-09-08 19:38:33 +09:00 |
Yuichi Nishiwaki
|
4483f8224a
|
flatten the library hierarchy (again)
|
2014-09-08 19:38:19 +09:00 |
Yuichi Nishiwaki
|
062cfda6df
|
Revert "remove time.c and system.c"
This reverts commit bd2c5afb02 .
|
2014-09-08 18:50:35 +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
|
349d012b26
|
Revert "remove file.c"
This reverts commit 4cf8f3d7f6 .
|
2014-09-08 18:46:47 +09:00 |
Yuichi Nishiwaki
|
b8b5743589
|
continuation object is applicable
|
2014-09-05 14:15:46 +09:00 |
Yuichi Nishiwaki
|
3a4de8895e
|
[bugfix] continue should set cont->results
|
2014-09-05 14:08:13 +09:00 |
Yuichi Nishiwaki
|
a0945a323f
|
remove unused math functions
|
2014-09-05 03:45:24 +09:00 |
Yuichi Nishiwaki
|
e56f2dce28
|
immutable string
|
2014-09-05 03:37:52 +09:00 |
Yuichi Nishiwaki
|
b4d1abe54f
|
remove unused port operaotrs
|
2014-09-05 03:24:06 +09:00 |
Yuichi Nishiwaki
|
14e7fd4e98
|
implement identifier=?
|
2014-09-04 18:43:12 +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
|
fb28cd003e
|
flatten library hierarchy
|
2014-09-01 11:37:52 +09:00 |
Yuichi Nishiwaki
|
a3a8b11d4b
|
lset/lerf can access to torn-off regions because of call/cc
|
2014-09-01 09:01:00 +09:00 |
Yuichi Nishiwaki
|
129c4c1bd9
|
vm_tear_off should happen in cont. saving, not in restoring
|
2014-09-01 08:56:59 +09:00 |
Yuichi Nishiwaki
|
5c090a48ef
|
remove unused config flags
|
2014-09-01 02:20:52 +09:00 |
Yuichi Nishiwaki
|
e4ae3585eb
|
delete needless include
|
2014-08-31 02:40:17 +09:00 |
Yuichi Nishiwaki
|
339f550389
|
dictionary-ref comes with two values
|
2014-08-31 02:39:09 +09:00 |
Yuichi Nishiwaki
|
3542ea79ac
|
report errors when import_table raised an error
|
2014-08-26 13:30:40 +09:00 |
Yuichi Nishiwaki
|
582cf626ea
|
refactor import_table
|
2014-08-26 13:30:34 +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
|
b33a2e629c
|
grammer fix for README
|
2014-08-26 02:47:32 +09:00 |
Yuichi Nishiwaki
|
1656367be2
|
accept '(define (f a b) ...)' style in C level
|
2014-08-25 17:41:29 +09:00 |
Yuichi Nishiwaki
|
a03efeb0d3
|
remove procedures originally introduced for compatibility
|
2014-08-25 17:41:01 +09:00 |
Yuichi Nishiwaki
|
52c377768e
|
downgrade xvect.h due to xvect's unknown bug
|
2014-08-25 17:40:40 +09:00 |