log liboctave/util/lo-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
Sun, 13 Nov 2022 13:00:16 -0500 John W. Eaton use nullptr instead of NULL, don't compare pointer to NULL in IF condition
Sun, 13 Nov 2022 10:17:17 -0500 Rafael Laboissiere allow Octave to use PCRE2 (bug #61542)
Fri, 11 Nov 2022 15:40:45 -0500 Rafael Laboissiere rename internal variable for storing PCRE compiled regexp info
Mon, 04 Jul 2022 21:38:15 +0200 Markus Mützel regexp: Be more thorough in detecting named patterns.
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:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Tue, 14 Sep 2021 17:15:28 -0700 Rik maint: lo-regexp.cc: Use C++ named struct declaration rather than C-style typedef.
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
Mon, 21 Dec 2020 18:55:51 +0100 Markus Mützel Add changes missing in cf059093ffbc.
Mon, 21 Dec 2020 16:48:11 +0100 Markus Mützel stat: Make regular expression for Windows a static const (bug #59706).
Sat, 11 Jan 2020 12:53:20 -0800 Rik maint: Use Octave coding conventions in liboctave/
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:09:10 +0200 Markus Mützel Check if input to regexp is valid UTF-8 is faster than PCRE's checks (bug #57064).
Mon, 09 Sep 2019 16:15:40 -0400 John W. Eaton use m_ prefix for data members in most liboctave/util classes
Tue, 03 Sep 2019 20:44:48 +0200 Markus Mützel Improve error message if invalid UTF-8 is passed to pcre (bug #56805).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
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
Sun, 08 Apr 2018 18:30:57 -0700 Rik maint: List current copyright holder first in list of copyrights. stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
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 08:08:32 -0800 Rik Fix incorrect regexprep on ARM platforms (bug #52810). stable
Mon, 15 Jan 2018 08:08:32 -0800 Rik Fix incorrect regexprep on ARM platforms (bug #52810).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sat, 18 Mar 2017 10:15:50 -0700 Rik maint: tweak readability of code in lo-regexp.cc.
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, 03 Dec 2016 07:12:10 -0500 John W. Eaton eliminate use of OCTAVE_QUIT macro in C++ sources
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 17:57:49 -0400 John W. Eaton move base_list and regexp classes to octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Tue, 17 Feb 2015 13:34:32 -0800 Rik Adjust spacing of static_cast<> calls to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 18 Dec 2014 10:50:09 -0500 John W. Eaton use warning IDs for all warnings in liboctave
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.