log libinterp/corefcn/load-path.cc @ 33446:5fded8395daa

age author description
Wed, 17 Apr 2024 13:58:27 -0400 John W. Eaton rename yTYPE_value functions strict_TYPE_value
Tue, 09 Apr 2024 10:02:08 -0400 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Mon, 08 Apr 2024 21:43:05 -0400 Arun Giridhar Replace `xint_value` and related functions with stricter versions (bug #65538)
Thu, 22 Feb 2024 15:40:19 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Thu, 22 Feb 2024 15:20:16 -0500 John W. Eaton maint: merge stable to default
Thu, 22 Feb 2024 15:19:35 -0500 John W. Eaton * load-path.cc: Improve doxygen comment formatting. stable
Fri, 16 Feb 2024 14:56:20 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
Fri, 22 Dec 2023 12:17:24 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 23:14:33 -0800 Rik maint: Merge default to bytecode-interpreter. bytecode-interpreter
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Wed, 06 Dec 2023 15:02:58 -0500 John W. Eaton remove experimental bytecode interpreter from stable branch for release stable
Wed, 06 Dec 2023 16:06:44 -0500 John W. Eaton skip a few more code blocks missed in changeset 435cfe35e3c6 stable
Mon, 10 Jul 2023 20:24:07 +0200 Markus Mützel load_path: Additional cleanup when removing non-existent directories in cset 65781d62fee7.
Mon, 10 Jul 2023 20:24:07 +0200 Markus Mützel load_path: Remove paths that don't exist from list of directories (bug #64401).
Sat, 17 Jun 2023 10:19:33 -0400 Petter T. function cache to improve performance of function resolution
Sat, 13 May 2023 13:33:57 +0200 Markus Mützel load-path: Avoid using file_stat on Windows (bug #59711).
Sat, 06 May 2023 17:48:27 +0200 Markus Mützel Move "same_file" from liboctinterp to liboctave (bug #63803).
Sat, 06 May 2023 13:08:38 +0200 Markus Mützel Avoid using file_stat in libinterp/corefcn (bug #59711).
Tue, 28 Feb 2023 09:42:20 -0500 Petter Tomner avoid unneccessary string initialization (patch #10218)
Thu, 16 Feb 2023 15:13:35 -0800 Rik maint: Use "m_" prefix on all private member variables in classes.
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Sat, 14 Jan 2023 13:06:18 -0500 John W. Eaton move rehash_internal to private rehash function in load_path class
Sat, 14 Jan 2023 13:03:22 -0500 John W. Eaton make find_private_file a private load_path member function
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 29 Nov 2022 15:58:49 -0800 Rik doc: grammarcheck documentation ahead of 8.1 release. stable
Wed, 13 Jul 2022 13:20:48 +0200 Markus Mützel dir_encoding: Use encoding from .oct-config file in current directory (bug #62761).
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Thu, 24 Mar 2022 01:27:40 -0400 John W. Eaton maint: Merge stable to default.
Thu, 24 Mar 2022 01:27:02 -0400 John W. Eaton don't use mutable keyword for load_path data members stable
Sat, 12 Mar 2022 16:14:51 +0100 Markus Mützel maint: Merge stable to default.
Sat, 26 Feb 2022 13:46:48 +0100 Markus Mützel Remove `time_t` from API (bug #61821). stable
Fri, 28 Jan 2022 17:54:06 +0900 Kai T. Ohlhus maint: Merge stable to default.
Fri, 28 Jan 2022 17:12:59 +0900 Adam Dodd reinitialize load path folder if relevant subdirectory is modified (bugs #46282, #54636) stable
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)
Fri, 24 Sep 2021 17:58:38 +0200 Markus Mützel maint: merge stable to default.
Fri, 24 Sep 2021 17:58:04 +0200 Markus Mützel rmpath: Prevent removing the current directory from the load path (bug #61216). stable
Thu, 09 Sep 2021 20:07:29 -0700 Rik maint: use "s_" prefix for static variables in class load_path.
Thu, 09 Sep 2021 13:04:56 -0700 Rik maint: use "m_" prefix for member variables in class load_path.
Thu, 09 Sep 2021 08:18:52 -0700 Rik maint: use "m_" prefix for member variables in class package_info.
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
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility 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, 05 May 2021 12:15:56 +1000 Robert Jenssen load-path: Add ids to warnings for load path update failures (bug #48865).
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
Sun, 17 Jan 2021 13:09:04 +0100 Markus Mützel maint: merge stable to default.
Sat, 16 Jan 2021 13:32:57 +0100 Markus Mützel load-path.cc: Reduce number of times "canonicalize_file_name" is called (bug #59711). stable