log

age author description
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