Alex Shinn
|
2cda6db130
|
More documentation.
|
2011-05-23 03:31:24 -07:00 |
|
Alex Shinn
|
357684a730
|
Documentation updates, making (chibi repl) history persistent.
|
2011-05-23 02:09:24 -07:00 |
|
Alex Shinn
|
cf54a161fa
|
documentation updates from doug currie
|
2011-05-22 16:15:29 -07:00 |
|
Alex Shinn
|
32d5e78d9e
|
adding new repl commands for manipulating modules.
also repl doesn't use vt100 editing for dumb terminals.
|
2011-05-22 13:59:36 -07:00 |
|
Alex Shinn
|
f15885a1b6
|
better simplification - old apply no longer needed
|
2011-05-22 03:31:39 -07:00 |
|
Alex Shinn
|
1fea7687e2
|
simplifying apply and fixing variadic applications
|
2011-05-22 03:21:44 -07:00 |
|
Alex Shinn
|
1e02e95590
|
srfi-99 fixes from rotty
|
2011-05-21 23:02:44 -07:00 |
|
Alex Shinn
|
265d3e5136
|
Adding documentation.
|
2011-05-21 22:47:48 -07:00 |
|
Alex Shinn
|
4cacc6abde
|
Parsing .module files for docs, plus small fixes.
|
2011-05-21 22:47:29 -07:00 |
|
Alex Shinn
|
b120458fed
|
Removing uncessary setters.
|
2011-05-21 22:46:06 -07:00 |
|
Alex Shinn
|
987b6d98fb
|
fixing syntactic-closure free-variable references for wrapped expressions
(also renaming %env-copy! to %import)
|
2011-05-21 16:42:02 -07:00 |
|
Alex Shinn
|
78f0e9bd22
|
conditionally toggling isalpha/isxdigit between function or macro depending on platform
needed for plan9 where the function definitions are not provided
|
2011-05-19 23:32:23 -07:00 |
|
Alex Shinn
|
280ea1cddb
|
fixing conflicts in chibi-scheme-static build
|
2011-05-18 21:50:48 -07:00 |
|
Alex Shinn
|
24631a8cf2
|
moving generalized every/any from srfi-1 to init
|
2011-05-18 01:03:16 -07:00 |
|
Alex Shinn
|
2b86320652
|
Parsing literal docs for FFI files, generating docs for all core modules (mostly stubs).
|
2011-05-18 00:52:54 -07:00 |
|
Alex Shinn
|
541d7f4550
|
fixing append-map for real
|
2011-05-17 00:35:05 -07:00 |
|
Alex Shinn
|
74173bdc6c
|
fixing bug in append-map for a single list
|
2011-05-17 00:29:49 -07:00 |
|
Alex Shinn
|
505bd8d7e9
|
fixing line-number info for multi-line strings
|
2011-05-16 22:40:32 -07:00 |
|
Alex Shinn
|
910c0e7fce
|
adding README for generated docs
|
2011-05-16 22:20:54 -07:00 |
|
Alex Shinn
|
060c3cb69b
|
adding literate module documentation tool
|
2011-05-16 01:04:34 -07:00 |
|
Alex Shinn
|
9bfe111f4a
|
not including generated file
|
2011-05-16 01:02:30 -07:00 |
|
Alex Shinn
|
c21e53832c
|
including literate docs
|
2011-05-16 00:49:35 -07:00 |
|
Alex Shinn
|
a5f85d3685
|
tracking source info for macros
|
2011-05-16 00:48:55 -07:00 |
|
Alex Shinn
|
66f47d5607
|
install just depends on all
|
2011-05-11 20:05:27 +09:00 |
|
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 |
|