log

age author description
Wed, 07 Oct 2009 10:08:37 +0200 Jaroslav Hajek fix typo from last patch
Wed, 07 Oct 2009 01:30:33 -0400 John W. Eaton additional octave_value character array constructor update
Tue, 06 Oct 2009 08:43:01 +0200 Jaroslav Hajek fix diag*diag multiplication
Tue, 06 Oct 2009 08:22:56 +0200 Jaroslav Hajek omission in base-lu::unpack
Mon, 05 Oct 2009 20:29:48 -0700 Rik Fix typo directing users to the wrong log file
Mon, 05 Oct 2009 17:03:13 +0200 Jaroslav Hajek correct algorithm for perm matrix det (sign)
Mon, 05 Oct 2009 15:39:44 +0200 Jaroslav Hajek allow unpacked form of LU
Mon, 05 Oct 2009 11:53:41 +0200 Jaroslav Hajek improve error reports for computed assignment
Mon, 05 Oct 2009 10:42:58 +0200 Jaroslav Hajek smart splitting of index chains
Mon, 05 Oct 2009 10:20:18 +0200 Jaroslav Hajek improve OOP subsref handling
Mon, 05 Oct 2009 07:53:29 +0200 Jaroslav Hajek don't register octave_char_matrix as a separate type
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Sun, 04 Oct 2009 01:04:29 -0400 John W. Eaton make squeeze and diag return char for char argument
Sat, 03 Oct 2009 10:42:34 -0400 Shai Ayal image clipping and axes fixes
Fri, 02 Oct 2009 11:15:02 +0200 Jaroslav Hajek don't store MatrixType with scalars
Fri, 02 Oct 2009 08:27:44 +0200 Jaroslav Hajek implement builtin_type
Thu, 01 Oct 2009 21:59:27 +0200 Jaroslav Hajek omission from last patch
Thu, 01 Oct 2009 21:58:01 +0200 Jaroslav Hajek fix crash in cellfun
Thu, 01 Oct 2009 15:10:14 -0400 John W. Eaton adjust axis limits for images
Thu, 01 Oct 2009 12:49:08 -0400 John W. Eaton gl-render.cc: style fixes
Thu, 01 Oct 2009 11:41:28 -0400 Shai Ayal initial implementation of OpenGL image rendering
Thu, 01 Oct 2009 11:10:10 -0400 John W. Eaton script/Makefile.in: tweak rules for building DOCSTRINGS
Thu, 01 Oct 2009 14:07:06 +0200 Jaroslav Hajek rewrite num2cell for speed-up + a few associated fixes
Thu, 01 Oct 2009 08:34:13 +0200 Jaroslav Hajek fix griddata with vectors
Wed, 30 Sep 2009 22:20:55 -0400 John W. Eaton doc fixes
Wed, 30 Sep 2009 16:16:14 -0400 John W. Eaton error: improve compatibility for calls with no arguments or empty format
Wed, 30 Sep 2009 21:59:44 +0200 Jaroslav Hajek simplify arrayfun
Wed, 30 Sep 2009 11:10:54 -0400 John W. Eaton make mkdoc work on list of filenames
Wed, 30 Sep 2009 10:18:32 -0400 Michael D. Godfrey document graphics structures
Tue, 29 Sep 2009 09:13:24 +0200 Jaroslav Hajek merge reinterpret.cc into typecast.cc
Tue, 29 Sep 2009 08:04:10 +0200 Jaroslav Hajek implement reinterpret, bitpack & bitunpack
Mon, 28 Sep 2009 21:52:27 -0400 John W. Eaton sortrows: also fall back on old algorithm for sparse matrices
Mon, 28 Sep 2009 15:24:45 -0400 Shai Ayal imported patch fltk_overlay
Sun, 27 Sep 2009 12:11:33 +0200 Jaroslav Hajek fix complex-real comparisons
Sun, 27 Sep 2009 11:26:41 +0200 Jaroslav Hajek allow 1D case for sub2ind and ind2sub
Sat, 26 Sep 2009 10:41:07 +0200 Jaroslav Hajek use blas_trans_type for xgemm
Wed, 23 Sep 2009 12:16:06 +0200 Jaroslav Hajek update NEWS
Wed, 23 Sep 2009 12:13:50 +0200 Jaroslav Hajek improve mixed real x complex ops
Wed, 23 Sep 2009 11:10:52 +0200 Jaroslav Hajek further improve mixed real-complex division
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Mon, 21 Sep 2009 14:24:27 +0200 Jaroslav Hajek get rid of VS|SV|VV_BIN_OP macros in mx-op-defs
Mon, 21 Sep 2009 07:58:58 +0200 Jaroslav Hajek fix union, setxor docstrings
Sat, 19 Sep 2009 22:17:12 +0200 Jaroslav Hajek extend linspace & fix up liboctave rewrite
Sat, 19 Sep 2009 21:38:30 +0200 Jaroslav Hajek implement templated octave_value extractor
Sat, 19 Sep 2009 11:14:28 +0200 Jaroslav Hajek provide NDArray->Matrix->Vector typedef mappers
Fri, 18 Sep 2009 18:57:39 -0400 John W. Eaton mach-info.cc: don't include oct-types.h
Fri, 18 Sep 2009 10:13:53 -0400 John W. Eaton aclocal.m4: consistently quote first arg to AC_DEFUN
Fri, 18 Sep 2009 15:27:09 +0200 Jaroslav Hajek improve linspace in liboctave
Fri, 18 Sep 2009 06:40:06 -0400 John W. Eaton make drawnow work for fltk backend
Fri, 18 Sep 2009 05:51:13 -0400 John W. Eaton mexproto.h: define OCTINTERP_API if it is not already defined
Fri, 18 Sep 2009 11:01:55 +0200 Jaroslav Hajek omission from last patch
Thu, 17 Sep 2009 18:39:01 -0400 John W. Eaton changelog fix for previous change
Thu, 17 Sep 2009 17:25:37 -0400 John W. Eaton eliminate oct-dlldefs.h and oct-types.h
Wed, 16 Sep 2009 13:41:49 +0200 Jaroslav Hajek optimize & extend randperm
Tue, 15 Sep 2009 21:19:15 +0200 Jaroslav Hajek remove debugging function
Tue, 15 Sep 2009 13:48:39 -0400 John W. Eaton configure tweaks
Tue, 15 Sep 2009 17:17:13 +0200 Jaroslav Hajek don't return undefined output values from user functions
Tue, 15 Sep 2009 10:00:53 +0200 Jaroslav Hajek avoid returning undefined values from disp & fdisp
Mon, 14 Sep 2009 22:24:43 -0400 John W. Eaton doc/interpreter/optim.txi: document pqpnonneg
Mon, 14 Sep 2009 14:15:18 -0400 John W. Eaton update README.Cygwin