log

age author description
Wed, 07 Sep 2016 20:46:38 -0400 John W. Eaton maint: Bump version number for 4.2.0-rc1. rc-4-2-0-1
Thu, 08 Sep 2016 18:50:43 -0700 Rik Add function mexEvalStringWithTrap to MEX API.
Thu, 08 Sep 2016 18:45:55 -0700 Rik Rename mxUNUSED_CLASS to mxVOID_CLASS for Matlab compatibility.
Thu, 08 Sep 2016 16:14:07 -0700 Rik Initialize MEX TrapFlag variable for Matlab compatibility.
Thu, 08 Sep 2016 16:01:33 -0700 Rik Add mexCallMATLABWithTrap to MEX API (bug #48949).
Thu, 08 Sep 2016 15:03:26 -0700 Rik Return correct status from mexCallMATLAB when mexSetTrapFlag is 1 (bug #48949).
Thu, 08 Sep 2016 14:46:12 -0700 Rik Fix double free causing segfault in mxSetDimensions (bug #49010).
Thu, 08 Sep 2016 11:23:01 -0700 Rik Overhaul scatter function for visual compatibility with Matlab.
Wed, 07 Sep 2016 20:15:02 -0700 Rik Fix gnuplot 4.4 error with translucent lines (bug #49017).
Wed, 07 Sep 2016 08:55:22 -0700 Mike Miller Reword input prompts in %!demo blocks for consistency
Wed, 07 Sep 2016 08:40:29 -0700 Mike Miller Fix %!demo blocks for ode23 and ode45
Wed, 07 Sep 2016 06:55:18 -0700 Rik CITATION: update for 4.2.0 and use @manual in Bibtex (bug #47058).
Tue, 06 Sep 2016 16:23:03 -0700 Mike Miller * findobj.m: Fix failing test after default color change in cset 638625a0186f.
Tue, 06 Sep 2016 15:06:34 -0700 Mike Miller Update to latest line plot color order for Matlab compatibility (bug #48465)
Tue, 06 Sep 2016 12:08:38 -0700 Mike Miller Fix noise signal generation in audioplayer doc string and demos (bug #49011)
Tue, 06 Sep 2016 11:52:17 -0700 Mike Miller * data.cc (Fatan2): Fix typo "quadrats" → "quadrants".
Tue, 06 Sep 2016 09:21:58 -0400 John W. Eaton * null-assign.tst: Update subsasgn test (bug #48867)
Mon, 05 Sep 2016 09:49:33 +0200 Kai T. Ohlhus Use F77_INT* rather than int*.
Sun, 04 Sep 2016 17:37:35 +0100 Carnë Draug gsvd: move new class into the octave::math namespace.
Sun, 04 Sep 2016 17:12:03 +0100 Carnë Draug gsvd<T>: add class template support for FloatMatrix and FloatComplexMatrix.
Sun, 04 Sep 2016 16:09:02 +0100 Carnë Draug gsvd: change order of output arguments for Matlab compatibility (bug #48807)
Sat, 03 Sep 2016 15:51:21 +0200 José Luis García Pallero es_ES.ts: Update spanish translation of GUI
Fri, 02 Sep 2016 19:24:03 -0500 Daniel J Sebald Use 'linetype' line style qualifier for gnuplot versions prior to 4.6 (bug #48982)
Fri, 02 Sep 2016 12:44:17 -0700 Rik Allow mixed scalar/array inputs to cart2pol, cart2sph, pol2cart, sph2cart (bug #48950).
Fri, 02 Sep 2016 09:55:07 -0700 Rik doc: Correct docstring for '.**' operator (bug #48973)
Fri, 02 Sep 2016 09:47:47 -0700 Rik Properly display help for operators (bug #48975).
Fri, 02 Sep 2016 08:54:41 -0700 Rik doc: Add more @seealso links to numel, size, size_equal.
Fri, 02 Sep 2016 08:33:13 -0700 Rik common_size.m: Overhaul function.
Fri, 02 Sep 2016 08:20:21 -0700 Rik Don't use 'X' as gnuplot_binary name in BIST tests.
Fri, 02 Sep 2016 10:48:30 +0200 Andreas Weber files-dock-widget.cc: Backout cset 764b18b46d0f
Fri, 02 Sep 2016 10:25:51 +0200 Andreas Weber files-dock-widget.cc: Remove unused code in c'tor
Mon, 29 Aug 2016 14:01:46 +0200 Sander van Rijn Dutch Translation update
Fri, 02 Sep 2016 09:57:58 +0200 Markus Mützel de_DE.ts: Update german translation of GUI for 4.2 release
Fri, 02 Sep 2016 08:58:44 +0200 Andreas Weber file-editor-tab.cc: Fix typo canel -> cancel
Thu, 01 Sep 2016 23:55:09 -0400 John W. Eaton Backed out changeset 08aa03dfb00e
Wed, 31 Aug 2016 17:20:38 +0300 Avinoam Fix a bug in view ()
Sat, 06 Aug 2016 02:27:11 -0500 Daniel J Sebald Rework color scaling for gnuplot toolkit (bug #48664)
Thu, 01 Sep 2016 13:22:03 -0700 Rik Allow switching gnuplot_binary value during a session.
Thu, 01 Sep 2016 09:33:55 -0700 Rik maint: Use '{ }' for empty function bodies in C++.
Thu, 01 Sep 2016 09:56:57 -0400 John W. Eaton eliminate octave_int -> float, double type conversion operators
Wed, 31 Aug 2016 21:01:28 -0700 Rik Add Joakim Andén to list of contributors.
Mon, 22 Aug 2016 10:13:48 -0400 Joakim Andén union.m: output proper indices for 'rows' inputs (bug #48857).
Wed, 31 Aug 2016 20:49:13 -0700 Rik maint: Remove ';' at end of namespace declaration.
Wed, 31 Aug 2016 12:24:38 -0700 Rik maint: Style check C++ code in src/ directory.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 31 Aug 2016 14:37:33 -0400 John W. Eaton fix definition of F77_RETURN for gfortran
Tue, 30 Aug 2016 21:56:38 -0700 Rik plot.m: Add documentation for 'y' = yellow (bug #48956).
Tue, 30 Aug 2016 18:59:34 +0200 Markus Mützel Do not change grid for semilog plots on second call of "grid on" (bug #48533)
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Mon, 29 Aug 2016 14:32:22 -0700 Mike Miller Update gnulib subrepo to latest changes, fix build error with GCC 7
Mon, 29 Aug 2016 18:04:34 +0200 Markus Mützel isonormals.m: Matlab compatibility in demos (bug #48873).
Mon, 29 Aug 2016 17:56:28 +0200 Markus Mützel light.m: Demonstrate Matlab incompatibilities in demo block (bug #48873).
Mon, 29 Aug 2016 12:18:28 -0700 Rik rose.m: Fix plotting that was off by 180 degrees (bug #48889).
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Mon, 29 Aug 2016 12:27:08 +0200 Pantxo Diribarne Update Basque translation for 4.2 release
Mon, 29 Aug 2016 17:40:03 +0200 Andreas Weber de_DE.ts: Update german translation of GUI
Mon, 29 Aug 2016 11:25:12 +0200 Pantxo Diribarne Allow translation of all the annotation dialog strings (bug #48940)
Sun, 28 Aug 2016 10:39:28 -0400 John W. Eaton check for pthread and openmp libs before shared lib support (bug #48786)
Fri, 26 Aug 2016 20:13:06 +0200 Pantxo Diribarne Update French translation for 4.2 release
Fri, 26 Aug 2016 14:22:14 -0700 Rik Make linestyles compatible at larger linewidths (bug #48884).