log

age author description
Tue, 20 Jun 2017 06:57:59 -0400 John W. Eaton avoid possible memory errors when parsing function files
Mon, 19 Jun 2017 14:57:34 -0400 John W. Eaton eliminate include statements for singleton-cleanup.h where no longer used
Mon, 19 Jun 2017 13:02:32 -0400 John W. Eaton don't use singleton for cdef_manager object
Tue, 20 Jun 2017 08:13:21 -0700 Rik Use trig functions for complex inputs from C++ std library.
Mon, 19 Jun 2017 21:14:12 -0700 Rik Use sqrt from C++ std library in liboctave.
Mon, 19 Jun 2017 14:26:57 -0700 Rik Use lgamma, lgammaf from C++ std library.
Mon, 19 Jun 2017 14:06:28 -0700 Mike Miller maint: drop deprecated ACLOCAL_AMFLAGS variable
Mon, 19 Jun 2017 10:30:55 -0700 Rik Use tgamma, tgammaf from C++ std library.
Mon, 19 Jun 2017 09:14:17 -0700 Rik configure.ac: Remave AC_CHECK_FUNC for roundl which is guaranteed in C++11.
Mon, 19 Jun 2017 12:02:37 -0400 John W. Eaton avoid inifite recursion in symbol table glob and regexp functions
Mon, 19 Jun 2017 09:09:27 -0700 Rik Use round, roundf, roundl from C++ std library.
Sun, 18 Jun 2017 21:55:12 -0700 Rik Use log1p, log1pf from C++ std library.
Sun, 18 Jun 2017 22:26:07 -0400 John W. Eaton Backed out changeset 2208cc0e89a3
Sun, 18 Jun 2017 22:25:21 -0400 John W. Eaton Backed out changeset fca2f775ab4c
Sun, 18 Jun 2017 18:09:53 -0700 Rik Use modf, pow from C++ std library.
Sun, 18 Jun 2017 14:24:07 -0700 Rik Use expm1, expm1f from C++ std library.
Sat, 17 Jun 2017 20:34:49 -0400 John W. Eaton don't create tree_function_def objects for local functions in classdef files
Sat, 17 Jun 2017 17:41:40 -0700 Rik Use exp2, exp2f from C++ std library.
Sat, 17 Jun 2017 20:08:06 -0400 John W. Eaton avoid possible memory error in parser
Sat, 17 Jun 2017 10:26:38 -0700 Rik Use erf, erff, erfc, erfcf from C++ std library.
Fri, 16 Jun 2017 22:30:00 -0700 Mike Miller splineimages.m: generate the same plots for documentation each time (bug #51254)
Fri, 16 Jun 2017 21:19:37 -0700 Rik Use log2, log2f from C++ std library.
Fri, 16 Jun 2017 21:10:16 -0400 John W. Eaton avoid memory leak in source_file function
Fri, 16 Jun 2017 18:21:47 -0400 John W. Eaton avoid memory leak in interpreter
Fri, 16 Jun 2017 18:16:17 -0400 John W. Eaton avoid anonymous function handle memory leak
Fri, 16 Jun 2017 16:38:47 -0400 John W. Eaton eliminate memory leak when parsing local functions in a classdef file
Fri, 16 Jun 2017 14:42:35 -0400 John W. Eaton don't use singleton pattern for dynamic_loader class
Fri, 16 Jun 2017 16:25:56 -0400 John W. Eaton avoid potential memory error on exit
Fri, 16 Jun 2017 17:18:02 -0700 Rik Use hypot, hypotf from C++ std library.
Fri, 16 Jun 2017 17:09:29 -0700 Rik Use cbrt, cbrtf from C++ std library.
Fri, 16 Jun 2017 16:33:30 -0700 Rik Use acosh, acoshf, asinh, asinhf, atanh, atanhf from C++ std library.
Fri, 16 Jun 2017 15:51:29 -0700 Rik Use isnan, isinf, isfinite, signbit functions from C++ std lib.
Fri, 16 Jun 2017 13:23:47 -0700 Mike Miller maint: Merge stable to default.
Fri, 16 Jun 2017 12:39:38 -0700 Mike Miller maint: also generate xz compressed dist by default stable
Fri, 16 Jun 2017 11:50:50 -0700 Rik maint: Deprecate is_NA and replace with isna.
Fri, 16 Jun 2017 09:03:10 -0700 Rik maint: Merge stable to default.
Fri, 16 Jun 2017 13:05:50 +0200 Marco Caliari Fix possible infinite loop in normest1.m (bug #51241) stable
Fri, 16 Jun 2017 10:01:37 -0400 John W. Eaton avoid deprecated function warning
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Fri, 16 Jun 2017 09:39:20 -0400 John W. Eaton delete functions deprecated prior to the 4.2 release
Thu, 15 Jun 2017 19:38:45 -0400 John W. Eaton maint: Merge stable to default.
Thu, 15 Jun 2017 19:37:04 -0400 John W. Eaton also run unwind protect cleanup code on interrupt exceptions (bug #51209) stable
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Thu, 15 Jun 2017 10:47:50 -0400 John W. Eaton remove deprecated and unused symbol_table functions
Thu, 15 Jun 2017 08:00:37 -0400 John W. Eaton new convenience functions for accessing current scope
Thu, 15 Jun 2017 16:13:49 -0700 Rik maint: Merge stable to default.
Thu, 15 Jun 2017 16:13:26 -0700 Rik playblocking.m: Correct documentation about start and limits inputs (bug #51217). stable
Thu, 15 Jun 2017 16:11:25 -0700 Rik maint: Merge stable to default.
Thu, 15 Jun 2017 16:10:58 -0700 Rik play.m: Correct documentation about start and limits inputs (bug #51217). stable
Wed, 14 Jun 2017 14:19:56 -0400 John W. Eaton eliminate some warnings introduced by recent changes
Wed, 14 Jun 2017 11:45:47 -0400 John W. Eaton make symbol table context info mostly local to symbol table scopes
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Sun, 11 Jun 2017 16:57:00 -0400 John W. Eaton eliminate unused dup methods in parse tree classes
Sun, 11 Jun 2017 16:37:26 -0400 John W. Eaton explicitly limit anonymous functions to a single expression
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Fri, 09 Jun 2017 11:36:34 -0400 John W. Eaton update test for handles to nested functions
Wed, 14 Jun 2017 09:15:53 -0700 Rik MatrixType.h: Deprecate is_diagonal, is_upper_triangular, is_lower_triangular, is_banded.
Wed, 14 Jun 2017 08:34:43 -0700 Rik maint: Deprecate is_symmetric and replace with issymmetric.
Wed, 14 Jun 2017 08:34:08 -0700 Rik maint: Correct deprecation message about is_hermitian (cset af5b813503cb).
Wed, 14 Jun 2017 08:14:08 -0700 Rik maint: Deprecate is_hermitian and replace with ishermitian.