log

age author description
Mon, 11 Feb 2019 14:22:54 -0800 Rik Measure LineWidth in points, not pixels, for Matlab compatibility (bug #53056).
Mon, 11 Feb 2019 20:56:27 +0000 John W. Eaton allow object.method@superclass (...) to work (bug #47680)
Mon, 11 Feb 2019 20:49:48 +0000 John W. Eaton revise naming of the parts of a superclass reference
Sun, 10 Feb 2019 08:41:15 -0800 Rik Harden BIST tests against changes in save_precision().
Sun, 10 Feb 2019 08:39:30 -0800 Rik Harden BIST tests against changes in format().
Sat, 09 Feb 2019 12:24:26 +0100 Markus Mützel Improve calculation of zlim and aspect ratios for 2d objects (bug #55634).
Sat, 09 Feb 2019 17:27:53 -0800 Rik Fix jit BIST test accidentally failing after cc0d942d0e20.
Sat, 09 Feb 2019 21:23:14 +0100 Pantxo Diribarne Properly integrate hgload tests in the build system (bug #53468) stable
Sat, 09 Feb 2019 21:47:01 +0100 Markus Mützel Fix auto axes limits with text on negative logarithmic axes.
Sat, 09 Feb 2019 20:02:59 +0000 John W. Eaton maint: Merge stable to default.
Sat, 09 Feb 2019 19:32:31 +0000 John W. Eaton use inline functions for matching whitespace in lexer
Sat, 09 Feb 2019 16:14:01 +0000 John W. Eaton revamp parsing of superclass identifiers in classdef decls
Sat, 09 Feb 2019 15:14:24 +0000 John W. Eaton allow spaces in FQ_IDENT, SUPERCLASSREF, and METAQUERY tokens in lexer
Fri, 08 Feb 2019 06:35:38 +0000 John W. Eaton use dynamic_cast instead of static_cast as appropriate parser
Sat, 09 Feb 2019 20:05:47 +0100 Markus Mützel Support encoding of file streams in textscan (bug #55452).
Sat, 09 Feb 2019 17:41:48 +0100 Markus Mützel Add front-end support for encodings in "fopen" (bug #55452).
Sat, 09 Feb 2019 09:44:28 -0800 Rik Don't run Matlab user rc files when started with '--no-init-file' (bug #55681).
Sat, 09 Feb 2019 16:43:11 +0100 Markus Mützel Add basic backend for encodings in file streams (bug #55452).
Sat, 02 Feb 2019 20:07:45 +0100 Markus Mützel Add C++ functions to convert encoding of strings (bug #55452).
Fri, 08 Feb 2019 17:33:14 -0800 Rik maint: Use bool values true/false rather than 0/1 in C++.
Fri, 08 Feb 2019 15:59:21 -0800 Mike Miller maint: remove unused icon from repository stable
Fri, 08 Feb 2019 16:40:56 -0800 Rik maint: Fix typos in comments where "intial" instead of "initial" used.
Fri, 08 Feb 2019 16:00:59 -0800 Rik Use save_default_options() to make BIST test suite robust against user configurations.
Fri, 08 Feb 2019 08:47:36 -0800 Rik Read sitewide init-file when running 'make check'
Fri, 08 Feb 2019 08:31:53 -0800 Rik maint: merge stable to default.
Fri, 08 Feb 2019 08:18:29 -0800 Rik Fix display of column vector struct arrays in Variable Editor (bug #55666). stable
Thu, 07 Feb 2019 18:33:09 +0000 John W. Eaton eliminate unused octave_fcn_binder class
Thu, 07 Feb 2019 18:12:19 +0000 John W. Eaton pass reference to interpreter to make_fcn_handle function
Thu, 07 Feb 2019 09:09:35 -0800 Rik NEWS: Add notes about improvements to graphics backend.
Thu, 07 Feb 2019 08:39:33 -0800 Rik Fix print_usage() messages in subfunctions (bug #55599).