log

age author description
Fri, 28 Apr 2017 13:52:02 -0400 John W. Eaton use builtin-defun-decls.h to ensure declarations of interpreter functions
Fri, 28 Apr 2017 13:49:27 -0400 John W. Eaton use DEFALIAS to define inverse
Fri, 28 Apr 2017 13:59:51 -0400 John W. Eaton also use DEFUN macros for local function declarations
Fri, 28 Apr 2017 11:53:54 -0400 John W. Eaton use false instead of -1 for bool "failure" value
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 15:26:32 -0400 John W. Eaton avoid calling abort if possible; include cstdlib for declaration if needed
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Thu, 27 Apr 2017 12:31:17 -0400 John W. Eaton move load_path class to octave namespace
Wed, 26 Apr 2017 01:32:49 -0400 John W. Eaton remove some unnecessary forward declarations
Wed, 26 Apr 2017 09:57:28 -0700 Rik maint: Eliminate <cfloat.h> header from liboctave files.
Wed, 26 Apr 2017 01:20:50 -0400 John W. Eaton allow most header files to be compiled separately
Wed, 26 Apr 2017 01:05:39 -0400 John W. Eaton * mexproto.h: Don't define OCTINTERP_API.
Wed, 26 Apr 2017 00:55:06 -0400 John W. Eaton pass dim_vector as const reference, not by value
Wed, 26 Apr 2017 00:53:08 -0400 John W. Eaton don't install options-usage.h
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Tue, 25 Apr 2017 14:20:34 -0400 John W. Eaton new action_container constructors for unwind_protect
Tue, 25 Apr 2017 13:52:20 -0400 John W. Eaton eliminate remains of BEGIN_PROFILER_BLOCK and END_PROFILER_BLOCK macros
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
Mon, 24 Apr 2017 21:03:38 -0700 Rik maint: rename cruft/ directory to external/
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Sun, 23 Apr 2017 22:01:49 +0200 Pantxo Diribarne Fix regression with true color unint8 images (bug #50797)
Sun, 23 Apr 2017 21:25:45 -0700 Rik qz.cc: Overhaul qz function.
Sat, 22 Apr 2017 20:56:13 -0700 Rik maint: Merge stable to default.
Sat, 22 Apr 2017 20:55:43 -0700 Rik doc: Redo docstring for qz (bug #50846). stable
Sat, 22 Apr 2017 14:11:40 -0700 Mike Miller Refactor and normalize generated build info source files
Sat, 22 Apr 2017 08:12:54 -0400 John W. Eaton move contents of liboctave/cruft/misc to liboctave/util
Thu, 20 Apr 2017 12:34:40 -0400 John W. Eaton handle boolean expressions separately in JIT compiler
Thu, 20 Apr 2017 12:52:32 -0400 John W. Eaton let walker visit tree_boolean and tree_compound_binary expressions directly
Thu, 20 Apr 2017 12:27:35 -0400 John W. Eaton protect tree_unop and tree_array_list constructors
Fri, 21 Apr 2017 20:26:33 -0700 Rik Use more std:: routines in liboctave/array header files.
Fri, 21 Apr 2017 11:14:06 -0700 Mike Miller Make Qt generated resource files reproducible
Fri, 21 Apr 2017 08:35:17 -0700 Rik Use std::copy_n rather than std::copy for clarity in liboctave/array.
Thu, 20 Apr 2017 20:02:23 -0700 Mike Miller Ensure generated source files are deterministic and reproducible
Thu, 20 Apr 2017 00:16:08 -0400 John W. Eaton rename load_path::loader to load_path::package_info
Wed, 19 Apr 2017 21:04:28 -0700 Mike Miller system.tst: fix failing system call tests in some corner cases
Thu, 20 Apr 2017 01:10:18 +0100 Carnë Draug Rename warning ID GraphicsMagic-Quantum-Depth GraphicsMagick-Quantum-Depth.
Wed, 19 Apr 2017 09:46:27 -0700 Rik maint: Periodic merge of stable to default.
Wed, 19 Apr 2017 09:43:53 -0700 Rik acinclude.m4: Look for "qscintilla_qt5" as another name for Qt5 scintilla library. stable
Tue, 18 Apr 2017 16:45:27 -0700 Rik Revert change to Copyright word wrapping in 907f8c3e1c8d.
Tue, 18 Apr 2017 16:35:38 -0700 Rik Reverse orientation of vertical uicontrol "sliders" for Matlab compatibility (bug #50818).
Wed, 19 Apr 2017 01:30:09 +0200 Kai T. Ohlhus doc: improve @polynomial example class constructor
Wed, 19 Apr 2017 01:28:07 +0200 Kai T. Ohlhus doc: disp rather than display should be overloaded (bug #50640, bug #50729).
Wed, 19 Apr 2017 01:22:23 +0200 Markus Mützel doc: new section about classdef classes with example (bug #44590).
Tue, 18 Apr 2017 11:59:24 -0700 Rik maint: Use std::copy_n and std::fill_n for dim_vectors and idx_vectors.
Tue, 18 Apr 2017 12:04:30 +0200 Andreas Stahel Fix hermite cubic interpolation in ode23
Mon, 17 Apr 2017 18:14:40 -0400 John W. Eaton make testif code and docs match
Mon, 17 Apr 2017 17:44:56 -0400 John W. Eaton use %!testif runtime tests to properly skip java tests
Mon, 17 Apr 2017 21:28:55 +0200 Torsten highlight error messages in gui and provide links to open files (bug #35619)
Mon, 17 Apr 2017 20:08:24 +0200 Torsten make url in the console window clickable under linux (bug #41076)
Sat, 15 Apr 2017 14:20:40 -0700 Mike Miller maint: tweak ARFLAGS and AR_FLAGS defaults and comments
Sat, 15 Apr 2017 11:54:33 -0400 John W. Eaton eliminate some errors exposed by -fsanitize=undefined
Sat, 15 Apr 2017 10:25:53 -0700 Rik Silence compile warning about 'u' modifier to ar.
Fri, 14 Apr 2017 14:00:41 -0400 John W. Eaton always return valid address for local buffers
Thu, 13 Apr 2017 14:25:16 -0400 John W. Eaton eliminate some compiler warnings
Thu, 13 Apr 2017 11:42:43 -0400 John W. Eaton * Map.m: Minor doc fixes.
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 13 Apr 2017 10:32:21 -0400 John W. Eaton maint: Merge stable to default.
Thu, 13 Apr 2017 10:28:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files. stable
Thu, 13 Apr 2017 10:23:26 -0400 John W. Eaton recognize docstrings for +package functions
Wed, 12 Apr 2017 16:55:19 -0700 Rik New xelem function for fast access to dim_vector internals.
Wed, 12 Apr 2017 16:29:50 -0400 John W. Eaton safe cast between SuiteSparse_long and octave_idx_type pointers (bug #50510)
Wed, 12 Apr 2017 13:38:01 -0400 John W. Eaton define all suitesparse NAME macros in oct-sparse.h
Wed, 12 Apr 2017 13:34:23 -0400 John W. Eaton * configure.ac: Reorder definition of compiler flag collections.
Wed, 12 Apr 2017 10:31:05 -0400 John W. Eaton * mach-info.cc: Fix declaration of d1mach.
Wed, 12 Apr 2017 10:10:54 -0400 John W. Eaton * main-window.cc: Avoid shadowed declaration.
Wed, 12 Apr 2017 10:04:05 -0400 John W. Eaton improve compatibility for single index indexing (bug #50776)
Tue, 11 Apr 2017 08:00:23 +0200 Torsten improve opening files from gui when built without qscintilla (bug #39179)
Tue, 11 Apr 2017 19:28:29 +0100 Carnë Draug gallery.m: fix failing test due to typo on test unit.
Mon, 10 Apr 2017 15:43:55 +0100 Carnë Draug inputParser.m: check if Param key and Switch are strings for better errors.
Mon, 10 Apr 2017 15:36:39 +0100 Carnë Draug inputParser.m: more tests for mix Param keys with positional options (bug #50752)
Mon, 10 Apr 2017 15:00:25 +0100 Carnë Draug gallery: use broadcasting to generate cauchy and fiedler matrices
Mon, 10 Apr 2017 07:02:42 +0200 Torsten Backed out changeset 7332287221a9
Sun, 09 Apr 2017 22:21:46 +0200 Torsten Backed out changeset 2cee3976d88f
Sun, 09 Apr 2017 20:08:15 +0200 Torsten provide open file dialog even when built without qscintilla (bug #39179)
Sun, 09 Apr 2017 17:45:57 +0100 Carnë Draug inputParser.m: do not confuse Switch options with positional options (bug #50752)
Sun, 09 Apr 2017 07:46:46 +0200 Torsten improve usage without qscintilla by external editor interface (bug #39179)
Sat, 08 Apr 2017 17:41:52 -0700 Mike Miller system.tst: don't compare expansion of bare tilde to system user database
Sat, 08 Apr 2017 16:44:40 -0700 Mike Miller install +containers.Map to the right directory (bug #50763)
Mon, 03 Apr 2017 21:12:07 -0700 Mike Miller Add test case for classdef with local functions (bug #41723)
Fri, 07 Apr 2017 18:26:18 -0400 John W. Eaton modernize token sources
Fri, 07 Apr 2017 15:31:37 -0700 Rik doc: Change example old-style class code to overload disp rather than display.
Fri, 07 Apr 2017 15:03:29 -0700 Rik configure.ac: Print LDFLAGS in summary of config variables.
Fri, 07 Apr 2017 17:16:00 -0400 John W. Eaton * pt-eval.cc (quit_loop_now): Avoid deprecated variable warnings.
Fri, 07 Apr 2017 12:27:09 -0700 Rik containers.Map: UniformValue requires values be scalars, not just equal size (bug #49559).
Fri, 07 Apr 2017 13:59:13 -0400 John W. Eaton * __opengl_info__.m: Use pause instead of drawnow.
Fri, 07 Apr 2017 09:45:32 -0700 Rik containers.Map: Fix values fcn, Add BIST tests (bug #49559).
Fri, 07 Apr 2017 12:22:54 -0400 John W. Eaton improve inputParser compatibility for optional args (bug #50752)
Fri, 07 Apr 2017 11:01:17 -0400 John W. Eaton maint: Periodic merge of stable to default.
Fri, 07 Apr 2017 11:00:41 -0400 John W. Eaton distinguish between reported bugs and known failures in tests
Fri, 07 Apr 2017 09:13:14 -0400 John W. Eaton * audiodevinfo (Faudiodevinfo): Improve doc string.
Fri, 07 Apr 2017 09:05:56 -0400 John W. Eaton skip some audio tests if no audio devices are available
Fri, 31 Mar 2017 15:49:57 +0200 Pantxo Diribarne Let mouse selection of Qt figures update "currentfigure" (bug #50666) stable
Thu, 06 Apr 2017 15:16:19 -0400 John W. Eaton fix typo in previous change
Thu, 06 Apr 2017 15:06:42 -0400 John W. Eaton use new hex2num and num2hex features to simplify +containers.Map key encoding
Thu, 06 Apr 2017 14:52:38 -0400 Guillaume Flandin fix key sorting for +containers.Map
Thu, 06 Apr 2017 13:18:51 -0400 John W. Eaton allow hex2num to handle integer values
Thu, 06 Apr 2017 13:12:09 -0400 John W. Eaton * Cell.h, Cell.cc (Cell::string_vector_value): New function.
Wed, 05 Apr 2017 16:54:21 -0700 Rik Change display of structs to respect compact format.
Wed, 05 Apr 2017 17:07:58 -0400 John W. Eaton use hex values for numeric containers.Map keys (bug #49559)
Wed, 05 Apr 2017 15:07:27 -0400 John W. Eaton deprecate "octave_value (octave_value_list, bool)" constructor
Wed, 05 Apr 2017 14:11:18 -0700 Rik Use octave_base_value::print_name_tag for old style classes (bug #50640).
Wed, 05 Apr 2017 14:00:21 -0700 Rik Fix initial newline for disp() of cells (bug #50683).
Wed, 05 Apr 2017 11:58:21 -0700 Guillaume Flandin orderfields.m: recode algorithm to halve running time (bug #50688).
Wed, 05 Apr 2017 10:55:35 -0700 Rik containers.Map: New key/value storage container (bug #49559).
Wed, 05 Apr 2017 09:23:20 -0400 John W. Eaton fix typo in previous change
Wed, 05 Apr 2017 09:00:40 -0400 John W. Eaton avoid indexing error with "end" and classdef objects (bug #50716)
Wed, 05 Apr 2017 13:26:45 +0200 Lachlan Andrew Altering class member of object array modifies other class members (bug #46660).
Wed, 05 Apr 2017 10:08:26 +0200 Kai T. Ohlhus Avoid initial newline in disp() for cell arrays (bug #50683).
Mon, 03 Apr 2017 16:21:19 -0400 John W. Eaton local functions in classdef files (bug #41723)
Mon, 03 Apr 2017 12:50:55 -0400 John W. Eaton elminate unused global variable LEXER
Mon, 03 Apr 2017 10:44:36 -0400 John W. Eaton maint: Periodic merge of stable to default.
Mon, 03 Apr 2017 07:53:30 -0400 John D disable qscintilla editor drag and drop so parent will handle it (Bug #50559) stable
Fri, 31 Mar 2017 00:37:31 +0200 larskindermann datestr.m: Correct rounding to milliseconds (bug #50673).
Thu, 30 Mar 2017 11:08:17 -0700 Rik build: Avoid "unused parameter" warning during build.
Wed, 29 Mar 2017 17:02:26 -0700 Rik Override disp rather than display for class objects (bug #50640).
Wed, 29 Mar 2017 17:37:31 -0400 John W. Eaton add files missing in changeset c052a29c1f1f
Wed, 29 Mar 2017 15:39:37 -0400 John W. Eaton improve display of ftp and audio objects (bug #50640)
Wed, 29 Mar 2017 12:26:29 -0700 Rik doc: Update HACKING file (bug #50669).
Wed, 29 Mar 2017 14:32:14 -0400 John W. Eaton fix display methods to only expect one argument
Wed, 29 Mar 2017 14:25:29 -0400 John W. Eaton don't call display methods with more than one argument (bug #50640)
Tue, 28 Mar 2017 10:04:42 -0700 Rik maint: Use Octave coding conventions in cset 1eb2706a6125.
Tue, 28 Mar 2017 11:43:43 +0200 Kai T. Ohlhus Handle second argument in classes with overridden display function (bug #49794).
Tue, 28 Mar 2017 10:36:02 +0200 Kai T. Ohlhus maint: discover qt5 builds of QScintilla on certain systems (bug #50572).
Mon, 27 Mar 2017 23:57:06 +0200 Kai T. Ohlhus doc: describe optional install dependencies PortAudio and SUNDIALS (bug #50513). stable
Thu, 23 Mar 2017 09:13:11 +0100 Kai T. Ohlhus maint: merge stable to default.
Thu, 23 Mar 2017 09:11:35 +0100 Kai T. Ohlhus test: publish to a temporary directory to ensure write access. stable
Tue, 21 Mar 2017 23:21:51 -0700 Rik maint: merge stable to default.
Tue, 21 Mar 2017 15:06:04 -0400 Nicholas R. Jankowski quadgk.m: Correct error messages which point to quadv (bug #50604). stable
Tue, 21 Mar 2017 23:15:53 -0700 Rik Don't error out if RANGE specification for dlmread contains large values. stable
Tue, 21 Mar 2017 20:25:27 +0100 Torsten provide a context menu and shortcuts for the doc browser tab bar (bug #44605)
Tue, 21 Mar 2017 20:25:26 +0100 Torsten provide a context menu for the tab bar of the editor (bug #44605)
Tue, 21 Mar 2017 09:33:49 -0400 John W. Eaton new assignment conversion (bug #50574)
Tue, 21 Mar 2017 08:32:44 -0400 John D Set version on AppUserModelId (Bug #50428) stable
Mon, 20 Mar 2017 15:32:08 -0700 Rik dlmread: Add support for reading pure imaginary numbers (bug #50589).
Mon, 20 Mar 2017 20:48:02 +0100 Kai T. Ohlhus * publish.m: Refer to the online manual of the current Octave version.
Mon, 20 Mar 2017 09:40:51 -0700 Rik maint: merge stable to default.
Mon, 20 Mar 2017 09:39:09 -0700 Rik version-rcfile: Only try to execute "startup.m", not "startup" or "startup.m". stable
Mon, 20 Mar 2017 09:22:23 -0700 Rik version-rcfile: Don't try to execute startup directory, only startup.m (bug #50593). stable
Mon, 20 Mar 2017 08:59:07 -0700 Rik maint: merge stable to default.
Mon, 20 Mar 2017 08:48:08 -0700 Rik errorbar.m: move code for axes modifications AFTER plot has been made. stable
Mon, 20 Mar 2017 13:12:56 +0100 Pantxo Diribarne errorbar.m: force "box"->"on" like for other 2D high level plots stable
Mon, 20 Mar 2017 06:37:28 -0400 Jordi Gutiérrez Hermoso * odeset.m: more doc fixes
Mon, 20 Mar 2017 06:31:21 -0400 Jordi Gutiérrez Hermoso * odeset.m: doc fix
Sun, 19 Mar 2017 15:09:32 -0700 Rik maint: merge stable to default.
Sun, 19 Mar 2017 14:45:17 -0700 Rik dlmread: Return empty matrix when requested range is outside data (bug #50102). stable
Sun, 19 Mar 2017 13:27:30 -0700 Rik Improve performance of dlmread by pre-allocating larger array (bug #50102).
Sun, 19 Mar 2017 08:26:39 -0700 Rik Possibly improve performance of OpenGL printing.
Sun, 19 Mar 2017 09:41:35 +0100 Torsten allow double left click for closing tabs in the file editor (bug #44605)
Sat, 18 Mar 2017 22:14:58 -0700 Lars Kindermann datestr.m: Do automatic format detection across all entries in vector (bug #50558).
Sat, 18 Mar 2017 10:15:50 -0700 Rik maint: tweak readability of code in lo-regexp.cc.
Sat, 18 Mar 2017 14:11:27 +0100 Torsten allow double left click for closing tabs in the doc browser (bug #44605)
Sat, 18 Mar 2017 09:43:56 +0100 Torsten * file-editor.cc: fix compiling wihtout qscintilla (bug #50572)
Fri, 17 Mar 2017 21:39:56 +0100 Torsten correctly cleaning up when closing doc browser tab by mouse middle click
Fri, 17 Mar 2017 19:00:09 +0100 Torsten Use Qt symbols already existing in Qt 4.6 (bug #50567)
Fri, 17 Mar 2017 12:25:40 +0100 Marco Caliari Fix eigs for generalized nonsymmetric and shift-invert problems (bug #39573). stable
Thu, 16 Mar 2017 09:44:44 +0100 Marco Caliari Fix eigs for the generalized eigenvalue problem (bug #50546) stable
Thu, 16 Mar 2017 12:30:13 -0700 Rik which.m: Return a non-empty string for built-in classes and command line fcns (bug #50541);
Thu, 16 Mar 2017 00:25:23 -0500 Daniel J Sebald For gnuplot, use legend or text, not general, object interpreter property (bug #50496)
Thu, 16 Mar 2017 09:27:28 -0700 Rik maint: merge stable to default.
Fri, 10 Mar 2017 13:15:23 +0100 Lars Kindermann datetick.m: Fix uneven range bugs (bug #50493) stable
Thu, 16 Mar 2017 09:15:19 -0700 Lars Kindermann datenum.m: Correct calculation for fractional leap years (bug #50508). stable
Sun, 12 Mar 2017 14:21:52 +0000 Victor Norton doc: Fix eig output argument description (bug #50524). stable
Thu, 16 Mar 2017 09:02:21 -0700 Rik Clean up implementation of eps (bug #50561).
Thu, 16 Mar 2017 08:29:51 -0700 Rik Correct 350X slowdown in eps (bug #50561).
Thu, 16 Mar 2017 08:55:02 -0400 John W. Eaton use magnitude when computing eps for complex values (bug #50553)
Wed, 15 Mar 2017 20:10:52 -0400 John W. Eaton test/module.mk: Fix think-o in previous change.
Wed, 30 Mar 2016 18:53:37 -0700 Mike Miller test: filter fntests.log when running make check with V=1
Wed, 15 Mar 2017 16:25:37 -0700 Rik maint: merge stable to default.
Wed, 15 Mar 2017 16:25:06 -0700 Rik datenum.m: Allow horizontal vectors of dates with fractional months (bug #50508). stable
Wed, 15 Mar 2017 16:14:35 -0700 Rik Fix typo in 9a0e33470da5 preventing audiodevinfo from working.
Wed, 15 Mar 2017 21:48:45 +0100 Torsten Allow to close an doc tab with the middle mouse button (bug #44605)
Wed, 15 Mar 2017 16:09:57 -0400 John W. Eaton use "run-time condition" consistently in previous change
Wed, 15 Mar 2017 16:02:06 -0400 John W. Eaton allow skipping of tests based on run-time conditions
Wed, 15 Mar 2017 12:43:07 -0400 John W. Eaton display fntests.log at end of make check if V=1
Wed, 15 Mar 2017 09:13:38 -0400 John W. Eaton add release dates to NEWS files
Tue, 14 Mar 2017 23:20:02 +0100 Torsten Allow to close an editor tab with the middle mouse button (bug #44605)
Tue, 14 Mar 2017 10:50:28 +0100 Markus Mützel Remove "corrcoef" from list of unimplemented functions. (bug #47824)
Tue, 14 Mar 2017 09:25:01 -0700 Rik Make Ctrl+A default shortcut for "Select All" (bug #50538).
Mon, 13 Mar 2017 11:39:55 -0700 Guillaume Flandin corrcoef.m: New statistics function for Matlab compatibility (bug #47824).
Sun, 12 Mar 2017 20:56:44 +0100 Markus Mützel axis.m: Add support for "vis3d" (bug #50523).
Sun, 12 Mar 2017 22:06:01 -0700 Rik Only return a handle from ui* functions if nargout > 0 (bug #49751).
Sun, 12 Mar 2017 19:12:27 -0700 Rik Restore all figure settings after clf ("reset") (bug #50527).
Sun, 12 Mar 2017 21:32:14 +0100 Pantxo Diribarne Silence more "deprecated-property" warnings (bug #50327).
Sun, 12 Mar 2017 14:21:52 +0000 Markus Mützel dir.m: Do not include trailing filesep in "folder". Fix BIST. (bug #50504).
Sun, 12 Mar 2017 11:27:52 -0700 Rik datenum.m: Accept legal input of vectors with fractional months (bug #50508). stable
Sat, 11 Mar 2017 22:10:27 -0800 Rik hgtransform.m: Add partial support for image object type.
Fri, 10 Mar 2017 22:29:19 -0800 Rik dir.m: Add folder entry to output struct for Matlab compatibility (bug #50504).
Fri, 10 Mar 2017 18:32:50 -0800 Rik __gnuplot_draw_axes__.m: Use try/catch rather than unwind protect in 589e4e4548e1.
Fri, 10 Mar 2017 16:29:55 -0800 Rik maint: periodic merge of stable to default.
Fri, 10 Mar 2017 16:29:19 -0800 Rik Fix compilation error from d77f5721db51 graft to stable. stable
Fri, 10 Mar 2017 21:47:20 +0100 Torsten fix the anchor position in the info text of the doc browser (bug #50422) stable
Fri, 10 Mar 2017 15:30:42 -0800 Rik __gnuplot_draw_axes__.m: Temporary fix for legend (bug #50496).
Fri, 10 Mar 2017 21:47:20 +0100 Torsten fix the anchor position in the info text of the doc browser (bug #50422)
Fri, 10 Mar 2017 12:16:40 -0800 Rik Deprecate "interpreter" property in primitive graphic objects (partial fix for bug #50496).
Wed, 08 Mar 2017 23:30:05 +0100 Pantxo Diribarne Fix order of legend labels with plotyy axes (bug #50497) stable
Wed, 08 Mar 2017 21:11:54 -0800 Rik dir.m: Fix regression in 529c6d0c6684.
Wed, 08 Mar 2017 15:00:35 -0800 Rik hgtransform.m: New function (bug #50466).
Tue, 07 Mar 2017 08:22:16 -0800 Rik maint: Merge stable to default.
Sun, 16 Oct 2016 02:23:54 -0500 Daniel J Sebald Correct hggroup plot legends for gnuplot toolkit, add legend demo 17 items (bug #49341) stable
Tue, 07 Mar 2017 08:15:24 -0800 Rik maint: Merge stable to default.
Thu, 06 Oct 2016 12:18:15 -0500 Daniel J Sebald For gnuplot graphics toolkit, show only one key entry for errorbars (bug #49260) stable
Mon, 06 Mar 2017 16:12:48 -0800 Michael Leitner perms.m: Recode for performance and Matlab-compatible output order (bug #50426)
Mon, 06 Mar 2017 11:19:31 -0800 Rik dir.m: Improve performance by another 2X (bug #50416).
Mon, 06 Mar 2017 09:31:32 -0800 Rik dir.m: Improve performance by 2.3X (bug #50416).
Mon, 06 Mar 2017 10:58:55 -0500 John W. Eaton maint: Merge stable to default.
Mon, 06 Mar 2017 10:58:24 -0500 John W. Eaton * grabcode.m: Fix typo in doc string.
Mon, 06 Mar 2017 10:57:54 -0500 John W. Eaton * quit.cc (clean_up_and_exit): Don't declare definition extern.
Fri, 03 Mar 2017 16:06:39 +0100 Kai T. Ohlhus Permit several file formats in grabcode.
Thu, 02 Mar 2017 17:44:44 +0100 Kai T. Ohlhus doc: update CITATION date, version, and permalink to manual (bug #47058) stable
Thu, 02 Mar 2017 06:59:32 -0800 Mike Miller Fix compilation of jit caused by cset d0562b3159c7 (bug #50398). stable
Tue, 28 Feb 2017 16:54:08 -0800 Rik doc.m: Overhaul function (bug #50423).
Sun, 26 Feb 2017 15:32:57 -0800 Rik Only imread a URL if the input looks like a URL (bug #49228).
Sun, 26 Feb 2017 20:29:19 +0100 Torsten * file-editor-tab.cc (handle_char_added): prevent warning on unused parameter
Sun, 26 Feb 2017 07:48:45 -0800 John W. Eaton Eliminate compilation warnings related to clean_up_and_exit fcn (bug #50265).
Sun, 26 Feb 2017 13:46:52 +0100 Torsten provide the possibility for breaking lines only in comments (bug #41555)
Sat, 25 Feb 2017 21:13:35 +0100 Torsten automatically add a comment string when line breaking in line comments
Sat, 25 Feb 2017 20:54:02 +0100 Kai T. Ohlhus doc: remove duplicate name in contributors.in (bug #46740)
Sat, 25 Feb 2017 17:57:01 +0100 Torsten function providing comment strings uses lexer number and not lexer names
Sat, 25 Feb 2017 12:27:47 +0100 Kai T. Ohlhus doc: add missing contributors from hg log to contributors.in (bug #46740)
Sat, 25 Feb 2017 00:19:13 +0100 Kai T. Ohlhus maint: Merge stable to default.
Sat, 25 Feb 2017 00:17:55 +0100 Kai T. Ohlhus doc: Update titlepage copyright year. stable
Fri, 24 Feb 2017 21:37:11 +0100 Torsten improve line breaking in the editor
Fri, 24 Feb 2017 11:43:56 -0800 Rik maint: merge stable to default.
Fri, 24 Feb 2017 11:40:05 -0800 Rik Remove inline keyword on file_stat destructor which breaks MacOS compilation (bug #50234). stable
Fri, 24 Feb 2017 13:54:47 -0500 John W. Eaton maint: Merge stable to default.
Fri, 24 Feb 2017 13:47:12 -0500 John W. Eaton Added tag release-4-2-1 for changeset 1327ea4f5a93 stable
Wed, 22 Feb 2017 13:16:59 -0500 John W. Eaton Version 4.2.1 released. stable release-4-2-1
Thu, 23 Feb 2017 16:08:44 -0800 Rik Make uimenu "Position" property Matlab-compatible (bug #50369).
Thu, 23 Feb 2017 14:55:39 -0800 Rik maint: Indent foreach blocks in Qt GUI code for readability.
Thu, 23 Feb 2017 19:28:41 +0100 Pantxo Diribarne Disable deprecation warnings when using internal __get__ (bug #50327)
Wed, 22 Feb 2017 13:00:04 -0500 John W. Eaton maint: Update copyright dates.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Tue, 21 Feb 2017 16:56:38 -0800 Rik maint: Periodic merge of stable to default.
Tue, 21 Feb 2017 16:55:25 -0800 Rik doc: Reword manual section on numeric constants for clarity. stable
Tue, 21 Feb 2017 16:24:19 -0800 Rik doc: Fix differences between example code and run time results (bug #50282). stable
Sun, 19 Feb 2017 20:44:38 +0100 Pantxo Diribarne Fix opengl "invalid operation" when zooming (bug #50317) stable
Tue, 21 Feb 2017 14:55:34 +0100 Michael D. Godfrey doc: provide complete examples in plotting documentation (bug #44263) stable
Mon, 20 Feb 2017 18:11:02 +0100 Ernst Reissner doc: Overhaul Java interface description (bug #50299) stable
Mon, 20 Feb 2017 17:39:12 +0100 Ernst Reissner doc: Add documentation for hex and binary prefix and _ separator(bugs #50305, #50334) stable
Sun, 19 Feb 2017 22:01:18 -0800 Rik Fix incorrect handling of 0b binary numbers in complex contstants. stable
Sun, 19 Feb 2017 12:37:59 +0100 Pantxo Diribarne Deprecate "light" and "demi" values for "fontweight" property (bug #50353).
Sun, 19 Feb 2017 21:19:34 +0100 Pantxo Diribarne Disable deprecation warnings when resetting graphics objects (bug #50327)
Sun, 19 Feb 2017 21:10:03 -0800 Rik maint: merge of stable to default.
Sun, 19 Feb 2017 20:50:42 -0800 Rik Guarantee returning std::string from tilde_expand functions (bug #50234). stable
Sun, 19 Feb 2017 19:42:44 -0800 Rik Workaround segfault in file_stat (bug #50234). stable
Sun, 19 Feb 2017 14:59:58 +0100 Pantxo Diribarne Better documentation of *fcn properties stable
Sun, 19 Feb 2017 12:06:23 +0100 Torsten add preference for closing files when editor is closed/hidden (bug #50106)
Sat, 18 Feb 2017 21:05:36 -0800 Rik maint: merge stable to default.
Fri, 17 Feb 2017 13:09:49 +0100 Pantxo Diribarne genpropdoc.m: document more graphics properties (bug #50337). stable
Thu, 16 Feb 2017 14:04:29 +0100 Pantxo Diribarne New mechanism to deprecate graphics properties (bug #50327)
Sat, 18 Feb 2017 04:04:52 +0100 Ernst Reissner doc: Fix build of docs broken in sub2ind (bug #50348). stable
Sat, 18 Feb 2017 18:40:15 +0100 Torsten fix removing editor tabs on application exit
Fri, 10 Feb 2017 22:16:16 -0500 John D build: Clear ac_cv_prog_ac_ct_XXXX qt variables if correct qt was not found (Bug #50214)
Fri, 17 Feb 2017 20:31:45 -0500 John W. Eaton maint: Merge stable to default.
Fri, 17 Feb 2017 20:31:20 -0500 John W. Eaton * main.in.cc (main): Improve comment. stable
Fri, 17 Feb 2017 20:26:20 -0500 John W. Eaton maint: Merge stable to default.
Fri, 17 Feb 2017 20:05:35 -0500 John W. Eaton always fork and exec when starting the gui (bug #49609) stable
Fri, 17 Feb 2017 17:26:34 +0100 Kai T. Ohlhus maint: merge of stable to default.
Fri, 17 Feb 2017 17:24:28 +0100 Kai T. Ohlhus maint: add classdef test files from cset 194481349d22 (bug #49819) stable
Fri, 17 Feb 2017 16:41:29 +0100 Kai T. Ohlhus * scripts/general/publish.m: Avoid creation of empty ouput blocks.
Fri, 17 Feb 2017 07:54:31 +0100 Torsten highlight all occurrences of a selected word in the editor (bug #41470)
Thu, 16 Feb 2017 10:08:39 +0100 Pantxo Diribarne print.m: fix regression with -append option (bug #50318) stable
Wed, 15 Feb 2017 13:10:39 +0100 Kai T. Ohlhus Allow custom output generators for code publishing.
Tue, 14 Feb 2017 16:00:11 -0800 Mike Miller version.m: document that "-release" returns an empty string (bug #50294) stable
Tue, 14 Feb 2017 21:23:17 +0100 Torsten enable text background as long line marker in the editor
Sun, 12 Feb 2017 22:20:40 +0100 Pantxo Diribarne Don't display legend, colorbar, and annotation axes coordinates (bug #50272). stable
Tue, 14 Feb 2017 11:21:53 -0800 Rik doc: Remove trailing "\n\" from sleep and usleep docstrings (bug #50301). stable
Mon, 13 Feb 2017 23:39:41 +0100 Kai T. Ohlhus inputParser.m (display): Handle second input argument for variable name.
Mon, 13 Feb 2017 23:33:48 +0100 Kai T. Ohlhus doc: Document second input argument of display (bug #49794)
Mon, 13 Feb 2017 18:53:01 +0100 Torsten allow line breaking in the editor (bug #41555)
Sun, 12 Feb 2017 21:12:54 -0600 John W. Eaton maint: Merge stable to default.
Sun, 12 Feb 2017 09:53:09 +0100 Torsten enable line wrapping in the editor if desired (bug #41555)
Sun, 12 Feb 2017 09:09:32 +0100 Torsten fix settings update for existing editor tabs (regression from b3ced5e3cebb) stable
Wed, 08 Feb 2017 07:54:28 +0100 Torsten unhide editor when a file was changed by an external application (bug #50106)
Tue, 07 Feb 2017 20:16:28 +0100 Markus Mützel annotation.m: Rename property "edgecolor" to "color" (bug #50227).
Thu, 09 Feb 2017 09:31:55 -0800 Rik maint: merge of stable to default.
Thu, 09 Feb 2017 09:31:15 -0800 Rik acinclude.m4: Correct test for SetPlaceHolderText. stable
Wed, 08 Feb 2017 17:37:16 -0800 Rik maint: periodic merge of stable to default.
Fri, 06 Jan 2017 11:15:15 -0800 Mike Miller configure: use the correct flags when testing for the CXSparse library version stable
Wed, 08 Feb 2017 17:34:45 -0800 Rik acinclude.m4: Don't save CXXFLAGS when only running pre-processor tests.
Sat, 04 Feb 2017 14:34:15 -0500 Mike Miller Add headers needed on MacOS to avoid "implicit instantiation of undefined
Wed, 08 Feb 2017 19:16:50 -0500 John W. Eaton maint: Merge stable to default.
Mon, 06 Feb 2017 12:37:04 -0800 Colin Macdonald * __run_test_suite__.m: fix typo in return values. stable
Wed, 08 Feb 2017 12:24:03 +0100 Kai T. Ohlhus scripts/general/inputParser.m: refactor two xtest cases to normal test cases.
Wed, 08 Feb 2017 12:06:01 +0100 Kai T. Ohlhus doc: Add Georg Wiora to list of contributors.
Wed, 08 Feb 2017 11:34:18 +0100 Georg Wiora More verbose information when inputParser fails validating argument (patch #9241)
Wed, 08 Feb 2017 10:41:56 +0100 Kai T. Ohlhus maint: Use Octave whitespace conventions for scripts/general/inputParser.m.
Tue, 07 Feb 2017 21:55:34 -0800 Rik histc.m: Return empty output when EDGES is empty for ML compatibility (bug #49944).
Tue, 07 Feb 2017 21:32:40 -0800 Rik qp.m: Fix regression with incorrect vector dimensions (bug #50067). stable
Tue, 07 Feb 2017 10:30:31 -0800 Rik Use BOLD to identify text that matched in documentation search results.
Mon, 06 Feb 2017 20:53:39 +0100 Torsten make editor save its widget settings again when octave quits stable
Mon, 06 Feb 2017 16:50:01 +0100 Markus Mützel stat-wrappers.c (assign_stat_fields): Fix copy-paste errors.
Sun, 05 Feb 2017 21:00:36 +0100 Markus Mützel bp-table.cc: Fix typo in conditional.
Sun, 05 Feb 2017 19:34:59 +0000 Carnë Draug maint: merge away accidental extra head.
Sun, 05 Feb 2017 19:32:22 +0000 Carnë Draug null.m: handle class single in corner cases with special code paths.
Sun, 05 Feb 2017 19:19:02 +0000 Carnë Draug null: check number of arguments before using them.
Sun, 05 Feb 2017 13:51:28 -0500 John W. Eaton refactor checks for Qt tools (bug #50214)
Sun, 05 Feb 2017 10:52:10 -0800 Rik maint: Use Octave coding conventions for src/qtinfo/parser.cc.
Sun, 05 Feb 2017 10:00:19 -0800 Rik maint: Periodic merge of stale to default.
Sun, 05 Feb 2017 09:59:44 -0800 Rik Prevent infinite loop in global documentation search (bug #50177). stable
Sun, 05 Feb 2017 12:01:38 +0100 Torsten connect execute command signal in editor constructor (bug #50171) stable
Sat, 04 Feb 2017 15:08:53 -0500 John W. Eaton * bp-table.h: Also include <string>.
Sat, 04 Feb 2017 15:05:29 -0500 John W. Eaton eliminate static string object
Sat, 04 Feb 2017 09:29:42 -0800 Rik Accept case-insensitive string value for p-value input to norm (bug #50195);
Sat, 04 Feb 2017 15:15:33 +0100 Torsten connect editors execute command signal to the required slot (bug #50171) stable
Sat, 04 Feb 2017 13:36:48 +0100 Kai T. Ohlhus maint: Merge stable to default.
Sat, 04 Feb 2017 13:10:51 +0100 Colin Macdonald check if input is class method before declaring it unimplemented (patch #9238) (bug #49694) stable
Fri, 03 Feb 2017 19:54:32 -0500 John W. Eaton declare some functions that are only used once "static"
Fri, 03 Feb 2017 07:31:08 -0800 Rik doc: Remove functions from unimplemented list which now exist (bug #50222).
Thu, 02 Feb 2017 20:47:09 -0800 Rik Disallow p-norm of -Inf for matrices (bug #50194).
Thu, 02 Feb 2017 17:25:59 -0500 John W. Eaton maint: Merge stable to default.
Mon, 30 Jan 2017 21:51:06 -0500 John W. Eaton maint: strip trailing whitespace from source files. stable
Thu, 02 Feb 2017 17:20:49 -0500 John W. Eaton * NEWS: Fix typo. stable
Thu, 02 Feb 2017 16:16:26 -0500 John W. Eaton move bp_table class to separate file
Wed, 01 Feb 2017 22:22:19 +0100 Pantxo Diribarne Lock the graphics mutex before manipulating text_renderer objects (bug #50189)
Wed, 01 Feb 2017 21:06:37 -0800 Rik maint: merge stable to default.
Wed, 01 Feb 2017 21:06:04 -0800 Rik doc: Expand documentation for cast() (bug #50201). stable
Wed, 01 Feb 2017 20:41:45 -0800 Rik maint: merge stable to default.
Wed, 01 Feb 2017 20:39:51 -0800 Rik doc: Correct two entries in Table 34.1 (bug #50203). stable
Wed, 01 Feb 2017 17:05:06 -0500 John W. Eaton * oop.txi: Improve table formatting (bug #50203) stable
Wed, 01 Feb 2017 17:05:06 -0500 John W. Eaton * oop.txi: Improve table formatting (bug #50203)
Tue, 31 Jan 2017 17:29:32 -0800 Rik Replace feval calls with direct call to C++ function (bug #50116).
Tue, 31 Jan 2017 16:45:47 -0800 Rik build: Eliminate unused parameter warning in octave-qt-link.cc.
Tue, 31 Jan 2017 18:04:11 -0500 John W. Eaton avoid including parse tree headers in other header files unnecessarily
Tue, 31 Jan 2017 17:43:58 -0500 John W. Eaton move JIT compiler files from corefcn to parse-tree directory
Tue, 31 Jan 2017 17:42:29 -0500 John W. Eaton pkg: also search .cpp an .cxx files for PKG directives (bug #50199)
Fri, 20 Jan 2017 21:40:11 +0100 Markus Mützel Add new types of constraints for graphics properties (bug #50041).
Tue, 31 Jan 2017 13:51:42 -0500 John W. Eaton use wrappers for uniconv functions; style fixes for unicode conv fcns
Sun, 22 Jan 2017 13:58:57 +0100 Markus Mützel Add functions native2unicode and unicode2native (bug #49842).
Tue, 31 Jan 2017 06:22:13 -0500 John W. Eaton use $KLU_LIBS in configure check for Sundials IDA library (bug #50167)
Mon, 30 Jan 2017 21:51:36 -0500 John W. Eaton maint: Merge stable to default.
Mon, 30 Jan 2017 17:38:12 -0500 John W. Eaton refactor and simplify interpreter startup in GUI
Mon, 30 Jan 2017 21:42:38 +0100 Avinoam Kalma Workaround segfault when an error occurs while printing (bug #49779) stable
Mon, 30 Jan 2017 15:13:29 -0500 John W. Eaton separate final interpreter initialization from execution
Tue, 15 Nov 2016 23:10:15 +0100 Markus Mützel Improve support of "(xy)axislocation" "origin" (bug #48562).
Sun, 29 Jan 2017 16:51:30 +0100 Markus Mützel fminsearch.m: Remove double word in docstring (bug #44220).
Sun, 29 Jan 2017 16:24:33 +0100 Philip Nienhuis fminsearch.m: fix texinfo header (bug #50178)
Mon, 11 Jul 2016 18:52:42 +0200 Markus Muetzel Additional output arguments for fminsearch (bug #44220).
Sat, 28 Jan 2017 18:31:43 -0800 Markus Mützel Make property in set() with two arguments case-insensitive (bug #50163).
Sat, 28 Jan 2017 15:19:42 -0500 John W. Eaton more refactoring of interpreter and application classes
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Fri, 27 Jan 2017 17:54:12 -0500 John W. Eaton * interpreter.cc (octave_exit): Delete unused global variable.
Fri, 27 Jan 2017 17:52:10 -0500 John W. Eaton don't add __shutdown_qt__ to list of atexit functions inside __shutdown_qt__
Fri, 27 Jan 2017 17:47:44 -0500 John W. Eaton * examples/code/embedded.cc: Update.
Fri, 27 Jan 2017 17:44:07 -0500 John W. Eaton move OCTAVE_SAFE_CALL macro out of header file
Fri, 27 Jan 2017 16:23:01 -0500 John W. Eaton delay cleanup for embedded interpreter until destructor is called
Fri, 27 Jan 2017 12:56:33 -0500 John W. Eaton fix thinko in previous change
Fri, 27 Jan 2017 12:27:11 -0500 John W. Eaton eliminate declaration of nonexistent global variable
Fri, 27 Jan 2017 11:13:47 -0500 John W. Eaton refactor interpreter::execute
Fri, 27 Jan 2017 11:04:10 -0500 John W. Eaton generate signal name from number when needed in signal handler functions
Fri, 27 Jan 2017 09:17:57 -0500 John W. Eaton eliminate global variable reading_startup_message_printed
Fri, 27 Jan 2017 16:39:15 +0100 Kai T. Ohlhus __ilu__ and __ichol__: use liboctave functions instead of feval (bug #50105)
Thu, 26 Jan 2017 23:46:47 -0500 John W. Eaton style fixes
Thu, 26 Jan 2017 23:19:45 -0500 John W. Eaton style fixes
Thu, 26 Jan 2017 17:14:58 -0500 John W. Eaton defer SIGHUP and SIGTERM actions until octave_quit is called
Thu, 26 Jan 2017 17:06:39 -0500 John W. Eaton call octave_quit after return from "foreign" code
Thu, 26 Jan 2017 13:09:13 -0500 John W. Eaton fix typos in failing new test added in previous change
Thu, 26 Jan 2017 12:19:15 -0500 John W. Eaton fix prototype of octave_base_int<T>::write (bug #50157)
Thu, 26 Jan 2017 08:26:46 -0500 John W. Eaton additional restructuring of startup and shutdown
Wed, 25 Jan 2017 16:11:51 -0800 Rik maint: Merge stable to default.
Wed, 25 Jan 2017 16:08:52 -0800 Rik doc: Fix '##' in middle of docstring/comment lines (bug #50145).50145).50145).50145).50145). stable
Wed, 25 Jan 2017 16:04:38 -0800 Rik doc: Reword documentation about subplots in 15.2.4 (bug #50148). stable
Tue, 24 Jan 2017 18:35:08 -0500 John W. Eaton fix caching error with Qt tool configuration (bug #50129)
Tue, 24 Jan 2017 18:00:05 -0500 John W. Eaton rework clean_up_and_exit (bug #50068)
Mon, 23 Jan 2017 14:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
Mon, 23 Jan 2017 14:29:35 -0500 John W. Eaton maint: strip trailing whitespace from source files.
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 20 Jan 2017 12:12:11 -0500 John W. Eaton maint: strip trailing whitespace from source files. stable
Sun, 22 Jan 2017 08:31:08 -0800 Rik expint.m: Add missing semicolon to line to suppress output.
Tue, 10 Jan 2017 19:35:10 +0100 Michele Ginesi expint.m: new strategies to compute the exponential integral (bug #47738).
Sat, 21 Jan 2017 16:19:38 -0800 Rik Ignore ODE event function at t==0 for Matlab compatibility (bug #49919).
Sat, 21 Jan 2017 16:02:38 -0800 Rik maint: merge stable to default.
Sat, 21 Jan 2017 16:02:10 -0800 Rik doc: Update unimplemented list of functions and where to find them (bug #50098). stable
Fri, 20 Jan 2017 00:37:03 -0500 John W. Eaton eliminate lo-macros.h
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Thu, 19 Jan 2017 14:47:19 -0500 John W. Eaton * pt-bp.h (pt_bp_empty_string): Delete static varible.
Thu, 19 Jan 2017 14:13:13 -0500 John W. Eaton * pt.h (meets_condition): Delete extraneous function declaration.
Thu, 19 Jan 2017 14:01:44 -0500 John W. Eaton delete duplicate function declarations
Wed, 18 Jan 2017 21:18:12 -0500 John W. Eaton warn about shadowed functions when reporting index errors (bug #48652)
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
Wed, 18 Jan 2017 17:48:32 -0500 John W. Eaton maint: Merge stable to default.
Wed, 11 Jan 2017 19:21:09 +0100 Markus Mützel axis.m: Do not set plotboxaspectratio to 0 (bug #49755). stable
Fri, 13 Jan 2017 16:59:01 +0100 Markus Mützel Change some axes properties to row_vector_property (bug #50048).
Mon, 07 Nov 2016 22:36:24 -0800 Abhinav Tripathi Allow changing comment character when using Ctrl+R... (bug #49182)
Tue, 17 Jan 2017 17:42:27 -0800 Rik Replace out-of-date __keywords__ with alias to iskeyword.
Tue, 17 Jan 2017 16:50:39 -0800 Rik maint: Merge stable to default.
Tue, 17 Jan 2017 16:50:02 -0800 Rik help.m: Return valid list of keywords for '--list'. stable
Tue, 17 Jan 2017 17:28:43 -0500 John W. Eaton fix editing error in previous change to oct-fftw.cc (bug #50070)
Tue, 17 Jan 2017 14:40:40 -0500 John W. Eaton move input reader classes into octave namespace
Tue, 17 Jan 2017 14:25:51 -0500 John W. Eaton move pager and diary classes into octave namespace
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Tue, 17 Jan 2017 11:42:25 -0500 John W. Eaton move fftw classes inside octave namespace
Tue, 17 Jan 2017 11:19:44 -0500 John W. Eaton move mutex classes inside octave namespace
Tue, 17 Jan 2017 10:33:03 -0500 John W. Eaton * defun-int.h (auto_shlib): Move inside octave namespace and rename from octave_auto_shlib.
Tue, 17 Jan 2017 10:32:10 -0500 John W. Eaton * Doxyfile.in: Set LOOKUP_CACHE_SIZE to 2.
Sat, 14 Jan 2017 10:33:28 -0500 John W. Eaton avoid invalid nested function and subfunctions definitions (bug #50014)
Mon, 16 Jan 2017 16:00:18 -0500 John W. Eaton maint: Merge stable to default.
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
Mon, 16 Jan 2017 15:59:31 -0500 John W. Eaton don't rethrow exception in destructor (bug #49304) stable
Mon, 16 Jan 2017 15:18:46 -0500 John W. Eaton maint: Merge stable to default.
Mon, 16 Jan 2017 15:15:21 -0500 Olaf Till rethrow octave::exit_exception (bug #49304) stable
Mon, 16 Jan 2017 09:55:43 -0500 John W. Eaton fix make dist target (bug #50057)
Sun, 15 Jan 2017 08:07:31 -0800 Rik doc: Don't use @code in @deftypefn because it expands badly in plain text format. stable
Sun, 15 Jan 2017 07:49:46 -0800 Rik which.m: change output to distinguish between files and directories.
Fri, 13 Jan 2017 13:00:28 -0800 Colin Macdonald doc: Add "help slash" documentation (bug #49526).
Sat, 14 Jan 2017 18:24:34 -0800 Rik Avoid spurious output for help on './' and '.\' operators (bug #50034).
Fri, 13 Jan 2017 16:19:52 -0500 John W. Eaton additional nested function and subfunction tests
Sat, 14 Jan 2017 10:04:07 +0100 Andreas Weber gl-render.cc: Show OpenGL error also as string
Fri, 13 Jan 2017 15:51:34 -0800 Rik Fix typo in typedef for octave_execution_exception (bug #50027)
Fri, 13 Jan 2017 15:41:37 -0800 Rik maint: merge stable to default.
Fri, 13 Jan 2017 15:41:04 -0800 Rik Update appdata.xml to follow conventions (bug #49952). stable
Sat, 14 Jan 2017 00:01:41 +0100 Kai T. Ohlhus maint: merge stable to default.
Sat, 14 Jan 2017 00:00:32 +0100 Kai T. Ohlhus mexproto.h (mxAssert, mxAssertS): ensure operator precedence (bug #50050) stable
Fri, 13 Jan 2017 09:16:51 -0800 Rik build: Add tests for bug #50014.
Thu, 12 Jan 2017 14:25:23 -0500 John W. Eaton stash "ans" in arg list before calling display method (bug #50035)
Tue, 10 Jan 2017 09:39:56 +0100 Markus Mützel Calculate minor ticks outside major tick range (bug #45710).
Mon, 09 Jan 2017 18:05:13 -0800 Mike Miller maint: merge stable to default
Mon, 09 Jan 2017 16:41:31 -0800 Mike Miller compare_plot_demos: fix spurious link to next page stable
Mon, 09 Jan 2017 15:33:37 -0800 Mike Miller compare_plot_demos: fix HTML syntax, simplify output, remove external deps (bug #49709) stable
Mon, 09 Jan 2017 15:00:02 -0800 Rik maint: Merge stable to default.
Mon, 09 Jan 2017 14:57:32 -0800 Rik Calculate error in solution for ode solvers correctly (bug #49950). stable
Mon, 09 Jan 2017 15:59:13 -0500 John W. Eaton move definition of HAVE_SUNDIALS from oct-conf-post.h to config.h
Mon, 09 Jan 2017 15:58:20 -0500 John W. Eaton don't use oct-conf-post.h for built features info
Mon, 09 Jan 2017 12:13:44 -0800 Rik maint: Periodic merge of stable to default.
Mon, 09 Jan 2017 12:13:01 -0800 Rik doc: Add more depth to explanation of '~' function argument (bug #49444). stable
Mon, 09 Jan 2017 09:38:33 -0800 Rik Rationalize #includes in libinterp/dldfcn directory.
Sat, 07 Jan 2017 20:12:16 -0500 John W. Eaton avoid sparse jacobian tests for ode15i and ode15s if IDAKLU is missing
Sat, 07 Jan 2017 20:00:05 -0500 John W. Eaton * __ode15__.cc: Disable sparse jacobian handling if IDAKLU is missing.
Sat, 07 Jan 2017 18:42:35 -0500 John W. Eaton refactor configure checks for Sundials (bug #50003)
Sat, 07 Jan 2017 18:39:50 -0500 John W. Eaton also read oct-conf-post.h for build environment info
Sat, 07 Jan 2017 13:38:30 -0800 Rik Return struct array for 'names' option of regexp (bug #49659).
Sat, 07 Jan 2017 14:32:33 -0500 John W. Eaton * configure.ac: Use OCTAVE_CHECK_LIB to check for fontconfig library.
Sat, 07 Jan 2017 14:15:09 -0500 John W. Eaton * acinclude.m4 (OCTAVE_CHECK_LIB): Downcase --with-XYZ options.
Sat, 07 Jan 2017 14:30:32 -0500 John W. Eaton * configure.ac: Use OCTAVE_CHECK_LIB to check for Xft library.
Sat, 07 Jan 2017 13:19:46 -0500 John W. Eaton new idx_vector (F77_INT) constructor
Sat, 07 Jan 2017 13:14:50 -0500 John W. Eaton define macros for size of idx_type and f77_int_type
Thu, 05 Jan 2017 09:55:28 +0100 Pantxo Diribarne cla.m, newplot.m: make use of reset function to cleanup listeners (bug #49980).
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Fri, 06 Jan 2017 17:44:43 -0500 John W. Eaton move octave_local_buffer inside octave namespace
Fri, 06 Jan 2017 14:41:25 -0800 Mike Miller configure: reword SUNDIALS IDAKLU warning message for clarity
Fri, 06 Jan 2017 14:00:44 -0800 Rik configure.ac: Use a common style for messages.
Fri, 06 Jan 2017 11:15:15 -0800 Mike Miller configure: use the correct flags when testing for the CXSparse library version
Fri, 06 Jan 2017 11:52:13 -0500 John W. Eaton use OCTAVE_CHECK_LIB to check for PCRE library (bug #49993)
Fri, 06 Jan 2017 11:50:56 -0500 John W. Eaton allow OCTAVE_CHECK_LIB to stop with an error if a library is required
Fri, 06 Jan 2017 08:08:58 -0500 John W. Eaton update check for pcre library to use pkg-config (bug #49993)
Thu, 05 Jan 2017 13:26:10 -0500 John W. Eaton maint: Merge stable to default.
Thu, 05 Jan 2017 09:37:16 -0500 John D Use GetModuleFileName for getting octave path in windows (bug #48671) stable
Thu, 05 Jan 2017 10:00:11 -0800 Rik maint: merge stable to default.
Wed, 04 Jan 2017 11:19:00 +0100 Pantxo Diribarne Use C++ updaters for labels color (bug #49980). stable
Thu, 05 Jan 2017 09:44:42 -0500 John W. Eaton move octave_dynamic_loader into octave namespace
Wed, 04 Jan 2017 23:09:46 -0500 John W. Eaton convert octave_shlib_list from singleton to ordinary object
Thu, 05 Jan 2017 11:06:27 +0100 Kai T. Ohlhus maint: new regression test for multiple inheritance using classdef (bug #49973).
Wed, 04 Jan 2017 15:24:44 -0500 John W. Eaton maint: Merge stable to default.
Wed, 04 Jan 2017 15:23:40 -0500 John W. Eaton distinguish elements vs. bytes in fread (bug #49699) stable
Wed, 04 Jan 2017 12:02:32 -0500 John W. Eaton set OCTAVE_IDX_TYPE correctly when using --disable-64 (bug #49985)
Wed, 04 Jan 2017 06:50:01 -0500 John W. Eaton * main.in.cc: Don't include strdup-wrapper.h.
Wed, 04 Jan 2017 06:47:42 -0500 John W. Eaton * bootstrap.conf: Use strdup-posix module instead of strdup.
Wed, 04 Jan 2017 06:42:13 -0500 John W. Eaton report BLAS integer size in less alarming way
Tue, 03 Jan 2017 09:54:22 -0800 Rik Fix regression in multiple inheritance from cset 50495eeb5df1 (bug #49973).
Mon, 02 Jan 2017 16:18:06 -0500 John W. Eaton provide macro declaring existence of f77 integer type
Mon, 02 Jan 2017 09:33:57 -0500 John W. Eaton * pr-output.cc (Fdisplay): Use octave_value::print_name_tag.
Fri, 30 Dec 2016 14:03:01 -0500 John W. Eaton put to_f77_int inside octave namespace
Fri, 30 Dec 2016 13:52:13 -0500 John W. Eaton * NEWS: Fix incomplete update in previous change.
Fri, 30 Dec 2016 13:45:10 -0500 John W. Eaton make --enable-64 the default
Fri, 30 Dec 2016 10:36:35 -0500 John W. Eaton eliminate obsolete SIZEOF macros
Fri, 30 Dec 2016 08:14:02 -0500 John W. Eaton * qr.cc: Fix error in previous change. (bug #49957)
Thu, 29 Dec 2016 16:31:00 -0800 Rik Remove redundant function __echostate__.
Thu, 29 Dec 2016 16:19:29 -0800 Rik doc: Add more sealso links between docstrings. stable
Thu, 29 Dec 2016 14:34:05 -0500 John W. Eaton fix a few mistakes in F77_INT changes
Thu, 29 Dec 2016 14:29:27 -0500 John W. Eaton use F77_INT instead of octave_idx_type for libinterp dot function
Thu, 29 Dec 2016 13:39:03 -0500 John W. Eaton maint: Merge stable to default.
Thu, 29 Dec 2016 13:36:34 -0500 John W. Eaton use correct dimensions for liboctave += and -= matrix operators stable
Wed, 28 Dec 2016 15:33:34 -0800 Rik Switch svd_driver to gesdd for performance (bug #49940).
Wed, 28 Dec 2016 17:49:02 -0500 John W. Eaton maint: Merge stable to default.
Wed, 28 Dec 2016 17:46:01 -0500 John W. Eaton fix cut and paste error in sparse matrix solver stable