log libinterp/parse-tree/bp-table.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Thu, 21 Apr 2022 13:53:27 -0700 Rik maint: merge stable to default.
Thu, 21 Apr 2022 13:46:49 -0700 Rik test: Fix failing BIST test due to changes in cset c09fdabaa5b6. stable
Mon, 11 Apr 2022 18:42:33 +0200 Markus Mützel maint: Merge stable to default.
Mon, 11 Apr 2022 18:34:05 +0200 Markus Mützel Fix test broken in 5044c6918fdf. stable
Tue, 05 Apr 2022 13:54:18 -0700 Rik maint: merge stable to default.
Tue, 05 Apr 2022 13:53:48 -0700 Rik Fix incorrect return value for dbstatus() and interrupts (bug #62248) stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Mon, 17 May 2021 15:26:37 -0400 John W. Eaton ensure idx_vector(int) constructor is defined (bug #60531)
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Mon, 22 Mar 2021 00:34:38 -0400 John W. Eaton begin allowing breakpoints to be set using file name
Wed, 03 Mar 2021 23:57:31 -0500 John W. Eaton revamp handling of breakpoint line positions
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 17 Feb 2020 15:47:35 -0500 John W. Eaton remove functions deprecated in version 5
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sat, 04 Jan 2020 17:16:59 -0800 Mike Miller fix failing test after cset 4d6d21839dfd (bug #57540)
Thu, 10 Oct 2019 13:33:33 -0400 John W. Eaton use shared_ptr for storing classdef and statement_list objects in parser
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Fri, 14 Jun 2019 11:14:01 -0500 John W. Eaton maint: Merge stable to default.
Fri, 14 Jun 2019 10:32:06 -0500 John W. Eaton * bp-table.cc: Fix test. stable
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Fri, 29 Mar 2019 17:06:55 +0000 John W. Eaton eliminate some unnecessary include statements
Tue, 26 Mar 2019 02:42:38 +0000 John W. Eaton make breakpoints in classdef methods work (bug #45404, bug #46451)
Wed, 20 Mar 2019 18:57:23 +0000 John W. Eaton dbstop: accept "at CLASS in METHOD" syntax (partial fix for bug #45404)
Mon, 21 Jan 2019 18:19:59 -0800 Rik bp-table.cc: Don't declare and initialize multiple vars on one line.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 15:02:04 -0500 John W. Eaton don't include symtab.h unnecessarily
Wed, 21 Nov 2018 10:16:04 -0800 Rik Supply missing arguments to variable length *printf functions (bug #55046).
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Tue, 22 May 2018 11:39:44 -0400 John W. Eaton eliminate some global variables from tree_evaluator
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Thu, 03 May 2018 16:04:53 -0400 John W. Eaton eliminate some global references to interpreter internals
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 12 Feb 2018 00:58:31 -0500 John W. Eaton don't use singleton pattern for bp_table
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 19 Nov 2017 21:37:49 -0500 John W. Eaton * bp-table.cc: Style fixes.
Sun, 19 Nov 2017 09:51:19 -0500 John W. Eaton delete filemarker function and corresponding internal variable
Sat, 26 Aug 2017 13:51:53 +0200 Markus Mützel Fix setting break points in legacy classes on Windows.
Wed, 09 Aug 2017 18:02:27 -0700 Rik Restore processing multiple '--eval' lines when launching Octave (bug #51708).
Wed, 02 Aug 2017 12:04:45 -0700 Rik Miscellaneous cleanups of C++11 std::string code.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Wed, 05 Jul 2017 09:44:01 -0400 John W. Eaton new class for caching file contents for debug and echo