Commit graph

244 commits

Author SHA1 Message Date
Alex Shinn
d23feedf11 Adding initial config library. 2012-12-13 10:35:55 +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
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
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
0c7a01d13a Updated order of read-bytevector! arguments. 2012-11-23 17:28:07 +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
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
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
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
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
e2c8f144b5 Inlining every in (chibi test) to remove SRFI-1 dependency. 2012-11-10 21:10: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
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
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
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