log

age author description
Fri, 24 Jan 2014 04:19:00 -0500 John W. Eaton * mkoctfile.in.cc: Use std:: instead of using declarartion. stable
Fri, 24 Jan 2014 04:10:53 -0500 John W. Eaton * mkoctfile.in.cc: Use gnulib:: tag where appropriate. stable
Fri, 24 Jan 2014 03:48:06 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 24 Jan 2014 03:47:31 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Fri, 24 Jan 2014 03:40:55 -0500 John W. Eaton use common code to get OCTAVE_HOME in main, octave-config and mkoctfile stable
Fri, 24 Jan 2014 03:24:46 -0500 John W. Eaton make mkoctfile.m list of variables consistent with mkoctfile.cc (bug #41296) stable
Thu, 23 Jan 2014 22:01:22 -0800 Rik doc: Re-write bits of External Code Interface chapter. stable
Fri, 24 Jan 2014 00:52:07 -0500 Mike Miller octave-config: Rebase dir variables to OCTAVE_HOME only when it is defined stable
Thu, 23 Jan 2014 20:36:24 -0800 Rik mkoctfile.m: Add missing bracket to @deftypefn declaration. stable
Thu, 23 Jan 2014 21:24:43 -0500 Michael Goffioul Allow to call superclass constructor without arguments.
Thu, 23 Jan 2014 14:40:35 -0800 Rik maint: Merge gui-release -> stable.
Thu, 23 Jan 2014 14:40:02 -0800 Rik maint: Merge stable -> gui-release. gui-release
Thu, 23 Jan 2014 14:37:43 -0800 Michael C. Grant configure.ac: Find Qt libs in framework option for Macs (bug #41236) stable
Thu, 23 Jan 2014 16:16:07 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 23 Jan 2014 16:15:46 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 23 Jan 2014 16:14:50 -0500 John W. Eaton make octave-config and mkoctfile consistent with last shell script versions stable
Thu, 23 Jan 2014 12:53:32 -0800 Rik datetick.m: Add more detail to FIXME note.
Thu, 23 Jan 2014 12:49:07 -0800 Rik doc: Re-write documentation for errorbar family of functions. stable
Thu, 23 Jan 2014 21:16:15 +0100 Torsten * settings-dialog.ui: missing changes for cset dfc6ef6ac455 gui-release
Thu, 23 Jan 2014 21:00:51 +0100 Torsten some text improvements in the gui (#bug 41201) gui-release
Thu, 23 Jan 2014 10:44:24 -0800 Rik plotyy.m: Overhaul function to use updated newplot().
Thu, 23 Jan 2014 19:35:43 +0100 Torsten improve width of editor tabs when showing complete file path gui-release
Tue, 21 Jan 2014 22:40:29 -0500 Mike Miller Always build mkoctfile and octave-config as executables (bug #41296) stable
Thu, 23 Jan 2014 10:38:10 -0500 Michael Goffioul Allow "end" method declaration/definition in classde files.
Thu, 23 Jan 2014 03:43:41 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 23 Jan 2014 03:43:11 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 22 Jan 2014 22:47:14 -0800 Rik configure.ac: Fix broken build with AMCOND_HAVE_LLVM.
Wed, 22 Jan 2014 19:08:40 -0800 Rik fill.m: Add titles to %!demos.
Wed, 22 Jan 2014 18:59:56 -0800 Rik fill.m: Replicate X or Y vector input to match size of X or Y matrix input.
Wed, 22 Jan 2014 18:03:44 -0800 Rik fill.m: Don't replicate cdata matrix to x,y size when it is a string.
Wed, 22 Jan 2014 17:20:40 -0800 Rik shrinkfaces.m: Overhaul function.
Wed, 22 Jan 2014 16:00:03 -0800 Rik colstyle.m: Tweaks to improve code style.
Wed, 22 Jan 2014 15:35:47 -0800 Rik specular.m: Overhaul function.
Wed, 22 Jan 2014 15:34:20 -0800 Rik diffuse.m: Overhaul function.
Sat, 04 Jan 2014 14:37:59 -0500 Michael Godfrey Edits to Manual and indicies stable
Wed, 22 Jan 2014 10:37:35 -0800 Rik Return all nargout from urlread if requested (bug #41260). stable
Mon, 04 Nov 2013 00:04:55 +0100 Stefan Mahr build: Add rule to check with jit compiler enabled
Mon, 06 Jan 2014 14:00:43 +0100 Stefan Mahr jit compiler: Delete unused variable
Sun, 05 Jan 2014 17:51:52 +0100 Stefan Mahr jit compiler: Add support for switch statement
Fri, 27 Dec 2013 13:01:39 +0100 LYH jit compiler: Add support for the do_until statement
Fri, 23 Aug 2013 11:33:21 +0800 LYH jit compiler: Add fail reason to jit_fail_exceptions
Wed, 08 Jan 2014 21:58:43 +0100 LYH jit compiler: Fix uminus op support with scalar type
Sat, 02 Nov 2013 23:09:49 +0100 Stefan Mahr jit compiler: Fix uninitialized variable warning
Mon, 04 Nov 2013 11:30:10 +0100 Stefan Mahr jit compiler: Add counter of jit_fail_exceptions to check if jit compilation fails
Fri, 01 Nov 2013 13:47:33 +0100 Stefan Mahr maint: Add missing space
Wed, 22 Jan 2014 02:49:29 -0500 John W. Eaton allow "methods ftp" to work outside of classdef (bug #41227) stable
Tue, 21 Jan 2014 18:11:50 +0100 Julien Bect Warn when saving/running a script whose name is not a valid identifier. gui-release
Mon, 20 Jan 2014 21:45:53 -0800 Rik Fix segfault with copyobj() and patch objects.
Mon, 20 Jan 2014 22:16:22 -0500 Michael Goffioul Don't call classdef-overloaded subsref from builtin calls.
Sun, 19 Jan 2014 08:25:58 +0100 Julien Bect file-editor-tab.cc: Fix a typo. gui-release
Mon, 20 Jan 2014 14:10:42 -0500 Michael Goffioul Implement subsref overloading in classdef.
Mon, 20 Jan 2014 01:41:26 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Mon, 20 Jan 2014 01:39:38 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Mon, 20 Jan 2014 01:34:26 -0500 John W. Eaton prevent lexer from matching patterns across CR line endings (bug #41281) stable
Sun, 19 Jan 2014 17:25:35 +0100 Torsten gui: provide prefernces for the file browser's directory at startup gui-release
Sun, 19 Jan 2014 11:30:15 +0100 Torsten gui: provide prefernces for the octave directory at startup gui-release
Sat, 18 Jan 2014 22:43:07 -0500 Michael Goffioul * oct-parse.in.yy: Suppress TAB characters.
Sat, 18 Jan 2014 18:38:29 -0800 Rik __patch__.m: Follow Octave coding conventions.
Sat, 18 Jan 2014 21:31:53 -0500 Michael Goffioul Partial support for operator overload in classdef.
Sat, 18 Jan 2014 15:31:23 -0500 Michael Goffioul Allow base classes to access protected members of derived classes.