log libinterp/corefcn/debug.cc @ 22091:0f6fc2ec3b1a

age author description
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Wed, 06 Jul 2016 18:31:40 -0400 John W. Eaton move signal functions into octave namespace
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Mon, 13 Jun 2016 09:18:03 -0700 Rik maint: Prefer is_empty() rather than "length () == 0".
Sun, 12 Jun 2016 13:31:56 -0700 Rik maint: More code cleanup for debug.cc and C++11.
Sat, 11 Jun 2016 20:59:36 -0700 Rik debug.[cc|h]: Use C++ for-range syntax.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Wed, 18 May 2016 13:05:09 +1000 Lachlan Andrew Allow dbstop in functions nested in subfunctions (bug #47918).
Tue, 17 May 2016 22:45:07 +1000 Lachlan Andrew Restore ability to breakpoint scripts (not functions) (bug #47917).
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Sat, 14 May 2016 10:17:11 +1000 Lachlan Andrew Allow breakpoints in nested functions, and in mixed subfunctions (bug #47917).
Mon, 02 May 2016 11:13:50 -0700 Rik maint: Octave coding convention cleanups.
Tue, 26 Apr 2016 11:16:04 -0700 Rik Fix dbstop BIST tests on Windows platforms.
Sun, 10 Apr 2016 10:22:18 +1000 Lachlan Andrew Allow dbstop @class/method with forward slash on Windows (bug #47575).
Thu, 14 Apr 2016 10:27:07 +1000 Lachlan Andrew Fix regression preventing "dbstop <line>" in debug mode (bug #47621)
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Fri, 26 Feb 2016 16:01:22 +0100 Kai T. Ohlhus Resolve compile time issues, when octave_idx_type is long.
Tue, 23 Feb 2016 21:58:35 -0500 John W. Eaton * toplev.h: Fix thinko in previous change.
Tue, 23 Feb 2016 15:05:45 -0500 John W. Eaton use correct stack frame when reporting debug location
Sun, 21 Feb 2016 09:08:33 -0800 Mike Miller * debug.cc (Fdbstop): Fix error in docstring from cset 4ee768b71a0e (bug #47213)
Thu, 11 Feb 2016 19:59:32 +1100 Lachlan Andrew Fix left mouse button in editor margin bug from cset 65827e9cccb8
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 12 Feb 2016 21:58:21 +1100 Rik maint: Clean up debug.cc file.
Fri, 12 Feb 2016 21:58:21 +1100 Lachlan Andrew Make dbstatus return correct filename and function name (bug #41540).
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Sun, 24 Jan 2016 11:02:30 +1100 Lachlan Andrew dbstop: conditional breakpoint, dbstop if caught error etc. (bug #46795)
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Sun, 17 Jan 2016 07:37:49 -0800 Lachlan Andrew Fix segfault with dbstatus (bug #44195)
Fri, 15 Jan 2016 10:52:48 -0800 Rik Undo incorrect if/else inversion in cset 3aa293be0e8d.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Thu, 24 Dec 2015 13:55:51 -0500 John W. Eaton maint: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Thu, 17 Dec 2015 16:19:51 +0100 Kai T. Ohlhus Extracted header class octave-preserve-stream-state from utils.{cc/h}.
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Sun, 13 Dec 2015 07:59:40 -0800 José Luis García Pallero 2015 Code Sprint: use ovl () in C++ files.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Mon, 07 Dec 2015 09:32:33 -0800 Rik Use variable name nargin consistently in C++ code.
Fri, 04 Dec 2015 13:16:59 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Tue, 03 Nov 2015 17:58:15 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Sun, 01 Nov 2015 20:14:47 -0800 Lachlan Andrew Fix segfault with 'dbclear all' (bug #41843). stable
Thu, 29 Oct 2015 17:16:38 -0400 John W. Eaton eliminate more uses of error_state
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 20:37:19 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.