Alex Shinn
|
5beadf7ce8
|
adding missing files
|
2020-06-03 11:33:15 +09:00 |
|
Alex Shinn
|
1164ecf9b7
|
adding unicode-string-width/wide
|
2020-06-03 10:43:22 +09:00 |
|
Alex Shinn
|
6f1cf6588f
|
fix ffi type annotations
|
2020-05-31 23:39:55 +09:00 |
|
Alex Shinn
|
6caca77426
|
adding (scheme bytevector)
|
2020-05-31 23:24:51 +09:00 |
|
Alex Shinn
|
f1b6e6bf69
|
adding inline ffi stubs and assertions
|
2020-05-31 23:23:08 +09:00 |
|
Alex Shinn
|
d5e97ceeb3
|
Merge pull request #655 from lockywolf/makefile-srfi-166-install
Add srfi 146 and 166 installation to Makefile
|
2020-05-28 14:52:09 +09:00 |
|
Alex Shinn
|
170201d3e4
|
Merge pull request #654 from okuoku/github-ci
CI: Add Github Actions
|
2020-05-28 14:51:36 +09:00 |
|
Lockywolf
|
ca23ec9335
|
Add srfi 146 and 166 installation to Makefile
|
2020-05-28 12:33:55 +08:00 |
|
okuoku
|
78f28c69ea
|
CI: Add Github Actions
This workflow tests against the standard Makefile build on
Mac and Linux.
|
2020-05-28 03:14:50 +09:00 |
|
Alex Shinn
|
daa7263690
|
remove debug line
|
2020-05-27 18:37:03 +09:00 |
|
Alex Shinn
|
95310e5823
|
no more strcpy/sprintf (issue #653)
|
2020-05-27 18:35:18 +09:00 |
|
Alex Shinn
|
255ee079e5
|
fix order of arguments in lset=
|
2020-05-27 14:27:31 +09:00 |
|
Alex Shinn
|
ca52b2ff97
|
Merge branch 'master' of github.com:ashinn/chibi-scheme
|
2020-05-27 07:54:53 +09:00 |
|
Alex Shinn
|
7b8b534a48
|
use (chibi test) for srfi 146 tests (issue #651)
|
2020-05-27 07:54:46 +09:00 |
|
Alex Shinn
|
add9983728
|
Merge pull request #652 from lassik/fix-printf
Fix printf warning in json.c
|
2020-05-27 07:51:52 +09:00 |
|
Lassi Kortela
|
c251594f0a
|
Fix printf warning in json.c
|
2020-05-27 00:51:30 +03:00 |
|
Alex Shinn
|
9901a67b20
|
adding define-library-alias (issue #650)
|
2020-05-26 22:20:35 +09:00 |
|
Alex Shinn
|
0957b54f51
|
adding tangerine names for srfi 160 libs
|
2020-05-26 17:18:50 +09:00 |
|
Alex Shinn
|
1ee773fa42
|
adding srfi 146 to lib tests
|
2020-05-26 17:09:21 +09:00 |
|
Alex Shinn
|
11e0328fef
|
adding (srfi 146 hash)
|
2020-05-26 17:05:07 +09:00 |
|
Alex Shinn
|
61680088d2
|
noting Marc's SRFIs
|
2020-05-26 14:17:07 +09:00 |
|
Alex Shinn
|
3a117b27aa
|
adding srfi 146
|
2020-05-26 13:57:06 +09:00 |
|
Alex Shinn
|
fb079b2bda
|
adding srfi 188
|
2020-05-26 10:12:27 +09:00 |
|
Alex Shinn
|
c0933e8255
|
Merge branch 'master' of github.com:ashinn/chibi-scheme
|
2020-05-25 19:02:03 +09:00 |
|
Alex Shinn
|
b1af52195a
|
adding initial srfi 166 implementation
|
2020-05-25 19:01:03 +09:00 |
|
Alex Shinn
|
6b449150fc
|
cleanup whitespace
|
2020-05-25 18:52:33 +09:00 |
|
Alex Shinn
|
7bbbb1fb2c
|
avoid gc recursion on non-pointers
|
2020-05-25 18:50:47 +09:00 |
|
Alex Shinn
|
2315a11e7f
|
Merge pull request #648 from ekaitz-zarraga/unparse-json
Unparse json feature
|
2020-05-24 23:48:01 +09:00 |
|
Ekaitz Zarraga
|
28f3641583
|
Use SEXP_VOID instead of SEXP_NULL
|
2020-05-24 16:41:43 +02:00 |
|
Alex Shinn
|
110487b9b2
|
Merge pull request #649 from okuoku/fix-install
Makefile.detect: Fix installation
|
2020-05-24 16:57:40 +09:00 |
|
okuoku
|
21708b4cf3
|
Makefile.detect: Fix installation
|
2020-05-24 16:04:44 +09:00 |
|
Ekaitz Zarraga
|
6693e6bf18
|
Add tests
|
2020-05-23 16:05:02 +02:00 |
|
Ekaitz Zarraga
|
3745c16c8c
|
Avoid using alloca in fixnum
|
2020-05-23 15:33:29 +02:00 |
|
Ekaitz Zarraga
|
a2312503c4
|
Flonum support
|
2020-05-23 15:28:48 +02:00 |
|
Ekaitz Zarraga
|
1ea46958a0
|
Add possible common error
|
2020-05-22 12:51:38 +02:00 |
|
Ekaitz Zarraga
|
a843591136
|
Clean formatting and remove unneeded comments
|
2020-05-22 12:51:38 +02:00 |
|
Ekaitz Zarraga
|
0e01716827
|
Exception handling
|
2020-05-22 12:51:38 +02:00 |
|
Ekaitz Zarraga
|
bb1fdbb719
|
Unparse Fixnums
|
2020-05-22 12:10:42 +02:00 |
|
Ekaitz Zarraga
|
57c5940855
|
Unparse Array and Object types
|
2020-05-22 12:10:42 +02:00 |
|
Ekaitz Zarraga
|
35cdd287ea
|
Unparse string
|
2020-05-22 12:10:42 +02:00 |
|
Ekaitz Zarraga
|
de5a4b6b28
|
Copyright headers
|
2020-05-22 12:10:42 +02:00 |
|
Alex Shinn
|
62ef654817
|
clarifying in README that GNU make is used, movign all extensions to Makefile.detect (issue #642)
|
2020-05-22 15:06:45 +09:00 |
|
Alex Shinn
|
61f2983fad
|
apply an explicit max vector length check (issue #636)
|
2020-05-22 14:13:48 +09:00 |
|
Alex Shinn
|
b459e11ecf
|
Merge pull request #647 from ekaitz-zarraga/float_parse
Correct float parsing when exponent has sign
|
2020-05-22 10:35:13 +08:00 |
|
Alex Shinn
|
bda192f071
|
cleanup json unicode escape code
|
2020-05-22 11:32:19 +09:00 |
|
Alex Shinn
|
278657eea4
|
Merge pull request #644 from ekaitz-zarraga/master
Support multiple \u sequences and add error checking
|
2020-05-22 10:11:10 +08:00 |
|
Ekaitz Zarraga
|
1cc24e37d9
|
Fix formatting
|
2020-05-22 00:30:24 +02:00 |
|
Ekaitz Zarraga
|
ce1996f1a7
|
Correct float parsing when exponent has sign
|
2020-05-21 18:10:54 +02:00 |
|
Ekaitz Zarraga
|
64d04f0638
|
Add JSON tests
|
2020-05-20 13:11:12 +02:00 |
|
Ekaitz Zarraga
|
e79d2aefea
|
Support multiple \u sequences and check errors
|
2020-05-19 20:47:19 +02:00 |
|