log libinterp/corefcn/mappers.cc @ 26376:00f796120a6d stable

age author description
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 27 May 2018 22:13:24 +0200 Markus Mützel Make "is*" string functions Unicode aware.
Wed, 16 May 2018 21:36:27 +0200 Markus Mützel Make "tolower" and "toupper" Unicode aware (bug #53873).
Sat, 31 Mar 2018 22:47:00 +0200 Markus Mützel test: Mark certain bugs as xtest when run on Windows platforms (bug #53490). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Jan 2018 10:17:36 -0800 Rik Deprecate toascii function
Wed, 10 Jan 2018 17:50:13 -0500 Stevie Schraudner tolower/toupper functions return complex numbers unchanged (bug #52380).
Mon, 08 Jan 2018 10:25:24 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 05 Jan 2018 18:48:05 -0800 Rik test: Relax tolerance on acos BIST tests to support Macs (bug #52627).
Fri, 05 Jan 2018 16:35:55 -0800 Rik Mark certain hyperbolic BIST tests as Mac-only failures (bug #52627).
Fri, 05 Jan 2018 14:57:03 -0800 Rik test: Use new constant for acos(2) in BIST tests of acos.
Sat, 02 Sep 2017 05:03:21 -0700 Rik Change xtests for bug #45507 to regular tests and mark as fixed.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 15 Sep 2016 11:12:02 -0700 Rik test: Mark acosh BIST tests with bug number 49091.
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 30 Jun 2016 13:50:56 -0700 Mike Miller Mark failing tests for acos, acosh, asin, and asinh with xtest (bug #48285)
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 14:24:27 -0700 Mike Miller Use C++11 standard complex trig functions when available (bug #44310, bug #45507)
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Tue, 29 Dec 2015 11:48:45 -0800 Rik Finish renaming mapper function finite to isfinite.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Wed, 16 Dec 2015 18:21:46 -0500 John W. Eaton eliminate trailing whitespace in source files
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Fri, 04 Dec 2015 14:53:09 -0500 John W. Eaton eliminate return statements after calls to print_usage
Tue, 12 May 2015 10:05:02 -0700 Rik doc: Remove typo of same word twice in a row. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Tue, 17 Feb 2015 11:07:01 -0800 Rik Fix return phase of acosh to match Matlab (bug #44286).
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 25 Nov 2014 15:33:22 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 20 Nov 2014 15:48:35 -0500 John W. Eaton improve Matlab compatibility for gamma function (bug #43551) stable
Tue, 21 Oct 2014 09:39:03 -0700 Rik Use gammaln in preference to lgamma in core Octave code.
Thu, 09 Oct 2014 16:14:46 -0700 Rik Fix returned phase of asin, acos outside principal branch (bug #43349).
Mon, 22 Sep 2014 20:25:21 -0700 Rik doc: Add note to gamma docstring about using gammaln when input is large.
Sat, 20 Sep 2014 20:20:41 -0700 Rik Deprecate finite in favor of isfinite.
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Thu, 02 Jan 2014 22:44:37 -0500 John W. Eaton allow toupper and tolower to handle numeric values (bug #33537)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 02 Jul 2013 14:17:33 +0100 Craig Hudson Correct return values of gamma() (see Numerical, item 3 on Projects page).
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Sat, 16 Feb 2013 22:06:59 -0500 Michael Godfrey Make signbit return logical 0 or 1 (bug #38291)
Tue, 27 Nov 2012 23:39:54 -0500 Steven G. Johnson Add complex erf,erfc,erfcx,erfi,dawson routines from Faddeeva package.
Thu, 11 Oct 2012 08:54:08 +0200 Carlo de Falco Fix typo in docstring for 'sign'.
Thu, 04 Oct 2012 10:20:59 -0400 John W. Eaton improve sign and signbit docs
Thu, 04 Oct 2012 09:48:07 -0400 John W. Eaton provide signbit mapper for real values
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/corefcn/mappers.cc@913ac4ec061a