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.