Commit graph

2891 commits

Author SHA1 Message Date
okuoku
396c54ca58 ast.c: #include <stdlib.h> for setenv() 2017-11-11 04:52:06 +09:00
okuoku
5558da5d2b main: Silence warning with !SEXP_USE_GREEN_THREADS 2017-11-11 04:46:25 +09:00
okuoku
2ff4400041 Appveyor: Add appveyor.yml
Appveyor.yml now includes three platforms:

 - x86  : Win32
 - x64  : Win64
 - msys : MSYS (64bits)
2017-11-11 04:33:32 +09:00
okuoku
e092923aac Win32: Fix win32 port
Try to fix win32 port. Now it runs both on Win32/Win64.

Win64 port currently depends on 128bits arithmetic thus it does not run on
MSVC.

Makefile now have EXCLUDE_POSIX_LIBS knob to exclude posix related library
from build.

Introduce msys PLATFORM for Makefile.detect to use MSYS's POSIX
emulation layer. It is intended for linking against MSYS tools; it is
not for embedding to Win32 applications.
2017-11-11 04:31:06 +09:00
Alex Shinn
905d43fe62
Merge pull request #440 from chaw/master
Add mkdir and install commands for SRFI 117 to Makefile.
2017-11-10 22:46:04 +09:00
Sudarshan S Chawathe
c6ee681948 Add mkdir and install commands for SRFI 117 to Makefile. 2017-11-08 18:05:28 -05:00
Alex Shinn
8d51cf053c Merge branch 'master' of https://github.com/ashinn/chibi-scheme 2017-11-08 23:00:02 +09:00
Alex Shinn
4a35499894
Merge pull request #439 from okuoku/win32-lib
RFC: Win32 feature identifier / library changes
2017-11-08 22:59:47 +09:00
Alex Shinn
affe06c6e5 Merge branch 'master' of https://github.com/ashinn/chibi-scheme 2017-11-08 22:56:45 +09:00
Alex Shinn
80c69291ba updating (chibi show) with srfi changes 2017-11-08 22:56:40 +09:00
Alex Shinn
bc3fa73ec4 adding unambiguous promise? to core 2017-11-08 22:56:02 +09:00
Alex Shinn
9604ab260c
Merge pull request #437 from okuoku/genstatic-patch
chibi-genstatic: Remove inline? override
2017-11-08 22:48:52 +09:00
okuoku
bfec8b9f4e chibi-genstatic: Add --no-inline option
Add --no-inline option to improve debuggability.
2017-11-08 01:12:54 +09:00
okuoku
735719d9d6 Win32: Port/Stub-out libraries
- (scheme time): Win32 stub impl
 - (chibi filesystem): Win32 stubbing
 - (chibi process): ditto
 - (chibi time): ditto
 - SRFI-144: lgamma is not in C99 standard
 - SRFI-27: Win32 INSECURE rand
2017-11-06 04:10:28 +09:00
okuoku
307c3aeecf chibi-genstatic: Remove inline? override
Remove inline? binding here; it was effectively no-op'ed
`--inline` option.
2017-11-06 04:07:50 +09:00
okuoku
a2a77e902b Tentative MinGW support on makefile 2017-11-06 04:07:06 +09:00
Alex Shinn
887100b8ab install (srfi 1 immutable) 2017-10-28 08:44:09 +09:00
Alex Shinn
52b18ca665 fix bug in error reporint in verbose mode of (chibi test) 2017-10-22 22:25:05 +09:00
Alex Shinn
e4eadba355 sprintf precision ranges from 15 to 17 2017-10-22 22:24:15 +09:00
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