log

age author description
Sun, 20 Nov 2016 10:56:29 -0800 Rik strmatch.m: Make function Matlab compatible for empty input cases (bug #49601).
Sun, 20 Nov 2016 09:45:01 -0800 Rik maint: Update more Copyright statements to use standard form.
Sat, 19 Nov 2016 19:58:06 -0800 Rik maint: Periodic merge of stable to default.
Sat, 19 Nov 2016 19:54:23 -0800 Rik Change text describing demo plots to reflect new ColorOrder (bug #49288). stable
Sun, 20 Nov 2016 11:01:42 -0500 John W. Eaton add missing copyright notices (bug #49624)
Sun, 20 Nov 2016 10:59:58 -0500 John W. Eaton * build-aux/move-if-change: Use script from gnulib.
Sat, 19 Nov 2016 19:54:23 -0800 Rik Change text describing demo plots to reflect new ColorOrder (bug #49288).
Fri, 18 Nov 2016 21:22:38 -0800 Rik importdata.m: Improve performance when reading text files (bug #49630).
Fri, 18 Nov 2016 09:07:20 -0800 Rik Return immediately from waitfor() if input is empty (bug #49645).
Fri, 18 Nov 2016 09:02:35 -0800 Rik Present questdlg buttons in correct order (bug #49644).
Thu, 17 Nov 2016 21:09:21 -0800 Rik grabcode.m: Overhaul code.
Thu, 17 Nov 2016 16:13:25 -0800 Rik isocolors.m: Fix leftover cruft in docstring from cset f403ad463aa4.
Thu, 17 Nov 2016 15:58:52 -0800 Mike Miller norm: fix input validation tests stable
Thu, 17 Nov 2016 16:03:43 -0800 Rik isonormals.m: Overhaul function
Thu, 17 Nov 2016 15:37:49 -0800 Mike Miller norm: fix error in input argument validation leading to segfault (bug #49634) stable
Thu, 17 Nov 2016 21:54:55 +0100 Philip Nienhuis (pkg): restore accidentally dropped 'desc' arg (bug #49635)
Thu, 17 Nov 2016 10:39:05 -0800 Rik dialog.m: Overhaul function.
Thu, 17 Nov 2016 09:55:51 -0800 Rik isocolors.m: Overhaul function.
Wed, 16 Nov 2016 21:03:16 -0500 John W. Eaton error if break statement is in script file separate from loop (bug #39168)
Wed, 16 Nov 2016 21:53:06 -0800 Rik print.m: Fix incorrect optimization from cset 219c70d2ba28.
Mon, 14 Nov 2016 22:57:36 +0100 Pantxo Diribarne print.m: Don't change ui* objects units (bug #49600).
Tue, 15 Nov 2016 16:15:02 -0500 John W. Eaton eliminate some macros that are used only once or twice
Wed, 16 Nov 2016 11:12:30 +0100 Kai T. Ohlhus doc: Add copyright notice and improve docstring.
Wed, 16 Nov 2016 10:11:38 +0100 Kai T. Ohlhus publish.tst: Add copyright notice.
Wed, 16 Nov 2016 10:09:27 +0100 Kai T. Ohlhus doc: Correct publish markup documentation about the usage of '%%%'.
Tue, 15 Nov 2016 22:03:36 -0800 Rik maint: Capitalize variable names appearing in error() messages of C++ files.
Tue, 15 Nov 2016 20:25:25 -0800 Rik maint: Correct spacing around if and opening parentheses of condition.
Tue, 15 Nov 2016 20:14:41 -0800 Rik data.cc: Remove unused macros NATIVE_REDUCTION, NATIVE_REDUCTION_1.
Tue, 15 Nov 2016 22:48:01 +0100 Kai T. Ohlhus doc: Update month of TeX title page. stable
Tue, 15 Nov 2016 12:24:44 -0500 John W. Eaton * oct-alloc.h: Remove deprecated header file.
Mon, 14 Nov 2016 18:54:49 -0500 John W. Eaton deprecate boolNDArray::sum and boolNDArray::cumsum
Tue, 15 Nov 2016 03:59:17 -0800 Rik maint: Use args.length() rather than declaring nargin when used only once.
Tue, 15 Nov 2016 03:19:01 -0800 Rik maint: Remove instances of triple newlines throughout repository.
Tue, 15 Nov 2016 02:28:38 -0800 Rik lsqnonneg.m: Change @itemize to @table so docs compile.
Mon, 14 Nov 2016 20:13:26 -0800 Rik lsqnonneg.m: Overhaul function.
Mon, 14 Nov 2016 16:34:18 -0800 Rik maint: Match documentation names and variable names in more m-files.
Mon, 14 Nov 2016 15:34:31 -0800 Rik maint: Remove dangling ';' from m-file function declarations.
Mon, 14 Nov 2016 14:58:38 -0800 Rik doc: Clarify inputs and outputs for rgb2hsv. stable
Mon, 14 Nov 2016 14:55:41 -0800 Rik maint: Rename variables to match documentation in m-files.
Mon, 14 Nov 2016 12:53:43 -0800 Rik pqpnonneg.m: Overhaul function.
Mon, 14 Nov 2016 12:48:59 -0800 Rik maint: Periodic merge of stable to default.
Sun, 13 Nov 2016 10:21:08 -0500 John W. Eaton Added tag release-4-2-0 for changeset 708a4fcb7382 stable
Sun, 13 Nov 2016 10:20:59 -0500 John W. Eaton Version 4.2.0 released. stable release-4-2-0
Mon, 14 Nov 2016 12:12:02 -0800 Rik maint: Capitalize variable names appearing in error() messages of m-files.
Thu, 27 Oct 2016 09:24:58 +0200 Pantxo Diribarne Implement "linejoin" property (bug #48387)
Sun, 13 Nov 2016 21:27:41 -0800 Rik saveas.m: Overhaul function.
Sun, 13 Nov 2016 20:50:40 -0800 Rik maint: Trim trailing whitespace from files.
Sun, 13 Nov 2016 20:37:19 -0800 Rik ppplot.m: Fix typos from cset c38eb3b08284.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sun, 13 Nov 2016 06:16:06 -0800 Rik ppplot.m, qqplot.m: Add @seealso section. Add BIST tests for input validation..
Sun, 13 Nov 2016 06:07:14 -0800 Rik Size gl2ps print buffer just once when printing tex formats (bug #49492).
Sat, 12 Nov 2016 15:34:29 -0800 Rik datetick.m: Fix unequal spacing of months and years (bug #39727). stable
Thu, 10 Nov 2016 20:30:00 -0800 Rik Fix failing BIST test in toplev.cc (bug #49575). stable
Thu, 10 Nov 2016 20:03:02 -0800 Rik Fix building gl2ps when --without-opengl is used (bug #47886).
Sat, 05 Nov 2016 14:50:15 +0530 NVS Abhilash * data.cc (Fisinteger): Add BIST tests. stable
Wed, 09 Nov 2016 19:06:37 +0100 Markus Mützel datetick.m: Correct spacing for month ticks (bug #49566).
Wed, 09 Nov 2016 21:16:44 -0800 Rik maint: Merge stable to default.
Wed, 09 Nov 2016 18:41:09 +0100 Markus Mützel datenum.m: Treat months > 14 correctly (bug #49570). stable
Wed, 09 Nov 2016 21:04:08 -0800 Rik odedefaults.m: Don't require vector for JPattern, MvPattern (bug #49564).
Wed, 09 Nov 2016 09:16:17 +0100 Pantxo Diribarne Correctly handle visibility of custom menu items (bug #49529)