Commit graph

2910 commits

Author SHA1 Message Date
Alex Shinn
8a0e1d0ea4 updating man page 2017-08-30 23:03:04 +09:00
Alex Shinn
eeb4beb571 adding alignment detection for sparc and mips 2017-08-29 23:07:50 +09:00
Alex Shinn
8f635161d6 #define _REENTRANT to enable lgamma_r from math.h 2017-08-29 22:58:55 +09:00
Alex Shinn
b1307a67f5 use fabsl instead of abs on long double 2017-08-29 22:50:52 +09:00
Alex Shinn
8a9d8c0979 don't arithmetic shift signed ints (fixed issue #425) 2017-08-29 22:47:44 +09:00
Alex Shinn
fd28b5438b removing redundant renaming to same name execvp 2017-08-28 23:41:34 +09:00
Alex Shinn
03907a053c adding error checking for null lists in execute, improving (chibi process) docs 2017-08-28 23:39:14 +09:00
Alex Shinn
a5066eaec6 adding alternate representations of floats in read/write precision tests 2017-08-28 22:48:28 +09:00
Alex Shinn
4a7a809c8d distinguishing lowercase and foldcase (fixes issue #420) 2017-08-27 14:10:05 +09:00
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