log

age author description
Sat, 12 Dec 2015 09:44:37 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Sat, 12 Dec 2015 15:38:40 +0100 Carlo de Falco codesprint: merge unwanted new head
Fri, 20 Nov 2015 15:38:10 +0100 jcorno codesprint: ode: first and second order interpolator for dense_output
Sat, 12 Dec 2015 09:32:37 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Sat, 12 Dec 2015 15:19:13 +0100 Andreas Weber __init_fltk__.cc:codesprint: Remove class of fcn and return after error
Thu, 10 Dec 2015 02:06:22 +0100 Stefan Miereis codesprint: Move odeplot.m from odepkg to core
Sat, 12 Dec 2015 15:08:34 +0100 Andreas Weber __fltk_uigetfile__.cc:codesprint: Remove class of fcn and return after error
Fri, 11 Dec 2015 11:40:31 -0500 John W. Eaton maint: Periodic merge of stable to default.
Fri, 21 Aug 2015 13:05:52 -0400 akira noda Fix compilation of classdef with the clang compiler (bug #41178) stable
Fri, 11 Dec 2015 11:30:25 -0500 John W. Eaton Added tag rc-4-0-1-1 for changeset 20b17dda0e0c stable
Thu, 10 Dec 2015 13:47:18 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc1. stable rc-4-0-1-1
Thu, 10 Dec 2015 12:50:06 -0800 Rik maint: Periodic merge of stable to default.
Thu, 10 Dec 2015 12:49:30 -0800 Rik maint: Fix typo in code comments.
Wed, 09 Dec 2015 15:43:37 -0800 Rik fileattrib.m: Overhaul file for greater Windows and Matlab compatibility.
Wed, 09 Dec 2015 16:35:12 -0500 John W. Eaton use 'invalid' instead of 'bogus' in source files
Wed, 09 Dec 2015 12:01:31 -0800 Rik Overhaul m-files in prefs directory.
Wed, 09 Dec 2015 14:32:04 -0500 John W. Eaton restructure calls to error
Wed, 09 Dec 2015 14:18:52 -0500 John W. Eaton eliminate return statements after calls to error
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Tue, 08 Dec 2015 17:41:32 -0800 Rik Call octave_value_list constructor with size of list in ovl() functions.
Tue, 08 Dec 2015 17:39:27 -0800 Rik Fix compilation error passing std::string through '...'.
Tue, 08 Dec 2015 09:55:51 -0800 Rik Clear error/warning ID when lasterror/lastwarning called with just a message.
Tue, 08 Dec 2015 16:22:54 -0500 John W. Eaton eliminate memory leaks in error functions
Tue, 08 Dec 2015 16:34:57 -0500 John W. Eaton tag error and usage functions with noreturn attribute
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Tue, 08 Dec 2015 12:34:23 -0500 John W. Eaton better handling of exceptions in unwind-protect blocks
Tue, 08 Dec 2015 07:49:49 -0800 Rik doc: Fix incorrect description of Hessenberg decomposition (bug #46622). stable
Tue, 08 Dec 2015 01:37:04 -0500 John W. Eaton if error format ends with newline, suppress stack trace (bug #46608)
Mon, 07 Dec 2015 22:29:12 -0800 Rik Eliminate unnecessary uses of nargin.
Mon, 07 Dec 2015 14:29:39 -0500 John W. Eaton always return value from DEFUN functions