Hamayama
ae85ef2980
Several changes of syntax-rules in init-7.scm
2017-12-30 09:46:51 +09:00
Göran Weinholt
49e9f0e532
Update leap second list
2017-12-24 20:03:37 +01:00
okuoku
1cba43a220
SRFI-151: Fix bit-set? on Win64 which uses long long
...
Most "1UL" references on bitwise operations should be replaced with
explicit C cast.
2017-12-14 18:03:23 +09:00
okuoku
d313f85b16
(chibi disasm): Use %I64d on Win64
2017-12-13 22:00:13 +09:00
okuoku
4d4b6f0474
ast.c Win32: Workaround for MinGW header file
...
getenv_s should be in <stdlib.h> but it seem MinGW header lacks it.
2017-12-13 22:00:13 +09:00
okuoku
070f2925c4
(chibi filesystem) Win32: A bit more shims
...
Implement more shims.
2017-12-13 22:00:07 +09:00
okuoku
e46bd03239
(chibi win32 process-win32): New library
...
Implement Win32 specific process library. Currently the library only
provides `exit` procedure.
2017-12-13 19:04:04 +09:00
okuoku
da7b68f82e
SRFI-98: Do not decl. environ as extern on Win32
...
On Win32, environ definition is included in <stdlib.h>.
2017-12-13 17:30:36 +09:00
okuoku
d51a9e976b
(chibi io) Win32: Include <io.h> on port.c
...
Include <io.h> to use various POSIX-like functions.
2017-12-13 17:27:16 +09:00
okuoku
51f24ed36e
Win32: Import Ruby's lgamma_r implementation (Public Domain)
...
Import Ruby's lgamma_r implementation as MSVCRT missing lgamma_r
implementation. Non Windows platforms should continue to use lgamma_r
implementation which provided with its C runtime library.
2017-12-13 17:20:53 +09:00
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
231c4bc04b
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
2017-11-18 14:36:25 +09:00
Alex Shinn
0e4b4d6127
adding (chibi show color) and (chibi show unicode)
2017-11-18 14:26:51 +09:00
okuoku
396c54ca58
ast.c: #include <stdlib.h> for setenv()
2017-11-11 04:52:06 +09:00
Alex Shinn
8d51cf053c
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
2017-11-08 23:00:02 +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
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
Alex Shinn
52b18ca665
fix bug in error reporint in verbose mode of (chibi test)
2017-10-22 22:25:05 +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
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
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
4a7a809c8d
distinguishing lowercase and foldcase (fixes issue #420 )
2017-08-27 14:10:05 +09:00
Alex Shinn
1ac4473942
removing tabs
2017-08-26 23:29:02 +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
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
836ddf6397
adding missing flonum to (srfi 144) (fixes issue #434 )
2017-08-09 22:46:46 +09: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
Marc Nieper-Wißkirchen
34701f6df5
Implement SRFI 139
2017-08-01 19:22:12 +02: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
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
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