log

age author description
Wed, 19 Feb 2020 10:02:09 -0500 Guillaume Flandin new function, rng
Tue, 18 Feb 2020 21:57:14 -0800 Rik fileattrib.m: Overhaul function.
Tue, 18 Feb 2020 17:38:17 -0800 Rik movefile.m: throw error if operation fails and nargout == 0 (bug #57830).
Tue, 18 Feb 2020 17:22:40 -0800 Rik copyfile.m: throw error if operation fails and nargout == 0 (bug #57830).
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 16:06:40 -0800 Rik rename: 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).
Tue, 18 Feb 2020 15:20:47 -0800 Rik rmdir: return numeric status value rather than boolean for Matlab compatibility.
Tue, 18 Feb 2020 15:17:32 -0800 Rik link, symlink: throw error if operation fails and nargout == 0 (bug #57830).
Mon, 17 Feb 2020 17:37:20 +0100 Markus Mützel Fix parse error when running code with single quotes with F9 (bug #57837). stable
Tue, 18 Feb 2020 08:16:39 -0800 Rik maint: merge stable to default.
Tue, 18 Feb 2020 08:15:39 -0800 Rik doc: Create better looking cross references in Info format (bug #57845). stable
Mon, 17 Feb 2020 17:05:18 -0500 John W. Eaton add '+' to OCTAVE_API_VERSION for version 7 development phase