log src/input.cc @ 12109:10dcb8b64e4a release-3-2-x

age author description
Wed, 25 Nov 2009 13:31:55 -0500 John W. Eaton keyboard: fix stack manipulation release-3-2-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 21:16:13 -0800 Rik Spellcheck documentation before 3.4 release.
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Sat, 15 Jan 2011 10:04:30 -0800 Rik Eliminate @deffn macros.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sat, 25 Dec 2010 07:43:04 -0800 Rik Correct use of xref macro to prevent Texinfo warning.
Wed, 22 Dec 2010 03:53:39 -0500 Jordi GutiƩrrez Hermoso Documentation fixes
Wed, 15 Dec 2010 00:44:10 -0500 John W. Eaton don't process input_event_hook when we are parsing a function
Wed, 17 Nov 2010 02:40:43 -0500 John W. Eaton eliminate some possible memory leaks
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Thu, 25 Mar 2010 17:30:07 -0400 John W. Eaton undo recent gnulib-related changes
Wed, 24 Mar 2010 17:27:58 +0100 David Grundberg Use gnulib headers instead of C++ std headers where needed.
Mon, 15 Mar 2010 15:57:23 -0400 John W. Eaton use gnulib namespace
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Fri, 22 Jan 2010 07:30:44 -0500 John W. Eaton make dbstep work with keyboard function
Thu, 21 Jan 2010 15:41:19 -0500 John W. Eaton assume unistd.h and sys/types.h exist
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Fri, 18 Dec 2009 03:05:06 -0500 John W. Eaton get_debug_input: force interactive input mode; don't get user input unless stdin is a tty
Tue, 04 Aug 2009 16:31:15 -0400 John W. Eaton selectively complete filenames in some cases
Tue, 04 Aug 2009 15:32:14 -0400 John W. Eaton make dbwhere work when called at keyboard prompt
Tue, 04 Aug 2009 12:59:16 -0400 John W. Eaton correctly skip frame assigned to keyboard function
Tue, 04 Aug 2009 11:54:15 +0200 Jaroslav Hajek fix stack manip in keyboard
Thu, 30 Jul 2009 16:26:39 -0400 Ryan Rusaw handle classdef syntax in lexer and parser
Thu, 25 Jun 2009 13:57:38 +0200 Jaroslav Hajek yet more unwind_protect improvements
Thu, 25 Jun 2009 11:41:46 +0200 Jaroslav Hajek avoid passing local variable pointers to unwind_protect
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Wed, 03 Jun 2009 13:21:37 -0700 Rik Correct documentation for keyboard function
Tue, 26 May 2009 11:20:40 -0400 John W. Eaton properly unmark forced variables
Tue, 19 May 2009 12:37:57 -0400 John W. Eaton allow multiple input event hook functions to be installed simultaneously
Fri, 17 Apr 2009 16:38:34 -0700 Rik Update section 2.4 of basics.txi
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sat, 21 Mar 2009 08:29:37 -0700 Rik Documentation cleanup of basics.texi
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 25 Feb 2009 03:02:28 -0500 John W. Eaton write debugging location info directly to std::cerr
Wed, 25 Feb 2009 00:39:09 -0500 John W. Eaton input.cc (get_debug_input): don't pass arbitrary input to message as a format string
Mon, 23 Feb 2009 12:25:45 -0500 John W. Eaton auto repeat for debugging commands
Mon, 16 Feb 2009 01:41:06 -0500 John W. Eaton liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Wed, 04 Feb 2009 00:47:53 -0500 John W. Eaton New evaluator and debugger derived from tree-walker class
Tue, 13 Jan 2009 12:16:21 +0100 Jaroslav Hajek remove qsort in favor of sort
Fri, 09 Jan 2009 06:11:54 -0500 John W. Eaton make input_line_number work again
Thu, 07 Aug 2008 15:31:17 -0400 John W. Eaton fix typo in NPOS change
Thu, 07 Aug 2008 15:15:33 -0400 John W. Eaton replace NPOS with std::string::npos
Wed, 09 Jul 2008 18:03:10 -0400 John W. Eaton toplev.cc (main_loop): undo previous change; input.cc (get_debug_input): don't delete global_command here
Wed, 09 Jul 2008 10:58:12 -0400 John W. Eaton save and restore global_command as needed
Sun, 25 May 2008 15:04:37 +0200 David Bateman Add Ffilemarker and fix for 'dbstep in'
Tue, 13 May 2008 21:12:12 +0200 David Bateman Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
Mon, 05 May 2008 03:21:52 -0400 John W. Eaton input.cc (Fre_read_readline_init_file): new function
Sun, 04 May 2008 03:42:19 -0400 John W. Eaton initial implementation of dbup and dbdown
Fri, 25 Apr 2008 12:16:42 -0400 John W. Eaton eliminate tree_statement_stack; handle current statement info in octave_call_stack
Wed, 23 Apr 2008 16:03:34 -0400 John W. Eaton more consistent handling of CR/CRLF/LF line endings in lexer and parser
Wed, 16 Apr 2008 22:08:15 -0400 John W. Eaton octave_user_code: new base class for octave_user_script and octave_user_function
Tue, 04 Mar 2008 17:01:05 -0500 ryanru Arbitrary call stack access for external debuggers changeset
Fri, 08 Feb 2008 03:13:39 -0500 John W. Eaton don't inhibit drawnow in debug mode
Tue, 22 Jan 2008 20:32:00 +0000 jwe [project @ 2008-01-22 20:31:59 by jwe]
Fri, 28 Dec 2007 20:56:58 +0000 jwe [project @ 2007-12-28 20:56:55 by jwe]
Tue, 11 Dec 2007 18:55:46 +0000 jwe [project @ 2007-12-11 18:55:46 by jwe]