log libinterp/corefcn/ellipj.cc @ 21581:6fab85c1538f

age author description
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
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.
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Wed, 16 Dec 2015 17:02:23 -0500 John W. Eaton remove unused nargout variables
Wed, 16 Dec 2015 11:41:11 -0500 John W. Eaton omit unnecessary nargout checks
Mon, 14 Dec 2015 11:28:48 -0800 Rik 2015 Code Sprint: use ovl ().
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 12:03:44 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 01 Oct 2014 22:39:04 -0400 Mike Miller ellipj: Fix continuity of dn output when cn is near zero (bug #43344)
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Sat, 28 Sep 2013 17:36:27 -0700 Rik doc: spellcheck of documentation before 3.8 release.
Thu, 26 Sep 2013 21:34:26 -0400 Mike Miller ellipj: Move numerical code into liboctave
Wed, 04 Sep 2013 16:43:56 -0700 Rik Overhaul ellipj function to support NDArrays (bug #38874).
Wed, 04 Sep 2013 10:13:53 -0700 Rik doc: Use Octave citation style for references in ellipj, ellipke.
Wed, 21 Aug 2013 17:17:16 -0700 Rik ellipj.cc: Use Octave coding conventions for %!demos and %!tests.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Tue, 18 Jun 2013 06:39:12 -0400 John W. Eaton copyright notice fixes
Sun, 28 Apr 2013 19:35:10 -0400 Mike Miller Add argument to ellipj for Matlab compatibility
Sun, 28 Apr 2013 19:25:50 -0400 Mike Miller Fix ellipj, ellipke, and expint docstrings
Sun, 28 Apr 2013 18:50:51 -0400 Mike Miller Style fixes for ellipj.cc, ellipke.m, and expint.m
Sun, 28 Apr 2013 17:08:11 -0400 Mike Miller Add and fix tests for ellipj, ellipke, and expint
Wed, 24 Apr 2013 23:22:50 -0400 Mike Miller Add ellipj, ellipke, and expint functions from Octave Forge