log

age author description
Wed, 20 Jan 2010 02:52:22 +0100 David Bateman Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
Tue, 19 Jan 2010 21:45:21 +0100 Jaroslav Hajek error on invalid opts in structfun
Tue, 19 Jan 2010 13:24:54 +0100 Jaroslav Hajek optimize strfind with 1 or 2 characters
Tue, 19 Jan 2010 10:06:42 +0100 Jaroslav Hajek improve structfun's Matlab compatibility
Tue, 19 Jan 2010 07:19:00 +0100 Jaroslav Hajek allow print_usage to print backtrace if called from functions
Mon, 18 Jan 2010 16:04:09 -0500 John W. Eaton oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
Mon, 18 Jan 2010 14:14:08 +0100 Jaroslav Hajek optimize third powers
Mon, 18 Jan 2010 13:48:13 +0100 David Grundberg Fix !function test blocks
Mon, 18 Jan 2010 11:52:38 +0100 David Grundberg Change signature of mexPrintf.
Mon, 18 Jan 2010 11:42:13 +0100 David Grundberg Change signature of mxSetDimensions.
Sun, 17 Jan 2010 22:09:05 +0100 Jaroslav Hajek improve cellslices
Sun, 17 Jan 2010 15:13:53 +0100 Jaroslav Hajek use octave_idx_type where needed
Sun, 17 Jan 2010 20:32:38 +0000 Michael Goffioul Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Sun, 17 Jan 2010 13:31:42 +0100 Thorsten Meyer Update docs and add tests for container functions
Sat, 16 Jan 2010 07:59:52 +0100 David Bateman Support the '@' marker that was present in Octave 2.1.x
Fri, 15 Jan 2010 23:19:26 +0100 David Bateman minor fix to last changeset
Fri, 15 Jan 2010 23:09:57 +0100 David Bateman Respect figure and axes color properties for gnuplot backend
Fri, 15 Jan 2010 13:22:41 -0500 John W. Eaton edit NEWS file
Fri, 15 Jan 2010 12:51:07 +0100 Jaroslav Hajek update NEWS
Fri, 15 Jan 2010 11:49:55 +0100 Jaroslav Hajek improve concatenation code using templates instead of macros
Fri, 15 Jan 2010 10:34:54 +0100 Jaroslav Hajek simplify Array::insert methods
Fri, 15 Jan 2010 08:57:07 +0100 Jaroslav Hajek optimize sorting of bools
Thu, 14 Jan 2010 22:39:17 +0100 Jaroslav Hajek fix concatenation bug
Thu, 14 Jan 2010 16:15:53 -0500 David Grundberg Run tests in all *.cc files.
Thu, 14 Jan 2010 21:50:37 +0100 David Bateman Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
Thu, 14 Jan 2010 14:07:33 +0100 Jaroslav Hajek missing semicolon in fileread
Thu, 14 Jan 2010 13:50:51 +0100 Jaroslav Hajek update NEWS
Thu, 14 Jan 2010 13:48:20 +0100 Jaroslav Hajek implement built-in strcmpi/strncmpi, reduce some code duplication
Thu, 14 Jan 2010 13:16:09 +0100 Jaroslav Hajek optimize bsxfun for chars
Thu, 14 Jan 2010 10:17:37 +0100 Jaroslav Hajek make numel query more matlab compatible