log libinterp/corefcn/syscalls.cc @ 33234:e104e9f0cf62

age author description
Thu, 21 Mar 2024 17:18:36 -0700 Rik allow dup2, fcntl, and stat to work for file IDs not tracked by Octave (bug #65393)
Thu, 21 Mar 2024 13:32:15 -0400 John W. Eaton allow dup2, fcntl, and stat to work for files not known to Octave (bug #65393)
Tue, 20 Feb 2024 09:56:33 -0800 Rik doc: Force Texinfo to render a space after @w{} macro. stable
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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.