log

age author description
Wed, 16 Dec 2015 18:21:46 -0500 John W. Eaton eliminate trailing whitespace in source files
Wed, 16 Dec 2015 18:16:38 -0500 John W. Eaton restore indentation of macro definition
Wed, 16 Dec 2015 18:11:39 -0500 John W. Eaton eliminate some type conversion warnings
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Wed, 16 Dec 2015 17:09:44 -0500 John W. Eaton eliminate unused retval variable
Wed, 16 Dec 2015 17:06:52 -0500 John W. Eaton restore return statements after calls to octave_base_stream::error
Wed, 16 Dec 2015 17:02:23 -0500 John W. Eaton remove unused nargout variables
Wed, 16 Dec 2015 23:06:22 +0100 Kai T. Ohlhus Move hash.cc from dldfcn to corefcn.
Wed, 16 Dec 2015 21:57:32 +0100 Kai T. Ohlhus New function hash to calculate MD{2/4/5} and SHA{1,244,256,384,512} hash values.
Wed, 16 Dec 2015 12:20:53 -0800 Rik Use "inline" keyword on cdef_object_scalar::mark_as_constructed.
Wed, 16 Dec 2015 19:39:59 +0100 Carlo de Falco add file missing from commit
Tue, 15 Dec 2015 16:24:09 -0500 John W. Eaton * quadcc.cc: Style fixes.
Wed, 16 Dec 2015 11:41:11 -0500 John W. Eaton omit unnecessary nargout checks
Wed, 16 Dec 2015 10:25:05 +0100 Carlo de Falco remove verbose warnings from ode solvers
Tue, 15 Dec 2015 19:25:43 -0500 Ben Abbott maint: Periodic merge of stable to default
Tue, 15 Dec 2015 10:15:20 -0500 Ben Abbott Backout rev af5591ef9790. stable
Tue, 15 Dec 2015 13:35:31 -0800 Rik genpropdoc.m: Improve wording for some of the paper* properties.
Tue, 15 Dec 2015 19:00:56 +0100 Carlo de Falco apply vectorization in dense output interpolators
Tue, 15 Dec 2015 18:50:58 +0100 Carlo de Falco 2015 Code Sprint: finish import of ode23 into core
Tue, 15 Dec 2015 18:01:05 +0100 Carlo de Falco Fix performance stats for ode23
Tue, 15 Dec 2015 13:59:17 +0100 Stefan Miereis 2015 Code Sprint: move ode23 and runge_kutta_23 from odepkg to core
Tue, 15 Dec 2015 15:10:47 +0100 Carlo de Falco fix seealso in odeplot
Mon, 14 Dec 2015 14:54:14 +0100 Stefan Miereis 2015 Codesprint: make odeplot non private.
Mon, 14 Dec 2015 17:53:27 -0800 Rik maint: Use ovl() more places in the code.
Mon, 14 Dec 2015 15:34:39 -0800 Rik maint: Replace argc variable name with nargin in C++ code.
Mon, 14 Dec 2015 14:34:57 -0800 Rik doc: Start help text with " -- ", not " -- : ".
Mon, 14 Dec 2015 14:22:57 -0800 Rik doc: Remove class of function from docstring from generated C++ files.
Mon, 14 Dec 2015 14:16:19 -0800 Rik rand.cc: Overhaul file to make use of new C++ archetype.
Mon, 14 Dec 2015 12:59:29 -0800 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
Mon, 14 Dec 2015 11:28:48 -0800 Rik 2015 Code Sprint: use ovl ().