log

age author description
Sun, 11 Oct 2015 20:39:11 +0200 Carlo de Falco avoid stepping beyond end of thspan in ode solvers
Sun, 11 Oct 2015 19:20:27 +0200 Carlo de Falco fix indexing bug introduced with a22d8a2eb0e5
Sun, 11 Oct 2015 18:44:58 +0200 Carlo de Falco fix adaptive strategy in ode solvers.
Sat, 10 Oct 2015 16:52:59 -0700 Rik maint: Merge stable to default to pick up fix for bug #45577.
Sat, 10 Oct 2015 16:46:00 -0700 Rik Fix segfault when complex double matrix calls ZGETRF (bug #45577). stable
Thu, 08 Oct 2015 20:59:25 -0400 John Donoghue Add uiXXXX documentation (Bug #46076) stable
Sat, 10 Oct 2015 13:07:51 +0200 Pantxo Diribarne Qt Figure: allow displaying coordinates when hovered axes parent is a uipanel.
Sat, 10 Oct 2015 12:48:10 +0200 Pantxo Diribarne Update the state of the toolbar after ui* children have been removed
Sat, 10 Oct 2015 12:21:37 +0200 Pantxo Diribarne Fix execution of "windowbuttonmotionfcn" with uipanels (bug #46151)
Fri, 09 Oct 2015 16:25:27 +0200 Pantxo Diribarne Preliminary inclusion of uixx objects properties in the manual (bug #46076)
Fri, 09 Oct 2015 19:29:28 -0700 Lachlan Andrew ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002).
Fri, 09 Oct 2015 19:28:05 -0700 Rik maint: Periodic merge of stable to default.
Fri, 09 Oct 2015 19:14:20 -0700 Lachlan Andrew quantile.m: Fix operation along a singleton dimension (bug #45455). stable
Fri, 09 Oct 2015 18:52:58 -0700 Rik Extend parser to accept binary constants that begin with '0b' or '0B'.
Mon, 05 Oct 2015 14:05:58 -0700 Rik Extend parser to accept '_' in numbers.
Fri, 09 Oct 2015 16:52:49 -0400 John W. Eaton don't print additional error message in argument list evaluation
Fri, 09 Oct 2015 15:17:08 -0400 John W. Eaton eliminate remaining uses of error_state in parse-tree files
Fri, 09 Oct 2015 12:03:23 -0700 Rik Remove fuzzy matching from odeset/odeget.
Fri, 09 Oct 2015 14:43:36 -0400 John W. Eaton use new cell_value method to handle value extraction errors
Fri, 09 Oct 2015 14:41:49 -0400 John W. Eaton new octave_value::cell_value method with optional error message
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 17:55:57 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 18:15:56 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 17:41:21 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 08 Oct 2015 17:26:40 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 16:43:22 -0400 John W. Eaton new octave_value::string_value method with optional error message
Thu, 08 Oct 2015 20:15:19 +0100 Carnë Draug inputParser: do not perform validation of default values (bug #45837)
Thu, 08 Oct 2015 20:06:45 +0100 Carnë Draug linspace: add tests for the use of vectors as base and limit.
Thu, 08 Oct 2015 19:56:51 +0100 Carnë Draug linspace: remove use of error_state.