log liboctave/system/oct-env.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).
Thu, 24 Mar 2022 11:51:52 -0400 John W. Eaton don't use mutable keyword for sys::env data members 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.
Wed, 25 Aug 2021 20:16:05 -0700 Rik maint: use "m_" prefix for member variables in oct-env.h.
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
Tue, 12 May 2020 16:57:31 +0200 Markus Mützel Move history file location to inside XDG_CONFIG_HOME or APPDATA (bug #57463).
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
Sun, 15 Dec 2019 12:35:12 +0100 Markus Mützel Use APPDATA for startup file location on Windows (bug #40444).
Wed, 06 Mar 2019 14:54:38 -0800 Mike Miller Read startup files from XDG_CONFIG_HOME or LOCALAPPDATA (bug #36477).
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Mon, 04 Mar 2019 19:24:00 +0100 Markus Mützel Backed out changeset: 79efd0653155
Sun, 03 Mar 2019 19:48:55 +0100 Markus Mützel make_absolute_filename: Support file URI scheme (bug #36677).
Sun, 03 Mar 2019 17:15:37 +0100 Markus Mützel make_absolute_filename: Don't strip drive letter from path (bug #36677).
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Thu, 04 Oct 2018 19:08:42 +0200 Markus Mützel Support non-ASCII characters in environment variables on Windows (bug #53922).
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, 04 Aug 2017 09:37:04 -0700 Rik Eliminate unnecessary std::string ("...") constructor calls when "..." suffices.