log

age author description
Wed, 03 May 2017 09:32:56 -0400 John W. Eaton use lgamma if lgamma_r is not available (bug #50919)
Tue, 02 May 2017 16:01:14 -0700 Rik maint: Add '#include "XXX.h"' to XXX.cc files.
Tue, 02 May 2017 15:00:43 -0700 Rik maint: Eliminate fairly useless 1-line comment ahead of copyright statement for some files.
Tue, 02 May 2017 17:18:02 -0400 John W. Eaton do sysdep init and init global vars in app, not interpreter (bug #50880)
Fri, 28 Apr 2017 17:20:13 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL for remaining instances in code.
Fri, 28 Apr 2017 16:40:17 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Fri, 28 Apr 2017 15:29:39 -0400 John W. Eaton show stack trace for wrong type arg errors (bug #50894)
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
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/