log liboctave/system/file-stat.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
Sat, 26 Feb 2022 13:46:48 +0100 Markus Mützel Remove `time_t` from API (bug #61821). 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 12:13:27 -0700 Rik maint: use "m_" prefix for member variables in file 'file-stat.h'.
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
Tue, 22 Dec 2020 10:50:12 -0800 Rik maint: merge stable to default.
Tue, 22 Dec 2020 10:48:56 -0800 Rik Use static keyword on regexp pattern in file_stat (bug #59706) stable
Tue, 22 Dec 2020 09:31:51 +0100 Markus Mützel maint: merge stable to default.
Mon, 21 Dec 2020 19:24:58 +0100 Markus Mützel stat: Improve regular expression for UNC roots on Windows (bug #59706). stable
Mon, 21 Dec 2020 16:48:11 +0100 Markus Mützel stat: Make regular expression for Windows a static const (bug #59706).
Mon, 21 Dec 2020 11:53:10 +0100 Markus Mützel maint: merge stable to default.
Mon, 21 Dec 2020 11:29:35 +0100 Markus Mützel stat: Use "make_absolute" instead of "canonicalize_file_name" on Windows (bug #59706). stable
Thu, 08 Oct 2020 16:07:39 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 16:06:58 +0200 Markus Mützel Fix regression with stat for non-ASCII filenames on Windows. stable
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Sun, 09 Feb 2020 22:25:36 +0100 Markus Mützel Support stat on UNC root paths (bug #57776).
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, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
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.
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 24 Feb 2017 11:43:56 -0800 Rik maint: merge stable to default.
Fri, 24 Feb 2017 11:40:05 -0800 Rik Remove inline keyword on file_stat destructor which breaks MacOS compilation (bug #50234). stable
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
Sun, 19 Feb 2017 21:10:03 -0800 Rik maint: merge of stable to default.
Sun, 19 Feb 2017 19:42:44 -0800 Rik Workaround segfault in file_stat (bug #50234). 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.
Sat, 18 Jun 2016 10:55:49 -0400 John W. Eaton fix build for Windows systems
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 16 Jun 2016 19:43:20 -0400 John W. Eaton hide sys/stat.h header
Tue, 14 Jun 2016 15:18:59 -0400 John W. Eaton hide gnulib filemode header
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/file-stat.cc@250a30bb91e7