log src/ChangeLog @ 10546:f5b8b28917a2

age author description
Fri, 23 Apr 2010 09:58:23 -0700 Rik Eliminate compile warning about explicit braces
Fri, 23 Apr 2010 11:42:58 +0200 Jaroslav Hajek fix reshape() and permute() for scalars
Fri, 23 Apr 2010 11:23:43 +0200 Jaroslav Hajek fix assignment to non-existing variables and octave_value::assign
Thu, 22 Apr 2010 13:37:35 -0700 Rik Return correct Hessenberg matrix when called with 0 or 1 output arguments
Thu, 22 Apr 2010 09:41:37 +0200 Jaroslav Hajek extend hypot to accept >2 args
Tue, 20 Apr 2010 08:42:03 +0200 Jaroslav Hajek improve sparse concatenation operator
Mon, 19 Apr 2010 15:31:49 +0200 Jaroslav Hajek reuse Array<T>::cat and Sparse<T>::cat in cat/horzcat/vertcat
Fri, 16 Apr 2010 12:45:31 +0200 David Bateman Don't call text_renderer.set_font if HAVE_FONTCONFIG is not set (bug #29570)
Tue, 13 Apr 2010 23:48:01 +0200 David Bateman Handle repeated matches in matches returned by pcre
Tue, 13 Apr 2010 20:26:08 +0300 Shai Ayal [mq]: fltk_cb
Tue, 13 Apr 2010 12:36:24 +0200 Jaroslav Hajek implement working spalloc
Tue, 13 Apr 2010 12:36:21 +0200 Jaroslav Hajek rewrite sparse indexed assignment
Sat, 10 Apr 2010 11:41:32 -0400 Ben Abbott graphics.h.in: Fix nextplot property values.
Sat, 10 Apr 2010 01:37:12 +0200 David Bateman Properly ignore zero-length matches in named tokens
Fri, 09 Apr 2010 13:59:13 -0400 John W. Eaton octave_char_matrix::mex_get_data: new function
Fri, 09 Apr 2010 09:54:19 -0400 Judd Storrs isvarname: keywords are not valid variable names
Thu, 08 Apr 2010 14:37:19 -0400 Jaroslav Hajek fix generating names for TAB completion
Thu, 08 Apr 2010 12:50:15 +0200 Jaroslav Hajek fix & improve cat (bug #29465)
Wed, 07 Apr 2010 10:15:58 +0200 Jaroslav Hajek make feval work with overloaded handles
Tue, 06 Apr 2010 13:42:59 +0200 Jaroslav Hajek rewrite sparse null assignment (part 2)
Fri, 02 Apr 2010 13:28:02 -0400 Judd Storrs Truncate argv() for scripts used without command line parameters. Bug #29423
Wed, 31 Mar 2010 10:03:55 +0200 Jaroslav Hajek optimize sparse matrix assembly
Sun, 28 Mar 2010 19:07:48 +0200 David Grundberg Neither include qhull/qhull_a.h nor run tests unless we HAVE_QHULL.
Fri, 26 Mar 2010 08:24:04 +0100 Jaroslav Hajek guard against recursive calls of missing_function_hook
Thu, 25 Mar 2010 18:13:42 -0400 John W. Eaton tag call to fclose with gnulib::
Thu, 25 Mar 2010 17:30:07 -0400 John W. Eaton undo recent gnulib-related changes
Thu, 25 Mar 2010 14:19:29 +0100 Jaroslav Hajek optimize kron
Wed, 24 Mar 2010 15:48:25 -0400 John W. Eaton point to bugs.octave.org bug tracker instead of bug@octave.org mailing list
Wed, 24 Mar 2010 15:45:41 -0400 John W. Eaton src/DLD-FUNCTIONS/config-module.awk: emit additions to EXTRA_DIST
Wed, 24 Mar 2010 15:43:17 -0400 John W. Eaton src/Makefile.am: typo
Wed, 24 Mar 2010 17:27:58 +0100 David Grundberg Use gnulib headers instead of C++ std headers where needed.
Wed, 24 Mar 2010 09:53:14 -0400 John W. Eaton load_path::add_to_fcn_map: style fixes
Wed, 24 Mar 2010 13:10:36 +0100 Jaroslav Hajek don't call missing_function_hook inside try block
Wed, 24 Mar 2010 12:56:18 +0100 Jaroslav Hajek implement smart warnings about missing Matlab functionality
Tue, 23 Mar 2010 13:01:34 +0100 Jaroslav Hajek implement built-in rem and mod
Tue, 23 Mar 2010 09:30:46 +0100 Jaroslav Hajek implement general binary mapping facility
Sun, 21 Mar 2010 15:35:50 +0100 Jaroslav Hajek fix parsing of function names in cellfun
Sat, 20 Mar 2010 11:01:04 -0400 John W. Eaton oct-parse.yy, lex.ll: use symbols via gnulib namespace
Tue, 16 Mar 2010 15:04:40 -0400 John W. Eaton save: separate variables by blank line in Octave text format files
Tue, 16 Mar 2010 15:16:32 +0100 Jaroslav Hajek implement built-in cbrt
Mon, 15 Mar 2010 15:57:23 -0400 John W. Eaton use gnulib namespace
Fri, 12 Mar 2010 19:15:39 -0500 Ben Abbott chol.cc: Increase tolerance for single precision test.
Tue, 09 Mar 2010 08:10:05 +0100 Jaroslav Hajek fix deprecated ctor in lookup
Tue, 09 Mar 2010 08:06:30 +0100 Jaroslav Hajek remove integer math warnings
Sun, 07 Mar 2010 21:00:07 +0000 Michael Goffioul Implement text extent property
Fri, 05 Mar 2010 12:31:30 +0100 Jaroslav Hajek optimize accumdim with summation
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
Tue, 02 Mar 2010 14:49:00 +0100 Jaroslav Hajek remove old convn
Tue, 02 Mar 2010 10:04:12 +0100 Jaroslav Hajek initial implementation of conv2/convn in liboctave
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
Sun, 28 Feb 2010 10:49:21 -0500 John W. Eaton improve conv2 performance
Sat, 27 Feb 2010 08:37:34 +0100 Jaroslav Hajek improve Array indexing error messages
Fri, 26 Feb 2010 11:44:38 +0100 Jaroslav Hajek improve diag matrix interface & implementation