Kris Katterjohn
|
f4526f7fc8
|
(chibi filesystem): conditionalize chown to fix Windows build
|
2020-07-08 15:36:21 -04:00 |
|
Kris Katterjohn
|
8ae99cff92
|
(chibi filesystem): add chown
|
2020-07-08 15:12:14 -04:00 |
|
Alex Shinn
|
e31e5ffbf3
|
updating (chibi json) to work on ports
|
2020-07-08 17:27:05 +09:00 |
|
Alex Shinn
|
2bdaebe8c7
|
wrap uncaught non-exceptions (issue #664)
|
2020-07-06 16:20:40 +09:00 |
|
Alex Shinn
|
f2d38e36c7
|
fixing (srfi 159) after refactoring
|
2020-07-06 15:09:49 +09:00 |
|
Alex Shinn
|
a6e8e9d7ba
|
env vars are identifiers, not symbols; fix evaluation time (issue #516)
|
2020-07-06 15:00:27 +09:00 |
|
Alex Shinn
|
47b0a19733
|
adding point to headers for C API docs
|
2020-07-06 14:41:50 +09:00 |
|
Alex Shinn
|
72668b6d26
|
fixing ,@ patterns
|
2020-07-06 14:24:22 +09:00 |
|
Alex Shinn
|
cb5f523532
|
adding ..= and ..* patterns to match (issue #535)
|
2020-07-06 13:42:34 +09:00 |
|
Alex Shinn
|
da5827d889
|
generate SRFI 166 snowball
|
2020-07-06 10:55:49 +09:00 |
|
Alex Shinn
|
a9faa6cc7b
|
removing debugging (scheme write) import
|
2020-07-03 14:51:54 +09:00 |
|
Alex Shinn
|
36c3471fa7
|
adding substring/width
|
2020-07-03 14:45:36 +09:00 |
|
Alex Shinn
|
39344bcaa0
|
adding background colors, as-italic
|
2020-07-03 10:42:11 +09:00 |
|
Alex Shinn
|
e3fddebb26
|
even string-cursor->index/index->cursor are polymorphic
|
2020-07-03 09:43:26 +09:00 |
|
Alex Shinn
|
89a5b97e3c
|
remove duplicate tests
|
2020-06-27 07:13:07 +09:00 |
|
Alex Shinn
|
25e04e2a35
|
switch /si default base to 1000, remove show-columns export
|
2020-06-24 13:08:33 +09:00 |
|
Alex Shinn
|
532fb83e0a
|
don't use nested show in pretty (issue #518); use string-width for computing width (issue #517)
|
2020-06-24 12:25:36 +09:00 |
|
Alex Shinn
|
cd7480ce45
|
fixing image search path loading after switching to snprintf
|
2020-06-23 10:35:12 +09:00 |
|
Alex Shinn
|
06cef55723
|
guard should use raise-continuable (issue #661)
|
2020-06-19 17:48:29 +09:00 |
|
Alex Shinn
|
e8f1233e18
|
cleaning up test names
|
2020-06-19 17:37:55 +09:00 |
|
Alex Shinn
|
80d2db51d8
|
fix sexp_opcode_argn_type initialization with gaps between the 3rd arg and k>4th arg
|
2020-06-19 16:45:41 +09:00 |
|
Alex Shinn
|
afb4a432c9
|
replace (chibi string) with (srfi 130) in (srfi 166)
|
2020-06-18 00:00:45 +09:00 |
|
Alex Shinn
|
402e3c8fb1
|
making (chibi show) an alias of (srfi 166)
|
2020-06-17 23:39:24 +09:00 |
|
Alex Shinn
|
278bb48b00
|
error on recursive includes (issue #557)
|
2020-06-16 11:44:10 +09:00 |
|
Alex Shinn
|
5b7729fbfc
|
fixing whitespace
|
2020-06-16 11:43:47 +09:00 |
|
Alex Shinn
|
23f93cceb4
|
better fix for #618
|
2020-06-16 10:05:26 +09:00 |
|
Alex Shinn
|
d511b8e31d
|
s/VERSION/CHIBI_VERSION to avoid conflicts (issue #659)
|
2020-06-15 18:54:20 +09:00 |
|
Alex Shinn
|
08c72aca59
|
handle shared dotted tail in writing lists (issue #618)
|
2020-06-15 12:22:16 +09:00 |
|
Alex Shinn
|
4734fc1e40
|
friendlier report for error on module files with the wrong name (issue #624)
|
2020-06-15 11:51:32 +09:00 |
|
Alex Shinn
|
aa2a87fbba
|
Merge pull request #658 from lkstl/master
Use r7rs lazy primitives in srfi 41
|
2020-06-10 08:39:05 +09:00 |
|
Lukas Stoll
|
afba9d8c27
|
Correct record-type names in srfi 41
|
2020-06-09 19:50:13 +02:00 |
|
Lukas Stoll
|
4f23fb4e03
|
Add (scheme lazy) to imports for srfi 41
|
2020-06-09 15:05:41 +02:00 |
|
Lukas Stoll
|
6e2bd8d4b7
|
Use r7rs lazy primitives in srfi 41
Rewrite srfi 41 primitive layer in terms of r7rs primitives for delayed
evaluation.
|
2020-06-09 14:55:44 +02:00 |
|
Alex Shinn
|
2b82ef68d4
|
fix placement of dl in context (issue #657)
|
2020-06-09 01:13:28 +09:00 |
|
Alex Shinn
|
32580be0ff
|
fixing test-build on static exe
|
2020-06-08 11:59:16 +09:00 |
|
Alex Shinn
|
abc3403e0a
|
chibi-scheme-static needs -lutil if (chibi pty) is included
|
2020-06-08 11:54:12 +09:00 |
|
Alex Shinn
|
4ec2167f62
|
making the abi a little more stable by default
|
2020-06-08 00:54:36 +09:00 |
|
Alex Shinn
|
e694f45f71
|
Merge pull request #656 from okuoku/win32-guess-green-threads
Win32: Guess SEXP_USE_GREEN_THREADS
|
2020-06-06 17:44:57 +09:00 |
|
okuoku
|
1b46d91053
|
Win32: Guess SEXP_USE_GREEN_THREADS
Guess SEXP_USE_GREEN_THREADS=0 ifdef `_WIN32`.
|
2020-06-05 05:59:33 +09:00 |
|
Alex Shinn
|
d42d4d5600
|
replace define-library-alias with define-library + alias-for
|
2020-06-04 23:55:37 +09:00 |
|
Alex Shinn
|
c245d6cee8
|
fix case folding, update to unicode 13
|
2020-06-04 22:08:07 +09:00 |
|
Alex Shinn
|
6fb0640721
|
adding (chibi diff), use in tests
|
2020-06-04 22:06:32 +09:00 |
|
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 |
|