Commit graph

2891 commits

Author SHA1 Message Date
Alex Shinn
5fb3217ada updating more bitwise corner cases (issue #408) 2017-05-15 23:45:06 +09:00
Alex Shinn
383c6cba62 fixing off-by-one error in arithmetic-shift 2017-05-08 23:49:55 +09:00
Alex Shinn
779c60ac35 add check for empty second list in list= (fixes issue #407) 2017-05-08 12:04:13 +09:00
Alex Shinn
fad9e4ca8b don't make stdio nonblocking by default, allow override with -b 2017-05-07 19:42:59 +09:00
Alex Shinn
5e4fa52185 bug in string-titlecase, string-cursor>=? doesn't take a string arg 2017-05-07 17:20:09 +09:00
Alex Shinn
9cf8a3ddf3 catching more bitwise-xor cases 2017-05-07 16:45:18 +09:00
Alex Shinn
cb7eaa7fe6 fixing bitwise-xor for negative bignum cases 2017-05-07 16:36:12 +09:00
Alex Shinn
bddb28ace7 fixing bitwise-ior for the bignum|negative-fixnum case 2017-05-07 16:17:06 +09:00
Alex Shinn
1e25dda078 preserving source info in quasiquote (restores line number reporting for (chibi test)) 2017-05-07 14:26:49 +09:00
Alex Shinn
37178eacd5 adding (srfi 125) 2017-04-18 23:24:56 +09:00
Alex Shinn
f37429d510 adding new srfi tests to lib-tests 2017-04-16 22:15:58 +09:00
Alex Shinn
dc3283a13b adding (srfi 121) 2017-04-16 22:07:51 +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
8feb1e761e alternate approach to handling renamed forward refs 2017-04-10 22:36:53 +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
1bd9fe437a don't retroactively resolve unbound renamed references with a renamed definition 2017-04-03 23:13:14 +09:00
Alex Shinn
c3713540d0 fix multiple levels of synclo forward references (issue #399) 2017-04-03 15:48:57 +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
014aa253d1 adding new srfis to lib tests 2017-04-01 22:20:21 +09:00
Alex Shinn
ae1704883c adding (srfi 117) 2017-04-01 22:15:08 +09:00
Alex Shinn
975dc690a1 renaming centered/ balanced/ 2017-04-01 22:14:29 +09:00
Alex Shinn
4193742fe5 adding explicit (srfi 23) 2017-04-01 21:47:34 +09:00
Alex Shinn
90abe23663 remove tab 2017-04-01 20:43:43 +09:00
Alex Shinn
efc6426a59 adding (srfi 141) 2017-04-01 20:42:32 +09:00
Alex Shinn
08b586b7f9 adding (srfi 147) 2017-04-01 20:33:13 +09:00
Alex Shinn
6ed3bd4cc3 adding (srfi 128) 2017-04-01 20:26:00 +09:00
Alex Shinn
04ed6e1388 adding (srfi 133) 2017-03-31 00:48:35 +09:00
Alex Shinn
67712e5624 adding (srfi 132) 2017-03-30 01:17:30 +09:00
Alex Shinn
6e2013153a updating to Unicode 9 and adding SRFI 129 2017-03-28 23:42:47 +09:00
Alex Shinn
fad7662d83 s/display/write-string 2017-03-26 22:54:21 +09:00
Alex Shinn
30486cb6b6 fixing bug in char-up/downcase bsearch 2017-03-26 22:52:34 +09:00
Alex Shinn
c08aa4e93b adding (srfi 111) 2017-03-26 22:02:43 +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
ae1a2aa6be match undefined hygienically wrapper forward refs on define (fixes issue #399) 2017-03-26 21:16:36 +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
938af37a2b Merge pull request #398 from VermillionAzure/master
Arranged definitions to prevent double definition
2017-03-12 18:15:32 +09:00
Alex Shinn
2c93246f34 converting (chibi binary-record) to pure syntax-rules 2017-03-12 18:14:11 +09:00
VermillionAzure
b955dc2698 Arranged definitions to prevent double definition
- It is possible to define `strcasecmp` and
  `strncasecmp` twice if `__MINGW32__` is defined.
  However, the same definition is used if it's not.
  Therefore, I just moved it inside of the "if-defined"
  case. It removes the errors pertaining to that header.

- Additional compilation errors related to the filesystem
  implementation and POSIX definitions of constants still
  are brought up when compiling on Windows 10, MSYS2-mingw-w64
  with gcc.
2017-03-06 00:11:25 -10:00
Alex Shinn
d152dd6237 import (scheme base) 2017-02-20 22:24:49 +09:00
Alex Shinn
e1d58eb84a adding SHUT_{RD,WR} from mkeeter 2017-02-20 22:14:15 +09:00