Commit Graph

3342 Commits

Author SHA1 Message Date
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 669f9b28de add prototypes for eq? and eqv? 2014-09-21 18:19:13 +09:00
Yuichi Nishiwaki 712be55bc3 cosmetic changes 2014-09-21 18:07:09 +09:00
Yuichi Nishiwaki 319db5fc9f remove unused helper functions 2014-09-21 18:05:43 +09:00
Yuichi Nishiwaki cc502cadef remove dictoinary-for-each and dictionary-map 2014-09-21 16:28:01 +09:00
Yuichi Nishiwaki 1c2af96340 remove dictionary-map and dictionary-for-each 2014-09-21 16:26:56 +09:00
Yuichi Nishiwaki 732ca8e36d update readme 2014-09-21 15:43:09 +09:00
Yuichi Nishiwaki 6556a2ec1d spill out mutable-string nitro 2014-09-21 15:34:14 +09:00
Yuichi Nishiwaki db71ce9bfa Merge branch 'mutable-string' 2014-09-21 15:33:27 +09:00
Yuichi Nishiwaki 77c0a893ff spill out string mutators 2014-09-21 15:32:55 +09:00
Yuichi Nishiwaki 08e64ec563 update readme. 2014-09-20 21:01:55 +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
Yuichi Nishiwaki 851da542b0 Merge branch 'escape-continuation' 2014-09-20 20:30:14 +09:00
Yuichi Nishiwaki de1b771326 remove pic_callcc 2014-09-20 20:26:07 +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
Yuichi Nishiwaki 2dd48b4dc0 add pic_escape 2014-09-20 16:52:50 +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 1d7669a5d4 update xhash 2014-09-20 11:47:05 +09:00
Yuichi Nishiwaki b212e278a0 Merge pull request #42 from omasanori/clang
Fix a name of compiler identifier macro for Clang.
2014-09-20 10:24:44 +09:00
OGINO Masanori 15ad9d05ac Fix a name of compiler identifier macro for Clang.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-09-19 23:52:32 +09:00
Yuichi Nishiwaki 6c8b74b612 Merge pull request #41 from omasanori/miscompare
Fix a bug due to the operator precedence of C.
2014-09-19 21:00:31 +09:00
OGINO Masanori 6a784897a4 Fix a bug due to the operator precedence of C.
The expression ```! pic_length(pic, spec) == 3``` is treated as ```(!
pic_length(pic, spec)) == 3``` since ! has higher precedence than ==.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-09-19 18:28:55 +09:00
Yuichi Nishiwaki 9b226afd1f move {vector,string}-{map,for-each} 2014-09-19 18:21:28 +09:00
Yuichi Nishiwaki 0c67a4b77f implement vector-map, vector-for-each, string-map, string-for-each 2014-09-19 18:16:28 +09:00
Yuichi Nishiwaki 1ff327b11f update xfile.h. close #40 2014-09-19 17:47:55 +09:00
Yuichi Nishiwaki d8cbcde157 improve error handling mechanism 2014-09-19 17:15:27 +09:00
Yuichi Nishiwaki c425815313 print backtrace to stderr 2014-09-19 17:11:59 +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 3aa3669723 republish dynamic wind functions 2014-09-18 22:33:20 +09:00
Yuichi Nishiwaki 6b1be61596 spill out continuation type to extra data type family 2014-09-18 22:25:06 +09:00
Yuichi Nishiwaki 17602a5c8d unpublish pic_wind 2014-09-18 19:26:58 +09:00
Yuichi Nishiwaki 7e3d33d86c Merge branch 'exception-handling-and-dynamic-wind' 2014-09-18 14:56:33 +09:00
Yuichi Nishiwaki 7a8144bbf7 cosmetic change 2014-09-18 14:50:58 +09:00
Yuichi Nishiwaki 978c51bb26 compact struct pic_jmpbuf 2014-09-18 14:50:01 +09:00
Yuichi Nishiwaki b0b1b77c65 [bugfix] don't refer to env storage when accessing non-captured variable 2014-09-18 14:14:09 +09:00
Yuichi Nishiwaki 46c1d0f2a7 use call/cc in exception handler implementation 2014-09-18 14:12:18 +09:00