Mon, 08 Apr 2013 12:01:24 -0400 |
John W. Eaton |
use signal/slot for updating workspace instead of using event listener
|
Fri, 05 Apr 2013 03:04:56 -0400 |
John W. Eaton |
use signals instead of event queue for entering/leaving debug mode
|
Thu, 04 Apr 2013 13:30:17 -0400 |
John W. Eaton |
fix incorrect call to octave_link::pre_input_event
|
Thu, 04 Apr 2013 13:20:43 -0400 |
John W. Eaton |
use signal for setting, appending to, and clearing history widget
|
Wed, 03 Apr 2013 21:15:30 -0400 |
John W. Eaton |
avoid creating unnecessary octave_value objects for octave_link calls
|
Wed, 03 Apr 2013 18:30:23 -0400 |
John W. Eaton |
use octave_link instead of hook functions in input.cc
|
Fri, 29 Mar 2013 22:37:01 -0400 |
John W. Eaton |
also provide a hook for exiting debugger
|
Thu, 28 Mar 2013 03:20:25 -0400 |
John W. Eaton |
callbacks to set markers in editor using command line dbstop function
|
Wed, 27 Mar 2013 23:42:21 -0400 |
John W. Eaton |
improve naming of debug pointer update callbacks and signals
|
Wed, 27 Mar 2013 20:29:06 -0400 |
John W. Eaton |
allow gui to force readline to return from its idle/read loop
|
Wed, 27 Mar 2013 18:37:42 -0400 |
John W. Eaton |
move hook_function classes to separate file
|
Wed, 27 Mar 2013 16:12:35 -0400 |
John W. Eaton |
use class for lists of input hook functions
|
Tue, 26 Mar 2013 13:52:03 -0400 |
John W. Eaton |
provide hook function for dbstop events
|
Tue, 26 Mar 2013 13:26:34 -0400 |
John W. Eaton |
allow initial args to be passed to input hook functions
|
Tue, 26 Mar 2013 13:18:05 -0400 |
John W. Eaton |
return hook function ids
|
Thu, 21 Mar 2013 02:14:19 -0400 |
John W. Eaton |
provide pre- and post-input hook functions
|
Thu, 21 Mar 2013 02:04:12 -0400 |
John W. Eaton |
allow add_input_event_hook to accept function handles
|
Tue, 19 Mar 2013 17:28:53 -0400 |
John W. Eaton |
"\n" is the new empty string (bug #38552)
|
Tue, 12 Mar 2013 00:24:54 -0400 |
John W. Eaton |
rename curr_lexer, curr_parser, CURR_LEXER
|
Mon, 11 Mar 2013 15:01:32 -0400 |
John W. Eaton |
eliminate obsolete concepts of "pending local" and "forced" variables
|
Wed, 06 Mar 2013 22:56:56 -0500 |
John W. Eaton |
make global line_editing variable static in octave.cc
|
Wed, 06 Mar 2013 20:20:35 -0500 |
John W. Eaton |
move global promptflag variable to octave_reader class
|
Wed, 06 Mar 2013 19:45:53 -0500 |
John W. Eaton |
eliminate stdin_is_tty global variable
|
Wed, 06 Mar 2013 19:39:48 -0500 |
John W. Eaton |
move current_input_line to lexical_feedback class
|
Wed, 06 Mar 2013 14:36:19 -0500 |
John W. Eaton |
move more global parser and lexer variables to classes
|
Tue, 05 Mar 2013 17:50:37 -0500 |
John W. Eaton |
move more global variables to octave_lexical_feedback class
|
Tue, 05 Mar 2013 17:43:00 -0500 |
John W. Eaton |
clean up input.cc and eliminate ff_instream global variable
|
Tue, 05 Mar 2013 10:19:51 -0500 |
John W. Eaton |
use class for reading lexer input
|
Mon, 04 Mar 2013 09:13:32 -0500 |
John W. Eaton |
don't use new to create parser object
|
Sat, 02 Mar 2013 19:31:26 -0500 |
John W. Eaton |
eliminate global global_command variable
|
Fri, 01 Mar 2013 07:05:32 -0500 |
John W. Eaton |
* input.cc (get_user_input): Only return eof if retval is empty.
|
Thu, 28 Feb 2013 12:07:23 -0800 |
Rik |
build: Fix unused variable warning in compiling input.cc.
|
Wed, 27 Feb 2013 21:23:27 -0500 |
John W. Eaton |
* input.cc (input_event_hook): Return 0.
|
Wed, 27 Feb 2013 20:32:42 -0500 |
John W. Eaton |
parser tweaks
|
Wed, 27 Feb 2013 18:49:16 -0500 |
John W. Eaton |
use pure parser and reentrant lexer interfaces
|
Wed, 27 Feb 2013 13:09:33 -0500 |
John W. Eaton |
move a function and data member from lexical_feedback to octave_parser
|
Wed, 27 Feb 2013 13:07:38 -0500 |
John W. Eaton |
execute parser using member function of octave_parser class
|
Tue, 26 Feb 2013 20:10:00 -0500 |
John W. Eaton |
new class for parser state
|
Tue, 26 Feb 2013 15:23:27 -0500 |
John W. Eaton |
avoid using unwind_protect::run
|
Tue, 26 Feb 2013 12:43:15 -0500 |
John W. Eaton |
move reset_parser lexer helper function to lexical_feedback class
|
Tue, 26 Feb 2013 10:58:33 -0500 |
John W. Eaton |
cleanup lexical_feedback objects
|
Tue, 26 Feb 2013 01:10:08 -0500 |
John W. Eaton |
use pointer for global lexical_feedback structure
|
Tue, 26 Feb 2013 00:45:43 -0500 |
John W. Eaton |
new entry point for parser
|
Mon, 25 Feb 2013 01:04:15 -0500 |
John W. Eaton |
move octave_read to lex.ll
|
Mon, 25 Feb 2013 00:45:35 -0500 |
John W. Eaton |
improve end of file handling for lexer input
|
Tue, 12 Feb 2013 08:13:46 -0800 |
Rik |
doc: Add seealso links between input, yes_or_no, kbhit.
|
Mon, 01 Oct 2012 18:32:31 -0400 |
John W. Eaton |
eliminate some deprecated function warnings
|
Mon, 01 Oct 2012 18:30:44 -0400 |
John W. Eaton |
maint: periodic merge of stable to default
base
src/input.cc@74824df183fa
|
Sat, 18 Aug 2012 16:23:39 -0400 |
John W. Eaton |
split libinterp from src
base
src/interpfcn/input.cc@3e1a1a8fbd45
|