Alex Shinn
|
a481f31571
|
Supporting double-width characters in line editor.
|
2012-12-26 23:10:46 +09:00 |
|
Alex Shinn
|
8c8358f3a5
|
Updating version.
|
2012-12-26 22:04:47 +09:00 |
|
Alex Shinn
|
c1185cd302
|
Spelling correction.
|
2012-12-26 22:03:14 +09:00 |
|
Alex Shinn
|
41a672864b
|
Making the match-let family insert a lexical closure to allow internal defines.
|
2012-12-26 22:02:27 +09:00 |
|
Alex Shinn
|
cb22ae6ff9
|
Supporting utf8 in edit-line. Still need to handle non-single-width characters properly.
|
2012-12-26 07:51:49 +09:00 |
|
Alex Shinn
|
bd3eec54d7
|
log should promote to complex logic for negative inputs.
Fixes issue #166.
|
2012-12-26 07:25:22 +09:00 |
|
Alex Shinn
|
3c45fb564a
|
Patch from Lorenzo fixing premature reclamation of fd's still in use.
|
2012-12-25 21:54:01 +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
|
1155893fca
|
Showing total individual test counts from subgroups.
|
2012-12-22 14:27:35 +09:00 |
|
Alex Shinn
|
38841409ff
|
More compact test output.
|
2012-12-22 13:49:21 +09:00 |
|
Alex Shinn
|
cdd337f3aa
|
Switching to using a union instead of type-cast to get at the bits
of a flonum for eqv? comparison.
Fixes issue #164.
|
2012-12-22 03:28:58 +00:00 |
|
Alex Shinn
|
11cdc6930d
|
The imaginary part of a non-complex is exact 0.
|
2012-12-21 21:39:23 +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
|
b63537a8cc
|
Signalling error on '(x . .) read syntax.
|
2012-12-15 10:26:11 +09:00 |
|
Alex Shinn
|
29411cb4ad
|
Adding general chibi application interface.
|
2012-12-13 10:36:53 +09:00 |
|
Alex Shinn
|
d23feedf11
|
Adding initial config library.
|
2012-12-13 10:35:55 +09:00 |
|
Alex Shinn
|
d9f7c07f8e
|
It's not sufficient to call sexp_negate on a copy of complex numbers,
since the negation can mutate the components. We need to make a deep copy.
|
2012-12-12 10:55:02 +09:00 |
|
Alex Shinn
|
bea3d1937c
|
Allowing non-dotted attrs and non-string values.
|
2012-12-08 21:56:10 +09:00 |
|
Alex Shinn
|
9e1034be02
|
Don't map expansion across non-lists.
|
2012-12-08 20:30:44 +09:00 |
|
Alex Shinn
|
966ece57c2
|
Allowing multi-line input to (chibi repl) from Emacs and raw terminals.
|
2012-12-08 15:23:19 +09:00 |
|
Alex Shinn
|
b9bf656d2b
|
Added tag 0.6.1 for changeset 6a549244f74d
|
2012-12-04 20:12:33 +09:00 |
|
Alex Shinn
|
0edede2ed4
|
0.6.1 release with several fixes
|
2012-12-04 20:12:28 +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
|
3b232b241c
|
Removing length* references in match, making match.sld portable R7RS.
|
2012-11-28 21:30:12 +09:00 |
|
Alex Shinn
|
36bc32c13d
|
merge
|
2012-11-28 21:28:16 +09:00 |
|
Alex Shinn
|
5909732e82
|
fixing typo s/vetor/vector in largely unused set! code
|
2012-11-28 21:06:30 +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
|
f63d55aadb
|
Adjusting check from last change - look for lists, not vectors.
|
2012-11-23 17:05:18 +09:00 |
|
Alex Shinn
|
3cefb4fce6
|
Adding extra check in port finalization before freeing the buffer.
Thanks again to Lorenzo.
|
2012-11-23 16:57:57 +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
|
209c96e305
|
Using string-copy for single argument substring.
|
2012-11-23 16:19:40 +09:00 |
|
Alex Shinn
|
9ed2f9a27a
|
Fixing memory leak in string ports found by Lorenzo.
In the future this will be simplified by dropping support for
C string streams and never using malloc for buffers.
|
2012-11-23 11:17:08 +09:00 |
|
Alex Shinn
|
b6ba47c2e3
|
Auto-importing the module being documented with chibi-doc.
Keeping environment separate from the interaction-environment.
|
2012-11-12 22:47:45 +09:00 |
|
Alex Shinn
|
89dc912444
|
Added tag 0.6 for changeset e132146ee0df
|
2012-11-11 18:00:56 +09:00 |
|
Alex Shinn
|
2fbd576aef
|
Updating version for release.
|
2012-11-11 17:39:09 +09:00 |
|
Alex Shinn
|
04b99a00da
|
Cleaning up R7RS tests.
|
2012-11-11 17:22:14 +09:00 |
|
Alex Shinn
|
6a47ebde08
|
Moving floor* and truncate* to (scheme base).
|
2012-11-11 17:07:34 +09:00 |
|
Alex Shinn
|
a03147a0d3
|
Fixing missing newline in test output.
|
2012-11-11 16:41:44 +09:00 |
|
Alex Shinn
|
3373469883
|
SRFI-22 now requires the -r (run) option.
|
2012-11-11 16:17:26 +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
|
60690e303c
|
Removing reference to digit-value.
|
2012-11-11 15:12:16 +09:00 |
|
Alex Shinn
|
9b6c954891
|
Adding reader label tests.
|
2012-11-11 14:41:44 +09:00 |
|
Alex Shinn
|
28f49d5252
|
Fixing potential buffer overflow.
|
2012-11-11 14:36:11 +09:00 |
|