Commit graph

420 commits

Author SHA1 Message Date
Alex Shinn
fd28b5438b removing redundant renaming to same name execvp 2017-08-28 23:41:34 +09:00
Alex Shinn
03907a053c adding error checking for null lists in execute, improving (chibi process) docs 2017-08-28 23:39:14 +09:00
Alex Shinn
0f84fac70d adding (srfi 14) 2017-08-26 20:34:56 +09:00
Alex Shinn
ba0d15ec14 adding (print-stack-trace exn) for http internal errors 2017-08-25 00:01:03 +09:00
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
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
c80a1ece92 moving make-generated-binary-input-port to (chibi io) 2017-06-29 14:17:58 +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
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
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
4e14c53ddb bring memoize-to-file up-to-date with string-cursor api 2017-05-30 15:35:57 +09:00
Alex Shinn
37178eacd5 adding (srfi 125) 2017-04-18 23:24:56 +09:00
Alex Shinn
eb79e98d20 adding (srfi 142), using that in place of (srfi 33) 2017-04-16 22:06:56 +09:00
Alex Shinn
40d322ca5f removing duplicate definition of ixon (issue #402) 2017-04-10 22:19:40 +09:00
Alex Shinn
9698d64ae5 adding missing file 2017-04-06 13:47:57 +09:00
Alex Shinn
22b39432b4 test-exit should return non-zero for failures outside test* forms 2017-04-04 22:54:00 +09:00
Alex Shinn
ceb2345b68 fixing docs for chibi ffi 2017-04-03 23:23:07 +09:00
Alex Shinn
f3f30f59b6 add immutable? to (chibi ast) 2017-04-03 23:15:46 +09:00
Alex Shinn
63688d79b6 fixing bug in get-value-signature 2017-04-03 00:12:06 +09:00
Alex Shinn
28d119426c fixing rest parsing 2017-04-03 00:06:48 +09:00
Alex Shinn
6e2013153a updating to Unicode 9 and adding SRFI 129 2017-03-28 23:42:47 +09:00
Alex Shinn
806d92aa15 adding --scheme-script and --scheme-program-command args to snow (issue #400) 2017-03-26 21:30:53 +09:00
Alex Shinn
c03ae08bbd various portability improvements 2017-03-26 16:00:31 +09:00
Alex Shinn
3b2e694372 removing own username from tar tests 2017-03-25 19:44:36 +09:00
Alex Shinn
be907a31e3 porting (chibi temp-file) and (chibi zlib) to chicken 2017-03-25 18:26:35 +09:00
Alex Shinn
e8c9def652 add type-printer-set! to (chibi ast) (fixes issue #401) 2017-03-25 17:52:53 +09:00
Alex Shinn
d482daa106 provide a nicer binary type interface 2017-03-25 17:46:30 +09:00
Alex Shinn
ae76cc7149 adding version of define-binary-record-type that works with chicken 2017-03-25 17:29:42 +09:00
Alex Shinn
2c93246f34 converting (chibi binary-record) to pure syntax-rules 2017-03-12 18:14:11 +09:00
Alex Shinn
d152dd6237 import (scheme base) 2017-02-20 22:24:49 +09:00
Alex Shinn
87ac9fd633 port (chibi filesystem) to chicken 2017-02-13 22:43:08 +09:00
Alex Shinn
1a1dfc64ca supporting installing srfi's for chicken 2017-01-31 22:47:01 +09:00
Alex Shinn
57f1b44d14 chicken workarounds 2017-01-30 23:08:04 +09:00
Alex Shinn
1a86331335 making regexp tests portable 2017-01-30 22:57:24 +09:00
Alex Shinn
812dc59b20 removing debug output 2017-01-30 22:51:52 +09:00
Alex Shinn
7c12b0aaf3 sort libs within a package before installing,
plus other small fixes for (chibi iset) for chicken
2017-01-30 22:48:02 +09:00
Alex Shinn
9ca33d82f4 removing (chibi) import from prime tests 2017-01-23 23:32:32 +09:00
Alex Shinn
46687d7307 removing (chibi) import from sha2 tests 2017-01-23 23:29:26 +09:00
Alex Shinn
cd258bfc08 removing (chibi) import from md5 tests 2017-01-23 23:26:31 +09:00
Alex Shinn
7b936e4190 adding dummy with-raw-io and get-terminal-width defs 2017-01-23 23:21:06 +09:00
Alex Shinn
ac6d0124c4 making (chibi term edit-line) portable, using from (chibi snow interface) 2017-01-23 23:12:58 +09:00
Alex Shinn
d1eaf80ce8 fixing typo in handling of TEST_VERBOSE env var 2017-01-23 22:10:48 +09:00
Alex Shinn
29328bfc9d Fixing snow doc extraction for multiple levels of includes. 2017-01-19 23:58:09 +09:00