log

age author description
Wed, 24 Mar 2010 16:27:05 -0400 John W. Eaton version is now 3.3.51 ss-3-3-51
Wed, 24 Mar 2010 16:26:33 -0400 John W. Eaton NEWS: style fixes
Wed, 24 Mar 2010 16:13:16 -0400 John W. Eaton update texinfo menus
Wed, 24 Mar 2010 20:35:44 +0100 Petr Mikulik Fix bug with logscale in combination with colorbar
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:16:25 +0100 Jaroslav Hajek warn about missing matlab funcs in help
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
Wed, 24 Mar 2010 10:38:39 +0100 Jaroslav Hajek improve sparse 2d indexing (part 2)
Wed, 24 Mar 2010 07:13:44 +0100 Jaroslav Hajek support cells of cells in cell2mat
Tue, 23 Mar 2010 17:48:54 -0400 John W. Eaton ChangeLog fix
Tue, 23 Mar 2010 17:46:26 -0400 John W. Eaton make refreshdata work again
Tue, 23 Mar 2010 15:06:33 -0400 John W. Eaton liboctave/config-ops.sh: handle 'all' case correctly
Tue, 23 Mar 2010 13:03:06 +0100 Jaroslav Hajek update NEWS
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
Mon, 22 Mar 2010 19:03:07 -0400 John W. Eaton avoid problems if liboctave/config-ops.sh is run in parallel
Mon, 22 Mar 2010 12:36:30 -0700 Soren Hauberg Detabify scripts in 'scripts/image/'
Mon, 22 Mar 2010 13:54:22 +0100 Jaroslav Hajek improve sparse 2D indexing (part 1)
Mon, 22 Mar 2010 12:05:33 +0100 Jaroslav Hajek simplify sparse->full conversions in liboctave
Sun, 21 Mar 2010 22:50:04 -0700 Soren Hauberg scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Sun, 21 Mar 2010 10:44:46 -0400 John W. Eaton link libcruft with libgnu
Sun, 21 Mar 2010 15:35:50 +0100 Jaroslav Hajek fix parsing of function names in cellfun
Sat, 20 Mar 2010 14:26:03 -0700 Soren Hauberg scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Sat, 20 Mar 2010 11:01:04 -0400 John W. Eaton oct-parse.yy, lex.ll: use symbols via gnulib namespace
Fri, 19 Mar 2010 13:00:06 +0100 Jaroslav Hajek rewrite 1D sparse indexing