log

age author description
Sat, 05 Jul 2014 10:09:56 +0200 Massimiliano Fasi Add new matrix functions (isdiag, isbanded, istril, istriu) (bug #42688).
Mon, 14 Apr 2014 22:53:44 +0200 Pantxo Diribarne Update image "x/ydata" when "cdata" is changed (bug #42121)
Fri, 04 Jul 2014 17:12:50 +0200 Philip Nienhuis listdlg.m: convert SQ strings to DQ, fix num2str call in %!demos. stable
Fri, 04 Jul 2014 21:40:50 -0700 Rik Add image directory to plot comparison scripts.
Fri, 04 Jul 2014 15:37:42 -0700 Rik mesh, meshc, surfc: Allow user provided properties to override defaults.
Fri, 04 Jul 2014 14:32:49 -0700 Rik Improve plot comparison scripts.
Thu, 03 Jul 2014 20:42:41 -0700 Rik Set default patch color to black rather than green for Matlab compatibility.
Thu, 03 Jul 2014 14:10:35 -0700 Rik grid.m: Use '-' linestyle for major axis grid when minor grid is on.
Tue, 27 May 2014 21:31:45 +0200 Pantxo Diribarne Fix tolerance issues in %!test from cset70ea5a2856fe (bug #37554)
Mon, 30 Jun 2014 22:34:07 +0200 Pantxo Diribarne Fix new x/y/zlabel position after deletion (bug #42652)
Thu, 03 Jul 2014 09:09:48 -0700 Rik pareto.m: Use same color for left/right axes and for bar/line.
Thu, 03 Jul 2014 08:46:19 -0700 Rik legend.m: Make demos using 'location' property compatible with Matlab.
Wed, 02 Jul 2014 08:56:40 -0700 Rik legend.m: Update demo 19 with more descriptive title.
Wed, 02 Jul 2014 15:22:54 +0200 Stefan Mahr polar.m: Fix scaling of polar plot (bug #39495).
Tue, 01 Jul 2014 21:55:15 -0400 Mike Miller Use %!testif HAVE_CHOLMOD for sparse chol test added in cset 161b11e7da2d stable
Tue, 01 Jul 2014 09:41:50 -0700 Rik line.m: Add new %!demo of different linestyles.
Tue, 01 Jul 2014 04:48:55 -0400 John W. Eaton Added tag rc-3-8-2-2 for changeset 46df2c7b8f4d stable
Tue, 01 Jul 2014 04:48:33 -0400 John W. Eaton 3.8.2 release candidate 2 stable rc-3-8-2-2
Mon, 30 Jun 2014 21:11:38 -0700 Rik colorbar.m: Show ticks on colorbar.
Sun, 29 Jun 2014 18:35:44 -0700 Rik maint: Fix some spellings in error messages.
Sun, 29 Jun 2014 13:23:24 -0700 Rik Fix input validation for exist() which did not error on non-string input.
Sun, 29 Jun 2014 12:58:22 -0700 Rik doc: Update docstring for exist().
Sun, 29 Jun 2014 11:23:06 -0700 Rik Revert a0fd65914811 which does not truly fix bug #36067.
Sun, 29 Jun 2014 13:58:33 +0200 Andreas Weber Moved scripts for plot comparison to ./private
Sun, 29 Jun 2014 13:53:50 +0200 Andreas Weber update plot demo blocks for compare_plot_demos
Sun, 29 Jun 2014 13:47:14 +0200 Andreas Weber dump_demos.m: Update to match new plot directory structure
Sun, 22 Jan 2012 21:23:10 -0500 Ben Abbott Add scripts to help validate plot results.
Fri, 27 Jun 2014 17:09:46 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 27 Jun 2014 17:09:28 -0400 John W. Eaton WIFEXITED and WEXITSTATUS macros for mkoctfile.cc
Fri, 27 Jun 2014 17:04:57 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Fri, 27 Jun 2014 17:04:16 -0400 John W. Eaton link libgui with OpenGL libraries gui-release
Fri, 27 Jun 2014 11:49:22 +0200 Olaf Till better guess if rem or mod could be zero (bug #42627) stable
Fri, 27 Jun 2014 11:56:19 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 27 Jun 2014 11:55:48 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 26 Jun 2014 14:42:55 -0400 John Donoghue Allow conpile of gl-render.cc under mingw. gui-release
Thu, 26 Jun 2014 09:33:38 -0700 Rik Fix segfault in exist() when checking faulty mex/oct files (bug #36067).
Thu, 26 Jun 2014 09:02:01 -0700 Rik exist: Don't look up name in symbol table if "file" or "dir" specified.
Fri, 20 Jun 2014 18:55:38 -0400 John W. Eaton improve accuracy of range/scalar arithmetic (bug #42589) stable
Wed, 25 Jun 2014 15:06:36 -0700 Rik maint: Use names beginning and ending with "__" for internal only functions.
Wed, 25 Jun 2014 14:48:39 -0700 Rik Simplify exist() code for recognizing command line functions.
Wed, 25 Jun 2014 17:17:38 -0400 John W. Eaton * strread.m: Process string escapes on single quoted format (bug #42609) stable
Tue, 24 Jun 2014 22:36:47 +0200 Philip Nienhuis strread.m: drop valid delimiters from format specifier list (bug #42609) stable
Wed, 25 Jun 2014 14:03:20 -0700 Rik Return correct exist code for mex files when .mex extension given (bug #42614).
Wed, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.
Wed, 25 Jun 2014 12:51:55 -0700 Rik Use Matlab return hierarchy for exist() codes when no type is specified.
Mon, 23 Jun 2014 22:06:04 +0200 Torsten * find-dialog.h: declare some slots only if find in selection is available gui-release
Sun, 22 Jun 2014 15:42:00 +0200 Torsten implementation of search in selection in gui editor (bbug #41196) gui-release
Sun, 22 Jun 2014 07:22:26 -0400 John Donoghue Check for name and type keyword to return as an octave ascii data file (Bug #42586) stable
Fri, 20 Jun 2014 18:55:38 -0400 John W. Eaton improve accuracy of range/scalar arithmetic (bug #42589)
Thu, 19 Jun 2014 20:08:37 -0400 John W. Eaton * data.cc: New test for log2 (bug #42583). stable
Thu, 19 Jun 2014 18:08:00 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 18 Jun 2014 19:38:40 -0600 David Spies make all permutation matrices column permutations (bug #42418)
Thu, 19 Jun 2014 15:51:05 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 19 Jun 2014 15:49:14 -0400 John W. Eaton use gnulib log2 modules (bug #42583) stable
Thu, 19 Jun 2014 10:35:39 -0700 Rik gallery.m: Return correct matrix if 3rd argument is not specified.
Thu, 19 Jun 2014 09:41:12 -0700 Rik Return error code from sparse chol factorization (bug #42587). stable
Wed, 18 Jun 2014 13:23:52 -0700 Rik doc: Update wording on using TeX interpreter in plotting. stable
Wed, 18 Jun 2014 13:03:27 -0700 Rik setdiff.m: Orient output (row/column) the same as Matlab (bug #42577).
Tue, 17 Jun 2014 23:38:49 -0400 Mike Miller doc: Clarify order of evaluation of compound assignment expressions stable
Tue, 17 Jun 2014 12:04:18 -0400 John Donoghue Use button value 1 for mouse button keypress 1063 (Bug #42489) stable