log libinterp/corefcn/debug.cc @ 21751:b571fc85953f

age author description
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.
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Tue, 24 Feb 2015 21:06:54 -0800 Rik Rename db_next_breakpoint_quiet to internal function.
Tue, 17 Feb 2015 17:34:48 -0800 Rik Remove unnecessary checking of error_state after is_string validation.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 16 Dec 2014 15:36:27 -0800 Rik doc: Periodic grammarcheck of documentation.
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Thu, 04 Dec 2014 16:22:26 -0500 John W. Eaton maint: Periodic merge of gui-release to default.