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).
Wed, 06 Feb 2019 18:50:19 -0800 Rik qmr.m: Fix mistaken call to "print usage" without underscore (bug #55599). stable
Wed, 06 Feb 2019 18:39:53 -0800 Rik print.m: Use sentence-ending period @. in Texinfo doc. stable
Wed, 06 Feb 2019 16:37:34 -0800 Rik Improve appearance of patterned lines at small LineWidths.
Thu, 07 Feb 2019 00:04:48 +0000 John W. Eaton maint: Merge stable to default.
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
Wed, 06 Feb 2019 15:02:37 -0800 Rik Don't cycle line() colors unless input is more than one line.
Wed, 06 Feb 2019 13:17:30 -0800 Rik ismember.m: Fix incorrect example in documentation (bug #55659). stable
Wed, 06 Feb 2019 11:15:16 -0800 Rik bug-45969.tst: save/restore save_default_options when doing test. stable
Mon, 04 Feb 2019 12:06:07 -0800 Rik Implement "none" as a color for axes and text objects (bug #52842).
Wed, 06 Feb 2019 17:34:16 +0000 John W. Eaton eliminate eval in Emacs .dir-locals file
Tue, 05 Feb 2019 11:30:10 -0800 Mike Miller gammainc.m: relax tolerances of BIST tests stable
Mon, 04 Feb 2019 16:29:26 -0800 Mike Miller create BIST temporary files in tempdir instead of P_tmpdir (bug #55565)
Mon, 04 Feb 2019 14:02:05 -0800 Rik variables.cc: Don't leak variables into global namespace from BIST tests. stable
Mon, 04 Feb 2019 13:47:15 -0800 Rik Create any BIST temporary files in writable temporary directory (bug #55565).
Mon, 04 Feb 2019 18:27:12 +0000 John W. Eaton maint: Merge stable to default.
Mon, 04 Feb 2019 17:50:20 +0000 John W. Eaton Added tag rc-5-0-91 for changeset af47f245a2ad stable
Mon, 04 Feb 2019 17:49:53 +0000 John W. Eaton bump version for first 5.1 release candidate stable rc-5-0-91
Mon, 04 Feb 2019 15:00:13 +0000 John W. Eaton when installing global variable don't warn if it is already global
Thu, 31 Jan 2019 21:35:04 -0800 Mike Miller build: support GNU bison 3.3, silence POSIX compatibility warning (bug #55613) stable
Sun, 03 Feb 2019 21:44:38 -0800 Rik Improve performance of certain movXXX functions by ~4X (bug #55389).
Wed, 28 Mar 2018 15:27:58 +0200 Pantxo Diribarne Test hgload can handle old figure files (bug #53468) stable
Sun, 03 Feb 2019 16:35:34 +0100 Markus Mützel gl-render.cc: Omit minor grid and minor ticks if ticks are empty (bug #55633).
Sat, 02 Feb 2019 18:21:24 -0800 Rik __ezplot__.m: for ezplot3, draw "animate" plot just once.
Sat, 02 Feb 2019 18:14:43 -0800 Rik comet.m: Use constant speed regardless of size of data input.
Sat, 02 Feb 2019 18:07:47 -0800 Rik comet3.m: Use constant speed regardless of size of data input.
Sat, 02 Feb 2019 11:33:30 -0800 Rik axis.m: Enlarge ticks in %!demo #3 for clarity.
Fri, 01 Feb 2019 22:16:15 -0800 Rik axis.m: Fix issues with "equal" argument (bug #55619, bug #55614, bug #55574, bug #55514, bug #54848, bug #53724, bug #53504, bug #53336, bug #51938, bug #50356).
Fri, 01 Feb 2019 20:44:15 +0000 John W. Eaton don't fail if symbol in script can't be found (bug #55626)
Thu, 31 Jan 2019 18:45:37 +0000 John W. Eaton update handling of command-style function call syntax in eval
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects