log liboctave/wrappers/signal-wrappers.c @ 32632:2e484f9f1f18 stable

age author description
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Sun, 29 Jan 2023 14:02:28 -0500 John W. Eaton maint: Merge stable to default.
Thu, 08 Dec 2022 13:57:18 -0500 John W. Eaton attempt to avoid race condition when initializing list of async signals stable
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 08 Dec 2022 13:57:18 -0500 John W. Eaton attempt to avoid race condition when initializing list of async signals
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 27 May 2021 19:31:35 -0400 John W. Eaton make interrupts work in GUI command window again (bug #60079)
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, 06 Nov 2019 18:18:51 -0800 Mike Miller include SIGKILL in the SIG structure of known signals (bug #57183)
Wed, 02 Jan 2019 23:12:22 +0100 Andreas Weber signal-wrappers.c: Fix static analyzer detected V517 issue (bug #55347) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 26 Jul 2018 16:03:06 -0400 John W. Eaton avoid fprintf format warning on some systems stable
Thu, 19 Apr 2018 01:58:44 -0400 John W. Eaton unblock async signals before executing subprocess (bug #53635) stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 03 Feb 2018 22:17:09 +0100 Markus Mützel Avoid warnings when compiling for win32 (bug #53049)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
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 11:00:11 -0400 John W. Eaton hide signal.h from C++ sources
Fri, 17 Jun 2016 06:51:43 -0400 John W. Eaton provide wrapper for kill
Fri, 17 Jun 2016 06:42:28 -0400 John W. Eaton use gnulib strsignal module