log libinterp/corefcn/syscalls.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
Sat, 13 Aug 2022 16:45:48 -0700 Rik Add "const" qualifier to static variables that hold "fcntl.h" values.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Sat, 26 Feb 2022 13:46:48 +0100 Markus Mützel Remove `time_t` from API (bug #61821). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Tue, 17 Aug 2021 11:17:36 -0400 John W. Eaton move i/o stream classes inside octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
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
Thu, 14 May 2020 11:32:06 +0200 Markus Mützel maint: merge stable to default.
Mon, 11 May 2020 19:18:48 +0200 Philip Nienhuis Document that make_absolute_filename and canonicalize_file_name do not stable
Tue, 18 Feb 2020 16:46:15 -0800 Rik fcntl: throw error if operation fails and nargout == 0 (bug #57830).
Tue, 18 Feb 2020 16:31:02 -0800 Rik kill: throw error if operation fails and nargout == 0 (bug #57830).
Tue, 18 Feb 2020 16:10:45 -0800 Rik mkfifo: throw error if operation fails and nargout == 0 (bug #57830).
Tue, 18 Feb 2020 15:58:52 -0800 Rik unlink: throw error if operation fails and nargout == 0 (bug #57830).
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, 27 Oct 2019 10:31:33 -0700 Rik Polish implementation of is_same_file().
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Thu, 11 Apr 2019 08:52:06 -0700 Rik maint: merge stable to default.
Thu, 11 Apr 2019 08:37:13 -0700 Rik Add BIST tests for unlink() (bug #56097). stable
Wed, 20 Mar 2019 02:27:30 +0000 John W. Eaton update bug status in tests
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 29 Nov 2018 12:15:25 -0800 Rik Silence unnecessary warnings about security-format (bug #55046).
Wed, 31 Oct 2018 19:32:41 -0400 John W. Eaton eliminate global and file-scope static variables in oct-hist.cc
Mon, 13 Aug 2018 14:42:45 -0700 Rik isfile.m: New function for Matlab compatibility (bug #54508).
Mon, 13 Aug 2018 12:17:58 -0700 Rik isdir.m: Make m-file a legacy function (bug #54489)
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Wed, 04 Apr 2018 06:54:11 -0400 John W. Eaton doc: Shorten very long first sentences of docstrings (bug #53388). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 22 Sep 2017 03:04:23 +0200 Torsten Backed out changeset ba164db1c4a4
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Sun, 27 Aug 2017 20:54:21 +0200 Markus Mützel uname: Return empty message on success (bug #51869)
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
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
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 03 Nov 2016 08:39:24 -0700 Rik doc: Clarify docstring for popen2 (bug #49524). stable
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 15 Jul 2016 10:09:31 -0400 John W. Eaton * syscalls.cc (mk_stat_map): Use namespace qualifier for static file_stat functions.
Mon, 11 Jul 2016 13:02:58 -0400 John W. Eaton eliminate unused parameter from octave::sys::popen2
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Sat, 18 Jun 2016 10:55:49 -0400 John W. Eaton fix build for Windows systems
Fri, 17 Jun 2016 05:52:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 16 Jun 2016 19:43:20 -0400 John W. Eaton hide sys/stat.h header
Thu, 16 Jun 2016 01:00:20 -0400 John W. Eaton hide sys/wait.h header and provide wrappers for waitpid macros