log liboctave/wrappers/unistd-wrappers.c @ 33636:3ec6fcce7715 default tip @

age author description
Fri, 10 May 2024 13:41:28 +0200 Markus Mützel Avoid build error with GCC 14 when targeting Windows. stable
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Wed, 01 Mar 2023 12:40:50 -0500 Arun Giridhar maint: Remove more `#if 0` commented-out code from the codebase.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 26 Oct 2022 20:06:47 +0200 Markus Mützel unlink: Also remove files with read-only file attribute on Windows (bug #63265).
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 28 Oct 2021 20:03:37 +0200 Markus Mützel Don't use P_OVERLAY to spawn main process from wrapper executable on Windows (bug #61396).
Thu, 06 May 2021 13:00:03 +0200 Markus Mützel unistd-wrappers.c: Use prepare_spawn from upstream gnulib (bug #60535).
Fri, 07 May 2021 14:37:26 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments for GUI (bug #60535).
Thu, 06 May 2021 00:31:57 -0500 Gene Harvey unistd-wrappers.c: Allocate sufficient memory for new_argv (bug #60535). stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Sun, 15 Jul 2018 19:51:23 +0200 Markus Mützel Fix "unlink" for files with non-ASCII chars on Windows.
Fri, 13 Jul 2018 14:32:23 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 27 Jun 2018 21:01:58 +0200 Markus Mützel Use wide character Windows API for operations on folders (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.
Sun, 01 Oct 2017 14:52:33 -0700 Mike Miller maint: silence several compiler warnings when building for Windows
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/
Sat, 18 Jun 2016 10:55:49 -0400 John W. Eaton fix build for Windows systems
Fri, 17 Jun 2016 06:41:08 -0400 John W. Eaton hide some preprocessor macros in wrapper functions
Fri, 17 Jun 2016 05:52:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 16 Jun 2016 17:17:42 -0400 John W. Eaton * unistd-wrappers.c: Include stdio.h for ctermid decl.
Thu, 16 Jun 2016 10:43:27 -0400 John W. Eaton use wrapper functions for mkoctfile and main
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions