Commit graph

10 commits

Author SHA1 Message Date
Alex Shinn
93e2927e9a destroying context at end of main
(this is continuing a streak of valgrind errors)
2010-06-22 13:33:24 +00:00
Alex Shinn
aaf3f84c22 only warning when a non-procedure is found in an operator position 2010-05-15 14:42:19 +09:00
Alex Shinn
102b946b9d getting current-in/out/err-ports without using eval in repl loop 2010-05-15 13:08:33 +09:00
Alex Shinn
cc6f727add sexp_intern, sexp_read_from_string and sexp_eval_string now all take length parameters.
this is more flexible and will help if strings are changed to be non-null-terminated.
2010-03-23 20:52:47 +09:00
Alex Shinn
a1566b79d0 repl creates a new env so new definitions don't show in the standard env 2010-03-14 21:11:28 +09:00
Alex Shinn
4b2ed4cf48 verifying command-line option arguments are given when needed (issue #43) 2010-03-12 14:26:03 +09:00
Alex Shinn
5ee65cd71b fixing bug in multiple -p/-e options to main 2010-02-25 23:56:28 +09:00
Alex Shinn
85298f69e1 adding release-name and features to -V option 2010-01-01 16:32:17 +09:00
Alex Shinn
5469e699b6 fixing bug introduced when the space after the -l option was made optional 2009-12-31 13:10:35 +09:00
Alex Shinn
d954819775 adding (chibi io) w/ interface to fgets, fread, fwrite, etc. 2009-12-31 00:24:19 +09:00