log

age author description
Wed, 20 Feb 2013 19:29:41 -0500 John W. Eaton provide some undocumented matlab behavior for linspace (bug #38151)
Wed, 20 Feb 2013 16:11:47 -0800 Rik newplot.m: Return handle to created axes for Matlab compatibility (Bug #38146)
Sat, 16 Feb 2013 22:06:59 -0500 Michael Godfrey Make signbit return logical 0 or 1 (bug #38291)
Wed, 20 Feb 2013 14:58:39 -0800 Rik Fix saving binary matrices with up to 2^31 elements (Bug #38326).
Wed, 20 Feb 2013 16:37:02 -0500 Jordi Gutiérrez Hermoso Fix bounds-checking in diagonal matrices (bug #38357)
Wed, 20 Feb 2013 11:36:36 -0500 Jordi Gutiérrez Hermoso Merge in Julien's changes
Wed, 20 Feb 2013 11:36:13 -0500 Jordi Gutiérrez Hermoso Whitespace cleanup
Tue, 29 Jan 2013 17:55:53 +0100 Julien Bect Fix and improve functions related to class precedence (bug #38290)
Sun, 17 Feb 2013 21:17:46 +0100 Torsten gui: fix updating history and workspace widget for mxe-octave
Sat, 16 Feb 2013 22:21:13 -0500 John W. Eaton use yes/no instead of true/false in confgure scripts
Sat, 16 Feb 2013 19:00:08 -0500 John W. Eaton maint: periodic merge of stable to default
Sat, 16 Feb 2013 18:58:58 -0500 John W. Eaton maint: merge away extra head on default
Sat, 16 Feb 2013 18:51:29 -0500 John W. Eaton maint: merge away extra head on stable stable
Mon, 11 Feb 2013 16:26:08 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 11 Feb 2013 16:23:14 -0500 John W. Eaton Added tag rc-3-6-4-2 for changeset cc5a7d1233f3 stable
Mon, 11 Feb 2013 16:22:26 -0500 John W. Eaton bump version for 3.6.4-rc2 stable rc-3-6-4-2
Mon, 11 Feb 2013 16:22:19 -0500 John W. Eaton * sqp.m: Relax tolerance in test. stable
Thu, 14 Feb 2013 21:11:46 +0100 Philip Nienhuis textscan.m: catch wrong headerlines values, tests added
Thu, 14 Feb 2013 21:09:45 +0100 Philip Nienhuis textread.m, textscan.m: catch wrong headerlines values, tests added
Wed, 13 Feb 2013 21:53:39 -0800 Rik binopdf.m: Ensure Matlab compatibility for boundary values (bug #38292).
Wed, 06 Feb 2013 21:45:04 +0000 Richard Crozier Created common octave_dock_widget class
Wed, 13 Feb 2013 21:28:30 -0800 Rik build: remove *-tst files with distclean rule.
Wed, 13 Feb 2013 13:11:59 -0800 Rik maint: Periodic merge of stable to default.
Wed, 13 Feb 2013 12:45:31 -0800 Rik Fix building when --disable-docs argument given. stable
Tue, 12 Feb 2013 08:13:46 -0800 Rik doc: Add seealso links between input, yes_or_no, kbhit.
Tue, 12 Feb 2013 07:43:59 -0800 Rik doc: Update history() docstring.
Mon, 11 Feb 2013 21:39:04 -0800 Rik Fix off-by-1 error in history list when running 'edit_history'.
Mon, 11 Feb 2013 15:45:26 -0500 Michael Goffioul periodic merge of default to classdef. classdef
Mon, 11 Feb 2013 15:24:56 -0500 Michael Goffioul Fix classdef tests. classdef
Mon, 11 Feb 2013 15:20:00 -0500 Michael Goffioul Implement indirect method call: fun(obj, ...). classdef