log

age author description
Sun, 07 Mar 2010 22:26:45 -0800 Soren Hauberg Merged with upstream
Sun, 07 Mar 2010 15:01:47 -0800 Soren Hauberg liboctave/dim-vector.h: New constructor accepting a C array of dimensions.
Sun, 07 Mar 2010 21:00:07 +0000 Michael Goffioul Implement text extent property
Fri, 05 Mar 2010 14:38:32 -0800 Soren Hauberg pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Fri, 05 Mar 2010 14:29:47 -0800 Soren Hauberg Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Fri, 05 Mar 2010 13:22:14 +0100 Jaroslav Hajek modernize failing tests
Fri, 05 Mar 2010 13:21:31 +0100 Jaroslav Hajek support ID test for errors and warningsin test suites
Fri, 05 Mar 2010 12:40:06 +0100 Jaroslav Hajek fix example in accumdim
Fri, 05 Mar 2010 12:31:30 +0100 Jaroslav Hajek optimize accumdim with summation
Fri, 05 Mar 2010 11:11:01 +0100 Jaroslav Hajek new function: accumdim
Fri, 05 Mar 2010 07:31:19 +0100 Jaroslav Hajek avoid div by zero in fzero
Fri, 05 Mar 2010 07:29:26 +0100 Jaroslav Hajek fix tests in fminbnd
Thu, 04 Mar 2010 15:19:23 +0100 Jaroslav Hajek fix fminbnd termination tolerances
Thu, 04 Mar 2010 09:35:38 +0100 Jaroslav Hajek implement built-in erfcx
Wed, 03 Mar 2010 13:01:44 -0500 John W. Eaton __magick_read__ (F__magick_read__): call Magick::InitializeMagick
Wed, 03 Mar 2010 12:32:30 -0500 John W. Eaton oct-convn.cc (convolve): cast int constant to octave_idx_type in call to std::max
Wed, 03 Mar 2010 10:13:12 +0100 Jaroslav Hajek rewrite convn optimizations based on xAXPY
Wed, 03 Mar 2010 00:22:42 -0500 John W. Eaton cquit.c: yes, we can assume POSIX signals
Tue, 02 Mar 2010 14:49:00 +0100 Jaroslav Hajek remove old convn
Tue, 02 Mar 2010 10:59:05 +0100 Jaroslav Hajek add omitted source from the last change
Tue, 02 Mar 2010 10:04:12 +0100 Jaroslav Hajek initial implementation of conv2/convn in liboctave
Tue, 02 Mar 2010 01:14:11 +0100 David Bateman Changelog for previous change
Tue, 02 Mar 2010 00:44:12 +0100 David Bateman Special case sparse index method for ranges and maybe_delete_elements method for sparse vectors
Mon, 01 Mar 2010 15:10:03 -0500 John W. Eaton str2double.cc: style fix
Mon, 01 Mar 2010 15:02:25 -0500 John W. Eaton configure checks for complex element setter/reference accessor methods
Mon, 01 Mar 2010 15:24:05 +0100 Jaroslav Hajek use C++-0x code in str2double
Mon, 01 Mar 2010 09:49:56 +0100 Jaroslav Hajek avoid g++ extension in str2double
Sun, 28 Feb 2010 23:27:09 -0500 David Bateman urlwrite: don't set CURLOPT_USERPWD if userpwd is empty
Sun, 28 Feb 2010 23:20:53 -0500 John W. Eaton Makefile.am rules for rebuilding .mk files
Sun, 28 Feb 2010 22:23:07 +0100 Jaroslav Hajek add missing initializers in octave_typeinfo ctor