Alex Shinn
|
dba286d130
|
string-contains should return a string-cursor
|
2016-05-09 23:52:38 +09:00 |
|
Alex Shinn
|
7b88bdca36
|
disjoint cursor bugs in server-util
|
2016-05-08 16:03:43 +09:00 |
|
Alex Shinn
|
345da04e72
|
Fix containing-module on opcodes (fixes issue #326).
|
2016-05-01 16:50:27 +09:00 |
|
Alex Shinn
|
b9244e39f6
|
fixing doc typos
|
2016-05-01 16:43:52 +09:00 |
|
Alex Shinn
|
0763d47d1c
|
fixing disjoint cursor bug in create-directory*
|
2016-04-29 09:13:17 +09:00 |
|
Alex Shinn
|
e6bddd9199
|
module-defines? should analyze the module if needed
|
2016-04-29 09:07:02 +09:00 |
|
Alex Shinn
|
3b57a78f98
|
Merge pull request #322 from mnieper/emscripten
Exclude unsupported functions in Emscripten version
|
2016-04-10 13:11:36 +09:00 |
|
Marc Nieper-Wißkirchen
|
92c74a566a
|
Update system.sld
Remove unconditional exports
|
2016-04-09 16:13:43 +02:00 |
|
Alex Shinn
|
ed9b0b5a70
|
Merge pull request #319 from mnieper/patch-1
Update r5rs.sld
|
2016-04-09 20:36:23 +09:00 |
|
Alex Shinn
|
d8a29fed49
|
fixing disjoint cursor type bug in string-common-prefix-length
|
2016-04-08 22:56:53 +09:00 |
|
Marc Nieper-Wisskirchen
|
11f5a5473e
|
Exclude unsupported functions in Emscripten version
|
2016-04-08 15:48:45 +02:00 |
|
Alex Shinn
|
f32e3086b5
|
fixing bug in string-find?
|
2016-04-08 22:05:46 +09:00 |
|
Marc Nieper-Wißkirchen
|
578f205eff
|
Update r5rs.sld
Add missing identifiers from erratum 22 of http://trac.sacrideo.us/wg/wiki/R7RSSmallErrata.
|
2016-04-07 16:36:19 +02:00 |
|
Alex Shinn
|
1ec9d578d0
|
fixing number->string for non-full-numeric-tower builds
|
2016-03-30 22:33:29 +09:00 |
|
Alex Shinn
|
0c80f38a19
|
making string-cursors a disjoint type
|
2016-03-29 22:25:09 +09:00 |
|
Alex Shinn
|
3dcac282ad
|
removing test-error cases that would trigger a compile-time error in chicken
|
2016-03-19 15:40:00 +09:00 |
|
Alex Shinn
|
2e0aa1b36d
|
adding missing ; in string hex escapes required by r7rs
|
2016-03-19 15:26:10 +09:00 |
|
Alex Shinn
|
0251d14653
|
making (chibi term ansi) tests standalone to avoid circular dep on (chibi test)
|
2016-03-19 15:15:28 +09:00 |
|
Alex Shinn
|
57dd5464c5
|
Handling ratios, inexact and complex in number->string.
Fixes issue #317.
|
2016-03-19 15:12:09 +09:00 |
|
Alex Shinn
|
22bfa48698
|
fix escaping |.| on write, and funny symbols in srfi 38 in general
|
2016-03-13 09:33:24 +09:00 |
|
Alex Shinn
|
6fe952e108
|
fixing named match-let
|
2016-03-06 22:54:28 +09:00 |
|
Alex Shinn
|
45c03c5dcb
|
restoring renaming of ...
|
2016-03-05 00:28:09 +09:00 |
|
Alex Shinn
|
97297221fa
|
When an alternate syntax-rules ellipsis is specified, we must bind this
locally around the macro transformer. Fixes issue #313.
|
2016-03-02 23:34:39 +09:00 |
|
Alex Shinn
|
b60a9a28a7
|
move definitions to start of body
|
2016-02-28 18:05:02 +09:00 |
|
Alex Shinn
|
8ea51a77ce
|
Include current buffered offset in file-position for output ports.
Fixes issue #273.
|
2016-02-28 17:36:40 +09:00 |
|
Alex Shinn
|
fb78ec1d1c
|
removing double renaming of explicit ellipsis in syntax-rules
|
2016-02-27 16:14:10 +09:00 |
|
Alex Shinn
|
1f5d816f59
|
let[rec]-syntax should not splice
|
2016-02-22 23:05:12 +09:00 |
|
Chris Walsh
|
9db22a4f7a
|
Made static definitions for srfi/95 and srfi/27 so work with images. Put makefile back to -O3 so optimized binaries made by default
|
2016-02-20 09:16:58 -05:00 |
|
Chris Walsh
|
2005c19ea0
|
Added full support for packed images, both for static and dynamic libraries.
|
2016-02-15 21:12:58 -05:00 |
|
Alex Shinn
|
8a739d2698
|
handle [+-].[^0-9] symbols (fixes issue #307)
|
2016-02-04 23:30:39 +09:00 |
|
Alex Shinn
|
3cf21ee8db
|
Mark unterminated strings and symbols in (srfi 38) as read-incomplete errors.
Fixes issue #305.
|
2016-02-02 22:55:30 +09:00 |
|
Alex Shinn
|
47381d8802
|
Fix border case in bignum division when the estimate gives a zero
remainder immediately after having overshot the previous estimate.
Fixes issue #303.
|
2016-02-01 22:06:26 +09:00 |
|
Alex Shinn
|
3e9092cfcc
|
Raise an error on direct reader label self-references like #1=#1#.
Fixes issue #303.
|
2016-02-01 21:39:48 +09:00 |
|
Alex Shinn
|
557b31e1dd
|
allow internal defines in guard
|
2016-01-20 07:03:41 +09:00 |
|
Alex Shinn
|
a01ca4bad6
|
Adding (scheme process-context) to (scheme small).
Fixes issue #300.
|
2016-01-13 21:59:59 +09:00 |
|
Alex Shinn
|
82c5035b23
|
handling syntactic closures in repl tab completion
|
2015-12-23 17:33:36 +09:00 |
|
Alex Shinn
|
e21736ac5d
|
fixing bug in type inference
|
2015-12-23 17:26:51 +09:00 |
|
Alex Shinn
|
fdc0396962
|
quote expr in unnamed time macro
The time was still reported correctly, but took longer and had the wrong name.
Fixes issue #288.
|
2015-11-02 22:44:48 +09:00 |
|
Alex Shinn
|
23ac772e3a
|
fix boundary case in arithmetic-shift for negative word sized shifts
|
2015-09-30 22:21:22 +09:00 |
|
Alex Shinn
|
da845032e5
|
open-net-io should ior flags w/ non-block, not and them
|
2015-08-28 23:37:37 +09:00 |
|
Alex Shinn
|
05362f3d21
|
adding meta info for source file for (meta) library
|
2015-07-26 23:02:35 +09:00 |
|
Alex Shinn
|
2500569861
|
accepting identifiers to derefence as args to disasm, for macros
|
2015-07-26 22:26:09 +09:00 |
|
Alex Shinn
|
1313daaf15
|
adding object->integer utility
|
2015-07-22 23:10:14 +09:00 |
|
Alex Shinn
|
76d088d260
|
adding simple example http server to docs
|
2015-07-06 23:33:00 +09:00 |
|
Alex Shinn
|
2ee9b3098d
|
servlet uri query parsing should handle + as space
|
2015-07-06 23:26:00 +09:00 |
|
Alex Shinn
|
9b4cadd33f
|
don't bother evaluating literals in (chibi repl)
|
2015-07-06 20:46:42 +09:00 |
|
Alex Shinn
|
94067a1ffe
|
replacing quick sort in SRFI 95 with a stable merge sort
|
2015-07-04 23:18:01 +09:00 |
|
Alex Shinn
|
b93aa9cad9
|
when extracting optional parameter names, offset cadr by 1
|
2015-07-04 23:17:15 +09:00 |
|
Alex Shinn
|
841bf95509
|
supporting email stripping for multiple authors
|
2015-07-01 07:41:47 +09:00 |
|
Alex Shinn
|
49505b4849
|
adding count to gc timer
|
2015-06-27 20:43:43 +09:00 |
|