Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
Doug Coleman
|
618330b31e
|
factor: rename system:vm -> vm-path to differentiate it from vm:vm (which is a STRUCT:)
|
2015-07-20 00:10:29 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
c0dda5c7e9
|
command-line: save the executable in a variable so that people don't use (command-line) directly if possible.
|
2014-12-23 08:12:31 -08:00 |
John Benediktsson
|
025283f252
|
vm: store full command-line including executable first argument.
|
2014-12-22 22:39:52 -08:00 |
Joe Groff
|
ddcc87f58a
|
command-line.startup: fix help message on windows
Support /? while we're at it. Fixes #323
|
2011-11-15 13:09:32 -08:00 |
Joe Groff
|
5ce32b35a7
|
command-line.startup: add note about -run=listener and -run=ui.tools to the --help text (as suggested by @yac in issue #94)
|
2011-09-11 10:12:09 -07:00 |
Doug Coleman
|
5fce2d0f27
|
Make "quiet" true by default. Disable quiet mode for listener, bootstrap, and deploy tool.
Move "quiet" to parser-quiet? in parser.notes. Change a few places where quiet was handle wrong.
|
2011-09-06 17:58:12 -07:00 |
Slava Pestov
|
65837e742d
|
command-line: move some stuff to command-line.startup so that deployed images don't pull in prettyprinter and debugger
|
2011-09-01 22:31:44 -07:00 |