log

age author description
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.