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
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
cdd5ffa406
installing recent libs (issue #427 )
2017-07-20 22:21:13 +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
700380ebe4
don't expand into defined (issue #423 )
2017-07-09 08:07:19 +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
db186784e3
don't include underscore in ellipsis pattern vars (issue #421 )
2017-07-02 22:10:03 +09:00
Alex Shinn
c80a1ece92
moving make-generated-binary-input-port to (chibi io)
2017-06-29 14:17:58 +09:00
Alex Shinn
f2f6aadb3d
fixing sexp_port_size after buffered read on non-custom ports
2017-06-29 14:17:34 +09:00
Alex Shinn
582c46935e
documenting -D, -t and -T options
2017-06-29 14:14:39 +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
3197969d3e
adding missing export regexp-match->list (issue #419 )
2017-06-26 10:36: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
76bd596aba
Treat scheme-r7rs
command name as in SRFI 22.
...
When the interpreter is named `scheme-r7rs`, SRFI 22's semantics is
assumed, invoking `main` procedure regardless of `-r` option.
Fix #416 .
Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>
2017-06-13 22:26:55 +09:00
Alex Shinn
1a468244f1
Merge pull request #414 from omasanori/srfi-22
...
Remove argv[0] from the arguments of main_symbol.
2017-06-11 15:50:21 +09:00
Alex Shinn
08ef033a45
Merge pull request #415 from omasanori/gitignore
...
Update .gitignore.
2017-06-11 15:47:44 +09:00
Masanori Ogino
683aa13b14
Update .gitignore.
...
Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>
2017-06-10 10:38:13 +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
b52711cac8
adding (srfi 144)
2017-06-03 16:49:09 +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
79a5952ee1
adding (srfi 143)
2017-05-27 22:50:35 +09:00
Alex Shinn
9a21154041
fixing bit-field-rotate/reverse
2017-05-27 22:49:14 +09:00
Alex Shinn
e0fe160f46
fixing off-by-one error in first-set-bit
2017-05-19 23:04:06 +09:00
Alex Shinn
d3c2306220
check bignum type before deref in sexp_[su]int_value (issue #410 )
2017-05-18 22:36:33 +09:00
Alex Shinn
5fb3217ada
updating more bitwise corner cases (issue #408 )
2017-05-15 23:45:06 +09:00
Alex Shinn
383c6cba62
fixing off-by-one error in arithmetic-shift
2017-05-08 23:49:55 +09:00
Alex Shinn
779c60ac35
add check for empty second list in list= (fixes issue #407 )
2017-05-08 12:04:13 +09:00
Alex Shinn
fad9e4ca8b
don't make stdio nonblocking by default, allow override with -b
2017-05-07 19:42:59 +09:00
Alex Shinn
5e4fa52185
bug in string-titlecase, string-cursor>=? doesn't take a string arg
2017-05-07 17:20:09 +09:00
Alex Shinn
9cf8a3ddf3
catching more bitwise-xor cases
2017-05-07 16:45:18 +09:00
Alex Shinn
cb7eaa7fe6
fixing bitwise-xor for negative bignum cases
2017-05-07 16:36:12 +09:00
Alex Shinn
bddb28ace7
fixing bitwise-ior for the bignum|negative-fixnum case
2017-05-07 16:17:06 +09:00
Alex Shinn
1e25dda078
preserving source info in quasiquote (restores line number reporting for (chibi test))
2017-05-07 14:26:49 +09:00
Alex Shinn
37178eacd5
adding (srfi 125)
2017-04-18 23:24:56 +09:00
Alex Shinn
f37429d510
adding new srfi tests to lib-tests
2017-04-16 22:15:58 +09:00
Alex Shinn
dc3283a13b
adding (srfi 121)
2017-04-16 22:07:51 +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
8feb1e761e
alternate approach to handling renamed forward refs
2017-04-10 22:36:53 +09:00
Alex Shinn
40d322ca5f
removing duplicate definition of ixon (issue #402 )
2017-04-10 22:19:40 +09:00