log

age author description
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.
Sat, 18 Jan 2014 15:31:21 -0500 Michael Goffioul Fix out-of-date status check for package functions.
Sat, 18 Jan 2014 08:50:03 -0500 John Donoghue gui: Add indent/unindent edit menu to editor (Bug #41223) gui-release
Sat, 18 Jan 2014 09:25:33 +0100 Torsten settings dialog with varaible size (bug #41197) gui-release
Fri, 17 Jan 2014 21:42:18 -0800 Rik gzip.m: Re-write %!test not to depend on external system diff command.
Fri, 17 Jan 2014 18:32:00 -0800 Rik Fix bug #40666 on Windows platforms with low resolution timers.
Fri, 17 Jan 2014 19:51:22 -0500 John Donoghue Set codec when loading/saving files in editor (Bug #41226) gui-release
Thu, 16 Jan 2014 19:12:36 +0000 Carnë Draug Fix input parsing for imageIO functions and make imread accept URL (bug #41234)