Commit graph

2079 commits

Author SHA1 Message Date
Alex Shinn
34e1a27cb1 Separating rsa-verify and rsa-verify?.
Uploading snow packages with pkcs1 padding.
2014-06-23 00:08:19 +09:00
Alex Shinn
ce3f1ab3e8 Fixing bytevector->hex-string handling of leading zeros. 2014-06-22 23:01:35 +09:00
Alex Shinn
1090db5e2b Adding bytevector-pad-left. 2014-06-22 22:39:57 +09:00
Alex Shinn
8c84a00840 Supporting gauche install path. 2014-06-20 23:01:39 +09:00
Alex Shinn
0438ad792e Supporting selecting from multiple package choices. 2014-06-20 22:56:44 +09:00
Alex Shinn
4495d00bf9 Fixing potential stack corruption in n-ary numeric inequalities. 2014-06-20 19:14:51 +09:00
Alex Shinn
bbd8827bb2 Fixing a long-standing typo in lset<=.
Fixes issue #224.
2014-06-20 07:56:39 +09:00
Alex Shinn
695e99c076 Fixing ffi docs extraction. 2014-06-18 21:00:49 +09:00
Alex Shinn
38585e527f Linking to (chibi show) docs. 2014-06-18 00:49:48 +09:00
Alex Shinn
08a2e75613 Better (chibi show) documentation. 2014-06-18 00:47:02 +09:00
Alex Shinn
56c91800c7 Tidying up environment monad docs. 2014-06-17 23:18:33 +09:00
Alex Shinn
3dbb761619 Installing builtin package versions. 2014-06-17 22:09:07 +09:00
Alex Shinn
59cfb85caf Adding package-author. 2014-06-16 23:16:40 +09:00
Alex Shinn
e8e3f701c5 Supporting scribble extraction. 2014-06-15 23:49:26 +09:00
Alex Shinn
4b67a7bdb4 Implementing search command. 2014-06-15 22:51:24 +09:00
Alex Shinn
c0775c23ed Removing duplicate definition. 2014-06-11 23:36:49 +09:00
Alex Shinn
c5179f2271 Hopefully the last fd gc issue: also preserve for newly opening FILE* ports
if the corresponding fd still exists in the cache.
2014-06-11 23:19:00 +09:00
Alex Shinn
7d663dd316 Fixing some missing imports. 2014-06-11 22:27:33 +09:00
Alex Shinn
b6fc0247a0 Forgot string-cursor-prev. 2014-06-11 22:25:02 +09:00
Alex Shinn
69d9aead29 Exporting string-cursor-next and substring-cursor from (chibi string). 2014-06-11 22:24:33 +09:00
Alex Shinn
fac93ffa4c Moving chibi snow libraries under chibi namespace. 2014-06-11 20:42:34 +09:00
Alex Shinn
c4c85a5e19 Initial snow libs. 2014-06-11 00:58:29 +09:00
Alex Shinn
91ba422430 tar-extract should use create-directory* 2014-06-10 20:58:52 +09:00
Alex Shinn
b4961ee70d tar-create skips duplicate outputs (gracefully for directories) 2014-06-10 20:49:07 +09:00
Alex Shinn
1ab7d12b21 Exposing the body of perfect? as aliquot. 2014-06-10 20:07:49 +09:00
Alex Shinn
3ff62dc355 Fixing over-optimistic shortcut in factor. 2014-06-10 19:57:52 +09:00
Alex Shinn
347db3fb7d execute and related functions accept symbol and number arguments. 2014-06-08 16:15:58 +09:00
Alex Shinn
e88374275d Adding http-get-to-file utility. 2014-06-03 23:10:27 +09:00
Alex Shinn
a21e391f15 Adding maybe-gunzip utility for optionally compressed inputs. 2014-06-03 23:09:44 +09:00
Alex Shinn
c3b265f990 Updating regexp-match-num-matches to SRFI 115 regexp-match-count. 2014-06-03 21:49:11 +09:00
Alex Shinn
26716b1a2b If we lookup a fileno that was cached but closed we need to reopen it. 2014-06-03 08:50:46 +09:00
Alex Shinn
a2ffe5301b Adding an optional count arg to regexp-replace to replace just the nth match. 2014-06-01 12:53:44 +09:00
Alex Shinn
152e66fbd6 Using a hash for the fileno table. 2014-06-01 12:20:18 +09:00
Alex Shinn
676b39d82a Moving ephemerals into the core. Using them as a weak table to store filenos,
and enforcing the invariant that there is only one fileno object with a given
number at a time.
2014-05-31 14:20:00 +09:00
Alex Shinn
5f02dc6f17 Resetting port offset when seeking on an fd-backed port. 2014-05-28 23:57:54 +09:00
Alex Shinn
a24a310683 Disabling test broken on Linux. 2014-05-28 14:26:59 +00:00
Alex Shinn
22246a6ac8 Using bytevectors for random state. 2014-05-28 23:17:53 +09:00
Alex Shinn
09221ec87d Fixing possible overflow in random bignums.
Fixes issue #222.
2014-05-28 08:34:36 +09:00
Alex Shinn
72a9782c80 Handling streams separately in file-position since fseek doesn't
return the same value as lseek.  Fixes issue #220.
2014-05-28 08:01:45 +09:00
Alex Shinn
719af372f9 Reversing logic of uri-has-scheme?. 2014-05-27 06:55:31 +09:00
Alex Shinn
5246763c8b Adding uri-has-scheme? utility. 2014-05-27 06:50:55 +09:00
Alex Shinn
24d22644d0 Adding assoc-get-list analog of conf-get-list.
Making assoc-get[-list] permissively ignore of non-pair entries.
Updating conf-specialize with the new record type.
2014-05-27 06:25:17 +09:00
Alex Shinn
c558f19743 Auto-normalizing directory paths in tar-create to have a / suffix. 2014-05-27 06:23:19 +09:00
Alex Shinn
31bbbfc8ad create-directory* returns #t if the directory already exists 2014-05-26 20:51:12 +09:00
Alex Shinn
614efb4c8b Adding w/nocapture. 2014-05-19 21:59:10 +09:00
Alex Shinn
cccd4cfbc9 Fixing iset-node-extract. 2014-05-19 21:49:10 +09:00
Alex Shinn
2b3a85d7e7 Fix for recent iset-adjoin-node! changes. 2014-05-19 07:27:20 +09:00
Alex Shinn
0c7a559627 Fixing iset<=. 2014-05-19 07:14:49 +09:00
Alex Shinn
184b2aaf9f Fixing bug in iset-map. 2014-05-19 07:08:39 +09:00
Alex Shinn
1eeed831a5 Adding title-case. 2014-05-18 10:58:43 +09:00