Alexander Iljin
|
2ffa446f5b
|
*-docs: replace double spaces with single spaces
Code examples and other places where multiple spaces were used to align
text were left intact.
|
2017-06-05 13:16:07 -07:00 |
John Benediktsson
|
665c6587a9
|
command-line: fix rename of nosignals to no-signals.
|
2017-02-02 15:46:13 -08:00 |
John Benediktsson
|
fe4093d67a
|
command-line.startup: -help isn't going to be set.
|
2017-02-02 10:00:23 -08:00 |
John Benediktsson
|
42ef8adec6
|
vm: change -nosignals to -no-signals.
|
2017-01-20 22:36:22 -08:00 |
John Benediktsson
|
bfc1794091
|
command-line.startup: s/Common/Factor.
|
2017-01-20 21:02:52 -08:00 |
Alexander Iljin
|
d5c555462b
|
command-line-docs: fix wording
|
2017-01-05 12:48:50 -08:00 |
Björn Lindqvist
|
c42c7aabbc
|
command-line,tools.deploy.shaker: removes refs to executable which i forgot
|
2016-09-27 00:31:35 +02:00 |
Björn Lindqvist
|
da670c053f
|
command-line: executable symbol isn't needed, vm-path is better
|
2016-09-25 23:37:04 +02:00 |
Björn Lindqvist
|
96610a47a8
|
none: looks like this vocab isn't needed
Because -e="..." already terminates after evaluation so using -run=none
isn't needed.
|
2016-09-16 15:26:58 +02:00 |
Doug Coleman
|
15d788718f
|
command-line: gvim example obsolete. update to new example.
|
2016-04-02 16:51:35 -07:00 |
Doug Coleman
|
391f8e433f
|
basis: Cleaning up tests using lists and IN: forms.
|
2016-03-30 20:04:14 -07:00 |
Benjamin Pollack
|
bbc5fe4b5b
|
command-line: document memory sizes as mebibytes/kibibytes
|
2016-03-11 12:31:48 -05:00 |
Benjamin Pollack
|
37f047c1df
|
Allow specifying vocabulary roots on the command line
Fixes #1498
|
2016-03-04 10:51:21 -08:00 |
Benjamin Pollack
|
9a4fc29c07
|
Use proper SI prefixes in memory flag docs
|
2016-03-04 10:48:21 -08:00 |
Doug Coleman
|
d0616c5fa8
|
command-line: More consistent command-line docs, fix MB -> kb for callback heap size
|
2016-03-03 17:28:53 -08:00 |
Doug Coleman
|
5813e8384e
|
command-line.startup: document more command line flags. we already have -nosignals, but it was hidden in the source code. Fix spacing for default image. Closes #1514.
|
2016-03-03 17:16:39 -08:00 |
John Benediktsson
|
71dd957f77
|
command-line: rename file to path for user-init-error which is kinda exactly like a source-file-error.
|
2015-07-28 19:30:20 -07:00 |
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
|
117727d444
|
parser, source-files: you need to bootstrap after this patch.
cleans up some file vs path naming.
file -> current-source-file
file -> current-test-file somewhere else
source-file -> path>source-file
source-file-tuple -> source-file
|
2015-07-23 22:03:43 -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 |
John Benediktsson
|
b12ca5e412
|
command-line: make script and -run= param behave similarly.
|
2014-09-25 21:08:15 -07:00 |
John Benediktsson
|
2854ecd4ec
|
command-line: need to check for run differently.
|
2012-08-13 21:06:57 -07:00 |
John Benediktsson
|
2109af55ad
|
command-line: need to check rest of args.
|
2012-08-13 20:57:39 -07:00 |
John Benediktsson
|
36a4a59efc
|
command-line: if run is specified first non-param starts the command-line.
|
2012-08-13 16:42:56 -07:00 |
Doug Coleman
|
f4c369bdb0
|
command-line: Remove -securegc from docs.
|
2012-07-25 23:54:31 -07:00 |
Doug Coleman
|
ba64012f79
|
docs: vm says to read "command-line" but it was called "cli". change the article title in the docs.
|
2012-07-25 23:49:19 -07:00 |
Joe Groff
|
47fc91e948
|
command-line: don't pull in tools.errors
tools.errors brings the debugger with it, which bloats deploy image size
|
2011-12-07 10:52:58 -08:00 |
Doug Coleman
|
3ba787b277
|
core/basis: trim down using lists
|
2011-11-30 23:15:42 -08:00 |
Joe Groff
|
14031d8794
|
icon for user-init-errors
|
2011-11-27 12:06:48 -08:00 |
Joe Groff
|
ad92bf7486
|
break circularity
|
2011-11-27 11:45:28 -08:00 |
Joe Groff
|
0f137bafe9
|
command-line: don't die if factor-rc has an error
Instead, put user-init-errors in the error list.
|
2011-11-27 10:49:02 -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
|
1b38835207
|
remove lingering mentions of macosx-ppc
|
2011-11-02 18:40:27 -07:00 |
Joe Groff
|
186bf65a00
|
constants for special object hardcoded literals
|
2011-11-02 12:54:50 -07:00 |
Doug Coleman
|
94db86a6db
|
Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
|
2011-11-02 11:50:03 -07:00 |
John Benediktsson
|
6417f36397
|
namespaces: adding a "with-global" word to replace "global [ ] bind".
|
2011-10-13 17:21:59 -07: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 |
Slava Pestov
|
e17c1483b2
|
command-line: fix typo in docs
|
2011-09-01 20:21:12 -07:00 |
Joe Groff
|
237d0733c6
|
command-line: enable "quiet" mode for -e or script modes before .factor-rc is loaded
|
2011-08-19 17:27:13 -07:00 |
Joe Groff
|
cc6ec893c5
|
command-line: interpret "-help" or "--help" and print a brief usage message with the most common options
|
2011-08-18 19:10:51 -07:00 |
Joe Groff
|
d711824c10
|
command-line, parser, syntax: move the MAIN: invocation from run-file to run-script to minimize the potential impact on internal machinery that uses run-file
|
2011-08-17 21:29:02 -07:00 |
Joe Groff
|
e1390875ca
|
parser, source-files, syntax: have MAIN: store the main entry point in the source-file record in addition to the vocabulary. Have run-file execute the MAIN: word for a file if present after evaluating its contents.
|
2011-08-17 20:58:09 -07:00 |
Erik Charlebois
|
305dcf1551
|
Use .factor-rc etc on Windows too, files can begin with dots just fine
|
2011-05-23 23:36:13 -04:00 |
Mitchell N Charity
|
c989ba84a9
|
command-line-docs: fix -run description
|
2010-09-13 17:22:23 -04:00 |
Doug Coleman
|
0c184e2666
|
Don't add empty vocab-roots lines
|
2010-06-04 14:17:07 -05:00 |