log src/pt-eval.cc @ 11586:12df7854fa7c

age author description
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Wed, 01 Dec 2010 15:26:01 -0500 John W. Eaton echo commands in scripts
Thu, 30 Sep 2010 06:00:00 -0400 John W. Eaton toplev.cc, sighandlers.cc, utils.cc, octave.cc, pt-eval.cc pt-idx.cc: Octave_map to octave_map and octave_scalar_map conversion
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Fri, 30 Jul 2010 18:59:31 -0400 John W. Eaton still more debugger fixes
Fri, 30 Jul 2010 10:48:24 -0400 John W. Eaton pt-eval.cc: process breakpoints for if and switch commands
Tue, 27 Apr 2010 12:07:04 -0400 John W. Eaton limit on recursion via calls to source function
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Fri, 29 Jan 2010 05:35:13 -0500 Ryan Rusaw new tree_evaluator::do_keyoard function
Wed, 27 Jan 2010 18:24:39 +0100 Jaroslav Hajek ensure correct backtraces after error in unwind_protect
Sat, 23 Jan 2010 11:19:46 -0500 John W. Eaton more debug mode fixes
Fri, 22 Jan 2010 14:37:33 -0500 John W. Eaton improve implementation of break, continue, and return commands
Fri, 22 Jan 2010 07:30:44 -0500 John W. Eaton make dbstep work with keyboard function
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
Wed, 05 Aug 2009 22:11:05 -0400 John W. Eaton use key list order for iterating through map with for loop
Tue, 04 Aug 2009 15:32:14 -0400 John W. Eaton make dbwhere work when called at keyboard prompt
Sat, 04 Jul 2009 12:25:07 +0200 Jaroslav Hajek add missing unwind_protect::run in pt-eval.cc
Thu, 25 Jun 2009 13:57:38 +0200 Jaroslav Hajek yet more unwind_protect improvements
Tue, 23 Jun 2009 15:48:40 +0200 Jaroslav Hajek improve error handling
Tue, 23 Jun 2009 09:17:10 +0200 Jaroslav Hajek simplify tree_evaluator::visit_try_catch_command
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Tue, 23 Jun 2009 07:55:44 +0200 Jaroslav Hajek refactor unwind_protect
Sun, 29 Mar 2009 21:30:17 +0200 Jaroslav Hajek make unwind_protect handle also keyboard interrupts
Sun, 22 Mar 2009 21:44:26 +0100 Jaroslav Hajek fix simple looping over structs
Wed, 25 Feb 2009 03:02:28 -0500 John W. Eaton write debugging location info directly to std::cerr
Mon, 23 Feb 2009 16:29:20 -0500 John W. Eaton eigs.cc (Feigs): fix handling of sigma arg
Thu, 05 Feb 2009 13:58:11 +0100 Jaroslav Hajek optimize scalar indexing
Thu, 05 Feb 2009 02:42:58 -0500 John W. Eaton eliminte some compiler warnings
Wed, 04 Feb 2009 13:28:06 -0500 John W. Eaton line number fixes and other evaluator tweaks
Wed, 04 Feb 2009 13:53:57 +0100 Jaroslav Hajek improve looping over arrays
Wed, 04 Feb 2009 00:47:53 -0500 John W. Eaton New evaluator and debugger derived from tree-walker class