log libinterp/corefcn/sighandlers.cc @ 31105:670a0d878af1

age author description
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 18 Aug 2021 09:23:45 -0400 John W. Eaton * load-save.h (dump_octave_core): Deprecate function. Change all uses.
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
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
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
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
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Thu, 19 Apr 2018 01:58:44 -0400 John W. Eaton unblock async signals before executing subprocess (bug #53635) stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 12 Feb 2018 01:07:27 -0500 John W. Eaton don't include "singleton-cleanup.h" in files that do not need it
Sun, 11 Feb 2018 11:17:34 -0500 John W. Eaton don't use singleton pattern for child_list
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 05 Jan 2018 00:21:08 -0500 John W. Eaton tweaks to signal handlers
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
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
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 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
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
Thu, 02 Feb 2017 16:16:26 -0500 John W. Eaton move bp_table class to separate file
Fri, 27 Jan 2017 11:04:10 -0500 John W. Eaton generate signal name from number when needed in signal handler functions
Thu, 26 Jan 2017 17:14:58 -0500 John W. Eaton defer SIGHUP and SIGTERM actions until octave_quit is called
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
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Thu, 25 Aug 2016 07:55:01 -0400 John D For win64 signal handling, use context Rip value
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Wed, 06 Jul 2016 18:31:40 -0400 John W. Eaton move signal functions into octave namespace
Wed, 06 Jul 2016 14:57:54 -0400 John W. Eaton move octave_child_list to separate file and define inside namespace
Wed, 29 Jun 2016 09:21:50 -0400 John W. Eaton maint: strip trailing whitespace from files.
Tue, 28 Jun 2016 16:42:15 -0400 John W. Eaton eliminate OCTAVE_USE_WINDOWS_API and OCTAVE_USE_OS_X_API from header files
Tue, 28 Jun 2016 15:08:27 -0400 John W. Eaton eliminate unused function w32_raise_sigint
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 11:00:11 -0400 John W. Eaton hide signal.h from C++ sources
Fri, 17 Jun 2016 06:42:28 -0400 John W. Eaton use gnulib strsignal module
Fri, 17 Jun 2016 09:11:40 -0700 Mike Miller Use library wrapper for one more instance of WNOHANG (bug #48253)
Thu, 16 Jun 2016 01:00:20 -0400 John W. Eaton hide sys/wait.h header and provide wrappers for waitpid macros
Wed, 15 Jun 2016 15:12:33 -0400 John W. Eaton remove code specific to obsolete version of GCC