log

age author description
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.
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)
Fri, 17 Jan 2014 19:09:42 +0000 Carnë Draug imformats.m: add test for updating a format with invalid struct.
Thu, 16 Jan 2014 22:33:48 -0800 Rik Make "edgecolor"="flat" for patch objects compatible with Matlab.
Thu, 16 Jan 2014 21:44:07 -0800 Rik Change diagonal of FaceColor interpolation for patch objects to match Matlab.
Thu, 16 Jan 2014 23:04:58 +0100 Torsten fix duplicate of settings string gui-release
Thu, 16 Jan 2014 16:26:56 -0500 Jordi Gutiérrez Hermoso Ensure anti-aliasing in fltk plots (patch #8259) gui-release
Thu, 16 Jan 2014 17:54:59 +0000 Carnë Draug image/imformats.m: be case insensitive about file extension.
Thu, 16 Jan 2014 10:21:02 -0800 Rik cast.m: Improve documentation.
Wed, 15 Jan 2014 17:21:53 -0800 Rik fminbnd.m: Correctly handle certain functions with odd discontinuities (bug #36923)
Wed, 15 Jan 2014 15:28:50 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 15 Jan 2014 15:23:46 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 15 Jan 2014 15:22:03 -0500 John W. Eaton avoid startup crash if curl library is not available (bug #41067) stable
Tue, 14 Jan 2014 22:13:12 -0500 Mike Miller HACKING: Refer to install.txi for the full dependency list (bug #41233) stable
Tue, 14 Jan 2014 21:56:09 -0500 Mike Miller doc: Document missing build tools and external packages (bug #41233) stable
Tue, 14 Jan 2014 14:50:21 -0800 Rik what.m: 3X performance boost. Don't display @fname as class unless it is a directory.
Tue, 14 Jan 2014 23:23:50 +0100 Torsten fix missing translations (bug #41200) gui-release
Tue, 14 Jan 2014 13:47:20 -0800 Rik Clear all var, functions, globals when clearing classes (bug #41229)
Tue, 14 Jan 2014 22:51:43 +0100 Torsten max. width of editor tabs limited and configurable gui-release
Tue, 14 Jan 2014 13:19:58 -0800 Rik maint: merge gui-release -> default.
Tue, 14 Jan 2014 13:17:55 -0800 Rik maint: merge stable -> gui-release. gui-release
Tue, 14 Jan 2014 13:10:17 -0800 John W. Eaton Sparse.cc: Fix C++ function ambiguity (bug #41145).
Wed, 08 Jan 2014 14:42:56 +0100 Lasse Schuirmann jit-typeinfo.cc: Fix C++ function ambiguity (bug #41145). stable
Tue, 14 Jan 2014 12:38:25 -0800 Rik Fix native MinGW builds with spaces in JAVA_HOME (bug #41024). stable