Alex Shinn
|
c5effc536f
|
adding some additional precision tests
|
2017-10-14 21:49:47 +09:00 |
|
Alex Shinn
|
768a37c7a0
|
fixing empty match handling in regexp-split/partition
|
2017-10-11 22:59:55 +09:00 |
|
Alex Shinn
|
b2cdeba142
|
allow empty strings in regexp-split
|
2017-10-11 22:41:39 +09:00 |
|
Alex Shinn
|
334539f1fc
|
bumping version
|
2017-10-06 23:56:31 +09:00 |
|
Alex Shinn
|
cc92ecf2bc
|
adding (scheme red) and associated srfi aliases
|
2017-10-06 23:53:22 +09:00 |
|
Alex Shinn
|
70d61e1fcc
|
removing duplicates from repl completion
|
2017-10-06 23:23:22 +09:00 |
|
Alex Shinn
|
befd7b5eff
|
adding (srfi 154)
|
2017-10-06 22:54:32 +09:00 |
|
Alex Shinn
|
d4e45dc260
|
avoid left shifts for string cursors
|
2017-10-06 22:40:28 +09:00 |
|
Alex Shinn
|
b4b6d508d1
|
don't try to read polar notation when math is disabled
|
2017-09-01 16:56:55 +09:00 |
|
Alex Shinn
|
56a6a0b0b4
|
fixing asin/acos when complex numbers are disabled
|
2017-09-01 16:56:26 +09:00 |
|
Alex Shinn
|
ad487c7d03
|
marking some todos done
|
2017-08-30 23:14:50 +09:00 |
|
Alex Shinn
|
f83bc9969b
|
adding single precision numeric representations in r7rs-tests
|
2017-08-30 23:09:43 +09:00 |
|
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 |
|