log

age author description
Wed, 06 Dec 2017 13:19:15 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 12:39:27 -0600 Daniel J Sebald Make gnuplot color have three components for interpolated edge color (bug #52595). stable
Wed, 06 Dec 2017 13:55:23 -0500 John W. Eaton Backed out changeset 4e746afab617
Wed, 06 Dec 2017 09:05:32 -0800 Rik Only warn once from gnuplot about "interp" not being supported (bug #52595).
Wed, 06 Dec 2017 08:52:46 -0800 Rik maint: merge stable to default.
Tue, 05 Dec 2017 17:12:08 -0600 Daniel J Sebald Simplify gnuplot toolkit scripts for image/non-image data plots (bug #52589). stable
Wed, 06 Dec 2017 11:45:44 -0500 John W. Eaton don't store relative directory names in load path (bug #52598)
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Tue, 05 Dec 2017 11:35:11 -0800 Rik maint: merge of stable to default.
Tue, 05 Dec 2017 09:24:05 -0800 Rik doc: grammarcheck of Object Oriented Programming chapter in manual. stable
Tue, 18 Apr 2017 16:45:27 -0700 Rik Revert change to Copyright word wrapping in 907f8c3e1c8d. stable
Wed, 19 Apr 2017 01:22:23 +0200 Markus Mützel doc: new section about classdef classes with example (bug #44590). stable
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Mon, 04 Dec 2017 01:26:06 -0500 John W. Eaton update octave_lvalue class and move inside octave namespace
Sun, 03 Dec 2017 16:42:16 -0500 John W. Eaton give names to anonymous function scopes
Thu, 30 Nov 2017 16:31:55 -0500 John W. Eaton avoid shadowed variable warnings from GCC
Thu, 30 Nov 2017 15:10:12 -0500 John W. Eaton restructure global variable handling in symbol table
Thu, 30 Nov 2017 08:00:40 -0500 John W. Eaton delete unused symbol_record_rep member variable
Wed, 29 Nov 2017 15:18:52 -0500 John W. Eaton move oct-lvalue files from corefcn to parse-tree directory
Wed, 29 Nov 2017 15:08:37 -0500 John W. Eaton deprecate defun_isargout functions
Tue, 28 Nov 2017 12:43:25 -0500 John W. Eaton eliminate some uses of decl_scope in symbol_record class
Sun, 03 Dec 2017 12:37:13 +0100 Torsten fix truncated startup message in the gui terminal
Fri, 01 Dec 2017 17:28:37 -0600 Daniel J Sebald Fix textscan missing fields and number reads for cell-specified delimiters (bug #52550).
Thu, 30 Nov 2017 22:57:15 +0100 Pantxo Diribarne Freset: don't force drawnow (bug #52557).
Fri, 01 Dec 2017 11:24:33 -0800 Rik Stop segfault when starting Octave with conflicting options (bug #52567).
Fri, 01 Dec 2017 11:08:26 -0800 Rik eigs.m: Fix failing BIST test (bug #49523).
Thu, 30 Nov 2017 09:01:11 +0100 Marco Caliari Relax some tests for unconverged eigenvalues with eigs (bug #49523).
Thu, 30 Nov 2017 12:58:04 -0800 Rik eigs-base.cc: Fix incorrect function name reported in error msgs.
Thu, 30 Nov 2017 11:03:20 -0800 Rik table.m: Rename function to crosstab for Matlab compatibility (bug #52492).
Thu, 30 Nov 2017 10:11:11 -0800 Rik maint: merge of stable to default.
Thu, 30 Nov 2017 09:13:07 -0800 Rik Fix concatenation of empty char matrices with other strings (bug #52542). stable
Wed, 29 Nov 2017 13:47:23 -0800 Rik maint: merge stable to default.
Wed, 29 Nov 2017 13:43:58 -0800 Rik build: Fix compiling OCTAVE_ARPACK_OK_2 Fortran code (bug #52425). stable
Wed, 29 Nov 2017 13:37:40 -0800 Rik Fix legend placement for plotyy figures (bug #52547).
Wed, 29 Nov 2017 13:08:56 -0800 Rik Add new warning ID "Octave:eigs:UnconvergedEigenvalues".
Fri, 24 Nov 2017 11:51:03 +0100 Marco Caliari eigs should return NaNs for unconverged eigenpairs (bug #49523).
Wed, 29 Nov 2017 11:47:04 -0800 Rik doc: Remove contributor not wishing to appear in manual.
Wed, 29 Nov 2017 11:26:14 -0800 Rik maint: fix buggy merge of stable to default in cset 3ae0003252ac.
Wed, 29 Nov 2017 11:15:40 -0800 Rik maint: merge stable to default.
Wed, 29 Nov 2017 11:01:59 -0800 Rik configure.ac: Fix regression in detecting ARPACK library in cset f52d91f6ef80. stable
Wed, 29 Nov 2017 13:09:51 +0100 Kai T. Ohlhus doc: Add missing contributors from hg log to contributors.in (bug #46740)
Wed, 29 Nov 2017 12:32:39 +0100 Lasse Kliemann doc: Improve docstring for rank (bug #52533).
Tue, 28 Nov 2017 12:57:51 -0800 Rik isequal.m, isequaln.m: Fix comparsion of struct arrays (bug #51403).
Mon, 27 Nov 2017 23:52:54 -0500 John W. Eaton don't store persistent variables separately in scope object
Mon, 27 Nov 2017 20:28:13 -0500 John W. Eaton eliminate unused symbol scope and symbol record functions
Mon, 27 Nov 2017 10:48:20 -0500 John W. Eaton use shared_ptr to manage fcn_info object
Mon, 27 Nov 2017 17:13:36 -0800 Rik meshz.m: Change indices to be one-based, not zero-based, when single input Z given.
Mon, 27 Nov 2017 17:08:30 -0800 Rik maint: periodic merge of stable to default.
Mon, 27 Nov 2017 16:58:25 -0800 Rik stairs.m: Add example @code section showing what "indices of elements" means. stable
Mon, 27 Nov 2017 16:51:14 -0800 Rik doc: Correct surface plot explanation of meshgridded results of 1 input (bug #52536) stable
Mon, 27 Nov 2017 20:38:35 +0100 Torsten handle floating widgets on all platforms as done on windows (bug #52378)
Sun, 26 Nov 2017 21:30:46 -0800 Rik doc: Remove references to filemarker function deleted in a26a8714db26.
Sun, 26 Nov 2017 21:20:41 -0800 Rik Use common coding style of 'htmp' passed to output 'h' for plot m-files.
Sun, 26 Nov 2017 21:06:04 -0800 Rik maint: periodic merge of stable to default.
Sat, 25 Nov 2017 20:52:46 +0100 Hugo Raguet trisurf.m, trimesh.m: Fix input validation (bug #48109). stable
Sun, 26 Nov 2017 20:59:28 -0800 Rik isequal.m: Fix typo in BIST test (bug #51403).
Sun, 26 Nov 2017 14:55:26 -0800 Rik isequal.m, isequaln.m: Return a full, non-sparse, logical value for compatibility.
Sun, 26 Nov 2017 14:50:20 -0800 Rik Return NaN arrays for left division operator when operands contain NaNs (bug #52516).
Sun, 26 Nov 2017 10:22:39 -0800 Rik Remove regression mark for second BIST test for textscan bug #52479.
Sun, 26 Nov 2017 09:01:35 -0800 Rik Promote __iseqal__.m to isequal.m, isequaln.m for 20% performance benefit (bug #51403).
Sat, 25 Nov 2017 21:56:15 -0800 Rik __isequal__.m: Rewrite function for performance.
Fri, 24 Nov 2017 18:14:37 +0100 Torsten do not change selection when (un)commenting lines in the editor () stable
Tue, 21 Nov 2017 21:35:32 +0100 Torsten allow uncommenting in editor when line begins with whitespace (bug #52406) stable
Thu, 09 Nov 2017 21:07:42 +0100 Torsten do not extend selection when indenting/commenting in editor (bug #45610) stable
Fri, 24 Nov 2017 17:29:00 -0800 Rik maint: merge stable to default.
Wed, 22 Nov 2017 14:06:44 -0600 Daniel J Sebald Remove all delimiters from whitespace list in textscan function (bug #52479). stable
Fri, 24 Nov 2017 18:14:37 +0100 Torsten do not change selection when (un)commenting lines in the editor ()
Thu, 23 Nov 2017 13:57:42 -0800 Rik maint: merge stable to default.
Thu, 23 Nov 2017 13:33:48 -0800 Rik Calculate 1-norm of matrices to assess whether NaN or Inf are present (bug #39000). stable
Thu, 23 Nov 2017 20:39:38 +0100 Torsten * workspae_view (save_settings): add missing call to virtual base function stable
Mon, 20 Nov 2017 07:35:48 +0100 Torsten prevent extra ampersand under KDE in cd-or-add-to-path dialog (bug #52423) stable
Thu, 23 Nov 2017 10:45:19 -0800 Rik Recognize docstrings from subfunctions (bug #46008).
Thu, 23 Nov 2017 18:12:40 +0000 Carnë Draug eps: error if input is not of floating point type
Thu, 23 Nov 2017 16:27:02 +0000 Carnë Draug libinterp/corefcn/data.cc: template eps() to reduce code duplication
Thu, 23 Nov 2017 09:42:21 -0800 Rik plotyy.m: Don't color y-axis which contains more than 1 line object (bug #48115).
Thu, 23 Nov 2017 09:27:23 -0800 Rik maint: merge stable to default.
Thu, 23 Nov 2017 08:57:56 -0800 Rik plotyy.m: Fix error when using FUN2 argument (bug #48115) stable
Tue, 21 Nov 2017 22:00:45 -0800 Rik maint: Correct typo in comment "Throw-away" => "Throw away"
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Tue, 21 Nov 2017 17:49:18 -0800 Rik Check ARPACK library for buggy behavior in configure (bug #52425) stable
Tue, 21 Nov 2017 21:35:32 +0100 Torsten allow uncommenting in editor when line begins with whitespace (bug #52406)
Mon, 20 Nov 2017 08:05:10 -0500 John W. Eaton Fix typo: varaible -> variable.
Sun, 19 Nov 2017 21:37:49 -0500 John W. Eaton * bp-table.cc: Style fixes.
Sun, 19 Nov 2017 21:17:25 -0500 John W. Eaton store subfunction names in scope instead of function object
Mon, 24 Jul 2017 16:48:03 +0200 Pantxo Diribarne Fix printing integer type images (bug #51558) stable
Sun, 19 Nov 2017 16:01:05 -0500 John W. Eaton improve error message for invalid anonymous functions
Sun, 19 Nov 2017 21:15:17 +0100 Torsten update wrong setting keys accidentally introduced into the settings file stable
Sun, 19 Nov 2017 12:49:15 -0500 John W. Eaton delete unused symbol_table functions
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5) stable
Sun, 19 Nov 2017 09:51:19 -0500 John W. Eaton delete filemarker function and corresponding internal variable
Sun, 19 Nov 2017 10:31:14 +0100 Andreas Weber dim-vector.cc: rewrite dim-vector.cc::squeeze using existing functions
Sat, 18 Nov 2017 20:41:41 +0100 Markus Mützel Copy all constraints for row vector properties.
Sat, 18 Nov 2017 19:45:23 +0100 Markus Mützel Do not skip constraints for graphics properties.
Sat, 18 Nov 2017 11:50:16 +0100 Torsten improve re-docking of a floating widget under windows
Fri, 17 Nov 2017 13:46:15 -0500 John W. Eaton * perms.m: Split groups of tests to individual asserts.
Fri, 17 Nov 2017 17:34:28 +0000 Carnë Draug scripts/specfun/perms.m: support data of any indexable type (bug #52431)
Fri, 17 Nov 2017 11:36:55 -0500 John W. Eaton use m_ prefix for symbol_record class data members
Fri, 17 Nov 2017 09:12:11 -0500 John W. Eaton use shared_ptr and weak_ptr to manage symbol_record object
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope
Fri, 17 Nov 2017 16:53:42 +0000 Carnë Draug scripts/specfun/perms.m: fix return type and size for empty arrays (bug #52432)
Fri, 17 Nov 2017 16:01:59 +0000 Carnë Draug scripts/specfun/perms.m: add tests for non numeric data (bug #52431)
Thu, 16 Nov 2017 18:12:23 -0800 Rik maint: merge stable to default.
Thu, 16 Nov 2017 18:01:18 -0800 Rik Fix definition of Delaunay triangulation in docstrings (bug #52416). stable
Thu, 16 Nov 2017 17:24:09 -0800 Rik accumarray.m: Add '@' to function handles in docstring (bug #52418). stable
Thu, 16 Nov 2017 16:06:31 -0500 John W. Eaton disentangle symbol_record, scope, and fcn_info from symbol_table class
Thu, 16 Nov 2017 16:12:12 -0500 John W. Eaton maint: No really, merge stable to default.
Thu, 16 Nov 2017 11:55:15 -0800 Rik maint: merge stable to default.
Thu, 16 Nov 2017 11:54:20 -0800 Rik Eliminate possible segfaults related to not cleaning up Qhull workspace. stable
Wed, 15 Nov 2017 19:27:09 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 19:26:38 -0800 Rik Fix segfault in delaunayn when Qhull memory is not properly cleared (bug #52410). stable
Wed, 15 Nov 2017 15:26:11 -0800 Rik maint: replace uses of 0 with nullptr in dSparse.cc, CSparse.cc.
Wed, 15 Nov 2017 15:22:27 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 15:21:45 -0800 Rik Fix segfault with CHOLMOD library and empty matrices (bug #52365). stable
Wed, 15 Nov 2017 14:52:07 -0500 John W. Eaton use shared_ptr to manage url_transfer object
Wed, 15 Nov 2017 14:38:31 -0500 John W. Eaton use shared_ptr to manage thread_manager object
Wed, 15 Nov 2017 14:21:52 -0500 John W. Eaton use shared_ptr to manage graphics_object and graphics_event objects
Tue, 14 Nov 2017 09:41:07 +0100 Marco Caliari Fix incorrect size of the solution of some singular systems (bug #52402).
Sun, 05 Nov 2017 20:25:17 +0100 Julien Bect * jit.tst: Disable tests that hang the interpreter.