source: trunk/FACT++/src/Readline.cc

Revision Log Mode:


Legend:

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