log liboctave/system/file-ops.cc @ 31216:f111d1caa73d stable

age author description
Tue, 30 Aug 2022 18:26:30 +0200 Markus Mützel canonicalize_file_name: Trim trailing file separators from root of mapped network drive (bug #62847). stable
Tue, 23 Aug 2022 19:44:16 +0200 Markus Mützel canonicalize_file_name: Check root of potential mapped network drive (bug #62847). stable
Fri, 12 Aug 2022 15:56:50 +0200 Markus Mützel canonicalize_file_name: Generalize check for mapped network drive (bug #62847). stable
Thu, 04 Aug 2022 18:32:51 +0200 Markus Mützel canonicalize_file_name: Handle symlinks to UNC network shares (bug #62847). stable
Mon, 20 Jun 2022 19:31:21 +0200 Markus Mützel canonicalize_file_path: Do not translate mapped network drive to UNC path (bug #62576). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Mon, 30 Aug 2021 09:02:23 -0700 Rik maint: rename liboctave oct-passwd.* to oct-password.* to match class name.
Fri, 13 Aug 2021 14:08:16 -0400 John W. Eaton eliminate some unnecessary octave:: namespace tags
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)
Wed, 14 Apr 2021 15:53:39 +0200 Markus Mützel canonicalize_file_name: Be more wary when removing path prefix on Windows.
Sat, 10 Apr 2021 20:58:08 +0200 Markus Mützel canonicalize_file_name: Use newer Windows API functions (bug #60306).
Wed, 07 Apr 2021 20:18:21 +0200 Markus Mützel canonicalize_file_name: Add yet another work-around for non-ASCII paths on Windows (bug #60306).
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 14 Jun 2020 11:17:33 +0200 Markus Mützel Improve canonicalize_file_name with non-ASCII characters on Windows. stable
Sat, 11 Apr 2020 20:46:24 +0200 Markus Mützel Canonicalize case of long parts of path on Windows file systems (bug #58148). stable
Tue, 07 Apr 2020 08:42:31 +0200 Markus Mützel canonicalize_file_name: Fix for non-existent file on Windows (bug #58118). stable
Fri, 27 Mar 2020 08:52:33 +0100 Markus Mützel Avoid potential lifetime issues with temporary std::wstring objects. stable
Sun, 09 Feb 2020 21:38:36 +0100 Markus Mützel Actually canonicalize UNC paths (bug #57439).
Sat, 08 Feb 2020 09:38:16 +0100 Markus Mützel Support canonicalize_file_name on UNC paths (bug #57439).
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, 21 Sep 2019 18:09:29 +0200 Markus Mützel Canonicalize case of file path on Windows file systems (bug #56267).
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