log src/ChangeLog @ 9750:7bf4f3d64955

age author description
Wed, 21 Oct 2009 11:13:33 -0700 Rik Fix unbalanced parentheses warning during creation of pdf documentation.
Wed, 21 Oct 2009 09:51:58 -0400 John W. Eaton load-path: compare directory timestamps with tolerance
Tue, 20 Oct 2009 10:47:22 +0200 Jaroslav Hajek optimize bsxfun for common built-in operations
Mon, 19 Oct 2009 12:12:58 +0200 Jaroslav Hajek fix cellslices to handle empty ranges with non-positive bounds
Sat, 17 Oct 2009 21:23:25 +0200 Jaroslav Hajek clarify nth_element docstring
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Fri, 16 Oct 2009 10:28:26 +0200 Jaroslav Hajek extend Array<T>
Thu, 15 Oct 2009 10:13:07 +0200 Jaroslav Hajek update docstring of lookup
Thu, 15 Oct 2009 13:07:44 +0200 Jaroslav Hajek again allow the obsolete syntax for cellfun
Thu, 15 Oct 2009 13:06:48 +0200 Jaroslav Hajek fix extract_function & add obsoleteness warning
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Tue, 13 Oct 2009 12:50:06 +0200 Jaroslav Hajek fix reduction functions docstrings
Tue, 13 Oct 2009 12:22:50 +0200 Jaroslav Hajek improve sum & implement the 'extra' option, refactor some code
Mon, 12 Oct 2009 14:31:18 +0200 Jaroslav Hajek partially revert 1be3c73ed7b5
Mon, 12 Oct 2009 14:23:20 +0200 Jaroslav Hajek auto-set MatrixType from certain functions
Mon, 12 Oct 2009 11:50:12 +0200 Jaroslav Hajek support nocompute option to matrix_type
Thu, 08 Oct 2009 16:05:53 +0200 Jaroslav Hajek implement luupdate
Thu, 08 Oct 2009 08:09:12 +0200 Jaroslav Hajek simplify length,ndims,size and size_equal
Thu, 08 Oct 2009 08:03:59 +0200 Jaroslav Hajek avoid recursive overloaded calls in builtin numel
Wed, 07 Oct 2009 14:34:53 -0400 John W. Eaton whos: kluge fix to get size right for objects
Wed, 07 Oct 2009 12:01:30 -0400 John W. Eaton octave_value::get_count: return octave_idx_type, not int
Wed, 07 Oct 2009 10:59:46 -0400 John W. Eaton avoid some warnings from g++
Wed, 07 Oct 2009 11:08:54 +0200 Jaroslav Hajek implement fskipl
Wed, 07 Oct 2009 01:30:33 -0400 John W. Eaton additional octave_value character array constructor update
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: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 14:07:06 +0200 Jaroslav Hajek rewrite num2cell for speed-up + a few associated fixes
Wed, 30 Sep 2009 16:16:14 -0400 John W. Eaton error: improve compatibility for calls with no arguments or empty format
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 15:24:45 -0400 Shai Ayal imported patch fltk_overlay
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: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
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
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
Wed, 16 Sep 2009 13:41:49 +0200 Jaroslav Hajek optimize & extend randperm
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 13:13:19 -0400 shaiay more bug fixes in fltk zoom
Mon, 14 Sep 2009 11:23:54 +0200 Jaroslav Hajek store scope->function pointer
Sat, 12 Sep 2009 10:15:38 -0400 John W. Eaton append + to version and api after snapshot
Sat, 12 Sep 2009 06:55:13 -0400 John W. Eaton update version info for snapshot ss-3-3-50
Tue, 08 Sep 2009 14:44:55 -0400 John W. Eaton pr-output.cc: new test
Mon, 07 Sep 2009 08:49:55 +0200 Jaroslav Hajek add LDFLAGS to OCT_LINK_DEPS