log libinterp/corefcn/call-stack.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
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
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
Thu, 04 Feb 2021 10:11:00 -0500 John W. Eaton maint: merge stable to default.
Wed, 03 Feb 2021 21:48:27 -0500 John W. Eaton fix lookup of "caller" stack frame (bug #59847) stable
Fri, 13 Nov 2020 20:43:19 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 20:38:28 -0500 John W. Eaton don't clear stack frame values indirectly through call stack (bug #59432) stable
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 08:36:29 -0700 Rik call-stack.cc: small adjustment to lamda expression (bug #59192)
Wed, 30 Sep 2020 04:55:19 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Sun, 27 Sep 2020 12:24:24 -0400 John W. Eaton avoid out-of-bounds element access in call stack (bug #59189) stable
Fri, 25 Sep 2020 09:43:53 -0400 John W. Eaton track direct caller in stack frames stable
Tue, 22 Sep 2020 22:15:09 -0400 John W. Eaton search for current function at current frame, not top of stack stable
Mon, 30 Mar 2020 15:14:10 -0400 John W. Eaton store local init vars for anonymous functions in handle, not function object stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Sat, 25 Apr 2020 13:17:11 -0400 John W. Eaton use shared_ptr for stack frames in call stack and for accesss and static links stable
Fri, 24 Apr 2020 14:21:07 -0400 John W. Eaton hide specific stack frame and stack frame walker classes stable
Mon, 18 May 2020 16:10:52 -0400 John W. Eaton eliminate some unused call_stack and stack_frame functions stable
Mon, 18 May 2020 14:52:14 -0400 John W. Eaton fix apparent copy/paste error in call stack function stable
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
Tue, 17 Dec 2019 12:26:09 -0500 John W. Eaton reafactor mlock, munlock, and mislocked functions
Mon, 16 Dec 2019 14:34:34 -0500 John W. Eaton allow mlock to lock current dynamically loaded function (bug #57245)
Thu, 31 Oct 2019 00:51:45 -0400 John W. Eaton restore some symbol table functions for backward compatibility
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Fri, 04 Oct 2019 00:30:34 -0400 John W. Eaton eliminate unused backtrace field name "scope"
Tue, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Mon, 29 Apr 2019 12:56:41 -0500 John W. Eaton who: don't print summary line if variable list is empty (bug #56228)
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Fri, 29 Mar 2019 20:47:01 +0000 John W. Eaton move do_who inside call_stack, make accessible from evaluator
Mon, 25 Mar 2019 16:13:01 +0000 John W. Eaton allow dispatch class to be stored in stack frame (bug #45351)
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
Mon, 25 Feb 2019 20:20:22 +0000 John W. Eaton new functions for checking whether constructor or method is executing
Fri, 08 Feb 2019 16:00:59 -0800 Rik Use save_default_options() to make BIST test suite robust against user configurations.
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Sat, 26 Jan 2019 15:34:26 +0000 John W. Eaton eliminate "automatic" type from symbol info class
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 02:42:26 -0500 John W. Eaton use symbol_info_list to gather data for saving workspace on crash
Fri, 16 Nov 2018 00:18:57 -0500 John W. Eaton use symbol_info_list to gather data for save function
Thu, 15 Nov 2018 22:51:11 -0500 John W. Eaton move Fwho, Fwhos, and supporting functions to call-stack.cc
Mon, 21 May 2018 19:32:57 -0400 John W. Eaton store unwind protect frame for function evaluation in call_stack object