Alex Shinn
a7a115323c
s/dist-clean/dist-clean/
2020-08-28 11:40:52 +09:00
Alex Shinn
b4d2370713
allow either prefix or PREFIX
2020-08-28 09:58:08 +09:00
Alex Shinn
f343708f1f
use gnu coding standard make path var names
2020-08-27 22:56:57 +09:00
Alex Shinn
8a6af941ad
enforce bound-identifier=? for match rewrite
2020-08-27 17:06:51 +09:00
Alex Shinn
9793fa0edf
inc fileno count on sexp_make_input_port (issue #690 )
2020-08-27 10:23:56 +09:00
Alex Shinn
5860a65368
track head ids in ellipsis tail
2020-08-26 17:24:38 +09:00
Alex Shinn
dda71763a5
fixing or patterns with different ids in branches
2020-08-26 16:07:52 +09:00
Alex Shinn
11852c6390
don't rewrite quote
2020-08-25 16:09:38 +09:00
Alex Shinn
9d65c61350
Merge branch 'master' of github.com:ashinn/chibi-scheme
2020-08-25 15:22:45 +09:00
Alex Shinn
0a503dc3ad
use curl for GET as well as POST in snow (i(issue #549 )
2020-08-25 15:21:25 +09:00
Alex Shinn
5d6efedc5f
Merge pull request #689 from pclouds/snow-gauche-version-comparison
...
snow: accept "_" as version separator
2020-08-25 14:28:56 +09:00
Alex Shinn
74cb05aed6
Merge pull request #688 from krzygorz/colors-fix
...
(srfi 166 color) fix
2020-08-25 14:28:11 +09:00
Alex Shinn
60c4007e6f
adding thread-interrupt! so that (chibi repl) can preserve continuations (issue #686 )
2020-08-25 14:09:29 +09:00
krzygorz
9067c8b5d5
text attribute resetting fix
2020-08-24 13:52:29 +02:00
Nguyễn Thái Ngọc Duy
0eb0834bbc
snow: accept "_" as version separator
...
$ tools/snow-chibi implementations
WARNING: Implementation gauche is an unsupported version,
0.9.10_pre1, but at least 0.9.4 is required.
cyclone
sagittarius
The easy solution is also accept "_" as version separator and consider
"pre1" the forth component. This makes the warning go away, and I don't
think it'll affect version comparison on other schemes.
2020-08-24 18:36:31 +07:00
Alex Shinn
e307c872bf
fix include-ci (issue #687 )
2020-08-23 00:23:27 +09:00
Alex Shinn
b89db31e37
typo in env-exports (issue #685 )
2020-08-22 16:27:20 +09:00
Alex Shinn
006f22ccd7
fixing match-letrec with unhygienic insertion (issue #574 )
2020-08-21 10:18:16 +09:00
Alex Shinn
0f6e0f56e0
assume polar tail for inexact complex following / (issue #333 )
2020-08-20 10:30:23 +09:00
Alex Shinn
287753f2e3
fix inexact polar notation (issue #333 )
2020-08-20 09:54:09 +09:00
Alex Shinn
d75ae9304f
forgot to export make-state-variable from composite library
2020-08-17 22:02:15 +09:00
Alex Shinn
6be0e8d059
exporting make-state-variable in SRFI 166 (issue #683 )
2020-08-17 21:56:57 +09:00
Alex Shinn
421e357e98
no -lutil for emscripten (issue #681 )
2020-08-17 10:07:52 +09:00
Alex Shinn
5ee7ad0230
allow start/end args to uvector->vector conversions (issue #682 )
2020-08-16 08:06:22 +09:00
Alex Shinn
d41fac4f73
adding (auto) library for auxiliary syntax
2020-08-14 11:24:25 +09:00
Alex Shinn
440b30cf0b
0.9.1 minor release
2020-08-13 11:03:03 +09:00
Alex Shinn
177a4d22f5
Merge pull request #680 from arvyy/master
...
add fl-epsilon to srfi 144
2020-08-12 12:04:51 +09:00
Arvydas Silanskas
cf40f1aca1
add fl-epsilon to srfi 144
2020-08-11 21:26:42 +03:00
Alex Shinn
31c2adf8bf
hash raw bytes of bignums
2020-08-11 11:12:04 +09:00
Alex Shinn
dc524feabc
add missing trailing ? on SRFI 144 inequality ops
2020-08-11 10:37:23 +09:00
Alex Shinn
5616d2fb87
adding uvector-segment test
2020-08-11 10:36:52 +09:00
Alex Shinn
a8e35f90fa
s/max/max in vector-segment (issue #677 )
2020-08-08 16:20:01 +09:00
Alex Shinn
ffeb960997
fixing uvector-reverse-copy (issue #676 ); ungeneralize unfold to take exactly one seed
2020-08-08 16:14:57 +09:00
Alex Shinn
90f0425c37
fixing distribution of random bignums, adding uniformity tests on the results (issue #675 )
2020-08-07 12:40:07 +09:00
Alex Shinn
449312d3bd
restoring hashing of trailing data for uvectors
2020-08-04 18:31:20 +09:00
Alex Shinn
b4520b31f5
hash should not take into account non-sexp trailing data (bug report from Arthur Gleckler)
2020-08-04 12:23:22 +09:00
Lassi Kortela
65b197f7de
Implement SRFI 193: Command lines
2020-08-03 13:24:18 +03:00
Arthur A. Gleckler
2e63c53a6b
Fix: Install "base.scm", too.
2020-08-02 11:25:55 +09:00
Arthur A. Gleckler
de622eb37e
Fix typo.
2020-08-02 11:24:41 +09:00
Alex Shinn
772542694b
missing argument in snow package-spec+files
2020-08-01 00:00:38 +09:00
Alex Shinn
1ac1c68047
fixing bytecode accessors
2020-07-31 23:12:59 +09:00
Alex Shinn
54fece36a8
0.9.0 release
2020-07-31 15:47:27 +09:00
Alex Shinn
4335d238fb
image options are harmless in non-image build; images not supported on 32-bit arch
2020-07-31 15:32:59 +09:00
Alex Shinn
306cc73bd6
Revert "image options are harmless in non-image build; images not supported on 32-bit arch"
...
This reverts commit 9b859eda36
.
2020-07-31 15:32:18 +09:00
Alex Shinn
9b859eda36
image options are harmless in non-image build; images not supported on 32-bit arch
2020-07-31 15:31:43 +09:00
Alex Shinn
7362578878
attributing lgamma_r
2020-07-31 15:24:24 +09:00
Alex Shinn
5d2a9bcc3d
SRFI 160 vector= differs from SRFI 133 in not taking an eq predicate (issue #674 )
2020-07-31 15:09:46 +09:00
Alex Shinn
b7ffc4e700
Revert "SRFI 160 vector= differs from SRFI 133 in not taking an eq predicate (issue #674 )"
...
This reverts commit 340c5aa2a8
.
2020-07-31 15:08:59 +09:00
Alex Shinn
340c5aa2a8
SRFI 160 vector= differs from SRFI 133 in not taking an eq predicate (issue #674 )
2020-07-31 15:00:03 +09:00
Alex Shinn
a559aec9bc
pass '() as user exception irritants, not NULL
2020-07-30 18:11:57 +09:00