Commit graph

823 commits

Author SHA1 Message Date
retropikzel
5b6b5c6324 Check that .so and .o files exists before installing them 2025-06-28 09:57:33 +03:00
retropikzel
48ca9f9a5f Clean up the code, build both .so and o 2025-06-28 09:52:21 +03:00
retropikzel
cd48e9973a Add Gambit support for snow-chibi 2025-06-26 20:18:54 +03:00
retropikzel
ea17a39be8 Merge remote-tracking branch 'origin/master' into snow-chibi-gambit 2025-06-26 12:51:52 +03:00
Alex Shinn
fe9378ff06
Merge branch 'master' into generic 2025-06-25 15:58:25 +09:00
Alex Shinn
c9d4070220
Merge pull request #1029 from Retropikzel/snow-chibi-foreign-depends
snow-chibi --foreign-depends
2025-06-25 15:57:03 +09:00
retropikzel
28490661cf Change the ffi and compile commands back 2025-06-25 07:40:40 +03:00
Alex Shinn
fefe394e3d Fix C formatting bug reported by Alexey Egorov.
Some checks are pending
CI / macos-latest (push) Waiting to run
CI / ubuntu-latest (push) Waiting to run
https://lists.nongnu.org/archive/html/chicken-users/2025-06/msg00001.html
2025-06-25 12:20:18 +09:00
retropikzel
3142fc2fdc If C file already exists do not run chibi-ffi 2025-06-20 13:08:33 +03:00
retropikzel
bf5f127821 Minor fixes 2025-06-20 09:01:22 +03:00
retropikzel
e2dbcf3ff2 Add support for --foreign-depends args. Fix library install compilation bug. 2025-06-20 08:47:03 +03:00
retropikzel
3b85c02e11 Add Gambit support for snow-chibi 2025-06-17 17:39:20 +03:00
retropikzel
34677656e7 Remove excess quote 2025-06-17 07:53:42 +03:00
Alex Shinn
bde4f34733
Merge pull request #1028 from Retropikzel/snow-chibi-stklos
Some checks failed
CI / macos-latest (push) Has been cancelled
CI / ubuntu-latest (push) Has been cancelled
Add stklos support for snow-chibi
2025-06-17 08:51:15 +09:00
retropikzel
7a38890300 Add support for stklos 2025-06-16 18:51:25 +03:00
retropikzel
a7f6bc004b Write features directly instead of using subprocess 2025-06-16 17:57:37 +03:00
Alex Shinn
a32cc7b100 make repl configurable
Some checks are pending
CI / macos-latest (push) Waiting to run
CI / ubuntu-latest (push) Waiting to run
2025-06-16 17:40:26 +09:00
retropikzel
f4dfc6e92c Fix propably misplaced parenthesis 2025-06-16 06:49:42 +03:00
retropikzel
674bcc107e Fix indentation to what it was 2025-06-15 10:32:04 +03:00
retropikzel
584ebf0f92 Fix indentation to what it was 2025-06-15 10:30:38 +03:00
retropikzel
7161b00543 Remove the bash completion. Add support for generic implementation on windows 2025-06-15 10:27:57 +03:00
retropikzel
2970d69e76 Make the generic show on implementations list. Add note about install path into documentation. 2025-06-15 09:58:28 +03:00
retropikzel
b8f58ff99e Add generic implementation 2025-06-15 09:43:32 +03:00
Alex Shinn
6891ba1a33 add failing non-greedy test example
Issue #1020.
2025-04-01 10:36:06 +09:00
Alex Shinn
f8600d444f Don't consume the delimiter in read-float-tail.
Closes #1019.
2025-03-23 05:21:28 +09:00
Alex Shinn
ed37af2dfd Remove double read-char in scribble parser.
Closes #1018.
2025-03-22 11:20:04 +09:00
Alex Shinn
72ec53ca26 More thorough checks for SEXP_MIN_FIXNUM/-1.
Closes #1006.
2025-01-30 11:44:23 +09:00
Alex Shinn
c437ede235 Guard against ill-formed responses in snow remote-command. 2024-12-02 11:43:36 +09:00
Alex Shinn
49072ebbf4 Need to apply eof-object. 2024-11-13 15:57:26 +09:00
Alex Shinn
28676fcba9 fix csv-num-rows when last row doesn't end in nl 2024-11-08 17:00:16 +09:00
Alex Shinn
bf7187f324 add csv-num-rows 2024-11-08 16:25:13 +09:00
Alex Shinn
f28168a2a6 Adding csv-writer support. 2024-11-02 23:10:49 +09:00
Alex Shinn
8e67defd71 Add quote-doubling-escapes? and quote-non-numeric?. 2024-11-02 18:15:05 +09:00
Alex Shinn
416da21528 Add repl-print-exception. 2024-10-29 21:45:00 +09:00
Alex Shinn
f4e3c0fd0b Defining and using a repl-print generic to allow customizing REPL output. 2024-10-28 09:16:30 +09:00
Alex Shinn
4f3a98b2b3 Improving csv docs. 2024-10-25 18:44:30 +09:00
Alex Shinn
0976d04b21 Adding initial CSV library. 2024-10-23 23:17:03 +09:00
Alex Shinn
be31278685 Clarify there is no special meaning to else in match.
Closes #1005.
2024-10-09 07:16:41 +09:00
Alex Shinn
702e881289 Add error advise when forgetting to import a language.
Closes #1001.
2024-09-20 09:13:16 +09:00
Alex Shinn
d677a135f1 Add current-test-value-formatter. 2024-09-17 18:37:40 +09:00
Daphne Preston-Kendal
5bc498b32a (chibi test): add a type test for exceptions in test-error 2024-08-25 21:28:28 +01:00
Alex Shinn
24b5837562 Fix help output for nested command-specific options.
Closes #997.
2024-08-19 22:24:03 +09:00
Alex Shinn
e09fdb7e31 Fix attribute skipping for chibi-doc text rendering.
Closes #996.

Also guard against bad input with proper-list?.
2024-08-15 12:09:46 +09:00
Alex Shinn
f1df493c32 Upgrading to Unicode 15.1.0. 2024-05-31 23:57:18 +09:00
Alex Shinn
0bbb60060a Fix getgrnam_r error handling.
Closes #884.
2024-05-31 19:05:43 +09:00
Alex Shinn
3558c0f4a6 Add tests and documentation for define-binary-record-type. 2024-05-30 19:08:09 +09:00
Alex Shinn
390122a7bc accept a --quiet option to disable full request logging in http-server
Closes #926
2024-05-29 22:46:52 +09:00
Alex Shinn
5350d0429c export http-send-file
Closes #927
2024-05-29 22:37:43 +09:00
Alex Shinn
26a4ce94a7 Implement look-around assertions for SRFI 115. 2024-05-29 22:30:46 +09:00
Alex Shinn
045bb1813c reduce bound on equal?/bounded 2024-05-29 14:10:42 +09:00