log libinterp/corefcn/strfns.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 27 Dec 2021 19:53:35 -0800 Rik doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Fri, 30 Apr 2021 20:43:30 +0200 Markus Mützel __unicode_length__: New function to get number of Unicode code points (bug #50855).
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Thu, 29 Apr 2021 21:51:23 -0700 Rik Code cleanup in strfns.cc.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
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