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.
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Sat, 29 Jul 2017 20:57:07 +0200 Markus Mützel Fix "no match for 'operator=='" when comparing C++ string to char literal.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
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.
Thu, 07 Jul 2016 14:14:19 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 04 Jul 2016 07:39:02 -0700 Rik Optimize do_make_absolute for most common calling usage.
Sat, 02 Jul 2016 15:01:25 -0700 Rik Strip extra file separators with make_absolute_filename (bug #48351).
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Mon, 13 Jun 2016 20:06:51 -0400 John W. Eaton hide gnulib progname.h header
Thu, 19 May 2016 01:50:04 -0400 John W. Eaton use namespace for lo-sysdep.h functions
Thu, 19 May 2016 01:00:37 -0400 John W. Eaton write namespace keyword and name on same line in C++ files
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Wed, 18 May 2016 13:11:15 -0400 John W. Eaton use namespace for system password wrapper class
Wed, 18 May 2016 12:14:34 -0400 John W. Eaton rename octave::syscalls namespace to octave::sys
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 12 Apr 2016 10:36:36 -0400 John W. Eaton finish previous change to octave_env::set_program_name
Tue, 12 Apr 2016 00:17:49 -0400 John W. Eaton avoid passing temp string to ::set_program_name (bug #47372)
Mon, 11 Apr 2016 14:39:02 -0400 John W. Eaton use namespace instead of struct with static members for system call wrappers
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.