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
8470534c39
using 16 decimal places of precision in number->string (issue #433 )
2017-08-20 15:00:24 +09:00
Alex Shinn
7114148121
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
2017-08-09 22:47:24 +09:00
Alex Shinn
836ddf6397
adding missing flonum to (srfi 144) (fixes issue #434 )
2017-08-09 22:46:46 +09:00
Alex Shinn
a24a26cd25
Merge pull request #432 from briancaine/briancaine/ffi-cflags-global
...
More explicit ways to add compiler flags in chibi-ffi .stub files
2017-08-08 14:34:26 +09:00
Brian Caine
a0dfe647cd
Just went with the existing string-split
2017-08-08 01:19:19 -04:00
Brian Caine
90e2cb1aa6
Added c-flags-from-script to chibi-ffi
2017-08-06 04:04:08 -04:00
Brian Caine
212231dca6
Added *cflags* global to chibi-ffi
2017-08-06 03:49:55 -04: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
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
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