log

age author description
Mon, 01 Sep 2014 11:46:46 -0700 Rik doc: Move validatestrings into function chapter of manual.
Mon, 01 Sep 2014 10:57:29 -0700 Rik Deprecate nargchk in favor of narginchk.
Mon, 01 Sep 2014 08:00:05 -0700 Rik deal.m: Document using interpreter, rather than deal, for comma separated lists.
Mon, 01 Sep 2014 07:58:31 -0700 Rik test.m: Fix typo in __signal_fail name.
Sun, 31 Aug 2014 21:05:38 -0700 Rik Deprecate syl, add new function sylvester.
Sun, 31 Aug 2014 21:41:33 +0200 Pantxo Diribarne shrinkfaces.m: improve input checking
Sun, 31 Aug 2014 21:44:00 +0200 Pantxo Diribarne Remove lef-tover figures in test from cset 4c59f69fa52c
Sat, 30 Aug 2014 12:57:43 -0400 Ben Abbott Remove references to deprecated strmatch function.
Fri, 29 Aug 2014 20:44:51 -0700 Rik doc: Remove references to deprecated bicubic function in manual.
Fri, 29 Aug 2014 20:41:58 -0700 Rik Deprecate strmatch function.
Fri, 29 Aug 2014 16:30:11 -0700 Rik nchoosek.m: Overhaul function.
Fri, 29 Aug 2014 13:27:36 -0700 Rik __unimplemented__.m: Update list of unimplemented functions.
Fri, 29 Aug 2014 17:06:03 +0100 Carnë Draug __unimplemented__.m: remove inputParser which was implemented in ff820f92cbb5.
Tue, 26 Aug 2014 15:48:02 -0700 Rik Add missing bits from cset 38937efbee21.
Tue, 26 Aug 2014 15:27:21 -0700 Rik Incorporate new functions ichol and ilu into Octave.
Mon, 18 Aug 2014 12:32:16 +0100 Eduardo Ramos (edu159) Removed ichol0.cc, icholt.cc, ilu0.cc, iluc.cc, ilutp.cc. Created __ichol__.cc and __ilu__.cc. Minor bugs fixed.
Tue, 12 Aug 2014 15:58:18 +0100 Eduardo Ramos (edu159) Added all the files related with ilu.m and ichol.m functions.
Tue, 26 Aug 2014 08:05:42 -0700 Rik isprime.m: Update docstring to note that 1 is not prime.
Mon, 25 Aug 2014 22:19:02 -0700 Rik NEWS: note that isprime now accepts negative and complex inputs.
Mon, 25 Aug 2014 21:30:23 -0700 Rik isprime.m: Document negative and complex inputs.
Wed, 13 Aug 2014 21:29:53 +0200 Philip Nienhuis Better checks for valid format conversion specifiers in textscan. & strread.m
Sun, 24 Aug 2014 15:25:21 -0700 Rik test.m: Overhaul function (also fixes bug #39703).
Sun, 11 May 2014 22:24:50 +0200 Pantxo Diribarne Handle non "points" fontunits properties (bug # 40158)
Sat, 23 Aug 2014 17:53:48 -0400 Jordi Gutiérrez Hermoso Allow isprime to handle complex numbers (bug #43041)
Sat, 23 Aug 2014 17:38:56 -0400 Jordi Gutiérrez Hermoso * isprime.m: Return an empty array for empty input
Sat, 23 Aug 2014 16:12:03 +0200 Pantxo Diribarne figure: define adopted axes "currentaxes" if none is defined (bug #41573)
Sat, 23 Aug 2014 16:07:03 +0200 Torsten fix compile warning in gui editor tab gui-release
Sat, 23 Aug 2014 13:19:12 +0200 Torsten user setting for hiding the tool tip in the workspace view (part of bug #42306) gui-release
Thu, 21 Aug 2014 16:05:09 -0700 Rik isprime.m: Verify that input is a real number (bug #43041)
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.