log

age author description
Fri, 30 Sep 2011 22:21:26 -0400 John W. Eaton update NEWS
Fri, 30 Sep 2011 22:15:47 -0400 John W. Eaton new functions for Matlab compatibility
Fri, 30 Sep 2011 14:40:33 -0400 John W. Eaton fix bug with parsing cell array lists
Fri, 30 Sep 2011 09:57:10 -0700 Rik Allow gtext() to have multi-line text strings (Bug #33232)
Fri, 30 Sep 2011 09:20:08 -0700 Rik Correct typo in input validation of polynomial functions (Bug #33252)
Fri, 30 Sep 2011 11:35:20 -0400 John W. Eaton update bootstrap to latest gnulib version
Wed, 28 Sep 2011 09:14:45 -0700 Rik Properly process 'cdata' property for patches (Bug #34417).
Thu, 29 Sep 2011 17:44:32 -0500 Jordi Gutiérrez Hermoso Use a hash map to store permutations in randperm's truncated Knuth shuffle
Thu, 29 Sep 2011 17:03:35 -0500 Jordi Gutiérrez Hermoso Fix version numbers in NEWS stable
Thu, 29 Sep 2011 17:29:30 -0400 Ben Abbott Revert unintended part of changeset e0ef7a3f35d9.
Thu, 29 Sep 2011 17:04:00 -0400 Ben Abbott Fix bug introduced by 105c72254967.
Thu, 29 Sep 2011 13:42:30 -0400 John W. Eaton 3.4.3 release candidate 0 stable
Thu, 29 Sep 2011 14:16:58 -0400 John W. Eaton use opt_sep instead of literal '\n' in parser rules for classdef
Thu, 29 Sep 2011 14:11:39 -0400 John W. Eaton accept enumeration keyword
Thu, 29 Sep 2011 10:06:02 -0700 Rik Validate inputs to line() to prevent corrupting graphic toolkit (Bug #32345) stable
Thu, 29 Sep 2011 12:31:39 +0200 Kai Habel Set clim correctly for patch objects:
Thu, 29 Sep 2011 03:35:58 -0400 John W. Eaton additional parfor changes
Thu, 29 Sep 2011 02:50:53 -0400 John W. Eaton parfor keyword and infrastructure, but handle parfor as normal for loop for now
Wed, 28 Sep 2011 23:24:12 -0500 Jordi Gutiérrez Hermoso Explain a bit more the src/ directory in HACKING file stable
Wed, 28 Sep 2011 21:46:39 -0400 John W. Eaton getappdata: return empty matrix for nonexistent property names
Wed, 28 Sep 2011 17:01:04 -0400 John W. Eaton avoid gnuplot error when figure name includes " characters
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Wed, 28 Sep 2011 10:57:18 -0500 Jordi Gutiérrez Hermoso Use correct function name in error message in sprandsym
Wed, 28 Sep 2011 09:47:33 -0500 Jordi Gutiérrez Hermoso Initialise history before executing startup files (bug #32900)
Tue, 27 Sep 2011 12:49:20 -0400 John W. Eaton fix thinko in previous change to __line__.m
Tue, 27 Sep 2011 03:22:48 -0400 John W. Eaton fix parsing of anonymous functions inside cell array lists.
Tue, 27 Sep 2011 02:06:41 -0400 John W. Eaton allow radio values for graphics properaties to be abbreviated
Tue, 27 Sep 2011 02:06:25 -0400 John W. Eaton allow line function to accept matrix arguments
Mon, 26 Sep 2011 15:25:17 -0400 John W. Eaton improve compatibility of arrayfun for nargout = 0 case
Mon, 26 Sep 2011 11:43:20 -0700 Rik fftshift.m: Better explain operation in docstring (Bug #33581). stable