log liboctave/system/lo-sysdep.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
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/
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
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Sun, 13 Jan 2019 14:31:16 +0100 Markus Mützel lo-sysdep.cc: Fix static analyzer detected issue (bug #55464). stable
Tue, 08 Jan 2019 21:01:36 -0800 Rik lo-sysdep.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 03 Dec 2018 19:32:31 +0100 Markus Mützel Fix potential segfault on Windows.
Thu, 04 Oct 2018 19:08:42 +0200 Markus Mützel Support non-ASCII characters in environment variables on Windows (bug #53922).
Thu, 19 Jul 2018 22:43:17 +0200 Markus Mützel Relative path specifications for non-ASCII files on Windows.
Fri, 13 Jul 2018 16:55:08 -0400 John W. Eaton style fixes and commentary for get_ASCII_filename function (bug #54299)
Fri, 13 Jul 2018 14:32:23 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Sat, 30 Jun 2018 20:11:05 +0200 Markus Mützel Add function for ASCII only file names (bug #49118).
Sat, 30 Jun 2018 18:51:38 +0200 Markus Mützel Fix C++ conversion functions between UTF-8 and wchar_t.
Fri, 29 Jun 2018 15:35:11 +0200 Markus Mützel Add wrapper to fopen for files with non-ASCII chars in path on Windows (bug #49118).
Fri, 29 Jun 2018 12:33:09 +0200 Markus Mützel Add Unicode support for getting directory listing in Windows (bug #49118).
Thu, 28 Jun 2018 14:39:46 +0200 Markus Mützel Add C++ functions to convert between UTF-8 string and wstring (bug #49118).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.