Commit graph

55 commits

Author SHA1 Message Date
Alex Shinn
6c869d67db temporarily disabling scheme-report-environment test 2013-04-07 23:40:14 +09:00
Alex Shinn
af8aed4c5a string-split on the empty string is null, on a single space is two empty strings 2013-04-02 22:20:41 +09:00
ashinn
4452607836 Speeding up build tests with CFLAGS and parallel make.
Now all combinations complete in half a minute.
2013-03-23 21:17:08 +01:00
Alex Shinn
e18de40fe2 Adding initial parser combinator library. API still subject to change. 2013-02-21 22:56:07 +09:00
Alex Shinn
9f56df7de2 Forgot to add FFI test script. 2013-02-21 21:44:20 +09:00
Alex Shinn
7e30de04a8 Adding define-values corner case tests. 2013-01-29 21:54:09 +09:00
Alex Shinn
1594e2322b Adding extra exact-integer-sqrt tests. 2013-01-06 00:02:27 +09:00
Alex Shinn
97ee1b7b65 Fixing read-bytevector! on no input (adapted patch from Lorenzo). 2012-12-29 09:29:05 +09:00
Alex Shinn
e701c63762 string[-ci]<>=? are also n-ary 2012-12-26 23:58:08 +09:00
Alex Shinn
544b6a50c5 char[-ci]<>=? is n-ary (alas) 2012-12-26 23:26:32 +09:00
Alex Shinn
7ae254fc28 More accurate square roots for bignums - compute via iteration rather
than approximation via flonums for very large bignums.
2012-12-22 18:06:22 +09:00
Alex Shinn
48209fa1c1 Adding test for exception values stored in hash tables. 2012-12-22 16:37:18 +09:00
Alex Shinn
e4b86a5807 Updating SRFI-2 to support single variable references as clauses, and adding tests.
Also allowing empty bodies.  (I think both are terrible extensions.)
2012-12-15 13:06:32 +09:00
Alex Shinn
b4c2bbb625 delete-file raises a file-error on failure.
Other file operations continue to return #t/#f - may change this later.
2012-12-04 20:09:21 +09:00
Alex Shinn
bf2eaea22b Fixing same source/dest in *-copy!. 2012-11-23 21:01:41 +09:00
Alex Shinn
4a6af64dc4 Updating *-copy! tests to not assume minimum end. 2012-11-23 18:11:14 +09:00
Alex Shinn
0c7a01d13a Updated order of read-bytevector! arguments. 2012-11-23 17:28:07 +09:00
Alex Shinn
3dc5ecf16f Fixing typo in flush-output-port on textual port test case. 2012-11-23 16:52:00 +09:00
Alex Shinn
213e78037a Adding missing (scheme r5rs) library. 2012-11-23 16:48:14 +09:00
Alex Shinn
04b99a00da Cleaning up R7RS tests. 2012-11-11 17:22:14 +09:00
Alex Shinn
28460d3664 Adding additional unicode tests. 2012-11-11 15:53:46 +09:00
Alex Shinn
61b9214644 Adding infinite list map/for-each examples. 2012-11-11 15:39:43 +09:00
Alex Shinn
77bdb07584 Adding start/end parameters to string<->utf8. 2012-11-11 15:35:35 +09:00
Alex Shinn
54483179d2 Making chibi's write-string agree with R7RS.
Adding additional write tests.
2012-11-11 15:13:47 +09:00
Alex Shinn
9b6c954891 Adding reader label tests. 2012-11-11 14:41:44 +09:00
Alex Shinn
a9f4f3edd3 Checking that r7rs is in the features list. 2012-11-11 14:15:12 +09:00
Alex Shinn
aeb0109159 Adding additional tests for char names and string escapes. 2012-11-11 14:14:05 +09:00
Alex Shinn
2f5f7f73c7 Adding full unicode digit-value. 2012-11-11 13:38:17 +09:00
Alex Shinn
44c643c7cf Adding support for complex literals in exponential format. 2012-11-11 12:26:03 +09:00
Alex Shinn
1d3e043e68 Adding transitivity tests. 2012-11-07 21:41:11 +09:00
Alex Shinn
5b9a41f2c1 Adding environment tests. 2012-11-04 21:46:14 +09:00
Alex Shinn
33326888f0 Making rationalize on inexact numbers agree with the standard.
I still think this is pointless though.
2012-11-04 21:39:55 +09:00
Alex Shinn
9ac7caff59 Cleanup tests, adding case-lambda tests. 2012-11-04 15:05:10 +09:00
Alex Shinn
3bffe320a9 Adding Peter Bex's numeric parsing tests. 2012-11-04 00:43:20 +09:00
Alex Shinn
b3005cc0ee log takes two arguments now 2012-11-03 23:07:18 +09:00
Alex Shinn
369a4b01fb Updating R7RS tests. 2012-11-02 00:04:32 +09:00
Alex Shinn
08a5a2e0e8 Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility. 2012-10-14 22:11:47 +09:00
Alex Shinn
fc1a1bd393 Adding tests and bugfixes for read-string[!]. 2012-10-13 21:54:30 +09:00
Alex Shinn
23d3d6dce7 Fixing getpwnam stub, adding test cases from pod. 2012-10-09 21:52:16 +09:00
Alex Shinn
dd508447f5 hiding error output in threads test 2012-09-17 18:02:41 +09:00
Alex Shinn
4554b1f860 moving (chibi strings) to (chibi string) in conjunction with R7RS vote to prefer singular form of module names 2012-08-15 21:33:19 +09:00
Alex Shinn
b40370be52 thread-join! now returns the result or raises the exception of the joined thread 2012-08-15 21:23:39 +09:00
Alex Shinn
10b1110439 Fixing mutex-unlock! with paused thread waiting on mutex-lock! 2012-08-08 00:21:00 +09:00
Alex Shinn
b682d77971 fixing string-trim resulting in empty string 2012-07-23 05:54:33 +09:00
Alex Shinn
0553dd41b9 Need to rename field parameter names in record constructors. 2012-07-16 22:49:48 +09:00
Alex Shinn
d4cd223d7e adding a sync to build-tests 2012-07-10 22:29:44 +09:00
Alex Shinn
88b84d5232 fleshing out hash tests 2012-06-25 22:38:27 -07:00
Alex Shinn
02d02f40be adding string-tests to lib-tests 2012-06-25 21:02:08 -07:00
Alex Shinn
9936ad2d58 adding more test suites to lib tests 2012-06-24 23:11:53 -07:00
Alex Shinn
fba762deea Updating R7RS tests with name changes. 2012-06-23 22:30:51 -07:00