Yuichi Nishiwaki
|
cabae2767b
|
use dictionary for senv->map
|
2015-01-18 21:58:40 +09:00 |
Yuichi Nishiwaki
|
c1bba1ec83
|
use dictionaries for temporary import table
|
2015-01-18 21:55:17 +09:00 |
Yuichi Nishiwaki
|
14a93ccf0f
|
use dictionary for rec->data
|
2015-01-18 21:40:14 +09:00 |
Yuichi Nishiwaki
|
c86e97094d
|
use dictionary for lib->exports
|
2015-01-18 21:35:57 +09:00 |
Yuichi Nishiwaki
|
9209722a5b
|
use dictionaries for pic->globals and pic->macros
|
2015-01-18 21:25:34 +09:00 |
Yuichi Nishiwaki
|
a3db19c1bf
|
remove 'struct pic_macro'. define-syntax spec is changed.
|
2015-01-18 15:49:28 +09:00 |
Sunrin SHIMURA (keen)
|
592af901e2
|
update profiling build script
|
2015-01-18 04:10:57 +00:00 |
Yuichi Nishiwaki
|
f2eb51e53d
|
some procedures are moved to contrib/
system related procedures are moved to contrib/
file related procedures are moved to contrib/
load related procedures are moved to conrib/
|
2015-01-18 01:03:29 +09:00 |
Yuichi Nishiwaki
|
4cc423d815
|
gather all includes of standard headers into picrin.h
|
2015-01-18 00:17:37 +09:00 |
Yuichi Nishiwaki
|
0477e7308b
|
update docs
|
2015-01-17 23:36:17 +09:00 |
Yuichi Nishiwaki
|
cbed7c4ba5
|
add dictionary-map and dictionary-for-each
|
2015-01-17 23:26:35 +09:00 |
Yuichi Nishiwaki
|
6968c85282
|
revert 48f0ec90 . dicitonary is now symbol-to-object structure
|
2015-01-17 21:03:08 +09:00 |
Yuichi Nishiwaki
|
3e9da6d3e3
|
[prepare] dictionary is to be changed to have only symbols for its keys
|
2015-01-17 21:01:13 +09:00 |
Yuichi Nishiwaki
|
2652d9724d
|
Merge commit '536d59c7d4799208aed63309556d86bb92521470'
|
2015-01-17 18:36:23 +09:00 |
Yuichi Nishiwaki
|
536d59c7d4
|
Squashed 'extlib/benz/' changes from 569b1ac..414f790
414f790 Merge pull request #54 from KeenS/add-ops
f0ffe28 Merge pull request #53 from KeenS/compact-gc-header
17e1ad1 Merge pull request #233 from KeenS/restore-config
311fb62 optimize `equal?`. Don't initialize xhash until it is really needed.
c611258 safer names for utility macros
e7dc381 Merge commit '2440372c16fd1e479ad8aa346f6006dbf795a74c' into restore-config
99de906 rm miscommitted file
b85a3b7 (ref #50) add OP_SYMBOL_P and OP_PAIR_P
8048008 reduce gc header alignment for performance (both speed and space)
git-subtree-dir: extlib/benz
git-subtree-split: 414f790eef76a6a48e8100a162f6fdc8648e7513
|
2015-01-17 18:36:23 +09:00 |
Yuichi Nishiwaki
|
c399bd3572
|
Merge commit '17e1ad1a322f65080a01bf69326f4813697513df'
|
2015-01-12 20:59:31 +09:00 |
Yuichi Nishiwaki
|
77487c30a5
|
Merge commit 'c611258760041728a542e1e99cf54f4e8affdf41'
|
2015-01-12 20:57:18 +09:00 |
Yuichi Nishiwaki
|
17e1ad1a32
|
Merge pull request #233 from KeenS/restore-config
restore tuned config
|
2015-01-12 20:56:19 +09:00 |
Yuichi Nishiwaki
|
506595a559
|
Merge pull request #233 from KeenS/restore-config
restore tuned config
|
2015-01-12 20:56:19 +09:00 |
Yuichi Nishiwaki
|
ffb6b34951
|
Merge pull request #239 from picrin-scheme/equal-optimize
optimize `equal?`. Don't initialize xhash until it is really needed.
|
2015-01-12 20:50:33 +09:00 |
Sunrin SHIMURA (keen)
|
311fb62474
|
optimize `equal?`. Don't initialize xhash until it is really needed.
`make test-r7rs` gets 12s -> 9.5s, in which `equal?` is heavilly used.
|
2015-01-12 11:40:33 +00:00 |
Sunrin SHIMURA (keen)
|
51acf8ac54
|
optimize `equal?`. Don't initialize xhash until it is really needed.
`make test-r7rs` gets 12s -> 9.5s, in which `equal?` is heavilly used.
|
2015-01-12 11:40:33 +00:00 |
Yuichi Nishiwaki
|
ab2f2790de
|
add (picrin class) and (picrin protocol)
|
2015-01-12 15:39:25 +09:00 |
Yuichi Nishiwaki
|
438b4739d2
|
remove repl echo (appearing when lines are continuous)
|
2015-01-07 20:09:09 -08:00 |
Yuichi Nishiwaki
|
c611258760
|
safer names for utility macros
|
2015-01-07 13:11:48 -08:00 |
Yuichi Nishiwaki
|
9303fcf34b
|
safer names for utility macros
|
2015-01-07 13:11:48 -08:00 |
Sunrin SHIMURA (keen)
|
783d880b0b
|
My name was changed
|
2015-01-04 05:20:33 +00:00 |
Sunrin SHIMURA (keen)
|
e7dc3815de
|
Merge commit '2440372c16fd1e479ad8aa346f6006dbf795a74c' into restore-config
|
2015-01-04 04:59:42 +00:00 |
Sunrin SHIMURA (keen)
|
6f1b54f4f3
|
Merge commit '2440372c16fd1e479ad8aa346f6006dbf795a74c' into restore-config
|
2015-01-04 04:59:42 +00:00 |
Sunrin SHIMURA (keen)
|
2204019a31
|
Merge branch 'master' into restore-config
Conflicts:
extlib/benz
|
2015-01-04 04:57:59 +00:00 |
Sunrin SHIMURA (keen)
|
59c14080db
|
add Run Test subsubsection
|
2015-01-04 04:20:06 +00:00 |
Sunrin SHIMURA (keen)
|
4d94eb68b6
|
s/ccmake/cmake/g
|
2015-01-04 04:16:10 +00:00 |
Sunrin SHIMURA (keen)
|
10517e4709
|
completely remove git submodule dependency
|
2015-01-04 04:12:59 +00:00 |
Yuichi Nishiwaki
|
1e91fc08a5
|
Merge pull request #237 from picrin-scheme/submodule2subtree
Control benz under git subtree rather than git submodule
|
2015-01-03 08:47:31 -08:00 |
Sunrin SHIMURA (keen)
|
814425508f
|
Add 'extlib/benz/' from commit '569b1ace02e6a066b21f94dff23c4e01b8748bf0'
git-subtree-dir: extlib/benz
git-subtree-mainline: 3c3d9f4c27
git-subtree-split: 569b1ace02
|
2015-01-03 06:31:37 +00:00 |
Sunrin SHIMURA (keen)
|
3c3d9f4c27
|
rm benz subtree
|
2015-01-03 06:31:15 +00:00 |
Sunrim KIM (keen)
|
cae65669fd
|
silence warning
|
2014-11-12 13:46:00 +09:00 |
Léon van Velzen
|
eec0f3504a
|
Update some documentation
|
2014-11-10 17:43:10 +01:00 |
Sunrim KIM (keen)
|
221f3bdebd
|
add regression test against benz/#55
|
2014-11-09 17:09:06 +09:00 |
Léon van Velzen
|
569b1ace02
|
change %a to %f in number->string
|
2014-11-07 19:24:47 +01:00 |
Sunrim KIM (keen)
|
0edbf1f0d2
|
add test for #234
|
2014-11-03 13:36:05 +09:00 |
Sunrim KIM (keen)
|
7c9d12769e
|
Revert "update betz (to implement pickle) and add its test"
This reverts commit ae450b95b9 .
|
2014-10-29 17:34:12 +09:00 |
Sunrim KIM (keen)
|
e132236445
|
restore tuned config
|
2014-10-27 14:15:03 +09:00 |
Sunrim KIM (keen)
|
2440372c16
|
restore tuned config
|
2014-10-27 14:14:13 +09:00 |
Sunrim KIM (keen)
|
1c48239521
|
Merge branch 'doc'
|
2014-10-25 09:02:26 +09:00 |
Sunrim KIM (keen)
|
b42fba5439
|
Merge branch 'master' of github.com:picrin-scheme/picrin
|
2014-10-25 09:01:13 +09:00 |
stibear
|
c5698e7b7c
|
fixed #232
|
2014-10-24 00:37:35 +09:00 |
Sunrim KIM (keen)
|
a561ee53b7
|
update .gitignore
|
2014-10-23 16:07:08 +09:00 |
Sunrim KIM (keen)
|
629824bf72
|
add generated contrib.rst
You need to run `make doc` before you commit when you have edited docs under contrib/.
|
2014-10-23 15:59:35 +09:00 |
Sunrim KIM (keen)
|
f65e5784f3
|
update build.sh
|
2014-10-23 15:46:42 +09:00 |