log

age author description
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
Wed, 28 Dec 2016 13:58:01 -0800 Rik Don't mark nested functions in primary function as subfunctions.
Wed, 28 Dec 2016 17:14:00 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave sparse matrix classes
Wed, 28 Dec 2016 13:33:13 -0500 John W. Eaton * fCMatrix.cc: Fix omission from previous change.
Wed, 28 Dec 2016 13:18:50 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave Matrix classes