Alex Shinn
aeb0109159
Adding additional tests for char names and string escapes.
2012-11-11 14:14:05 +09:00
Alex Shinn
4ffcba797c
Supporting unicode characters in \x string escapes.
2012-11-11 14:13:35 +09:00
Alex Shinn
2f5f7f73c7
Adding full unicode digit-value.
2012-11-11 13:38:17 +09:00
Alex Shinn
5dbc970422
Fixing typo in every definition.
2012-11-11 12:31:42 +09:00
Alex Shinn
44c643c7cf
Adding support for complex literals in exponential format.
2012-11-11 12:26:03 +09:00
Bakul Shah
9b0f9c73f2
fix plan9 breakage
2012-11-10 15:16:00 -08:00
Alex Shinn
e2c8f144b5
Inlining every in (chibi test) to remove SRFI-1 dependency.
2012-11-10 21:10:14 +09:00
Alex Shinn
41c80d06ca
Maybe-null patch for strings in chibi-ffi from Lorenzo.
2012-11-10 20:56:27 +09:00
Alex Shinn
122d8b8a00
Properly handling +nan.0 and infinite comparisons.
2012-11-10 20:53:16 +09:00
Alex Shinn
f792329eed
Raising an error for inexact->exact on non-finite numbers.
2012-11-09 23:05:25 +09:00
Alex Shinn
1d3e043e68
Adding transitivity tests.
2012-11-07 21:41:11 +09:00
Alex Shinn
ab42ea2cfb
Coerce flonums to bignums instead of vice versa in comparisons.
...
Need to do the same for flonums <=> ratios but the conversion is
a hack right now.
2012-11-07 21:40:53 +09:00
Alex Shinn
8ea2cc0071
Removing stray edit.
2012-11-05 08:16:28 +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
6a0b9ee10b
Allowing complex with #d prefix in srfi-38.
2012-11-04 00:42:23 +09:00
Alex Shinn
c55fa6fe4d
Allowing fractions with prefixes in srfi-38.
2012-11-04 00:35:55 +09:00
Alex Shinn
5f323551c9
Fixing negative numbers with base prefixes in srfi-38.
2012-11-04 00:32:13 +09:00
Alex Shinn
195cbeca6d
Fixing unquote-splicing in srfi-38.
2012-11-03 23:37:41 +09:00
Alex Shinn
90856b8de2
Adding bytevector support to srfi-38.
2012-11-03 23:35:37 +09:00
Alex Shinn
83a2de519c
Fixing #| ... |# comments.
2012-11-03 23:29:13 +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
9cae7fada9
Supporting hex char escapes in extended reader.
2012-11-02 00:02:26 +09:00
Alex Shinn
6803c7311a
Exporting read-string.
2012-11-01 23:46:17 +09:00
Alex Shinn
73ea9c4e7a
Adding input-port-open? and output-port-open?.
2012-11-01 23:42:33 +09:00
Alex Shinn
2eecec0a4b
hard-coding scheme-report-environment version lookup to 7
2012-11-01 23:26:52 +09:00
Alex Shinn
ed443d42a2
adding bytevector procedure
2012-11-01 23:12:20 +09:00
Alex Shinn
dd168e5506
Fixing (byte)vector-copy! for non-zero at.
2012-11-01 23:05:12 +09:00
Alex Shinn
72094b760b
Fixing bug in vector-copy for non-zero start.
2012-11-01 22:55:07 +09:00
Alex Shinn
c8f3ba78a8
fixing string-copy!
2012-11-01 22:41:47 +09:00
Alex Shinn
c8b5e7343f
exporting string-copy!
2012-11-01 22:35:00 +09:00
Alex Shinn
da4909907f
Fixing test handling of inexact complex numbers.
2012-11-01 21:40:21 +09:00
Alex Shinn
d893c89838
exporting square
2012-11-01 21:32:10 +09:00
Alex Shinn
e53230c439
odd? should check absolute value of remainder
2012-11-01 20:33:37 +09:00
Alex Shinn
c0fc89ece4
Supporting (partially) infinite complex numbers.
2012-10-31 23:41:53 +09:00
Alex Shinn
2b1c508e7f
removing deprecated (chibi strings)
2012-10-28 19:00:39 +09:00
arc
f646e0d470
changed port number from literal to listener-or-addr argument in server.scm
2012-10-27 23:29:07 +13:00
Alex Shinn
4f554499f8
char-ready? shouldn't block, should return #t on EOF
2012-10-21 18:10:45 +09:00
Alex Shinn
cec55dfe41
Adding let-optionals* to core as recommended way of handling optional arguments.
...
This is much faster (in chibi) and more concise than case-lambda. Also adding
(chibi optional) for the let-optionals and opt-lambda variants.
Still need to add let-keywords*.
2012-10-21 17:22:16 +09:00
Alex Shinn
9aa03c0a09
Updating eqv? definition (from pre-bignum days) to latest R7RS definition.
2012-10-17 20:53:56 +09:00
Alex Shinn
4a86e133a9
Fixing open-net-io to include socket in list of results.
2012-10-15 20:12:57 +09:00
Alex Shinn
c4edcc8d78
Adding emergency-exit.
2012-10-15 09:50:35 +09:00
Alex Shinn
6b467f4452
Splitting write into write (cycles only) and write-shared.
2012-10-15 09:44:30 +09:00
Alex Shinn
74d0980b82
Adding file-error? and read-error? predicates.
2012-10-14 23:27:16 +09:00
Alex Shinn
42f3b77b46
adding vector-append and bytevector-append
2012-10-14 23:15:31 +09:00
Alex Shinn
1ba4aeecaf
More optional start/end parameters.
2012-10-14 23:07:07 +09:00
Alex Shinn
31278c016a
string-copy now takes start/end arguments
2012-10-14 22:52:16 +09:00