Alex Shinn
|
456853921b
|
typos (fixing issue #512)
|
2019-02-05 22:49:10 +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
|
e9ce08da78
|
adding note that marc wrote syntax-case in AUTHORS
|
2019-01-26 17:52:37 +08:00 |
|
Alex Shinn
|
77a964d16e
|
Merge branch 'master' of github.com:ashinn/chibi-scheme
|
2019-01-26 05:35:32 +08:00 |
|
Alex Shinn
|
9569460a58
|
add compile-time option to store precomputed index->cursor tables for strings
|
2019-01-26 05:35:27 +08:00 |
|
Alex Shinn
|
08930ff41f
|
Merge pull request #511 from Oxyd/fix-makefile
Fix Makefile
|
2019-01-21 23:47:16 +08:00 |
|
Ondřej Majerech
|
fa7a35abae
|
Add lib/srfi/160/uvprims.c to .gitignore
|
2019-01-20 20:36:52 +01:00 |
|
Ondřej Majerech
|
f08a6503b2
|
Create $prefix/lib/chibi/srfi/160 when installing
Otherwise, the Makefile installs lib/srfi/160/base.sld as
$prefix/lib/chici/srfi/160 instead of installing it into that directory.
|
2019-01-20 20:32:25 +01:00 |
|
Alex Shinn
|
677ccdce68
|
Merge pull request #509 from y-stm/fix-typo
typo in Makefile
|
2019-01-18 01:58:49 +08:00 |
|
anergy
|
cfcc0b021f
|
typo in Makefile
|
2019-01-17 22:06:16 +09:00 |
|
Alex Shinn
|
d24d75621d
|
fixing nofeature build
|
2019-01-16 08:33:04 +08:00 |
|
Alex Shinn
|
8c0c57ae6c
|
typo in Makefile
|
2019-01-16 07:13:27 +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
|
1b3ccdaf1c
|
fixing link to http-server docs
|
2019-01-06 08:52:11 +08:00 |
|
Alex Shinn
|
6b18b70b44
|
adding link to http-server docs
|
2019-01-06 08:47:03 +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
|
2962f68ced
|
fix -R usage
|
2019-01-01 22:49:50 +08:00 |
|
Alex Shinn
|
74eb616c50
|
noting NetBSD support (thanks Riastradh)
|
2018-12-29 10:51:46 +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 |
|
Alex Shinn
|
43d6d20598
|
fix -xchibi.primitive and spurious output in snow-chibi (thanks Martin Hayman)
|
2018-12-28 23:29:13 +08:00 |
|
Alex Shinn
|
264cbc756f
|
Merge pull request #506 from edw/srfi-159
SRFI 159 definition has a typo
|
2018-12-24 11:15:13 +08:00 |
|
Edwin Watkeys
|
d256ebd368
|
fix typo update!->with in srfi-159
|
2018-12-23 11:25:45 +01:00 |
|
Edwin Watkeys
|
ddc8b39e7e
|
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
|
2018-12-23 11:13:49 +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 |
|
Edwin Watkeys
|
7635cefe4f
|
Merge branch 'master' of https://github.com/ashinn/chibi-scheme
|
2018-12-14 15:20:48 +01:00 |
|
Alex Shinn
|
90ed977202
|
Merge branch 'master' of github.com:ashinn/chibi-scheme
|
2018-12-11 22:54:18 +08:00 |
|
Alex Shinn
|
e0f23d4286
|
Merge pull request #504 from edw/args
Fix invocation of main caused by fix for #484
|
2018-12-11 22:54:00 +08:00 |
|
Alex Shinn
|
7b428d2a54
|
Merge pull request #503 from edw/parse->list
Parse->list calls parse->fold with incorrect argument order
|
2018-12-11 22:44:59 +08:00 |
|
Edwin Watkeys
|
2be201a2c1
|
Merge branch 'parse->list' of https://github.com/edw/chibi-scheme
|
2018-12-11 14:15:56 +01:00 |
|
Edwin Watkeys
|
6c9e5d3c54
|
fix invocation of main
|
2018-12-11 14:08:45 +01:00 |
|
Edwin Watkeys
|
c912f1e24f
|
fix order of arguments to parse-fold
|
2018-12-11 12:46:42 +01:00 |
|
Alex Shinn
|
960c39c4bf
|
ignore generated file with derived char-sets
|
2018-12-11 00:28:27 +08:00 |
|
Alex Shinn
|
670cd82488
|
ignore generated file with derived char-sets
|
2018-12-10 23:58:33 +08:00 |
|
Alex Shinn
|
06c27d81ce
|
command-line shouldn't include interpreter name (fixes issue #484)
|
2018-12-10 23:44:39 +08:00 |
|
Alex Shinn
|
f0a8930ab4
|
Merge pull request #502 from mnieper/with-ellipsis
with-ellipsis
|
2018-12-10 22:10:42 +08:00 |
|
Marc Nieper-Wißkirchen
|
d2fbd59ae5
|
Export ellipsis-identifier?
|
2018-12-09 19:06:24 +01:00 |
|
Marc Nieper-Wißkirchen
|
5d978dd37b
|
Implement with-ellipsis
|
2018-12-09 19:05:22 +01:00 |
|
Alex Shinn
|
2c37dfedd3
|
Merge pull request #500 from mnieper/syntax-case
Implement syntax-case
|
2018-12-09 04:08:31 +08:00 |
|
Alex Shinn
|
77a6ca8ea7
|
supporting ber encoding in bytevectors
|
2018-12-09 03:44:19 +08:00 |
|
Alex Shinn
|
3aae0e8481
|
supporting non-native endianness and non-finite floating values
|
2018-12-06 23:25:18 +08:00 |
|
Alex Shinn
|
9af77c9b4f
|
adding CHIBI_IGNORE_SYSTEM_PATH=1 env var (fixes issue #501)
|
2018-12-06 00:54:21 +08:00 |
|