log

age author description
Fri, 01 Apr 2016 14:56:52 -0700 Rik doc: Document that logical negation is written with a space ("! A").
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Fri, 01 Apr 2016 14:14:11 -0700 Rik maint: Use built-in warning from errwarn.h rather than calling warning_with_id.
Fri, 01 Apr 2016 14:06:45 -0700 Rik maint: Rename luinc.cc to __luinc__.cc to reflect file contents.
Fri, 01 Apr 2016 13:56:09 -0700 Rik maint: Clean up BIST tests so they don't produce warnings.
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Apr 2016 12:04:04 -0400 John W. Eaton avoid mulitple definitions of static function-scope vars (bug #47372) stable
Thu, 31 Mar 2016 16:13:48 -0400 John W. Eaton * Array-sym.cc: Delete obsolete file. stable
Thu, 31 Mar 2016 14:12:13 -0700 Rik unpack.m: Use more specific regexp to prevent accidental hits.
Thu, 31 Mar 2016 12:46:59 -0700 Rik Stricter input validation for rundemos, runtests.
Thu, 31 Mar 2016 08:57:06 -0700 Rik system.tst: Remove tests of deprecated functions sleep, usleep.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 30 Mar 2016 21:35:51 -0700 Rik maint: Eliminate Britishicisms in the code.
Wed, 30 Mar 2016 17:28:43 -0700 Mike Miller textscan: Fix bug in exponent parsing
Sat, 26 Mar 2016 19:46:49 +1100 Lachlan Andrew Reappropriate <unnamed> editor tab when opening a new file (bug #47529)
Wed, 30 Mar 2016 16:57:21 -0700 Mike Miller Use icon basename in octave.desktop for standards compliance (bug #47577)
Wed, 30 Mar 2016 15:34:05 -0700 Rik viridis.m: Clean up code to more closely follow other colormaps.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Tue, 29 Mar 2016 21:13:22 -0700 Rik __ezplot__.m: Remove code deprecated and commented out in v3.8.
Tue, 29 Mar 2016 21:10:16 -0700 Rik Use stricter input validation for ezplot N, DOM inputs (bug #46952).
Tue, 29 Mar 2016 08:16:09 -0700 Rik maint: Merge stable to default.
Tue, 29 Mar 2016 07:42:23 -0700 Rik Initialize variable to stop unstable results for lgamma (bug #47524). stable
Tue, 29 Mar 2016 07:39:38 -0700 Rik Add comment clarifying why omp_get_num_threads is called in sysdep.cc.
Mon, 28 Mar 2016 22:56:18 -0400 John W. Eaton maint: merge stable to default.
Mon, 28 Mar 2016 22:53:27 -0400 John W. Eaton Backed out changeset f80b46f7d3d8
Mon, 28 Mar 2016 22:00:43 -0400 John W. Eaton call openmp function at initialization (bug #47372) stable
Mon, 28 Mar 2016 17:16:37 -0700 Rik Force linking in libgomp if OpenMP enabled (bug #41699, bug #47372).
Mon, 28 Mar 2016 20:00:37 +1100 Lachlan Andrew textscan: Use correct delimiters for file buffering (bug #47539)
Sat, 26 Mar 2016 18:14:31 +1100 Lachlan Andrew Accept escape sequences in single quoted strings for "delimiter" (bug #47539)
Sun, 14 Feb 2016 10:12:30 +1100 Lachlan Andrew Enable seekg and tellg on octave_stream (bug #47517)