log liboctave/system/lo-sysdep.cc @ 28223:45763d59cb4f stable

age author description
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.
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Sat, 18 Jun 2016 10:55:49 -0400 John W. Eaton fix build for Windows systems
Wed, 15 Jun 2016 16:41:02 -0400 John W. Eaton remove unnecessary file pathlen.h
Wed, 15 Jun 2016 13:51:00 -0400 John W. Eaton hide fcntl.h header
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Mon, 06 Jun 2016 08:52:42 -0700 Rik Avoid duplicate naming of popen2 in octave::sys namespace (bug #47968).
Sun, 22 May 2016 11:40:00 -0700 Mike Miller maint: Periodic merge of stable to default.
Fri, 20 May 2016 11:53:15 -0700 Mike Miller Fix popen2 error on Windows when child writes to stderr (bug #43036) stable
Fri, 20 May 2016 11:53:15 -0700 Mike Miller Fix popen2 error on Windows when child writes to stderr (bug #43036)
Thu, 19 May 2016 01:50:04 -0400 John W. Eaton use namespace for lo-sysdep.h functions
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Sun, 24 Apr 2016 23:15:57 +1000 Lachlan Andrew Replace deprecated call to length () of a string_vector (bug #47773).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 18:22:32 -0800 Rik maint: Clean up various usages of #ifdef.
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
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.
Wed, 17 Apr 2013 17:57:58 -0400 John W. Eaton backout changeest 0696dcc92fc8; we'll do this in readline
Thu, 11 Apr 2013 11:57:23 -0400 John W. Eaton backout changeset 98155e2b6d42
Tue, 09 Apr 2013 03:17:48 -0400 John W. Eaton get terminal size on window systems
Tue, 09 Apr 2013 03:08:18 -0400 John W. Eaton allow windows console to be cleared
Fri, 15 Mar 2013 04:14:09 -0400 John W. Eaton use intptr_t instead of long
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/lo-sysdep.cc@2d5cd7c28b3f