log scripts/strings/native2unicode.m @ 31249:de6fc38c78c6

age author description
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 29 Apr 2021 21:38:54 -0700 Rik native2unicode.m: Improve performance and input validation.
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
Wed, 14 Oct 2020 07:58:12 -0700 Rik maint: Add semicolon to end of all warning() and error() invocations.
Tue, 13 Oct 2020 14:23:39 -0700 Rik maint: Don't use semicolon at end of single-line BIST tests.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Sat, 11 Jul 2020 06:36:31 -0400 John W. Eaton fix tests for new argument number mismatch error message
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, 03 Sep 2019 19:54:30 +0200 Markus Mützel native2unicode.m: Return row vector for scalar input (bug #56805).
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
Thu, 26 Jul 2018 19:52:28 +0200 Markus Mützel Improve error message if iconv is not available (bug #54384).
Thu, 26 Jul 2018 09:30:37 -0400 John W. Eaton add some bug numbers to the test suite stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 14 Mar 2018 22:49:19 -0700 Mike Miller doc: use canonical https URLs for all external gnu.org references stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Thu, 23 Mar 2017 18:11:24 +0100 Markus Mützel native2unicode.m, unicode2native.m: Fix tests on Windows (bug #49842).
Wed, 22 Feb 2017 13:00:04 -0500 John W. Eaton maint: Update copyright dates.
Tue, 31 Jan 2017 13:51:42 -0500 John W. Eaton use wrappers for uniconv functions; style fixes for unicode conv fcns
Sun, 22 Jan 2017 13:58:57 +0100 Markus Mützel Add functions native2unicode and unicode2native (bug #49842).