log

age author description
Sat, 16 Jan 2016 18:15:21 -0800 Rik maint: Periodic merge of stable to default.
Sat, 16 Jan 2016 18:14:35 -0800 Rik fzero.m: Correctly choose tolerance (eps) based on class of fun and X0 (bug #46658). stable
Sat, 16 Jan 2016 18:07:26 -0800 Rik doc: Add link to unique function in list of basic statistical functions.
Sat, 16 Jan 2016 17:46:09 -0800 Rik maint: Preface warnings from munge-texi.pl with "warning:"
Sat, 16 Jan 2016 17:43:04 -0800 Rik file-editor-tab.h: #include "ovl.h" for access to octave_value_list.
Sat, 16 Jan 2016 16:50:03 -0800 Rik maint: rename glps_renderer class to gl2ps_renderer to match filename.
Sun, 03 Jan 2016 10:01:31 +0100 Pantxo Diribarne Fix overflowing feedback buffers (bug #46417).
Sat, 16 Jan 2016 15:33:45 -0800 Rik Deprecate gripe_not_supported.
Sat, 16 Jan 2016 14:32:40 -0800 Rik Extend msg from gripe_disabled_feature to handle case where libraries not available.
Fri, 15 Jan 2016 20:28:09 -0800 Rik bsxfun.cc: Pre-declare size of octave_value_list.
Fri, 15 Jan 2016 13:44:13 -0800 Rik maint: Remove unnecessary retval declaration from ov-fcn-handle.cc.
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Fri, 15 Jan 2016 10:52:48 -0800 Rik Undo incorrect if/else inversion in cset 3aa293be0e8d.
Fri, 15 Jan 2016 12:46:58 -0500 John W. Eaton strip trailing whitespace from files
Fri, 15 Jan 2016 09:19:46 -0800 Oliver Heimlich Add new function evalc to core.
Thu, 14 Jan 2016 16:56:46 -0500 John W. Eaton rework fatal flex error handler (bug #46877)
Thu, 14 Jan 2016 16:40:12 -0500 John W. Eaton additional reworking of error handling in the parser (bug #46877)
Thu, 14 Jan 2016 13:30:22 -0800 Rik doc: Rewrite documentation for Object Oriented Programming.
Thu, 14 Jan 2016 14:00:32 -0500 John W. Eaton overhaul parser error handling for end token mismatch
Thu, 14 Jan 2016 09:59:07 -0800 Rik doc: Use more coding conventions in Object Oriented reference example code.
Thu, 14 Jan 2016 08:51:44 -0800 Rik inputname.m: Clarify docstring.
Thu, 14 Jan 2016 08:35:42 -0800 Rik Fix incorrect example code in @FIRfilter/display.m (bug #46891).
Thu, 14 Jan 2016 08:15:40 -0800 Rik Fix incorrect example code for @polynomial/plot.m (bug #46892).
Thu, 14 Jan 2016 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
Thu, 14 Jan 2016 06:20:28 -0500 John W. Eaton allow location info to be passed to octave_base_parser::bison_error
Thu, 14 Jan 2016 05:28:27 -0500 John W. Eaton handle lexical errors as parser errors (bug #46877)
Thu, 14 Jan 2016 05:35:36 -0500 John W. Eaton store parser state in base class; use it in push and pull parsers
Wed, 13 Jan 2016 22:30:10 -0800 Rik maint: Eliminate space between variable and decrement '--' operator.
Wed, 13 Jan 2016 22:18:55 -0800 Rik doc: Overhaul chapter on old-style Object Oriented Programming.
Wed, 13 Jan 2016 17:11:56 -0800 Rik build: Restore dependency of docs on example code.
Wed, 13 Jan 2016 16:21:24 -0800 Rik doc: Use newer coding conventions in examples/code directory.
Wed, 13 Jan 2016 17:28:42 +1100 Lachlan Andrew Test GUI marker flags correctly, and omit unnecessary test finding next marker
Wed, 13 Jan 2016 12:05:28 -0800 Rik Overhaul num2str.m and int2str.m for Matlab compatibility (bug #46770).
Wed, 13 Jan 2016 11:04:53 -0800 Rik maint: one more addition to cset 5e00ed38a58b.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Tue, 12 Jan 2016 21:45:58 +0100 Torsten fix issues when restoring breakpoints and closing tabs or whole application
Tue, 12 Jan 2016 10:28:48 -0800 Rik Fix typo in 8190fe6dc3fd.
Sat, 09 Jan 2016 15:02:48 +0100 Torsten gui: only center line with debugger pointer if line is at the top or bottom
Fri, 08 Jan 2016 15:30:22 -0500 John W. Eaton use gh_manager::auto_lock to ensure lock state is properly restored
Fri, 08 Jan 2016 15:26:18 -0500 John W. Eaton revert accidental change made in changeset ebc439187d29
Fri, 08 Jan 2016 11:59:55 -0800 Rik fileattrib.m: Correct error detection pattern in cset 8bae5c3d4b30.
Fri, 08 Jan 2016 11:56:53 -0800 Rik fileattrib.m: Support Windows 7 and beyond (bug #46836).
Fri, 08 Jan 2016 12:49:28 -0500 John W. Eaton * data.cc: Fix typo in previous change.
Fri, 08 Jan 2016 11:38:21 -0500 John W. Eaton * data.cc (Fcumsum, Fcumprod): Provide example in docstring.
Thu, 07 Jan 2016 20:56:34 +0100 Torsten always restore breakpoints of an editor file after saving
Thu, 07 Jan 2016 20:17:14 +0100 Torsten center line when setting a breakpoint only if line is at top or at bottom
Wed, 06 Jan 2016 15:37:51 +1100 Lachlan Andrew Allow assigment from "float complex matrix" to "complex matrix" (bug #46816)
Thu, 07 Jan 2016 06:49:59 -0500 John W. Eaton * ov-java.h, ov-java.cc: Style fixes.
Wed, 06 Jan 2016 18:04:02 +0100 Kai T. Ohlhus Usage of corresponding value extractor for octave_idx_type. Improves support
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Tue, 05 Jan 2016 13:04:02 -0800 Rik maint: Periodic merge of stable to default.
Tue, 05 Jan 2016 12:05:01 -0800 Rik maint: Add @SizeTester files to build system. stable
Tue, 05 Jan 2016 08:57:08 -0800 Rik maint: Avoid GCC_ATTR_RETURN in typedef which clang can't compile.
Tue, 05 Jan 2016 13:44:53 +0100 Lachlan Andrew run-octave.in: Allow passing multiple arguments to run-octave. (bug #46690)
Tue, 05 Jan 2016 13:25:15 +0100 Kai T. Ohlhus maint: Periodic merge of stable to default.
Tue, 05 Jan 2016 13:23:15 +0100 Rafael Laboissiere etc/icons/octave.desktop.in: Add Keywords entry and field code to Exec. stable
Tue, 05 Jan 2016 12:45:14 +0100 Rafael Laboissiere doc: fix spelling of "unknown".
Mon, 04 Jan 2016 00:04:51 -0500 John W. Eaton avoid HDF5 macros if HDF5 is not available
Sun, 03 Jan 2016 14:22:08 -0800 Rik maint: Follow Octave coding conventions in m-files.
Sun, 03 Jan 2016 22:26:25 +0100 Kai T. Ohlhus glpk.m: Remove useless return statements after error and print_usage. Merged