log libinterp/corefcn/strfns.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
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Fri, 16 Oct 2020 09:48:16 -0700 Rik maint: Don't declare nargin in C++ files if it is used only once.
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
Tue, 13 Oct 2020 19:02:32 -0700 Rik Actual fix left out of cset c11bebb62369.
Tue, 13 Oct 2020 18:20:54 -0700 Rik Temporary fix for newline() BIST test until bug #59265 is resolved.
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, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Thu, 17 Sep 2020 11:07:19 -0700 Rik doc: grammarcheck documentation.
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Thu, 12 Dec 2019 19:44:32 +0100 Markus Mützel Add type switch to "__u8_validate__".
Tue, 10 Dec 2019 13:47:48 -0800 Rik maint: remove trailing spaces from code.
Tue, 10 Dec 2019 13:19:07 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory.
Wed, 04 Dec 2019 22:42:47 +0100 Markus Mützel Create valid UTF-8 from .m file content (bug #57341).
Tue, 03 Sep 2019 19:56:08 +0200 Markus Mützel Remove input checks from internal unicode2native, native2unicode functions (bug #56805).
Fri, 19 Jul 2019 19:07:13 +0200 Markus Mützel Add new function for querying the locale charset.
Tue, 04 Jun 2019 09:44:58 -0700 Guillaume Flandin Implement new function "newline" for Matlab compatibility (bug #56419).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 22 Nov 2018 22:17:28 +0100 Markus Mützel Move function str2double inside octave::string namespace (patch #9084).
Sun, 18 Nov 2018 15:44:36 +0100 Markus Mützel Move octave_str2double to liboctave (patch #9084).
Wed, 25 Jul 2018 10:55:46 -0700 Rik Return true when strncmp matches, but number of characters exceeds strlen (bug #54373)
Fri, 27 Jul 2018 08:57:44 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 19:52:28 +0200 Markus Mützel Improve error message if iconv is not available (bug #54384). stable
Thu, 26 Jul 2018 19:52:28 +0200 Markus Mützel Improve error message if iconv is not available (bug #54384).
Wed, 06 Jun 2018 12:41:03 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Sun, 27 May 2018 19:20:47 +0200 Markus Mützel Add function to index characters in UTF-8 encoded strings.
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, 27 Dec 2017 11:22:26 -0800 Rik isstring.m: Add new function for identifying string arrays.
Mon, 25 Dec 2017 19:37:03 -0800 Rik Modify BIST tests to pass when string_fill_char is not ' '.
Thu, 21 Dec 2017 03:45:09 -0800 Rik maint: merge stable to default.
Thu, 21 Dec 2017 03:02:58 -0800 Rik Fix typo in cset 8354b505ad6b (bug #52702). stable
Wed, 20 Dec 2017 17:19:39 -0800 Rik maint: merge stable to default.
Wed, 20 Dec 2017 17:19:11 -0800 Rik doc: Fix inconsistencies with char, strvcat, strread docstrings (bug #52702. stable
Thu, 07 Dec 2017 10:12:35 -0500 John W. Eaton avoid memory leak in utf8 conversion functions
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Wed, 05 Jul 2017 16:31:04 -0400 John W. Eaton maint: Merge stable to default.
Wed, 05 Jul 2017 16:27:39 -0400 John W. Eaton make strncmp case sensitive again (bug #51384) stable
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sun, 11 Jun 2017 15:26:14 -0700 Rik maint: Deprecate is_cellstr and replace with iscellstr.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source 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
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).
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.