Commit Graph

1733 Commits

Author SHA1 Message Date
Yuichi Nishiwaki aae4bba98d [bugfix] wrong size for read string 2014-06-28 19:47:45 +09:00
Yuichi Nishiwaki cee98a9954 [bugfix] support vector literal in quasiquote 2014-06-28 19:43:49 +09:00
Yuichi Nishiwaki 5c66a85a30 Merge branch 'equality' 2014-06-28 19:26:36 +09:00
Yuichi Nishiwaki 5ba0402221 fix type warning (int and size_t) 2014-06-28 19:23:24 +09:00
Yuichi Nishiwaki 2fb97d16ed style fix 2014-06-28 19:23:06 +09:00
Sunrim KIM (keen) 49a4808a22 check length before compare contents 2014-06-28 19:18:35 +09:00
Sunrim KIM (keen) 8533876682 vectors, blobs, strings with equal contets are equal 2014-06-28 19:17:42 +09:00
Yuichi Nishiwaki 6fe87b8fa2 update docs. mentioning new srfi libraries 2014-06-28 12:42:36 +09:00
Yuichi Nishiwaki 1e458d9691 fix #153 2014-06-28 12:40:02 +09:00
Yuichi Nishiwaki 2b28a7fa47 Merge pull request #155 from stibear/srfi43
revise (srfi 43)
2014-06-28 12:18:47 +09:00
Yuichi Nishiwaki 706a3a4965 add (picrin control list) doc 2014-06-28 12:14:27 +09:00
Yuichi Nishiwaki c26fc144f3 added null operator to (picrin control list) 2014-06-28 12:08:53 +09:00
stibear 31acb21093 rewrite an unavailable symbol into an available one 2014-06-28 11:48:30 +09:00
Yuichi Nishiwaki f37c88c174 add for macro library 2014-06-28 11:32:23 +09:00
Yuichi Nishiwaki e82a688a66 add number prefix to contrib libraries 2014-06-28 11:31:13 +09:00
Yuichi Nishiwaki 8387397e1b don't run make test in debug mode on travis 2014-06-28 10:13:18 +09:00
Yuichi Nishiwaki 952814ec3d make no-act: direct error logs to /dev/null 2014-06-28 10:12:53 +09:00
Yuichi Nishiwaki 3ee807a347 fix xr_put 2014-06-27 17:40:43 +09:00
Yuichi Nishiwaki 4501b9bd93 update xrope 2014-06-27 17:35:00 +09:00
Yuichi Nishiwaki 39a87d1c60 Merge pull request #131 from KeenS/missing-functions
( ref #130 ) Missing functions
2014-06-27 09:03:50 +09:00
Yuichi Nishiwaki 51b8344527 support infinity and nan literals 2014-06-27 08:55:02 +09:00
Yuichi Nishiwaki 195ccf199d [bugfix] make-promise makes a promise that is done all along 2014-06-27 08:55:02 +09:00
Yuichi Nishiwaki 36e0aa6f69 [bugfix] compound literals should consider inner comments 2014-06-27 08:55:02 +09:00
Yuichi Nishiwaki e1ca64b56e block comment reader must not consume the character right after the
comment end
2014-06-27 08:55:02 +09:00
Yuichi Nishiwaki 0b85e251a2 fix negative number reader 2014-06-27 08:55:01 +09:00
Yuichi Nishiwaki a98411cd0b syntax error around comma 2014-06-27 08:55:01 +09:00
Yuichi Nishiwaki 556a460663 [bugfix] EOF is a delimiter 2014-06-27 08:55:01 +09:00
Yuichi Nishiwaki bb43c8d9dc add isdelim 2014-06-27 08:55:01 +09:00
Yuichi Nishiwaki 1eb4940b13 use isdigit 2014-06-27 08:55:01 +09:00
Yuichi Nishiwaki 606f34420c update gitignore 2014-06-27 08:55:01 +09:00
Yuichi Nishiwaki e489b3f6ec Merge pull request #152 from stibear/srfi1
implements delete-duplicates(!) tail-recursively
2014-06-26 23:02:45 +09:00
stibear 2526474fb3 implements delete-duplicates(!) tail-recursively 2014-06-26 22:44:38 +09:00
Yuichi Nishiwaki b77fac6ce1 Merge pull request #151 from koba-e964/master
Make filter tail-recursive
2014-06-26 19:33:26 +09:00
koba-e964 5b215eb57a Make filter tail-recursive 2014-06-26 18:40:40 +09:00
Yuichi Nishiwaki 346a687e25 Merge pull request #150 from zeptometer/fix-append
append returns '() when given no args
2014-06-26 18:06:10 +09:00
Yuito Murase 8374297a22 append returns '() when given no args 2014-06-26 17:40:26 +09:00
Yuichi Nishiwaki 7b1cc27b08 Merge pull request #148 from zeptometer/fix-filter-map
fix bug that filter-map fails when called with multiple clists
2014-06-26 13:23:24 +09:00
Yuito Murase d39a2eb4c9 fix bug that filter-map fails when called with multiple clists 2014-06-26 09:53:30 +09:00
Yuichi Nishiwaki 6c8c46d295 Merge branch 'issue-146' 2014-06-26 00:58:41 +09:00
Yuichi Nishiwaki 33fcf33bd1 fix #146 2014-06-26 00:57:12 +09:00
Yuichi Nishiwaki 846ee72ce4 drop flex support on documentation 2014-06-26 00:40:23 +09:00
Yuichi Nishiwaki 5323149faf Merge pull request #145 from stibear/srfi60
implements (srfi 60)
2014-06-25 23:26:34 +09:00
Yuichi Nishiwaki 9e9fd2527d load (scheme read) library at initialization 2014-06-25 22:39:29 +09:00
Yuichi Nishiwaki bc2a684961 add read function support 2014-06-25 22:36:56 +09:00
Yuichi Nishiwaki 6b8903bd83 fix degre 2014-06-25 22:36:42 +09:00
Yuichi Nishiwaki 107a1dc339 Merge branch 'abandon-flex' 2014-06-25 22:30:48 +09:00
Yuichi Nishiwaki 2c84168861 hold integers in 64bit size 2014-06-25 21:49:28 +09:00
Yuichi Nishiwaki 3f2a0d2160 update xfile 2014-06-25 21:41:57 +09:00
Yuichi Nishiwaki 4d9dc8011c fix read_vector bug 2014-06-25 21:40:51 +09:00
Yuichi Nishiwaki 029efc91c9 allow symbols with leading '.' 2014-06-25 21:40:42 +09:00