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
fec1016254
Fix for additional edge cases in escaping symbols on output.
2016-03-19 15:01:05 +09:00
Alex Shinn
55257b75e3
Write should pipe-escape symbols beginning with a number.
...
Fixes issue #316 .
2016-03-14 09:09:00 +09:00
Alex Shinn
ec430071eb
default snow-chibi command uses snow.img
2016-03-13 15:42:47 +09:00
Alex Shinn
4599766346
use search path for image files
2016-03-13 15:25:42 +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
eed963381c
allow loading images from offsets
2016-03-13 09:08:41 +09:00
Alex Shinn
524179388d
making image save/load functions public
2016-03-08 23:13:16 +09:00
Alex Shinn
3714964cff
adding a type check to make-syntactic-closure
...
Fixes issue #315 .
2016-03-07 08:54:23 +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
fb24b831b8
fix reading circular refs inside vectors
2016-03-04 23:41:16 +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
38385c52eb
removing bashisms from makefile
2016-03-02 22:57:09 +09:00
Alex Shinn
255b167597
make out-of-order define warning less zealous for begin/include
...
Fixes issue #312 .
2016-03-01 07:44:24 +09:00
Alex Shinn
f66797ecdf
Warn on out-of-order defines in bodies (error in strict mode).
...
Fixes issue #236 .
2016-02-28 18:12:32 +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
64f3e0fc56
installing chibi and snow images by default
2016-02-27 22:29:19 +09:00
Alex Shinn
fb78ec1d1c
removing double renaming of explicit ellipsis in syntax-rules
2016-02-27 16:14:10 +09:00
Alex Shinn
207ae1f24e
making syntactic closure free variable handling agree with mit-scheme
2016-02-27 16:06:20 +09:00
Alex Shinn
36651c4115
allow define-syntax inside core let-syntax to splice
2016-02-23 22:28:01 +09:00
Alex Shinn
1f5d816f59
let[rec]-syntax should not splice
2016-02-22 23:05:12 +09:00
Alex Shinn
11ad0c3e3d
fixing boehm build, excluding image code when not used
2016-02-20 23:49:28 +09:00
Alex Shinn
710d1584ba
Adding credit to Chris.
2016-02-20 23:39:04 +09:00
Alex Shinn
8ff6d7f4b8
remove // comments, uneeded checks
2016-02-20 23:35:41 +09:00
Alex Shinn
6fc3d15653
Merge pull request #310 from cwds/image
...
Image
2016-02-20 23:29:02 +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
bc82f836a3
Previous checkin incomplete - fixed omissions
2016-02-17 12:15:36 -05:00
Chris Walsh
948070eedc
Sorted heaps in memory order to allow for arbitrarily allocated heaps to be packed. Tests passing on Ubuntu now, which allocates memory top to bottom
2016-02-17 11:22:40 -05:00
Chris Walsh
9f10e3656c
Bit better error reporting
2016-02-16 12:10:28 -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
83c5792673
handle #x+0 (fixes issue #309 )
2016-02-05 01:30:32 +09: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
65150a5583
Merge pull request #306 from okuoku/issue302-2
...
test/ffi: Complete removal of delete-file on shared object
2016-02-02 22:21:36 +09:00
okuoku
c7cf34fc6f
tests/ffi: Complete removal of delete-file on .dll
...
This delete-file would lead test failure on Cygwin and defer actual file
deletion.
2016-02-02 08:24:48 +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
c6ffc27959
patch from okuoku fixing ffi tests on cygwin
2016-02-01 21:29:25 +09:00
Alex Shinn
9a9202716c
don't try to create an image for a chunked heap
2016-01-26 23:36:55 +09:00
Alex Shinn
3e28bdef8b
wrap delete-file in protect for cygwin
...
The file may still be referenced by the parent process.
Fixes issue #302 .
2016-01-25 22:04:14 +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
4578fb25d5
Merge pull request #299 from t6/patch-1
...
Provide overridable PKGCONFDIR and INSTALL_EXE variables in Makefile
2016-01-07 09:04:39 +09:00
Tobias Kortkamp
bd584435cd
Provide overridable PKGCONFDIR and INSTALL_EXE variables in Makefile
...
Adding these options will simplify the FreeBSD port of chibi-scheme
(https://freshports.org/lang/chibi-scheme ) because I can get rid of
most of the custom patches currently needed. In FreeBSD pkg-config
files need to be installed into libdata/pkgconfig. INSTALL_EXE
provides a hook for replacing the normal 'install' program with
'install -s' for stripping the binaries/libraries. Adding these
options should have no impact on the default build process.
2016-01-06 22:36:07 +01:00