Commit graph

825 commits

Author SHA1 Message Date
Alex Shinn
33f7600640 fixing spacing in definition highlighting 2011-05-11 06:59:15 +09:00
Alex Shinn
d60c8e5aa6 make install depends on libs 2011-05-07 09:56:01 -10:00
Alex Shinn
28d7a734d4 initializing final array element to 0 in ffi
(patch from utizoc)
2011-04-27 15:17:45 +09:00
Alex Shinn
557386cedf fixing break in cut introduced by syntax-rules tweak 2011-04-27 10:59:14 +09:00
Alex Shinn
052de70a20 most tests can now be run without modules enabled 2011-04-26 23:19:23 +09:00
Alex Shinn
0ad4d2ff63 all imports are immutable 2011-04-26 22:57:28 +09:00
Alex Shinn
e633c3dfbd adding scribble to lib tests 2011-04-26 22:52:56 +09:00
Alex Shinn
4bbbe6119e forgot name for thread tests 2011-04-26 22:46:54 +09:00
Alex Shinn
0420bba565 warning on duplicate imports 2011-04-26 22:44:11 +09:00
Alex Shinn
3fea2b7062 removing DESTDIR from rpath 2011-04-26 09:17:47 +09:00
Alex Shinn
32718a0a6a restricting test imports 2011-04-26 00:08:58 +09:00
Alex Shinn
78a2e2aa10 redefining thread-yield! primitive as just yield! 2011-04-26 00:02:51 +09:00
Alex Shinn
931d381f29 removing redundant exports 2011-04-25 23:45:02 +09:00
Alex Shinn
c5126fb2b0 adding optional strict top-level matching for syntax-rules literals 2011-04-25 23:29:30 +09:00
Alex Shinn
c80d1daf8c fixing syntax-rules expansions for literal #f templates 2011-04-19 22:54:23 +09:00
Alex Shinn
0494305c9b using calloc instead of malloc for temporary objects in the ffi 2011-04-18 23:14:03 +09:00
Alex Shinn
de539a472e return null string on (read-string 0) 2011-04-17 23:45:21 +09:00
Alex Shinn
08554fd29c fixing _FN4 usage 2011-04-17 21:17:22 +09:00
Alex Shinn
f4b5815bf6 fixing case when no command-line args are given 2011-04-17 20:36:43 +09:00
Alex Shinn
6b8991d0a1 adding macro introspection 2011-04-09 16:52:24 +09:00
Alex Shinn
226d98d49f preserving port line number under all input operations 2011-04-09 15:55:26 +09:00
Alex Shinn
d284345157 plan9 API updates 2011-04-08 02:19:54 +09:00
Alex Shinn
b1b207504c adding module-includes 2011-04-08 01:57:47 +09:00
Alex Shinn
b3cc58bb94 s/define-module/module/g 2011-04-08 01:12:13 +09:00
Alex Shinn
2fb2db191d doc improvements 2011-04-08 01:04:35 +09:00
Alex Shinn
4b6884e4a5 adding reference types to ffi 2011-04-08 00:27:58 +09:00
Alex Shinn
13cf6d24d5 Renaming tools, adding -c option to automatically compile with chibi-ffi. 2011-04-07 23:48:46 +09:00
Alex Shinn
2cd95a04d3 Adding a `system' command. 2011-04-07 23:11:31 +09:00
Alex Shinn
9b0c057343 cleaning up initialization interface, adding sexp_load_standard_ports 2011-04-07 22:48:10 +09:00
Alex Shinn
fb5d82e7ba typo 2011-04-07 10:40:08 +09:00
Alex Shinn
29aa883896 Adding initial documentation tool and manual. 2011-04-07 01:44:39 +09:00
Alex Shinn
d1f0dfe8d7 fixing non-function c lines beginning with an identifier 2011-04-06 01:36:36 +09:00
Alex Shinn
1b50d709d2 allowing NULL arg to sexp_load_standard_env, updating to SEXP_SEVEN 2011-04-06 01:27:33 +09:00
Alex Shinn
69b17aee0d updating highlight lib for sxml 2011-04-06 01:26:31 +09:00
Alex Shinn
d94baacd9a improving "missing trailing )" message to include starting line 2011-04-05 23:46:31 +09:00
Alex Shinn
dac4e0f4e9 adding highlight module 2011-04-05 01:11:15 +09:00
Alex Shinn
167c1c3dde adding string-contains 2011-04-05 01:09:04 +09:00
Alex Shinn
60a1b968c0 inlining user-information procedure 2011-04-04 23:40:56 +09:00
Alex Shinn
262522d435 adding getpwuid_r/getpwnam_r interface 2011-04-04 23:39:37 +09:00
Alex Shinn
6c8ea93655 fixing order of platform/bsd feature registration 2011-04-04 23:29:34 +09:00
Alex Shinn
e41b998f66 fixing chibi.process for linux 2011-04-04 10:24:17 -04:00
Alex Shinn
c75ad29100 fixing offby1 bug in utf8 encoder 2011-04-04 10:13:31 -04:00
Alex Shinn
ac0d0bb300 using appropriate max bound on equal? for all platforms 2011-04-04 12:26:30 +00:00
Alex Shinn
70a5e46727 typo in assertion 2011-04-04 05:37:31 +00:00
Alex Shinn
0257ab38c6 don't truncate trailing newlines before } 2011-04-04 00:52:34 +09:00
Alex Shinn
63c7151499 removing commented out code 2011-04-03 23:22:29 +09:00
Alex Shinn
a85cc23f31 removing accidentally committed debug code 2011-04-03 22:25:48 +09:00
Alex Shinn
0f9a23f94f -e/-p options in main had a long-standing stupid gc bug 2011-04-03 22:15:48 +09:00
Alex Shinn
17afe65125 adding integer->immediate utility 2011-04-03 17:46:55 +09:00
Alex Shinn
7f8e003d08 adding scribble tests 2011-04-02 15:31:22 +09:00