log scripts/image/im2double.m @ 33603:ea261407cb9f bytecode-interpreter 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
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year 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
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Tue, 21 Jan 2020 14:35:03 -0800 Rik maint: Remove remaining "Author:" instances from code base.
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, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 06 Dec 2017 14:09:08 -0800 Rik maint: Use single quotes to simplify excessive backslash escapes in code.
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
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.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Wed, 20 Jan 2016 21:14:47 -0800 Rik doc: Periodic grammarcheck of documentation.
Sat, 26 Dec 2015 20:41:49 -0800 Rik maint: Use two newlines between endfunction and start of BIST tests.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Mon, 23 Nov 2015 16:07:23 +0000 Carnë Draug im2double: allow floating point indexed images with any value.
Mon, 23 Nov 2015 15:25:54 +0000 Carnë Draug New function im2double ported from the image package.