chibi-scheme/tools
Travis Cross 7b23858d86 Fix off-by-one error in command-line argument handling.
Previously (command-line) did not include the script name, but did
include the executable name if no script was given.  Now if a script
is given its name will be the first element of the list returned by
(command-line) and will be the first element of the list passed to
(main).

This brings us into compliance with SRFI-22.  Our man page was already
correct on this point.
2011-12-31 09:03:21 +00:00
..
chibi-doc Fix off-by-one error in command-line argument handling. 2011-12-31 09:03:21 +00:00
chibi-ffi Fix off-by-one error in command-line argument handling. 2011-12-31 09:03:21 +00:00
chibi-genstatic Fix off-by-one error in command-line argument handling. 2011-12-31 09:03:21 +00:00