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
Edwin Watkeys
c912f1e24f
fix order of arguments to parse-fold
2018-12-11 12:46:42 +01:00
Alex Shinn
06c27d81ce
command-line shouldn't include interpreter name (fixes issue #484 )
2018-12-10 23:44:39 +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
Marc Nieper-Wisskirchen
5c963df96f
Move datum->syntax back to init-7.scm. Don't crash when renamer not present in syntactic closure.
2018-12-05 15:59:39 +01:00
Marc Nieper-Wißkirchen
081a2a7b3f
Construct constructor/predicate names in the syntactic context of the record name, not the context of the invokation of define-record-type
2018-12-05 12:15:17 +01:00
Alex Shinn
d513bdc977
adding floating point utils for bytevectors
2018-12-04 00:43:08 +08:00
Alex Shinn
11ccfcb5de
support exact scaling of bignum literals via moderate sized exponents
2018-12-03 23:05:00 +08:00
Alex Shinn
521e23e3c7
Reduce error in sexp_read_float_tail (from Taylor R Campbell)
...
scale*10 is computed exactly until scale exceeds 2^54/10; in
contrast, scale*0.1 may not be computed exactly, and fl(0.1) is not
even 0.1.
WARNING: This change is not complete -- it does nothing to prevent
overflow with very long strings of digits after the decimal point.
2018-12-02 12:22:14 +08:00
Marc Nieper-Wisskirchen
152b20f244
Implement syntax-case
2018-12-01 13:48:25 +01:00
Alex Shinn
5bbef040c5
BSD portability fixes from Taylor Campbell
2018-11-27 23:01:23 +08:00
Alex Shinn
b5331233cb
adding missing status response in http-send-directory (thanks to Martin Hayman)
2018-11-19 22:06:43 +08:00
Alex Shinn
3f9dfb7837
fixing call to call-with-temp-file for HEAD requests
2018-11-06 15:09:18 +08:00
Edwin Watkeys
cbe1b045b4
add history documentation
2018-10-31 14:51:49 -04:00
Edwin Watkeys
5bcd37477f
add history support as $0...9
2018-10-31 13:12:30 -04:00
Alex Shinn
a7584ae647
allow zero-or-more (*) combining characters in the 'grapheme SRE rather than one-or-more (+)
2018-09-18 23:21:27 +08:00
Hamayama
216d6a8d87
Revert and fix syntax-rules by reflecting review
2018-07-05 00:53:17 +09:00
Hamayama
fdc1f86f09
Fix syntax-rules on ellipsis escape templates
2018-07-03 12:41:00 +09:00
Alex Shinn
f5a228ee9e
fixing bug in flushed output on custom ports
2018-06-23 19:21:38 +08:00
Bertrand Augereau
ce9c60c1e8
Fix (expt 3 -1) when SEXP_USE_BIGNUMS
2018-06-16 09:41:09 +02:00
Alex Shinn
5f428d1299
limit waiting in thread scheduler to 10ms
2018-06-13 22:33:39 +08:00
Bertrand Augereau
4d8933119f
Test that (expt bignum -k) is correct
2018-06-10 03:20:35 +02:00
John Croisant
42dd447a06
Raise error if apply is called with invalid args.
...
* If called with only the procedure, but no args list.
* If called with a final arg that is not a proper list.
2018-04-14 20:49:03 -05:00