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
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)
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
Yuichi Nishiwaki
aedac1ddd0
Merge pull request #228 from omasanori/cmp0037
...
Add CMake Policy settings.
2014-10-10 21:33:33 +09:00
OGINO Masanori
dda6200877
Check whether CMP0037 is available or not.
...
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-10-08 09:50:59 +09:00
OGINO Masanori
a0a6e9e57a
Add CMake Policy settings.
...
I set version 2.6 as the baseline since cmake_minimum_required does so.
CMP0037 denies target names reserved by generators, e.g. test.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-10-07 23:00:27 +09:00
Sunrim KIM (keen)
ae450b95b9
update betz (to implement pickle) and add its test
2014-10-04 06:00:03 +09:00
Sunrim KIM (keen)
2f8c5a7689
Merge branch 'master' of github.com:picrin-scheme/picrin
2014-10-02 11:41:52 +09:00
Sunrim KIM (keen)
3bc1369007
add profiling build script
...
Usage:
cd build
../etc/build.sh
./picrin file
gprof picirn gmon.out | less
2014-10-02 11:39:58 +09:00
Yuichi Nishiwaki
aa3982890a
Merge pull request #226 from KeenS/repl-batch
...
Repl batch
2014-10-02 00:37:01 +09:00
Yuichi Nishiwaki
f9967b7e77
Merge pull request #222 from omasanori/optional
...
Add (picrin optional).
2014-10-02 00:36:43 +09:00
Sunrim KIM (keen)
0864957061
cosmetic change
2014-09-30 21:23:22 +09:00
Sunrim KIM (keen)
2e0fab5a26
make repl tty sensitive
2014-09-30 21:21:59 +09:00
Yuichi Nishiwaki
fc873c5559
update benz (suppress more warnings)
2014-09-27 08:30:57 -07:00
Yuichi Nishiwaki
c4c87abe1a
update benz (remove type-punning)
2014-09-27 08:20:56 -07:00
Yuichi Nishiwaki
b7fca32f61
update benz (improve compliance)
2014-09-27 21:32:10 +09:00
Yuichi Nishiwaki
7fddb356d3
update benz
2014-09-26 16:34:49 +09:00
Yuichi Nishiwaki
9d694ac5ae
generalized attribute
2014-09-25 19:12:56 +09:00
Yuichi Nishiwaki
cc45ffadc3
update benz. pic_try was broken
2014-09-24 20:39:22 +09:00
OGINO Masanori
ed86a8e28d
Add (picrin optional).
...
The library provides some macros to handle optional arguments. The
macros are compatible with those in Chicken, Gauche, etc.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-09-22 23:44:58 +09:00
Sunrim KIM (keen)
ff843f0e8f
unlock `file-error?` test case
2014-09-22 00:01:07 +09:00
Yuichi Nishiwaki
cc502cadef
remove dictoinary-for-each and dictionary-map
2014-09-21 16:28:01 +09:00
Yuichi Nishiwaki
6556a2ec1d
spill out mutable-string nitro
2014-09-21 15:34:14 +09:00
Yuichi Nishiwaki
92e0961bb7
Merge pull request #217 from omasanori/exact-integer-sqrt
...
Fix exact-integer-sqrt.
2014-09-20 20:31:57 +09:00
Yuichi Nishiwaki
38a1f92abd
add callcc nitro.
2014-09-20 20:31:42 +09:00
OGINO Masanori
95cf997b9f
Fix exact-integer-sqrt.
...
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-09-20 20:12:15 +09:00
Sunrim KIM (keen)
36394c8ebb
fix link
2014-09-20 17:04:53 +09:00
Sunrim KIM (keen)
7a0890fbd7
move docs to contribs
2014-09-20 17:04:19 +09:00
Sunrim KIM (keen)
738618b925
Merge branch 'master' into doc
...
Conflicts:
CMakeLists.txt
2014-09-20 17:00:57 +09:00
Sunrim KIM (keen)
0a4ea0704d
Merge branch 'master' of github.com:picrin-scheme/picrin
2014-09-20 16:31:30 +09:00
Sunrim KIM (keen)
90542fad8b
(ref #215 ) fix libedit include pathes
2014-09-20 16:30:26 +09:00
Yuichi Nishiwaki
d90d91e454
fix library precedence
2014-09-20 12:29:16 +09:00
Yuichi Nishiwaki
912d1237bc
resolve interreference between (picrin user) and (scheme *)
2014-09-20 12:23:52 +09:00
Yuichi Nishiwaki
527217e94a
s/scheme/r7rs/g
2014-09-20 12:22:43 +09:00
Yuichi Nishiwaki
b54818b5d9
spill out r7rs nitro
2014-09-20 12:21:22 +09:00
Yuichi Nishiwaki
260f993d87
mkdir srfi
2014-09-20 12:08:36 +09:00
Yuichi Nishiwaki
42a8fe555f
move srfis to contrib/
2014-09-20 11:54:53 +09:00
Yuichi Nishiwaki
8f7a0d9e45
update benz
2014-09-20 11:50:07 +09:00
Yuichi Nishiwaki
9b226afd1f
move {vector,string}-{map,for-each}
2014-09-19 18:21:28 +09:00
Yuichi Nishiwaki
d8cbcde157
improve error handling mechanism
2014-09-19 17:15:27 +09:00
Yuichi Nishiwaki
abc86efc55
Merge pull request #216 from KeenS/min-max-exactness
...
let `min` and `max` preserve exactness
2014-09-18 23:56:09 +09:00
Sunrim KIM (keen)
489535e156
let `min` and `max` preserve exactness
2014-09-18 23:26:07 +09:00
Yuichi Nishiwaki
f0ed3b655a
custom marker
2014-09-17 13:00:51 +09:00