Alex Shinn
9cc2192026
additional format fixes
2017-12-10 15:51:18 +09:00
Alex Shinn
79f08129b2
fixing formatting with 0 precision
2017-11-24 22:57:10 +09:00
Alex Shinn
dec0f3b1a5
Merge pull request #444 from okuoku/fix-Makefile
...
Makefile: Fix (chibi time) installation
2017-11-18 22:02:58 +09:00
okuoku
3bcf3d7d94
Makefile: Fix (chibi time) installation
...
Fix make install regression which was introduced in #438
2017-11-18 20:08:59 +09:00
Alex Shinn
8111f17825
Merge pull request #443 from okuoku/win32-cmake
...
Win32: Visual Studio 2017 support using CMake
2017-11-18 18:21:20 +09:00
Alex Shinn
86fb983ec0
Merge branch 'master' into win32-cmake
2017-11-18 18:20:53 +09:00
Alex Shinn
6a09c87c98
Merge branch 'master' into win32-cmake
2017-11-18 18:19:46 +09:00
Alex Shinn
63b6151230
fix patch for scheme-r7rs
2017-11-18 18:17:45 +09:00
okuoku
51a73231de
win32: Disable #435 for Win32
...
Disable #435 for Win32 as it is only meant for UNIX platforms.
2017-11-18 16:46:20 +09:00
okuoku
aed9d4da32
appveyor.yml: Update appveyor.yml to include CMake configurations
2017-11-18 16:46:14 +09:00
okuoku
1112f49605
chibi-scheme.vcproj: Remove
...
Remove chibi-scheme.vcproj to prevent interfere with CMake builds.
2017-11-18 16:28:35 +09:00
okuoku
2763f8a201
cmake: Add CMakeLists.txt
...
This CMakeLists.txt only meant for Win32 MSVC builds.
For POSIX platforms, it is recommended using Makefile.
2017-11-18 16:28:31 +09:00
okuoku
7693881125
sexp.c: Use strncasecmp instead of strcasestr
...
strcasestr is not available on MS C runtime. Use strncasecmp instead
which is in POSIX. MS C runtime has _strnicmp().
2017-11-18 15:24:28 +09:00
Alex Shinn
231c4bc04b
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
2017-11-18 14:36:25 +09:00
Alex Shinn
e0dcb88b8a
Merge pull request #435 from omasanori/srfi-22-scheme-r7rs
...
[RFC] Treat `scheme-r7rs` command name as in SRFI 22.
2017-11-18 14:36:07 +09:00
Alex Shinn
a59fc49140
Merge pull request #438 from okuoku/win64
...
Win32: Fix win32 port
2017-11-18 14:34:32 +09:00
Alex Shinn
0e4b4d6127
adding (chibi show color) and (chibi show unicode)
2017-11-18 14:26:51 +09:00
Alex Shinn
7562cc195e
Merge pull request #442 from okuoku/patch-ast
...
ast.c: #include <stdlib.h> for setenv()
2017-11-13 22:08:55 +09:00
Alex Shinn
afcae50d26
Merge pull request #441 from okuoku/patch-main
...
main: Silence warning with !SEXP_USE_GREEN_THREADS
2017-11-13 22:08:36 +09:00
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