log

age author description
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
Fri, 12 Mar 2021 20:56:19 +0100 Pantxo Diribarne Allow arbitrary text rotation onscreen (bug #33118)
Fri, 12 Mar 2021 19:12:04 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Mar 2021 19:11:26 +0100 Markus Mützel doc: Change example for Delaunay triangulation to match the generating code (bug #60216). stable
Thu, 11 Mar 2021 09:08:54 -0800 Rik maint: remove #defines for old_NA values no longer supported.
Thu, 11 Mar 2021 09:05:27 -0800 Rik configure.ac: No longer look for SuiteSparse header files in ufsparse/ (bug #59806).
Thu, 11 Mar 2021 08:50:47 -0800 Rik configure.ac: Prioritize top-level headers in OCTAVE_CHECK_LIB macro (bug #59806)
Wed, 10 Mar 2021 23:05:17 -0500 John W. Eaton use std::shared_ptr and m_ prefix for vertex_data and opengl_texture classes
Wed, 10 Mar 2021 16:35:59 -0800 Rik maint: Remove support for old_NA definition (pre-R compatible value).
Wed, 10 Mar 2021 11:46:50 -0800 Rik maint: merge stable to default.
Wed, 10 Mar 2021 07:10:53 +0100 Torsten Lilge fix calling external editor (bug #60198) stable
Tue, 09 Mar 2021 22:39:33 -0500 John W. Eaton maint: merge stable to default.
Sun, 07 Mar 2021 23:28:25 -0500 John W. Eaton fix context link when creating handle to nested function stable
Thu, 04 Mar 2021 16:19:48 -0500 John W. Eaton avoid ambiguous call to pow (bug #60169) stable
Tue, 09 Mar 2021 22:19:58 -0500 John W. Eaton fix interrupt and dbquit behavior when using server mode
Tue, 09 Mar 2021 15:20:31 -0800 John W. Eaton Fix dimensions printed in non-conformant matrices for '=' operator (bug #59637).
Tue, 09 Mar 2021 14:23:47 -0800 Rik Use Octave coding conventions in patch for GEJSV SVD driver (bug #55727).
Tue, 09 Mar 2021 21:05:54 +0100 Markus Mützel Use matching format string for Fortran integers.
Tue, 09 Mar 2021 20:15:27 +0100 Markus Mützel svd.cc: Use std::max<F77_INT> for Fortran integers (bug #55727).
Mon, 08 Mar 2021 11:58:10 -0800 Rik null.m: suppress unnecessary warning (bug #60190).
Mon, 08 Mar 2021 19:10:58 +0100 Markus Mützel maint: merge stable to default.
Mon, 08 Mar 2021 19:10:23 +0100 Markus Mützel doc: Add note that wildcard patterns for "save" are glob patterns (bug #60157). stable
Wed, 20 Mar 2019 00:58:11 +0800 Eddy Xiao Add additional svd driver GEJSV for accurate SVD (bug #55727).
Sun, 07 Mar 2021 10:55:54 +0100 Philip Nienhuis text.m: Silence warning about truncating char matrix (bug #60187).
Fri, 05 Mar 2021 08:44:31 -0800 Rik Emit error if integer/floating point inputs to colon operator are incompatible (bug #59899).
Thu, 04 Mar 2021 10:02:58 -0500 John W. Eaton maint: merge stable to default.
Wed, 03 Mar 2021 15:50:41 -0500 John W. Eaton check for stropts.h (bug #60163) stable
Thu, 04 Mar 2021 08:44:58 +0100 Markus Mützel maint: merge stable to default.
Wed, 03 Mar 2021 18:43:04 +0100 Markus Mützel Fix compilation error with iconv_t on Solaris (bug #60162). stable
Wed, 03 Mar 2021 23:45:46 +0100 Pantxo Diribarne legend.m: Better handling of custom position (bug #60133).