log liboctave/system/lo-sysdep.cc @ 30881:1921d9d0e62b

age author description
Sun, 03 Apr 2022 12:38:19 +0200 Markus Mützel Unify detection of temporary directory (bug #62215).
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
Mon, 27 Sep 2021 13:55:27 -0500 Gene Harvey get_ASCII_filename: Replace VLA with std::wstring.
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
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)
Fri, 02 Apr 2021 19:28:07 +0200 Markus Mützel Replace Unicode conversion functions from gnulib with STL functions.
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, 29 Nov 2020 14:20:08 +0100 Markus Mützel system: Support executing commands with non-ASCII characters on Windows (bug #59572).
Sun, 01 Nov 2020 11:31:57 +0100 Markus Mützel get_ASCII_filename: Short file names might contain non-ASCII characters (bug #59269).
Fri, 30 Oct 2020 11:21:49 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows. stable
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Mon, 05 Oct 2020 13:57:00 -0400 John W. Eaton capture variable in lambda expression instead of in unwind_action object
Fri, 02 Oct 2020 23:20:11 +0200 Markus Mützel Fix compilation error with lambda expression.
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 04:16:37 -0700 Rik Replace unwind_protect with more efficient constructs in liboctave (bug #59192).
Sat, 04 Jul 2020 12:14:21 +0200 Markus Mützel get_ASCII_filename: On Windows, optionally try to convert to the locale charset.
Sun, 14 Jun 2020 12:17:10 +0200 Markus Mützel maint: merge stable to default.
Sat, 13 Jun 2020 18:27:25 +0200 Markus Mützel Use wide character API to get current directory on Windows. stable
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
Wed, 15 Apr 2020 15:55:32 -0400 John W. Eaton use nullptr instead of NULL or 0 in a few more places stable
Tue, 14 Apr 2020 22:53:19 -0400 John W. Eaton attempt to work around Windows ftello/fseeko bug (bug #58055) stable
Fri, 27 Mar 2020 08:52:33 +0100 Markus Mützel Avoid potential lifetime issues with temporary std::wstring objects. stable
Sat, 11 Jan 2020 12:53:20 -0800 Rik maint: Use Octave coding conventions in liboctave/