log scripts/general/quadl.m @ 33622:b90a67c7519b default tip @

age author description
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
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
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
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
Tue, 10 Dec 2019 15:17:01 -0800 Rik doc: Use Texinfo non-sentence ending periods in citations.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 06 Apr 2018 14:31:39 -0700 Rik doc: Use https whenever possible in @url entries. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Sun, 07 Jan 2018 09:57:32 -0800 Rik maint: merge stable to default.
Sun, 07 Jan 2018 08:26:41 -0800 Rik doc: Replace @math{1e^{XXX}} sequences with raw 1eXXX (bug #52827). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 08 Nov 2017 10:32:23 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 17 Oct 2017 13:45:47 -0700 Rik quadl.m: Return single output when inputs are single (bug #52243).
Sat, 23 Sep 2017 18:11:20 -0400 Nicholas R. Jankowski Add missing functions integral2.m and integral3.m (bug #52074).
Wed, 20 Sep 2017 17:23:50 -0700 Rik Update tolerances in BIST tests for quad functions.
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.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 08 Nov 2015 20:07:37 -0800 Rik quadl.m: Overhal function and switch to absolute tolerance.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 18 Dec 2011 21:14:05 -0800 Rik quadl.m: Relax tolerance on %!test to pass on all platforms (Bug #33863) stable
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Thu, 25 Aug 2011 09:51:27 -0700 Rik quadl.m: Fix integration with large error tolerances (Bug #33792)
Sat, 16 Jul 2011 12:52:47 -0500 David Wells codesprint: Wrote 5 tests for quadl.m
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Sun, 17 Apr 2011 19:57:07 -0700 Rik doc: Update all documentation for chapter on Numerical Integration stable
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Mon, 17 Jan 2011 20:18:07 -0800 Rik Rename cquad to quadcc and add to documentation.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Fri, 22 May 2009 10:46:00 -0400 John W. Eaton update copyright notices
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Mon, 12 May 2008 22:57:11 +0200 David Bateman Handle single precision eps values
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Thu, 01 Jun 2006 20:23:54 +0000 jwe [project @ 2006-06-01 20:23:53 by jwe]