Alex Shinn
e7b9510656
allowing required args in opt-lambda, adding define-opt
2019-08-24 22:34:20 +08:00
Alex Shinn
8645b23d42
fixing bug in pp-with-indent on dotted list
2019-08-24 16:00:47 +08:00
Kris Katterjohn
8b6e236b09
(chibi pty): fix compilation errors on the BSDs
...
* Include util.h instead of pty.h on OpenBSD and NetBSD
* Include libutil.h instead of pty.h on FreeBSD and DragonFly BSD
* Include utmp.h only on non-BSD systems (FreeBSD does not have that
header and none of these BSDs require it)
Tested on all four of these BSDs.
2019-08-22 16:33:10 -05:00
Alex Shinn
a9cebfb8da
adding wip json parser
2019-08-23 00:45:58 +08:00
Alex Shinn
c7d2638fbc
s/pty.h/util.h on macosx (fixes issue #558 )
2019-08-22 23:53:42 +08:00
Alex Shinn
8ea1852ac1
adding (chibi pty)
2019-08-19 23:03:09 +08:00
Alex Shinn
ec09e0eed4
Merge branch 'master' of github.com:ashinn/chibi-scheme
2019-08-19 21:53:12 +08:00
Alex Shinn
4aac80e41b
Merge pull request #555 from richlowe/sunos-build
...
build on Solaris-like systems
2019-08-17 21:56:07 +08:00
Alex Shinn
42b6eeff1b
fix string-mismatch usage in (chibi repl)
2019-08-16 23:39:36 +08:00
Alex Shinn
39f34ffffb
adding port-source?[-set!] to ast
2019-08-15 23:18:07 +08:00
Alex Shinn
93b718f7c3
adding set-source to ast
2019-08-15 23:11:39 +08:00
Richard Lowe
2311e41003
build on Solaris-like systems
2019-08-11 22:30:17 +00:00
Alex Shinn
a8680bb0b4
Merge pull request #551 from v01dXYZ/master
...
Fix include-shared for process
2019-07-24 22:54:30 +08:00
v01dXYZ
94ca5a95ca
Fix include-shared for process
...
`chibi-genstatic` doesn't support expansion of `cond-expand` when the pattern is `(cond-expand (cond) (else (include-shared "module")))`
2019-07-24 11:10:04 +00:00
Nguyễn Thái Ngọc Duy
829d963a9d
More error checking on some SRE syntax
...
When char-set, w/case, w/nocase, w/ascii or w/unicode is applied on a
<cset-sre>, only (cadr sre) is taken, the rest is ignored. Which is the
right thing to do only if (null? (cddr sre)). If there are more
arguments, error out instead of silently ignoring them.
2019-07-21 10:46:44 +07:00
Alex Shinn
27e67b0ae4
Merge branch 'master' of github.com:ashinn/chibi-scheme
2019-07-12 00:05:10 +08:00
Alex Shinn
597df2e931
missing space before quote (issue #545 )
2019-07-12 00:04:52 +08:00
Alex Shinn
6a35a95dfc
Merge pull request #540 from wasamasa/read-error-for-unterminated-strings
...
Consider unterminated strings as read-error
2019-05-23 14:33:51 +08:00
Alex Shinn
bbcb571ba5
fix comparison of negative bignums (issue #541 )
2019-05-21 22:26:37 +08:00
Vasilij Schneidermann
ab39f12904
Consider unterminated strings as read-error
2019-05-17 10:55:22 +02:00
Alex Shinn
104811942f
fixing read-line on network ports
2019-05-04 13:18:27 +08:00
Alex Shinn
105a4672e7
more helpful error messages on missing libraries
2019-04-21 22:11:11 +08:00
Alex Shinn
cd10668b3c
adding true color ansi support
2019-03-13 23:57:22 +08:00
Alex Shinn
cf1f333731
fixing edge cases
2019-03-12 00:37:00 +08:00
Alex Shinn
80b360b800
Merge branch 'master' of github.com:ashinn/chibi-scheme
2019-03-12 00:20:53 +08:00
Alex Shinn
956e7ba761
allow proper list for comma-rule
2019-03-11 23:51:42 +08:00
Kris Katterjohn
93ec1b0875
Remove duplicate sys/sysctl.h inclusion
2019-03-10 14:08:35 -05:00
Alex Shinn
bd78ebeed7
updating sign-rule to respect finalized SRFI 159
2019-03-10 14:50:44 +08:00
Alex Shinn
d1bb4c27a4
removing undocumented upcased and downcased
2019-02-28 00:19:01 +08:00
Alex Shinn
7380564933
inserting commas in numerator and denominator separately for rationals
2019-02-28 00:09:08 +08:00
Alex Shinn
4c5bdcb22c
allowing strings for decimal-sep; s/fn-fork/forked/g
2019-02-27 23:59:10 +08:00
Alex Shinn
2c3dfbd295
fixing default padding/trimming to be left, matching the spec (from SRFI 13 convention)
2019-02-27 22:52:18 +08:00
Alex Shinn
a126417ebe
fleshing out srfi 160 api
2019-02-26 23:08:52 +08:00
Alex Shinn
a94a2c7902
uvector fixes
2019-02-25 23:01:35 +08:00
Alex Shinn
a5a7345df9
add 0085 (NEXT LINE) to char-set:whitespace ( fixes #515
2019-02-10 22:36:23 +08:00
Alex Shinn
017bb1c2a0
adding -Dsafe-string-cursors feature to perform extra checks on string cursors
2019-02-01 00:31:13 +08:00
Alex Shinn
ef0a8bd199
restoring efficient read-line
2019-01-27 22:10:35 +08:00
Alex Shinn
2b4394ea74
adding initial support for SRFI 160 uniform vectors
2019-01-15 23:43:50 +08:00
Alex Shinn
afd887e672
update-repository shouldn't exit
2019-01-11 08:48:45 +08:00
Alex Shinn
003d3d3328
clarifying default config params for http-server
2019-01-06 08:45:48 +08:00
Alex Shinn
ec0b6e98f6
also print error
2019-01-06 08:22:43 +08:00
Alex Shinn
c3189ebc9d
warn when config fails to load
2019-01-06 08:19:43 +08:00
Alex Shinn
5f80618544
make-conf should validate it gets an alist
2019-01-04 01:53:49 +08:00
Alex Shinn
c9b4786648
fix default chibi.net.http-server file server for paths other than .
2019-01-03 07:39:08 +08:00
Alex Shinn
336a69a416
-R needs interpreter name, not SRFI 22
2019-01-01 23:18:49 +08:00
Alex Shinn
b782ee575b
removing duplicate revomal of program-name in (chibi app)
2018-12-28 23:48:13 +08:00
Alex Shinn
479efcdc33
don't start thread checking for leap seconds if env var is unspecified
2018-12-28 23:40:55 +08:00
Alex Shinn
ec345fe370
typo, export ellipsis-identifier?
2018-12-28 23:40:26 +08:00
Edwin Watkeys
d256ebd368
fix typo update!->with in srfi-159
2018-12-23 11:25:45 +01:00
Alex Shinn
c250685607
updating names of core types in (chibi ast) docs after switching to upper-case (fixes issue #505 )
2018-12-17 01:11:27 +08:00