log libinterp/corefcn/mappers.cc @ 29359:7854d5752dd2

age author description
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 19 Oct 2020 09:44:02 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo in libinterp/
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
Tue, 13 Oct 2020 14:23:39 -0700 Rik maint: Don't use semicolon at end of single-line BIST tests.
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Fri, 04 Sep 2020 13:25:07 +0200 Markus Mützel mappers.cc: Fix conditions for skipping some BISTs. stable
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 20 Mar 2019 02:27:30 +0000 John W. Eaton update bug status in tests
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).