log libinterp/corefcn/regexp.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, 15 Nov 2022 12:25:40 -0300 Rafael Laboissiere Add test for regexp match on UTF-8 string (patch #10295).
Thu, 10 Nov 2022 05:30:42 -0300 Rafael Laboissiere don't include pcre.h where it is not needed
Mon, 04 Jul 2022 21:38:15 +0200 Markus Mützel regexp: Be more thorough in detecting named patterns.
Mon, 04 Jul 2022 21:36:48 +0200 Markus Mützel maint: Merge stable to default.
Mon, 04 Jul 2022 20:36:01 +0200 Markus Mützel regexp: Check pattern length before accessing it (bug #62704). stable
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
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
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
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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, 02 Feb 2021 14:50:47 -0800 Rik Change regexp start-of-word/end-of-word behavior for Matlab compatiblity (bug #59992).
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Mon, 19 Oct 2020 09:49:03 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros 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
Sat, 26 Oct 2019 10:56:13 +0200 Markus Mützel Use syntax for UTF-8 mode with PCRE that is used in the configure test (bug #35910).
Thu, 17 Oct 2019 20:41:03 +0200 Markus Mützel Document that regexp* functions need UTF-8 encoded input (bug #35910).
Tue, 05 Mar 2019 17:56:57 +0100 Markus Mützel Correctly handle UTF-8 in regular expressions (bug #35910).
Thu, 17 Jan 2019 08:04:53 -0800 Rik Fix dead assignments found by clang static analysis (bug #55440). stable
Sun, 06 Jan 2019 21:51:05 -0800 Rik regexp.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 23 Mar 2018 10:29:45 -0700 Rik doc: grammarcheck docstrings in C++ files ahead of 4.4 release. stable
Tue, 13 Feb 2018 13:51:35 -0800 Rik Expand octal sequences in regexprep replacement string for Matlab compatibility.
Mon, 12 Feb 2018 11:52:46 -0800 Rik Fix handling of NULL character in regular expressions for Matlab compatibility.
Mon, 15 Jan 2018 16:29:41 -0800 Rik maint: merge stable to default.
Mon, 15 Jan 2018 10:31:30 -0800 Colin Macdonald Test for incorrect regexprep on ARM platforms (bug #52810). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 31 Jul 2017 16:25:19 -0700 Rik maint: Periodic merge of stable to default.
Fri, 28 Jul 2017 13:47:45 -0500 Daniel J Sebald Add documentation about PCRE library regexp stack overflow (bug #51589). stable
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Thu, 20 Jul 2017 21:25:06 -0700 Rik Replace static instances of OCTAVE_LOCAL_BUFFER with local variables.
Wed, 19 Jul 2017 11:42:33 -0700 Rik maint: merge stable to default.
Wed, 19 Jul 2017 11:41:25 -0700 Rik regexp.cc: Correctly size temporary buffer to avoid segfault when re-arranging outputs. stable
Wed, 19 Jul 2017 13:56:33 -0400 John W. Eaton * regexp.cc (octregexp): Correctly size and index tmp buffer.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
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
Sat, 07 Jan 2017 13:38:30 -0800 Rik Return struct array for 'names' option of regexp (bug #49659).
Mon, 05 Dec 2016 13:04:12 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/corefcn.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Fri, 04 Nov 2016 08:14:44 -0700 Rik Fix regexp handling of beginning/end word match for double-quoted pattern strings (bug #49451).
Thu, 06 Oct 2016 11:55:20 -0400 John W. Eaton maint: strip tabs and trailing whitespace from C++ sources. stable
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.