|
|
@14069
|
12 years |
tbretz |
Added something to the EventHook which allows to post command from the ...
|
|
|
@14010
|
12 years |
tbretz |
Exit with 128 not -1
|
|
|
@13947
|
12 years |
tbretz |
Properly save variables in case of nested scripts.
|
|
|
@13938
|
12 years |
tbretz |
Make sure that the section outside of an Execute is properly set to -3 ...
|
|
|
@13899
|
12 years |
tbretz |
Made the script depth static to be able to access it from dimctrl; ...
|
|
|
@13897
|
12 years |
tbretz |
Updated the handling of labels and how a script is stopped.
|
|
|
@13771
|
12 years |
tbretz |
Implemented the possibility to print errors form readline; added .gt, ...
|
|
|
@13744
|
12 years |
tbretz |
Little improvements to the help text.
|
|
|
@13731
|
13 years |
tbretz |
Fixed a problem with the label interpretation; added a storage ...
|
|
|
@13714
|
13 years |
tbretz |
Added comment to help list.
|
|
|
@13713
|
13 years |
tbretz |
Added Uncomment function to tools used to strip off inline comments.
|
|
|
@13702
|
13 years |
tbretz |
Slight change to the meaning of labels; added the direct exit to th ...
|
|
|
@13682
|
13 years |
tbretz |
Fixed a newly introduced bug when parsing the .x - opt should have ...
|
|
|
@13668
|
13 years |
tbretz |
Added a hint for the command line arguments to the explanation of .x; ...
|
|
|
@13649
|
13 years |
tbretz |
Made fLabel static to allow it being set rom dimctrl; added a virtual ...
|
|
|
@12961
|
13 years |
tbretz |
Implementd jumps and labels
|
|
|
@12824
|
13 years |
tbretz |
Changed ifdef to make it compile with boost 1.46
|
|
|
@12781
|
13 years |
tbretz |
Icreased compatibility with different boost versions.
|
|
|
@11479
|
13 years |
tbretz |
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
|
|
|
@11326
|
13 years |
tbretz |
Added .! command to be able to execute shell commands.
|
|
|
@11131
|
13 years |
tbretz |
Put everything into the history, but only successfull commands into ...
|
|
|
@11049
|
13 years |
tbretz |
Added some comments.
|
|
|
@11048
|
13 years |
tbretz |
Added 'quit' to execute; added IsStopped to check for the 'quit' in Execute
|
|
|
@11046
|
13 years |
tbretz |
Removed an obsolete comment.
|
|
|
@11042
|
13 years |
tbretz |
Added time to output in Execute
|
|
|
@11038
|
13 years |
tbretz |
Make sure the pointer passed to rl_readline_name is kept valid.
|
|
|
@10976
|
13 years |
tbretz |
Added a log-file for everything entered.
|
|
|
@10922
|
13 years |
tbretz |
Added a wait command.
|
|
|
@10868
|
13 years |
tbretz |
Addes some missing comments.
|
|
|
@10654
|
14 years |
tbretz |
Added script execution.
|
|
|
@10498
|
14 years |
tbretz |
Use stringstreams to replace Form not strings and +=
|
|
|
@10496
|
14 years |
tbretz |
Removed usage of Tools::Form.
|
|
|
@10485
|
14 years |
tbretz |
Fixed a valgrind warning about mixing delete and free()
|
|
|
@10429
|
14 years |
tbretz |
Moved the tools function into their own namespace to get rid of ...
|
|
|
@10343
|
14 years |
tbretz |
Replaces local Trim function by function from tools; set ...
|
|
|
@10331
|
14 years |
tbretz |
Added Stop member function to interrupt readline.
|
|
|
@10308
|
14 years |
tbretz |
Added the RedirectionWrapper member function; made the comparison for ...
|
|
|
@10275
|
14 years |
tbretz |
Implemented that all identical previous history entries are removed ...
|
|
|
@10183
|
14 years |
tbretz |
New import.
|