Commit graph

2800 commits

Author SHA1 Message Date
Alex Shinn
ed0be227cc -iimage should be non-fatal for a missing image 2017-08-27 10:28:24 +09:00
Alex Shinn
7a94a31e72 adding note about snow-chibi --noimage to docs 2017-08-27 10:23:38 +09:00
Alex Shinn
34104aed70 updating AUTHORS 2017-08-26 23:29:45 +09:00
Alex Shinn
1ac4473942 removing tabs 2017-08-26 23:29:02 +09:00
Alex Shinn
17b7ee3f98 include dlerror if we can't find sexp_init_library 2017-08-26 23:05:33 +09:00
Alex Shinn
917387616e don't set RLDFLAGS for android 2017-08-26 22:21:00 +09:00
Alex Shinn
d9a40fbc61 conditionally using 17 digits of precision in flonum output when needed 2017-08-26 21:35:43 +09:00
Alex Shinn
f1eab48fd1 clarifying contexts can't be freed 2017-08-26 20:55:43 +09:00
Alex Shinn
6d447d6c15 adding doc links to newer builtin SRFIs 2017-08-26 20:47:45 +09:00
Alex Shinn
0f84fac70d adding (srfi 14) 2017-08-26 20:34:56 +09:00
Alex Shinn
ba0d15ec14 adding (print-stack-trace exn) for http internal errors 2017-08-25 00:01:03 +09:00
Alex Shinn
22af18dd18 adding (srfi 116) 2017-08-24 21:29:33 +09:00
Alex Shinn
32bd7fbad6 fixing corner cases in pair-fold, alist-delete and reduce-right 2017-08-24 21:27:08 +09:00
Alex Shinn
1c3f2bd6d5 adding (srfi 145) 2017-08-21 23:16:55 +09:00
Alex Shinn
b61c1b7077 better round-off reading floating point numbers with large exponents 2017-08-21 23:01:39 +09:00
Alex Shinn
6d3ae7a28e replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
Alex Shinn
ab57bb7681 renaming counted line-numbers 2017-08-21 22:08:29 +09:00
Alex Shinn
8470534c39 using 16 decimal places of precision in number->string (issue #433) 2017-08-20 15:00:24 +09:00
Alex Shinn
7114148121 Merge branch 'master' of https://github.com/ashinn/chibi-scheme 2017-08-09 22:47:24 +09:00
Alex Shinn
836ddf6397 adding missing flonum to (srfi 144) (fixes issue #434) 2017-08-09 22:46:46 +09:00
Alex Shinn
a24a26cd25 Merge pull request #432 from briancaine/briancaine/ffi-cflags-global
More explicit ways to add compiler flags in chibi-ffi .stub files
2017-08-08 14:34:26 +09:00
Brian Caine
a0dfe647cd Just went with the existing string-split 2017-08-08 01:19:19 -04:00
Brian Caine
90e2cb1aa6 Added c-flags-from-script to chibi-ffi 2017-08-06 04:04:08 -04:00
Brian Caine
212231dca6 Added *cflags* global to chibi-ffi 2017-08-06 03:49:55 -04:00
Alex Shinn
2a712b0715 support (import (only (rename ...))) in addition to the other way around (fixes #431) 2017-08-05 17:31:24 +09:00
Alex Shinn
da28ca8953 Merge pull request #430 from mnieper/srfi-139
Implement SRFI 139
2017-08-05 16:40:30 +09:00
Marc Nieper-Wißkirchen
34701f6df5 Implement SRFI 139 2017-08-01 19:22:12 +02:00
Alex Shinn
d381c53438 Merge pull request #429 from mnieper/emscripten
Repair Emscripten building process
2017-07-25 23:19:15 +09:00
Marc Nieper-Wißkirchen
0078ae2e83 Repair emscripten build 2017-07-25 16:06:59 +02:00
Alex Shinn
8f52f457d6 updating previous commit to include using bound=? to exlude literals from extracted pattern vars 2017-07-22 20:11:04 +09:00
Alex Shinn
e3678edbdc Identifiers in patterns should be checked against literals using bound-identifier=?, not free-identifier=?. 2017-07-22 19:50:56 +09:00
Alex Shinn
cdd5ffa406 installing recent libs (issue #427) 2017-07-20 22:21:13 +09:00
Alex Shinn
d93f7265e2 fixing test after jn/yn signature change 2017-07-20 22:18:05 +09:00
Alex Shinn
071aa725fd updating (srfi 144) with final changes (issue #426) 2017-07-20 22:12:01 +09:00
Alex Shinn
700380ebe4 don't expand into defined (issue #423) 2017-07-09 08:07:19 +09:00
Alex Shinn
8589333868 fix previous change for inline docs 2017-07-03 07:00:25 +09:00
Alex Shinn
c3e298757b Merge branch 'master' of https://github.com/ashinn/chibi-scheme 2017-07-03 06:57:13 +09:00
Alex Shinn
7b68f141c6 allow urls for snow docs 2017-07-03 06:57:09 +09:00
Alex Shinn
29e1c262c5 Merge pull request #422 from arthurmaciel/snow-cyclone
Added support for Cyclone to Snow
2017-07-03 06:56:22 +09:00
arthurmaciel
264a4a4ede Added support for Cyclone to Snow 2017-07-02 16:55:38 -03:00
Alex Shinn
db186784e3 don't include underscore in ellipsis pattern vars (issue #421) 2017-07-02 22:10:03 +09:00
Alex Shinn
c80a1ece92 moving make-generated-binary-input-port to (chibi io) 2017-06-29 14:17:58 +09:00
Alex Shinn
f2f6aadb3d fixing sexp_port_size after buffered read on non-custom ports 2017-06-29 14:17:34 +09:00
Alex Shinn
582c46935e documenting -D, -t and -T options 2017-06-29 14:14:39 +09:00
Alex Shinn
39bf3cecc7 fixing make-generated-binary-input-port for non-zero buffer start, including query in http-get (issue #418) 2017-06-26 23:32:04 +09:00
Alex Shinn
da410523b0 fixing peek-char on non-ascii chars 2017-06-26 22:23:38 +09:00
Alex Shinn
3197969d3e adding missing export regexp-match->list (issue #419) 2017-06-26 10:36:38 +09:00
Alex Shinn
dc4559d692 Merge branch 'master' of https://github.com/ashinn/chibi-scheme 2017-06-17 21:53:39 +09:00
Alex Shinn
97716e8125 initial (chibi show column) impl 2017-06-17 21:53:35 +09:00
Alex Shinn
1a468244f1 Merge pull request #414 from omasanori/srfi-22
Remove argv[0] from the arguments of main_symbol.
2017-06-11 15:50:21 +09:00