Alex Shinn
1f805fd3ae
log ip address of clients in net servers
2018-01-11 22:05:44 +09:00
Alex Shinn
fd3e1f10d3
last arg of fn body should be displayed
2018-01-07 15:05:29 +09:00
Alex Shinn
a328b3fb4a
re-enable fixed tests
2018-01-07 14:53:03 +09:00
Alex Shinn
f29a404324
buffer pretty output to work in columnar
2018-01-07 14:42:52 +09:00
Alex Shinn
b9172a366c
Merge pull request #450 from okuoku/win32-cmake
...
Misc. fixes for Windows build
2018-01-04 14:09:19 +09:00
okuoku
9e773f3daf
(chibi filesystem): Stub out several features on Win32
...
- Win32 does not support symbolic links generally (NTFS does support it
but it is not available for non-root users until Win10)
- Win32 does not have block size on stat() API
2017-12-31 07:32:22 +09:00
Alex Shinn
eeaace2c50
adding (chibi show c)
2017-12-30 18:36:28 +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
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
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
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
70d61e1fcc
removing duplicates from repl completion
2017-10-06 23:23:22 +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
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
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
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
c80a1ece92
moving make-generated-binary-input-port to (chibi io)
2017-06-29 14:17:58 +09:00
Alex Shinn
39bf3cecc7
fixing make-generated-binary-input-port for non-zero buffer start, including query in http-get (issue #418 )
2017-06-26 23:32:04 +09:00
Alex Shinn
da410523b0
fixing peek-char on non-ascii chars
2017-06-26 22:23:38 +09:00
Alex Shinn
dc4559d692
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
2017-06-17 21:53:39 +09:00
Alex Shinn
97716e8125
initial (chibi show column) impl
2017-06-17 21:53:35 +09:00
Masanori Ogino
361e8e6590
Remove argv[0] from the arguments of main_symbol.
...
While the (command-line) in (scheme process-context) contains the
command name (argv[0]), SRFI 22 specifies that the interpreter passes
the command-line arguments except argv[0] to the script.
Fix #413 .
Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>
2017-06-10 08:54:49 +09:00
Alex Shinn
4e14c53ddb
bring memoize-to-file up-to-date with string-cursor api
2017-05-30 15:35:57 +09:00
Alex Shinn
37178eacd5
adding (srfi 125)
2017-04-18 23:24:56 +09:00
Alex Shinn
eb79e98d20
adding (srfi 142), using that in place of (srfi 33)
2017-04-16 22:06:56 +09:00
Alex Shinn
40d322ca5f
removing duplicate definition of ixon (issue #402 )
2017-04-10 22:19:40 +09:00
Alex Shinn
9698d64ae5
adding missing file
2017-04-06 13:47:57 +09:00
Alex Shinn
22b39432b4
test-exit should return non-zero for failures outside test* forms
2017-04-04 22:54:00 +09:00
Alex Shinn
ceb2345b68
fixing docs for chibi ffi
2017-04-03 23:23:07 +09:00
Alex Shinn
f3f30f59b6
add immutable? to (chibi ast)
2017-04-03 23:15:46 +09:00