log

age author description
Wed, 26 Aug 2020 13:30:29 -0400 John W. Eaton maint: merge stable to default.
Wed, 26 Aug 2020 13:27:48 -0400 John W. Eaton update docs for built-in variables (bug #58988) stable
Wed, 26 Aug 2020 13:26:26 -0400 John W. Eaton * refcard.tex: Delete entry for 'help'. stable
Wed, 26 Aug 2020 13:07:54 -0400 John W. Eaton * refcard.tex: Remove spurious text at top of file. stable
Wed, 26 Aug 2020 15:42:02 +0200 Markus Mützel maint: merge stable to default.
Sun, 23 Aug 2020 10:44:53 -0400 Valdas Fix indexing error in print.m (bug #58998). stable
Fri, 21 Aug 2020 08:36:47 -0400 John W. Eaton disallow keywords in function parameter lists (bug #58945)
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Thu, 20 Aug 2020 17:42:26 -0400 John W. Eaton define mixed-type operators for octave_idx_type and octave_int<T> values
Thu, 20 Aug 2020 17:40:47 -0400 John W. Eaton provide template for isinf (const octave_int<T>&)
Wed, 19 Aug 2020 23:52:02 -0400 John W. Eaton define xis_one_or_zero and xis_zero as templates with specializations
Wed, 19 Aug 2020 23:45:18 -0400 John W. Eaton allow template types in OV_TYPEID macros
Wed, 19 Aug 2020 23:42:05 -0400 John W. Eaton new typedefs for octave_value matrix and scalar types
Wed, 19 Aug 2020 23:36:01 -0400 John W. Eaton octave -> mxArray type traits
Thu, 06 Aug 2020 23:57:40 -0400 John W. Eaton new octave_value constructors for integer and float ranges.
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 06 Aug 2020 15:36:30 -0400 John W. Eaton new Range::final_value function
Thu, 06 Aug 2020 15:09:30 -0400 John W. Eaton use Range::increment instead of Range::inc
Thu, 06 Aug 2020 13:53:07 -0400 John W. Eaton new template for range objects
Tue, 04 Aug 2020 10:56:14 -0400 John W. Eaton use m_ prefix for octave_range member variables
Fri, 31 Jul 2020 13:18:01 -0400 John W. Eaton refactor octave_value colon_op function
Fri, 31 Jul 2020 13:00:48 -0400 John W. Eaton also provide builtin type to class traits
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Thu, 30 Jul 2020 16:15:03 -0400 John W. Eaton fix constness of cat op args
Mon, 03 Aug 2020 17:07:38 -0400 John W. Eaton allow tests to work when disable_range is true
Tue, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
Thu, 20 Aug 2020 23:12:47 +0900 Abdallah Elshamy doc: Overhaul Strings chapter.
Thu, 20 Aug 2020 23:12:47 +0900 Abdallah Elshamy doc: Improve JSON documentation.
Tue, 18 Aug 2020 15:22:48 +0900 Kai T. Ohlhus jsondecode.cc: Prefer STL to custom comparison function
Tue, 18 Aug 2020 14:44:22 +0900 Abdallah Elshamy Support for RapidJSON 1.1.0 with jsonencode and jsondecode
Sat, 15 Aug 2020 23:41:26 -0400 John W. Eaton maint: merge stable to default.
Sat, 15 Aug 2020 23:40:00 -0400 John W. Eaton reorder shutdown steps (bug #57591) stable
Fri, 14 Aug 2020 14:15:50 -0700 Rik maint: merge stable to default.
Fri, 14 Aug 2020 13:37:07 -0700 Rik doc: Short-circuit building txt images for manual (bug #57591). stable
Fri, 14 Aug 2020 00:50:03 -0400 John W. Eaton maint: merge stable to default.
Thu, 13 Aug 2020 18:00:22 -0400 John W. Eaton avoid some unnecessary work when evaluating index expressions stable
Thu, 13 Aug 2020 23:55:47 -0400 John W. Eaton throw error if 'end' is applied to undefined symbol (bug #58830) stable
Thu, 13 Aug 2020 23:34:08 -0400 John W. Eaton attempt to avoid apparent graphics-related crash at shutdown (bug #58814) stable
Thu, 13 Aug 2020 23:57:07 +0900 Abdallah Elshamy New functions jsondecode and jsonencode (bug #53100).
Mon, 03 Aug 2020 11:13:26 -0400 John W. Eaton fix incorrect format in previous change
Mon, 03 Aug 2020 08:07:27 -0700 Rik maint: merge stable to default.
Sun, 02 Aug 2020 16:16:31 +0200 Pantxo Diribarne legend.m: Fix other regression introduced in cset 26d69b0a3e8d (bug #58822) stable
Mon, 03 Aug 2020 11:05:10 -0400 John W. Eaton avoid warning when compiling with 32-bit octave_idx_type (bug #58888)
Mon, 03 Aug 2020 10:38:53 -0400 John W. Eaton maint: merge stable to default.
Mon, 03 Aug 2020 10:36:57 -0400 John W. Eaton remove obsolete function stable
Mon, 03 Aug 2020 09:07:11 -0400 John W. Eaton make change in 562902dc1bb6 conditional (bug #58867)
Thu, 30 Jul 2020 00:22:26 -0400 John W. Eaton maint: merge stable to default.
Thu, 30 Jul 2020 00:21:51 -0400 John W. Eaton maint: update bug status of tests marked with bug numbers stable
Wed, 29 Jul 2020 13:15:06 -0700 Rik maint: merge stable to default.
Wed, 29 Jul 2020 13:14:40 -0700 Rik doc: Re-order system() docs to match order of parameters. stable
Wed, 29 Jul 2020 13:05:22 -0700 Rik maint: merge stable to default.
Wed, 29 Jul 2020 13:04:53 -0700 Rik __debug_octave__.m: Run debugger asynchronously from Octave. stable
Wed, 29 Jul 2020 10:50:07 -0700 Rik __debug_octave__.m: Use slight more generic terminal on Linux. stable
Wed, 29 Jul 2020 11:43:16 -0400 John W. Eaton maint: merge stable to default.
Wed, 29 Jul 2020 11:39:52 -0400 John W. Eaton provide function to start debugger on current Octave session stable
Sat, 25 Jul 2020 21:09:53 +0200 Markus Meisinger Update documentation of the random number generator (bug #58800).
Thu, 23 Jul 2020 14:24:46 +0200 Markus Mützel Use C++11 functions to gather entropy from system (bug #58800).
Sat, 25 Jul 2020 11:33:55 +0200 Markus Mützel __gnuplot_legend__.m: Fix syntax error.
Fri, 24 Jul 2020 10:49:44 -0700 Rik Resolve further number of argument mismatch in graphics callbacks (bug #58821)
Fri, 24 Jul 2020 10:22:54 -0700 Rik Restore operation of Figure graphics callbacks (bug #58821).
Fri, 24 Jul 2020 09:49:09 -0700 Rik New warning ID "Octave:infinite-loop" (bug #45143).
Fri, 24 Jul 2020 01:01:35 -0400 John W. Eaton allow infinite limits on for loop ranges (bug #45143)
Tue, 21 Jul 2020 17:05:15 -0400 John W. Eaton * ov-magic-int.cc: Allow compilation to succeed if HDF5 is not available.
Tue, 21 Jul 2020 15:00:00 -0400 John W. Eaton improve compatibility of concatenation for large integer constants (bug #45945)
Tue, 21 Jul 2020 14:23:03 -0400 John W. Eaton * integer.tst: New tests for integer constants.
Mon, 20 Jul 2020 17:43:16 -0400 John W. Eaton allow integer constants > flintmax to be represented exactly (bug #45945)
Fri, 17 Jul 2020 14:36:47 -0700 Rik lex.ll: Correct indentation in cset 703458652e30.
Fri, 17 Jul 2020 16:56:53 -0400 John W. Eaton lex.ll (base_lexer::handle_number): Eliminate shadowed variable warnings.
Fri, 17 Jul 2020 13:37:35 -0700 Rik NEWS: Clarify some text and wrap at column 72.
Fri, 17 Jul 2020 11:21:10 -0400 John W. Eaton fix hex constant values for new parsing rules
Thu, 16 Jul 2020 18:27:39 -0400 John W. Eaton improve Matlab compatibility for binary and hexadecimal constants
Thu, 16 Jul 2020 16:02:45 -0400 John W. Eaton use octave_value object to store numeric tokens in the lexer
Wed, 15 Jul 2020 10:31:37 -0400 John W. Eaton avoid deprecated Qt QRegion::rects function
Wed, 15 Jul 2020 05:48:37 -0400 John W. Eaton NEW: Note changes in checking the number of function inputs and outputs.
Tue, 14 Jul 2020 16:46:37 -0400 John W. Eaton update bug status of tests marked with bug numbers
Tue, 14 Jul 2020 16:45:22 -0400 John W. Eaton include liboctave files in list of all files containing tests
Tue, 14 Jul 2020 01:19:30 -0400 John W. Eaton avoid deprecated Qt QString::sprintf function
Tue, 14 Jul 2020 01:09:31 -0400 John W. Eaton fix error in previous change (QMatrix -> QTransform)
Tue, 14 Jul 2020 01:00:54 -0400 John W. Eaton avoid deprecated Qt QDrag::start function
Tue, 14 Jul 2020 00:55:42 -0400 John W. Eaton avoid deprecated Qt qCopy function
Tue, 14 Jul 2020 00:54:06 -0400 John W. Eaton avoid deprecated Qt QPainter functions
Tue, 14 Jul 2020 00:48:10 -0400 John W. Eaton avoid deprecated Qt QPalette::background function
Tue, 14 Jul 2020 00:45:39 -0400 John W. Eaton avoid deprecated Qt QFontMetrics::width function
Mon, 13 Jul 2020 15:54:38 -0400 John W. Eaton avoid deprecated Qt setConfirmOverwrite function
Mon, 13 Jul 2020 15:49:23 -0400 John W. Eaton avoid deprecated Qt qVariantFromValue function
Mon, 13 Jul 2020 15:46:13 -0400 John W. Eaton avoid deprecated Qt availableGeometry function
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function
Mon, 13 Jul 2020 14:57:22 -0400 John W. Eaton avoid QList deprecated function warnings
Mon, 13 Jul 2020 12:30:46 -0400 John W. Eaton return token ID directly from base_lexer::handle_number
Sat, 11 Jul 2020 06:36:31 -0400 John W. Eaton fix tests for new argument number mismatch error message
Sat, 11 Jul 2020 10:15:57 -0400 John W. Eaton avoid function call input or output argument number mismatch
Sat, 11 Jul 2020 09:34:44 -0400 John W. Eaton error for functions called with too many inputs or outputs
Sun, 12 Jul 2020 17:06:15 -0400 John W. Eaton maint: merge stable to default.
Sun, 12 Jul 2020 16:59:52 -0400 John W. Eaton reset pointer to lvalue list before executing commands (bug #58748, bug #58751) stable
Sat, 11 Jul 2020 15:11:42 +0200 Markus Mützel maint: merge stable to default.
Sat, 11 Jul 2020 14:52:10 +0200 Markus Mützel gl-render.cc: Fix enumeration error. stable
Fri, 10 Jul 2020 16:42:50 -0700 Rik maint: merge stable to default.
Sun, 14 Jun 2020 19:57:06 -0700 Pantxo Diribarne Stop error when deleting uicontrol "frame" objects (bug #58544). stable
Fri, 10 Jul 2020 08:35:35 +0200 Markus Mützel maint: merge stable to default.
Fri, 10 Jul 2020 08:34:33 +0200 Markus Mützel bootstrap: Merge back local changes removed in f00e92f9e85b. stable
Fri, 10 Jul 2020 00:56:22 -0400 John W. Eaton maint: merge stable to default.
Fri, 10 Jul 2020 00:31:10 -0400 John W. Eaton set correct info for isargout when evaluating index expr args (bug #58727) stable
Fri, 10 Jul 2020 11:40:20 +0900 Kai T. Ohlhus maint: merge stable to default.
Fri, 10 Jul 2020 11:39:06 +0900 Kai T. Ohlhus maint: update gnulib stable
Fri, 10 Jul 2020 11:26:21 +0900 Kai T. Ohlhus doc: Remove oudated documentation about gnulib updates (bug #57044) stable
Thu, 09 Jul 2020 13:04:54 -0400 John W. Eaton maint: merge stable to default.
Thu, 09 Jul 2020 09:22:58 -0400 John W. Eaton error on undefined elements in matrix lists (bug #58695) stable
Thu, 09 Jul 2020 09:20:10 -0400 John W. Eaton create empty c-s list for x.a (bug #58695) stable
Thu, 09 Jul 2020 09:15:58 -0400 John W. Eaton don't allow function return_list objects to be null stable
Wed, 08 Jul 2020 21:24:11 +0200 Torsten Lilge remove block begin/end comments for running selected code lines (bug #57634) stable
Wed, 08 Jul 2020 08:15:27 -0400 John W. Eaton maint: merge stable to default.
Wed, 08 Jul 2020 07:56:36 -0400 John W. Eaton accept and ignore undefined elements in matrix concatentation (bug #58695) stable
Tue, 07 Jul 2020 19:40:20 -0400 John W. Eaton maint: merge stable to default.
Tue, 07 Jul 2020 18:34:23 -0400 John W. Eaton improve error checking for undefined function outputs (bug #58686, #58695) stable
Tue, 07 Jul 2020 13:15:45 -0400 John W. Eaton maint: merge stable to default.
Tue, 07 Jul 2020 13:12:48 -0400 John W. Eaton fix lookup of variables in scripts called inside nested functions (bug #58691) stable
Sun, 05 Jul 2020 12:04:37 +0200 Markus Mützel maint: merge stable to default.
Sat, 04 Jul 2020 23:20:24 +0200 A.R. Burgers Fix warning on unused variable (bug #58705). stable
Sat, 04 Jul 2020 15:43:59 +0200 Markus Mützel Re-do fix for reading images with non-ASCII filenames on Windows (bug #58493).
Sat, 04 Jul 2020 12:14:21 +0200 Markus Mützel get_ASCII_filename: On Windows, optionally try to convert to the locale charset.
Sat, 04 Jul 2020 11:14:43 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 04 Jul 2020 11:13:35 +0900 Kai T. Ohlhus Partially backout cset 286fe9352cd6. stable
Fri, 03 Jul 2020 16:59:27 +0900 Kai T. Ohlhus maint: merge stable to default.
Fri, 03 Jul 2020 16:10:43 +0900 Kai T. Ohlhus doc: * scripts/testfun/assert.m: comment changes (bug #58686) stable
Fri, 03 Jul 2020 16:02:39 +0900 Kai T. Ohlhus maint: * test/nest/nest.tst: tag xtest (bug #58691) stable
Thu, 02 Jul 2020 18:16:10 +0200 Markus Mützel maint: merge stable to default.
Fri, 26 Jun 2020 18:44:35 +0200 Markus Mützel ov-java.cc: Set reaper thread to use default stack size (bug #58641). stable
Thu, 02 Jul 2020 15:11:19 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 02 Jul 2020 15:06:36 +0900 Kai T. Ohlhus Interpreter errors on unassigned inputs (bug #58686) stable
Wed, 01 Jul 2020 15:33:53 -0400 John W. Eaton deprecate arithmetic operators for ranges; eliminate use in Octave
Wed, 01 Jul 2020 15:27:22 -0400 John W. Eaton hist.m: use different method for preserving accuracy of arithmetic on ranges
Wed, 01 Jul 2020 13:18:19 -0400 John W. Eaton make parsing of spmd and endspmd keywords work properly (bug #58676)
Wed, 01 Jul 2020 16:04:22 +0900 Kai T. Ohlhus maint: merge stable to default.
Wed, 01 Jul 2020 16:03:41 +0900 Kai T. Ohlhus hilb.m: Speed-up function using broadcasting. stable
Mon, 29 Jun 2020 23:45:19 -0400 John W. Eaton handle all dispatching for colon operator in do_colon_op function
Tue, 30 Jun 2020 15:52:25 -0400 John W. Eaton accept spmd command blocks as language elements (bug #58676)
Tue, 30 Jun 2020 09:34:14 -0700 Rik Add 'spmd' as interpreter keyword for Matlab compatibility (bug #58676).
Mon, 29 Jun 2020 15:12:39 -0400 John W. Eaton maint: merge stable to default.
Mon, 29 Jun 2020 15:01:27 -0400 John W. Eaton find help for not-yet-loaded classdef methods defined in @DIR files. stable
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047) stable
Fri, 29 May 2020 10:56:22 -0400 John W. Eaton move classdef docstring comments inside classdef definitions stable
Fri, 29 May 2020 08:50:29 -0400 John W. Eaton * mk-doc.pl: Find classdef docstrings inside classdef code block. stable
Thu, 28 May 2020 13:48:37 -0400 John W. Eaton capture comments for classdef classes, properties, events, and enumerations stable
Fri, 29 May 2020 11:00:41 -0400 John W. Eaton new comment_elt predicates stable
Thu, 28 May 2020 12:00:24 -0400 John W. Eaton refactor some classdef parsing rules stable
Sun, 28 Jun 2020 21:29:11 +0200 Torsten Lilge * zh_CN.ts: Chinese translation by Jun Wang stable
Sat, 27 Jun 2020 12:01:33 +0200 Markus Mützel maint: Merge stable to default.
Sat, 27 Jun 2020 11:59:42 +0200 Markus Mützel Document that startup files are interpreted in the locale charset (bug #57235). stable
Fri, 26 Jun 2020 13:57:24 -0700 Rik maint: Merge stable to default.
Fri, 26 Jun 2020 13:57:04 -0700 Rik doc: Better document how global variables and clear() interact (bug #57604). stable
Thu, 25 Jun 2020 18:20:03 -0700 Rik Fix unlink() calls in package m-files for new syntax (bug #57830)
Thu, 25 Jun 2020 15:22:37 -0700 Rik polyfit.m: Overhaul function (bug #57964).
Wed, 24 Jun 2020 07:42:37 -0700 Rik Backed out changeset 9e9ddc90e88a.
Tue, 23 Jun 2020 11:55:11 -0700 Rik pkg.m: Handle package names in a case insensitive manner (bug #57735).
Mon, 22 Jun 2020 21:41:15 +0200 Markus Mützel maint: merge stable to default.
Mon, 22 Jun 2020 21:38:39 +0200 Markus Mützel On Windows, change default for "Use native file dialogs" to false (bug #58521). stable
Mon, 22 Jun 2020 20:43:00 +0200 Torsten Lilge force non-native file dialogs on Mac ignoring current user pref (bug #52840) stable
Mon, 22 Jun 2020 14:13:17 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 22 Jun 2020 14:11:53 +0900 Kai T. Ohlhus * ov-cell.cc: remove redundant return statement (bug #58617) stable
Sun, 21 Jun 2020 11:46:49 +0200 Markus Mützel maint: merge stable to default.
Sun, 21 Jun 2020 11:42:55 +0200 Markus Mützel __unimplemented__.m: Add section for of-package "dicom" (bug #58633). stable
Sat, 20 Jun 2020 19:04:29 +0200 Markus Mützel Use C++11 container for array of strings.
Sat, 20 Jun 2020 09:27:56 -0700 Rik maint: merge stable to default.
Fri, 19 Jun 2020 20:04:24 +0200 Philip Nienhuis Remove OctClassLoader from JVM start options (bug #55174). stable
Sat, 20 Jun 2020 14:09:09 +0200 Markus Mützel Fix heap-buffer-overflow in scatter graphics object.
Thu, 18 Jun 2020 13:26:34 -0400 John W. Eaton maint: merge stable to default.
Wed, 17 Jun 2020 14:41:13 -0700 Rik doc: Fix incorrect example code in Vectorize chapter (bug #58607). stable
Tue, 16 Jun 2020 17:04:58 -0400 John W. Eaton maint: merge stable to default.
Tue, 16 Jun 2020 17:03:13 -0400 John W. Eaton * NEWS: Note that dbstop can set breakpoints in classdef ctors and methods. stable
Tue, 16 Jun 2020 10:20:47 -0400 John W. Eaton maint: merge stable to default.
Tue, 16 Jun 2020 10:12:00 -0400 John W. Eaton * ft-text-renderer.cc: Allow build to succeed if HAVE_FONTCONFIG is undefined. stable
Mon, 15 Jun 2020 16:46:51 -0400 John W. Eaton maint: merge stable to default.
Mon, 15 Jun 2020 16:43:09 -0400 John W. Eaton fix dispatch error with classsimple function handle (bug #58572) stable
Mon, 15 Jun 2020 13:36:27 -0700 Rik maint: merge stable to default.
Mon, 15 Jun 2020 13:35:54 -0700 Rik warning_ids.m: Document "Octave:classdef-to-struct" ID. stable
Mon, 15 Jun 2020 08:41:54 -0700 A.R. Burgers doc: Fix typo in strings.txi (bug #58570). stable
Mon, 15 Jun 2020 08:36:58 -0700 Rik Add new warning ID "Octave:unimplemented-matlab-functionality".
Mon, 15 Jun 2020 12:03:03 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 13 Jun 2020 20:12:50 -0700 Rik Make gzip/bzip2 more Matlab compatible when directory is first argument (bug #58547). stable
Sun, 14 Jun 2020 19:57:06 -0700 Pantxo Diribarne Stop error when deleting uicontrol "frame" objects (bug #58544).
Sun, 14 Jun 2020 13:02:59 +0200 Markus Mützel __magick_read__.cc: Correctly read images from non-ASCII paths on Windows (bug #58493).
Sun, 14 Jun 2020 12:17:10 +0200 Markus Mützel maint: merge stable to default.
Sun, 14 Jun 2020 11:17:33 +0200 Markus Mützel Improve canonicalize_file_name with non-ASCII characters on Windows. stable
Sat, 13 Jun 2020 18:27:25 +0200 Markus Mützel Use wide character API to get current directory on Windows. stable
Sat, 13 Jun 2020 20:12:50 -0700 Rik Make gzip/bzip2 more Matlab compatible when directory is first argument (bug #58547).
Sat, 13 Jun 2020 07:28:38 -0700 Rik Allow 2-D view() commands to work with gnuplot (bug #58526).
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
Fri, 12 Jun 2020 11:39:35 -0400 John W. Eaton maint: merge stable to default.
Fri, 12 Jun 2020 11:37:15 -0400 John W. Eaton legend.m: Require freetype for test. stable
Fri, 12 Jun 2020 12:51:47 +0200 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 12:51:14 +0200 Markus Mützel mex.h: Fix typo (bug #58542). stable
Fri, 12 Jun 2020 11:36:48 +0200 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 11:18:11 +0200 Markus Mützel Restore compatibility with older versions of hdf5 (bug #58549). stable
Thu, 11 Jun 2020 22:41:39 -0400 John W. Eaton maint: merge stable to default.
Thu, 11 Jun 2020 22:38:20 -0400 John W. Eaton add copyright notices omitted from some @inline class methods stable
Thu, 11 Jun 2020 22:35:28 -0400 John W. Eaton warn if legacy inline, genvarname or vectorize functions are used stable
Thu, 11 Jun 2020 16:44:06 -0400 John W. Eaton maint: merge stable to default.
Thu, 11 Jun 2020 16:34:34 -0400 John W. Eaton revive legacy vectorize function for strings and function handles stable
Thu, 11 Jun 2020 16:33:17 -0400 John W. Eaton use "function" instead of "name" as field name returned from functions stable
Thu, 11 Jun 2020 17:13:52 +0200 Markus Mützel memory.m: Fix reported virtual memory usage on Windows.
Thu, 11 Jun 2020 16:13:18 +0200 Markus Mützel maint: merge stable to default.
Thu, 11 Jun 2020 16:01:39 +0200 Markus Mützel build: Add missing files to build system (bug #58543). stable
Thu, 11 Jun 2020 14:29:51 +0200 Markus Mützel maint: merge stable to default.
Thu, 11 Jun 2020 14:29:25 +0200 Markus Mützel Avoid another shadowing warning. stable
Thu, 11 Jun 2020 14:21:59 +0200 Markus Mützel maint: merge stable to default.
Thu, 11 Jun 2020 14:20:49 +0200 Markus Mützel Avoid shadowing warnings. stable
Thu, 11 Jun 2020 13:52:20 +0200 Markus Mützel resource-manager.cc: Include missing header (bug #54334).
Thu, 11 Jun 2020 12:53:56 +0200 Markus Mützel maint: merge stable to default.
Thu, 11 Jun 2020 12:53:24 +0200 Markus Mützel build: Fix typo in file list. stable
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Wed, 10 Jun 2020 16:07:34 -0400 John W. Eaton new test for bug #58519 stable
Wed, 10 Jun 2020 15:59:51 -0400 John W. Eaton new tests for bug #51567 stable
Wed, 10 Jun 2020 15:41:32 -0400 John W. Eaton new nested function handle tests stable
Wed, 10 Jun 2020 15:39:30 -0400 John W. Eaton new tests for bug #57941 stable
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Wed, 10 Jun 2020 17:01:31 -0400 John W. Eaton new octave_classdef_meta::is_classdef_method function stable
Tue, 09 Jun 2020 16:48:17 -0400 John W. Eaton split search for private functions into separate function stable
Tue, 09 Jun 2020 16:52:57 -0400 John W. Eaton make find_scoped_function available in symbol_table class stable
Tue, 12 May 2020 12:43:42 -0400 John W. Eaton try harder to find functions in some symbol_table find_* functions stable
Fri, 01 May 2020 12:54:30 -0400 John W. Eaton new functions for finding scoped functions and class methods stable
Wed, 15 Apr 2020 23:14:06 -0400 John W. Eaton move make_fcn_handle to tree_evaluator class stable
Fri, 03 Apr 2020 22:00:06 -0400 John W. Eaton refactor handling of parent functions and localfunctions stable
Fri, 03 Apr 2020 21:59:15 -0400 John W. Eaton new cellstring constructor stable
Mon, 30 Mar 2020 15:14:10 -0400 John W. Eaton store local init vars for anonymous functions in handle, not function object stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Mon, 23 Mar 2020 15:44:30 -0400 John W. Eaton don't document the vectorize function. stable
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Sat, 25 Apr 2020 13:17:11 -0400 John W. Eaton use shared_ptr for stack frames in call stack and for accesss and static links stable
Fri, 24 Apr 2020 14:21:07 -0400 John W. Eaton hide specific stack frame and stack frame walker classes stable
Tue, 09 Jun 2020 14:11:13 -0700 Rik maint: merge stable to default.
Tue, 09 Jun 2020 14:10:41 -0700 Rik parseparams.m: Fix case sensitivity bug with default inputs (bug #58533). stable
Tue, 09 Jun 2020 13:45:20 -0700 Rik Use std::array rather than std::vector in patch for (bug #54334).
Mon, 08 Jun 2020 21:59:17 +0200 Markus Mützel Use Octave functions to get and set environment variables (bug #54334).
Sun, 07 Jun 2020 11:27:05 +0200 Markus Mützel maint: merge stable to default.
Sun, 07 Jun 2020 10:58:03 +0200 Markus Mützel uisetfont.m: Manually "graft" BISTs from default to stable. stable
Sun, 07 Jun 2020 10:28:17 +0200 Torsten Lilge also use environment varaibles for network proxy settings (bug #54334)
Sun, 07 Jun 2020 10:35:49 +0200 Markus Mützel __scatter__.m: Also set "markeredgecolor" for input "filled" (bug #58508).
Sat, 06 Jun 2020 21:48:11 -0700 Rik maint: merge stable to default.
Tue, 02 Jun 2020 21:25:59 +0000 Michael Witten A few fixes to outdated or incomplete documentation (bug #58488). stable
Sat, 06 Jun 2020 21:37:10 -0700 Rik Implement "none" for scatter "markeredgecolor" property (bug #58508)
Sat, 06 Jun 2020 20:53:38 +0200 Markus Mützel __scatter__.m: Don't override "markerfacecolor" set by user (bug #58508).
Sat, 06 Jun 2020 19:47:30 +0200 Markus Mützel uisetfont.m: Make BISTs conditional on HAVE_FONTCONFIG.
Sat, 06 Jun 2020 11:17:42 -0400 John W. Eaton etree: accept logical sparse matrices
Fri, 05 Jun 2020 16:57:44 -0400 John W. Eaton also return 5th and 6th outputs from dmperm
Fri, 05 Jun 2020 20:50:22 +0200 Torsten Lilge reorganize network preferences in settings dialog
Fri, 05 Jun 2020 11:40:49 -0400 John W. Eaton maint: Merge stable to default.
Thu, 14 May 2020 23:27:43 -0400 John W. Eaton accept multi-line interactive input (bug #58370) stable
Fri, 05 Jun 2020 10:03:45 +0200 Pantxo Diribarne maint: merge stable to default
Thu, 04 Jun 2020 15:48:30 +0200 Pantxo Diribarne legend.m: fix regression introduced in cset 8ffe43de8bfe (bug #58492) stable
Thu, 04 Jun 2020 23:02:43 -0400 John W. Eaton add west0479 sample data file (patch #9544)
Thu, 04 Jun 2020 17:10:14 -0400 John W. Eaton use separate module.mk files for examples/code and examples/data directories
Mon, 01 Jun 2020 14:07:20 -0400 John W. Eaton style update for Range class
Thu, 04 Jun 2020 14:25:52 +0200 Pantxo Diribarne maint: merge stable to default
Wed, 03 Jun 2020 22:43:06 +0200 Pantxo Diribarne legend.m: fix position for non default dataaspectratio (bug #58492) stable
Tue, 02 Jun 2020 21:53:54 +0200 Pantxo Diribarne Don't scale text margin in printout (bug #58486) stable
Tue, 02 Jun 2020 22:47:07 +0200 Torsten Lilge remove obsolete code from variable editor
Tue, 02 Jun 2020 20:02:39 +0200 Torsten Lilge check object size before plotting from variiable editor (bug #56685)
Tue, 02 Jun 2020 14:57:56 +0200 Pantxo Diribarne maint: merge stable to default
Tue, 26 May 2020 09:42:06 +0200 Pantxo Diribarne Make sure Objects and their proxy are initialized synchronously (bug #55225) stable
Mon, 01 Jun 2020 15:08:18 -0700 Rik uisetfont.m: code cleanup.
Mon, 01 Jun 2020 23:37:34 +0200 Pantxo Diribarne Document fc-cache must be run after installing new fonts (bug #58432) stable
Mon, 01 Jun 2020 13:08:12 -0700 Rik listfonts.m: Fix problem accidentaly introduced in c126a60b0d52.
Mon, 01 Jun 2020 09:53:08 +0200 Pantxo Diribarne listfonts.m: New function (bug #58476).
Mon, 01 Jun 2020 11:33:39 -0700 Rik maint: merge stable to default.
Mon, 01 Jun 2020 00:58:03 +0200 Pantxo Diribarne plotyy.m: leave positionconstraint unchanged after position updates (bug #58470) stable
Mon, 01 Jun 2020 09:05:16 -0700 Rik Ignore empty arguments passed to print() (bug #58477). stable
Sun, 31 May 2020 09:56:56 -0700 Rik Fix input validation for audioplayer (bug #57939).
Sat, 04 Apr 2020 07:29:49 +0200 Markus Meisinger Add "streamribbon" function (patch #9916).
Thu, 02 Apr 2020 12:22:56 +0200 Markus Meisinger streamtube.m, ostreamtube.m: Minor code cleaning (patch #9916).
Thu, 02 Apr 2020 12:17:51 +0200 Markus Meisinger ostreamtube.m: Plot 1st tube segment (bug #58096).
Fri, 29 May 2020 15:43:10 -0700 Rik patch.m: Don't force zlim to manual mode (bug #58228).
Tue, 26 May 2020 06:59:45 +0200 Torsten Lilge fix focus issues in editor due to qt bug with focus proxy chains (bug #57635) stable
Fri, 29 May 2020 15:55:03 -0400 John W. Eaton * computer.m: Return Matlab-compatible output if --traditional.
Fri, 29 May 2020 15:08:48 -0400 John W. Eaton make --traditional option easily accessible to the interpreter
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047)
Fri, 29 May 2020 10:56:22 -0400 John W. Eaton move classdef docstring comments inside classdef definitions
Fri, 29 May 2020 08:50:29 -0400 John W. Eaton * mk-doc.pl: Find classdef docstrings inside classdef code block.
Thu, 28 May 2020 13:48:37 -0400 John W. Eaton capture comments for classdef classes, properties, events, and enumerations
Fri, 29 May 2020 11:00:41 -0400 John W. Eaton new comment_elt predicates
Thu, 28 May 2020 12:00:24 -0400 John W. Eaton refactor some classdef parsing rules
Sun, 24 May 2020 10:29:26 +0200 Markus Mützel memory.m: Add documentation (patch #9924).
Sat, 02 May 2020 20:18:10 +0200 Lars Kindermann Add "memory" function (patch #9924).
Wed, 22 Apr 2020 16:04:48 +0200 Markus Mützel Add function to query memory information on Windows (patch #9924).
Tue, 26 May 2020 23:12:04 -0400 John W. Eaton initialize m_complex in all mxArray_number constructors
Tue, 26 May 2020 13:31:34 -0700 Rik NEWS: Announce improvements in importdata() function.
Mon, 25 May 2020 15:03:47 -0700 Rik Emit an error if m-file size is >512 MB to prevent segfault in interpreter (bug #58345).
Mon, 25 May 2020 14:57:30 -0700 Rik maint: merge stable to default.
Mon, 25 May 2020 14:53:54 -0700 Rik legend.m: Revert regression and support legend handle as first argument (bug #58436) stable
Mon, 25 May 2020 22:28:38 +0200 Torsten Lilge simplify code for replacing all highlighted occurrences in the editor
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Thu, 21 May 2020 17:37:40 +0200 Markus Mützel Implement wrapper for waitpid using win32 API functions (bug #49211).
Sun, 24 May 2020 12:01:23 +0200 Torsten Lilge * contributors.in: added Markus Meisinger
Fri, 22 May 2020 22:54:55 +0200 Torsten Lilge update cursor position if within trailing spaces removed while saving
Thu, 21 May 2020 21:02:29 +0200 Markus Meisinger fix jumping vertical scrollbar when file is saved in editor (bug #58418)
Sun, 24 May 2020 10:41:11 +0200 Markus Mützel configure.ac: Move check for gl2ps to after Qt and OpenGL detection.
Sat, 23 May 2020 18:53:35 -0700 Rik importdata.m: Changes to algorithm to remove some blank entries from textdata.
Sat, 23 May 2020 14:13:11 -0700 Rik importdata.m: Properly process HEADER_ROWS input (bug #58294).
Sat, 23 May 2020 08:52:51 -0700 Rik configure.ac: Don't check for gl2ps if opengl_graphics are not used.
Sat, 23 May 2020 08:22:19 -0700 Rik legend.m: don't return handle when nargout == 0 and gnuplot used (bug #58430).
Sat, 23 May 2020 08:05:20 -0700 Rik Fix warning when plotting tick marks which exceed integer range with gnuplot (bug #58419)
Sat, 23 May 2020 07:53:51 -0400 John W. Eaton maint: Merge stable to default.
Sat, 23 May 2020 07:41:29 -0400 John W. Eaton revert part of changeset 00a9a49c7670 stable
Fri, 22 May 2020 18:47:16 -0400 John Donoghue Set mainwindow new figure shortcuts correctly (Bug #58431) stable
Fri, 22 May 2020 22:23:38 -0400 John W. Eaton maint: Merge stable to default.
Fri, 22 May 2020 22:21:47 -0400 John W. Eaton avoid crash when exiting octave-cli (bug #56952) stable
Fri, 22 May 2020 16:22:08 -0400 John W. Eaton maint: Merge stable to default.
Fri, 22 May 2020 12:54:13 -0400 John W. Eaton improve interpreter shutdown process (bug #56952) stable
Thu, 21 May 2020 11:23:24 -0400 John W. Eaton fix constness of some graphics properties methods stable
Thu, 21 May 2020 09:14:27 -0400 John W. Eaton move stray base_graphics_toolkit function to graphics-toolkit.cc stable
Fri, 22 May 2020 11:06:58 +0200 Markus Mützel maint: merge stable to default.
Wed, 06 May 2020 10:05:36 +0200 Philip Nienhuis pkg.m: Add introduction to packages to doc string (bug #58225). stable
Thu, 21 May 2020 19:10:53 +0200 Markus Mützel maint: merge stable to default.
Thu, 21 May 2020 11:49:03 +0200 Markus Mützel Catch error on setting properties during figure creation (bug #54953). stable
Thu, 21 May 2020 12:52:36 +0200 Markus Mützel maint: merge stable to default.
Thu, 21 May 2020 12:51:43 +0200 Markus Mützel smooth3.m: Use better example in demo. stable
Wed, 20 May 2020 17:15:34 -0700 Rik configure.ac: Remove obsolete, unused --enable-bounds-check option.
Wed, 20 May 2020 13:17:00 -0700 Rik Use relative filename in .tex file when printing using -dXXXlatex devices (bug #58374).
Wed, 20 May 2020 08:26:47 -0700 Rik __add_default_menu__.m: Clean-up code.
Wed, 20 May 2020 08:18:09 -0700 Guillaume Flandin Improve implementation of default File menu for plots (bug #58397)
Mon, 18 May 2020 22:17:18 +0200 Torsten Lilge fix break long editor lines preference (bug #58396) stable
Tue, 19 May 2020 17:44:24 +0900 Kai T. Ohlhus maint: merge stable to default.
Tue, 19 May 2020 17:40:08 +0900 Kai T. Ohlhus doc: Improve ODE solver documentation (bug #57309) stable
Sun, 19 Apr 2020 20:25:11 +0200 Pantxo Diribarne getpixelposition.m: Implement new function (bug #58181)
Mon, 18 May 2020 16:15:25 -0400 John W. Eaton maint: merge stable to default.
Mon, 18 May 2020 16:12:23 -0400 John W. Eaton move function definition from header to source file stable
Mon, 18 May 2020 16:10:52 -0400 John W. Eaton eliminate some unused call_stack and stack_frame functions stable
Mon, 18 May 2020 16:06:27 -0400 John W. Eaton correctly find all symbols in script when saving values (bug #58382) stable
Mon, 18 May 2020 14:52:14 -0400 John W. Eaton fix apparent copy/paste error in call stack function stable
Mon, 18 May 2020 20:52:05 +0200 Markus Mützel maint: merge stable to default.
Mon, 18 May 2020 16:03:50 +0200 Markus Mützel ode23s.m: Make tests with sparse Jacobian or JPattern conditional on UMFPACK. stable
Mon, 18 May 2020 18:14:24 +0200 Markus Mützel NEWS: Announce new properties for axes graphics object (bug #58336).
Mon, 18 May 2020 13:48:42 -0400 John W. Eaton maint: merge stable to default.
Mon, 18 May 2020 13:38:54 -0400 John W. Eaton fix printing of dynamic field names when printing parse tree stable
Mon, 18 May 2020 09:56:19 -0700 Guillaume Flandin Fix indexing error when printing figure without axes to raster format (bug #58395).
Mon, 18 May 2020 12:42:17 -0400 John W. Eaton maint: merge stable to default.
Mon, 18 May 2020 12:32:17 -0400 John W. Eaton print dynamic field names when printing parse tree stable
Mon, 18 May 2020 12:30:41 -0400 John W. Eaton capture dynamic field variable values in anonymous functions (bug #58389) stable
Mon, 18 May 2020 09:14:33 -0700 Rik Merge stable to default
Sat, 16 May 2020 15:53:42 +0200 Pantxo Diribarne Produce better looking TeX superscript and subscripts (bug #58376). stable
Mon, 18 May 2020 09:00:50 -0700 Guillaume Flandin saveas.m: Change default format to .ofig (bug #58391).
Fri, 15 May 2020 23:03:24 +0200 Markus Mützel Store character vectors in .mat files (-v6 or -v7) as UTF-16 (bug #58368).
Mon, 18 May 2020 16:03:50 +0200 Markus Mützel ode23s.m: Make tests with sparse Jacobian or JPattern conditional on UMFPACK.
Mon, 18 May 2020 14:44:10 +0200 Markus Mützel struct2hdl.m: Allowing loading old figure files (bug #58336).
Mon, 18 May 2020 13:02:20 +0200 Markus Mützel Replace uses of axes property "activepositionproperty" by "positionconstraint" (bug #58336).
Mon, 18 May 2020 18:10:39 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 18 May 2020 17:21:53 +0900 Kai T. Ohlhus ode23s.m: new function from former odepkg (bug #57309) stable
Sun, 17 May 2020 18:50:44 -0700 Rik Don't issue configure warning when --without-freetype used (bug #58330).
Sun, 17 May 2020 17:59:50 -0700 Rik Suppress unnecessary warning messages when configure --without-fltk, --without-portaudio (bug #58385).
Sat, 16 May 2020 15:53:42 +0200 Pantxo Diribarne Produce better looking TeX superscript and subscripts (bug #58376).
Sun, 17 May 2020 14:01:42 -0700 Rik configure.ac: Fix compilation when --without-XXX used for all libraries (bug #58330).
Sun, 17 May 2020 20:49:02 +0200 Markus Mützel Mirror value of axes property "activepositionproperty" from "positionconstraint" (bug #58336).
Sun, 17 May 2020 18:59:24 +0200 Markus Mützel Mirror value of axes property "innerposition" from "position" (bug #58336).
Sat, 16 May 2020 13:36:48 -0700 Rik maint: merge stable to default.
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Sat, 16 May 2020 11:09:09 -0700 Rik Don't issue configure warnings when --without-XXX used (bug #58330)
Sat, 16 May 2020 18:45:34 +0200 Markus Mützel Mirror new base property "contextmenu" in "uicontextmenu" (bug #58336).
Sat, 16 May 2020 03:46:38 -0400 Daniel J Sebald Restore editor x-offset after highlight-all-occurrences double-click (bug #58372) stable
Fri, 15 May 2020 08:21:23 -0700 Rik Place BIST test file in temp directory, rather than current dir (bug #50831). stable
Thu, 14 May 2020 11:32:06 +0200 Markus Mützel maint: merge stable to default.
Thu, 14 May 2020 11:05:05 +0200 Markus Mützel condest.m: Make test with sparse matrix conditional on UMFPACK. stable
Tue, 12 May 2020 10:42:09 +0200 Pantxo Diribarne Allow printing transparent scatter objects (bug #58282)
Mon, 11 May 2020 19:18:48 +0200 Philip Nienhuis Document that make_absolute_filename and canonicalize_file_name do not stable
Sun, 10 May 2020 21:17:34 +0200 Markus Mützel maint: merge stable to default.
Sun, 10 May 2020 20:36:31 +0200 Markus Mützel build: Include files in test/nest in the build system. stable
Sun, 10 May 2020 21:02:54 +0200 Markus Mützel __gnuplot_scatter__.m: Add missing file (bug #58282).
Sun, 10 May 2020 20:36:31 +0200 Markus Mützel build: Include files in test/nest in the build system.
Sun, 10 May 2020 18:53:23 +0200 Markus Mützel NEWS: Announce implementation of scatter graphics object (bug #58282).
Mon, 04 May 2020 19:18:56 +0200 Markus Mützel Add graphics object "scatter" (bug #58282).
Sun, 10 May 2020 18:07:48 +0200 Markus Mützel maint: merge stable to default.
Sun, 10 May 2020 18:01:51 +0200 Markus Mützel struct2hdl.m: Restore loading axes objects from .fig files (bug #58336).
Sun, 10 May 2020 16:13:34 +0200 Torsten Lilge add selection to history before evaluation of selected code (bug #58323) stable
Fri, 08 May 2020 22:37:01 +0200 Markus Mützel Add new properties to "axes" graphics object (bug #58336).
Sun, 10 May 2020 09:27:53 +0200 Torsten Lilge run slelected editor code as block, not line by line (bug #58323) stable
Sat, 09 May 2020 13:15:03 +0200 Markus Mützel maint: merge stable to default.
Sat, 09 May 2020 13:00:30 +0200 Markus Mützel warning_ids.m: Remove unused warning ids (bug #58396). stable
Thu, 07 May 2020 23:13:55 +0200 Philip Nienhuis pkg.m: Perform tilde expansion on 'local_list' argument (bug #58332). stable
Fri, 08 May 2020 19:56:16 -0700 Rik importdata.m: Overhaul column header detection (bug #58328).
Fri, 08 May 2020 22:23:03 -0400 John W. Eaton maint: merge stable to default.
Fri, 08 May 2020 20:14:31 +0200 Torsten Lilge fix conflicts in pt_BR Alt-Key menu shortcuts (bug #58335) stable
Fri, 08 May 2020 19:59:08 +0200 Torsten Lilge fix contjnued lines when executing selected editor text (bug #58323) stable
Fri, 08 May 2020 00:57:48 -0400 John W. Eaton maint: merge stable to default.
Fri, 08 May 2020 00:55:02 -0400 John W. Eaton avoid creating invalid model indices in variable editor (bug #58317) stable
Thu, 07 May 2020 13:14:07 -0700 Rik Make 1-input form "warning (STATE)" use special ID "all" (bug #58296).
Thu, 07 May 2020 11:14:44 -0700 Rik maint: merge stable to default.
Thu, 07 May 2020 11:11:35 -0700 Rik Don't issue configure warning when --without-fltk specified (bug #58321). stable
Wed, 06 May 2020 15:57:35 -0700 Rik Pretty print warning() output state when nargout==0 (bug #58296).
Wed, 06 May 2020 13:34:22 -0400 John W. Eaton maint: merge stable to default.
Wed, 06 May 2020 10:58:16 -0400 John W. Eaton restore pull parser interface when input is not interactive (bug #58198) stable
Tue, 05 May 2020 01:10:39 -0400 John W. Eaton maint: merge stable to default.
Tue, 05 May 2020 01:01:39 -0400 John W. Eaton handle comments in multi-line statements with push parser/lexer (bug #58198) stable
Mon, 04 May 2020 11:51:22 -0400 John W. Eaton maint: merge stable to default.
Mon, 04 May 2020 11:49:06 -0400 John W. Eaton handle comments in multi-line statements with push parser/lexer (bug #58198) stable
Mon, 04 May 2020 11:20:09 +0200 Markus Mützel maint: merge stable to default.
Sat, 22 Feb 2020 17:26:34 +0100 Markus Mützel pkg.m: Install packages globally if process has elevated rights (bug #44548). stable
Sun, 03 May 2020 16:16:17 +0200 Markus Mützel fullfile.m: Allow multiple cell arrays as input arg (bug #57774).
Sat, 02 May 2020 12:24:26 -0700 Rik maint: merge stable to default.
Fri, 01 May 2020 00:51:01 -0400 John W. Eaton fix printing of functions with varargin/varargout (bug #58279) stable
Thu, 30 Apr 2020 23:51:30 -0400 John W. Eaton delete obsolete and unused tree_return_list class (bug #58279) stable
Thu, 30 Apr 2020 11:54:21 +0200 Pantxo Diribarne maint: merge stable to default
Wed, 29 Apr 2020 22:08:43 +0200 Pantxo Diribarne svgconvert: Allow switching fontangle in part of a text string (bug #58274) stable
Tue, 28 Apr 2020 16:24:10 -0700 Rik maint: merge stable to default.
Tue, 28 Apr 2020 16:23:52 -0700 Rik Fix segfault when loading a single string from an hdf5 file (bug #58268). stable
Mon, 27 Apr 2020 10:14:03 -0700 Rik Ignore default "backgroundcolor" for uicontrol edit/listbox objects for Matlab compatibility (bug #58261).
Mon, 27 Apr 2020 09:10:40 -0700 Rik NEWS: Announce support for uicontrol "Inactive", "Off" values of "Enable" property (bug #57128).
Mon, 27 Apr 2020 08:45:36 -0700 Rik Implement "gray" when uicontrol text/slider are disabled (bug #57128).
Sun, 26 Apr 2020 18:15:30 -0700 Rik Implement "gray" when uicontrol radiobutton/checkbox are disabled (bug #57128)
Sun, 26 Apr 2020 15:11:51 -0700 Rik Implement "gray" when uicontrol popupmenus are disabled (bug #57128).
Sun, 26 Apr 2020 15:01:41 -0700 Rik Fix problem with uicontrol "Enable" transition from "off"->"inactive" (bug #57128).
Sun, 26 Apr 2020 10:48:20 -0700 Rik Implement "gray" when uicontrol pushbuttons/togglebuttons are disabled (bug #57128)
Sat, 25 Apr 2020 19:44:57 -0700 Rik Implement Enable property values "inactive" and "off" for uicontrol Edit (bug #57128)
Sat, 25 Apr 2020 14:35:00 -0700 Rik NEWS: Announce support for negative numbers in dec2bin, dec2hex.
Sat, 25 Apr 2020 14:31:09 -0700 Rik dec2hex.m: Implement support for negative number inputs (bug #58147).
Sat, 25 Apr 2020 11:45:03 -0700 Rik dec2bin.m: Fix algorithm for numbers less than intmin ('int32') (bug #58147).
Fri, 24 Apr 2020 13:16:09 -0700 Rik axis.m: Implement "fill" option for Matlab compatibility.
Fri, 24 Apr 2020 13:05:06 -0700 Rik maint: merge stable to default.
Fri, 24 Apr 2020 13:04:08 -0700 Rik axis.m: Update documentation. stable
Wed, 22 Apr 2020 17:04:55 -0700 Rik dec2bin.m: Reduce number of times search for negative numbers is done (bug #58147).
Wed, 22 Apr 2020 15:53:51 -0700 Nicholas R. Jankowski dec2bin.m: Allow negative number inputs (bug #58147).
Wed, 22 Apr 2020 13:23:05 +0200 Markus Mützel endsWith.m: delete duplicate line in docstring.
Tue, 21 Apr 2020 18:19:13 -0700 Rik Implement "HorizontalAlignment" property for multi-line "Edit" uicontrols (bug #58224).
Tue, 21 Apr 2020 17:06:35 -0700 Rik Scale ToolBarButton icons to 24x24 for better appearance (bug #58144).
Mon, 20 Apr 2020 08:28:22 -0700 Rik endsWith.m: overhaul function.
Sun, 19 Apr 2020 18:34:09 -0700 Rik startsWith.m: overhaul function.
Sat, 18 Apr 2020 17:35:25 -0700 Rik struct2hdl.m: Allow loading of uitoggletool objects (bug #58196).
Sat, 18 Apr 2020 17:25:55 -0700 Rik When clipping CDATA for icons take data from center of image (bug #58144).
Sat, 18 Apr 2020 20:32:21 +0200 Pantxo Diribarne legend.m: display actual marker size up to 8 points stable
Thu, 16 Apr 2020 12:51:31 -0700 Rik Use size from 'CData' property of uicontrol to set icon size of buttons (bug #58144).
Thu, 16 Apr 2020 11:52:11 -0700 Rik maint: merge stable to default.
Thu, 16 Apr 2020 11:48:06 -0700 Rik Fix reversal of width and height in uicontrol icon creation (bug #58144). stable
Wed, 15 Apr 2020 17:23:51 -0400 John W. Eaton eliminate output from io.tst stable
Wed, 15 Apr 2020 15:55:32 -0400 John W. Eaton use nullptr instead of NULL or 0 in a few more places stable
Wed, 15 Apr 2020 20:53:23 +0200 Markus Mützel doc: Add new contributor to list in manual.
Tue, 14 Apr 2020 22:55:33 -0400 John W. Eaton maint: merge stable to default.
Tue, 14 Apr 2020 22:53:19 -0400 John W. Eaton attempt to work around Windows ftello/fseeko bug (bug #58055) stable
Tue, 14 Apr 2020 22:49:34 -0400 John W. Eaton omit unnecessary calls to std::string::c_str stable
Tue, 14 Apr 2020 11:10:14 -0700 Rik maint: merge stable to default.
Tue, 14 Apr 2020 11:09:42 -0700 Rik Warn if -v7.3 format is used for load/save (bug #45706). stable
Mon, 13 Apr 2020 18:19:41 -0700 Rik griddata.m, griddatan.m: Small tweak in input validation.
Mon, 13 Apr 2020 18:10:45 -0700 Rik griddata3.m: Rewrite documentation.
Mon, 13 Apr 2020 18:07:28 -0700 Rik griddata.m: Overhaul function.
Mon, 13 Apr 2020 08:56:13 -0700 Rik griddatan.m: Issue informational error if "cubic" METHOD is used.
Sun, 29 Mar 2020 22:15:32 +0200 Abdallah Elshamy Add new functions startsWith and endsWith (bug #57041).
Sun, 12 Apr 2020 18:14:05 -0700 Rik griddatan.m: Rewrite docstring and redo input validation.
Thu, 09 Apr 2020 16:21:05 -0400 Nicholas R. Jankowski griddata.m: Added support for "v4" biharmonic spline interpolation method (bug #33539).
Sat, 11 Apr 2020 16:26:19 -0700 Rik maint: merge stable to default.
Sat, 11 Apr 2020 16:25:52 -0700 Rik print.m: Fix printing eps files with -tight option on Windows (bug #57143). stable
Sat, 11 Apr 2020 16:06:19 -0700 Rik maint: merge stable to default.
Sat, 11 Apr 2020 15:57:36 +0200 Pantxo Diribarne Correctly cache fonts in ft_manager (bug #58150) stable
Sat, 11 Apr 2020 20:47:26 +0200 Markus Mützel maint: merge stable to default.
Sat, 11 Apr 2020 20:46:24 +0200 Markus Mützel Canonicalize case of long parts of path on Windows file systems (bug #58148). stable
Sat, 11 Apr 2020 08:26:09 -0400 John W. Eaton maint: merge stable to default.
Sat, 11 Apr 2020 08:19:45 -0400 John W. Eaton add test files accidentally omitted from previous change 7567413e7246 stable
Thu, 09 Apr 2020 15:40:38 -0700 Mike Miller maint: merge stable to default
Thu, 09 Apr 2020 15:35:57 -0700 Mike Miller pkg: insert missing space in configure command stable
Wed, 08 Apr 2020 16:03:51 -0400 John W. Eaton maint: merge stable to default.
Wed, 25 Mar 2020 16:46:30 -0400 John W. Eaton hide __fltk_check__ function stable
Thu, 19 Mar 2020 13:54:03 -0400 John W. Eaton new function to identify anonymous function handles stable
Wed, 08 Apr 2020 16:00:54 -0400 John W. Eaton maint: merge stable to default.
Wed, 08 Apr 2020 15:59:56 -0400 John W. Eaton test for visibility of nested function in scripts called from parent function stable
Wed, 08 Apr 2020 14:59:01 -0400 John W. Eaton maint: merge stable to default.
Wed, 08 Apr 2020 14:56:27 -0400 John W. Eaton improve handling of ans assignment with wrapper functions stable
Tue, 07 Apr 2020 18:24:51 +0200 Markus Mützel maint: merge stable to default.
Tue, 07 Apr 2020 08:42:31 +0200 Markus Mützel canonicalize_file_name: Fix for non-existent file on Windows (bug #58118). stable
Mon, 06 Apr 2020 17:31:37 -0700 Rik maint: merge stable to default.
Thu, 12 Mar 2020 20:45:47 +0100 Pantxo Diribarne Fix inconsistent marker size between screen and printout (bug #57552) stable
Sun, 05 Apr 2020 14:56:29 -0700 Rik maint:merge stable to default.
Sun, 05 Apr 2020 14:55:49 -0700 Rik inputParser.m: Fix error with cell array Optional argument (bug #58112) stable
Mon, 30 Mar 2020 11:41:28 -0700 Mike Miller pkg: build with "V=1" for verbose build rules stable
Sun, 29 Mar 2020 12:59:33 -0700 Rik test: Add %!xtest for bug #50743 so it is not forgotten (bug #50743).
Sun, 29 Mar 2020 12:53:19 -0700 Rik test: Add BIST test for textscan (Bug #51093).
Sun, 29 Mar 2020 11:26:16 -0700 Rik Fix textscan handling of empty fields at end of line (Bug #57612).
Sat, 28 Mar 2020 15:59:47 -0700 Rik Fix textscan when literal and delimiter might be the same character (bug #58008).
Fri, 27 Mar 2020 13:13:09 -0700 Mike Miller maint: merge stable to default
Fri, 27 Mar 2020 13:11:46 -0700 Mike Miller build: include tests for bug #50831 in the build system stable
Wed, 19 Apr 2017 15:06:31 +0200 Olaf Till Load structures with arbitrary string fieldnames (bug #50831, bug #46645). stable
Fri, 27 Mar 2020 12:47:33 -0700 Mike Miller build: ensure dependency between contributors.texi and preface.texi (bug #58057) stable
Fri, 27 Mar 2020 15:25:50 +0100 Markus Mützel doc: Clarify behavior of "subplot". stable
Fri, 27 Mar 2020 08:53:37 +0100 Markus Mützel maint: merge stable to default.
Fri, 27 Mar 2020 08:52:33 +0100 Markus Mützel Avoid potential lifetime issues with temporary std::wstring objects. stable
Thu, 26 Mar 2020 15:06:09 -0700 Rik fieldnames.m: Fix handling of old-style @class objects (bug #58012).