log src/DLD-FUNCTIONS/regexp.cc @ 14543:e47d929fde8f

age author description
Tue, 10 Apr 2012 17:14:24 -0400 John W. Eaton process backslash string escapes in regexp pattern and regexprep replacement (bug #35911)
Sat, 07 Apr 2012 09:43:53 -0700 Rik Add 'emptymatch', 'noemptymatch' options to regular expressions.
Tue, 27 Mar 2012 22:46:45 -0700 Rik Update %!tests in DLD-FUNCTIONS/ directory with Octave coding conventions.
Sun, 25 Mar 2012 14:18:51 -0700 Rik doc: Add SP to list of outputs in docstring for regexp, regexpi.
Sun, 11 Mar 2012 14:14:01 -0700 Rik Return regexp output when input is a cellstr and there is no return variable assignment.
Sun, 11 Mar 2012 13:43:49 -0700 Rik maint: periodic merge of stable to default.
Sun, 11 Mar 2012 13:43:00 -0700 Rik Stop segfault when using regular expressions with named capture buffers (bug #35683). stable
Wed, 15 Feb 2012 13:31:31 -0800 Rik doc: Periodic grammar check of documentation.
Mon, 13 Feb 2012 07:42:56 -0800 Rik doc: Correct off-by-1 spacings in all .cc docstrings
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 11 Dec 2011 22:19:57 -0500 John W. Eaton refactor regexp (bug #34440)
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Wed, 26 Oct 2011 21:23:32 -0700 Rik Fix infinite loop with null patterns in regexp (Bug #34101, Bug #33258)
Mon, 10 Oct 2011 15:08:48 -0400 John W. Eaton regexprep: only return cell array if first arg is cell array
Mon, 10 Oct 2011 15:01:56 -0400 John W. Eaton handle "split" option for regexp
Sun, 25 Sep 2011 20:50:36 -0400 John W. Eaton maint: regexp.cc style fixes
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Mon, 21 Feb 2011 03:50:59 -0500 John W. Eaton require PCRE to build Octave
Sat, 19 Feb 2011 18:21:58 -0800 Rik Use PCRE regular expressions throughout Octave.
Thu, 10 Feb 2011 00:58:31 -0500 John W. Eaton regexp.cc: avoid deprecated Array<T>:resize function
Mon, 29 Sep 2008 07:22:04 +0200 Thomas Weber Increase pcre's match_limit for difficult regexps release-3-0-x
Tue, 09 Sep 2008 12:36:53 -0400 David Bateman Treat PCRE lookbehind operators in a manner that is approximately correct release-3-0-x
Wed, 18 Jun 2008 21:00:06 +0200 Jaroslav Hajek make regexp(...,'once') matlab compatible release-3-0-x
Thu, 20 Jan 2011 18:43:39 -0500 John W. Eaton style fixes for warning and error messages in source files
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Sun, 16 Jan 2011 22:13:23 -0800 Rik Improve docstrings for functions in DLD-FUNCTIONS directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Wed, 29 Sep 2010 03:39:56 -0400 John W. Eaton dispatch.cc, fltk_backend.cc, regexp.cc: use octave_scalar_map instead of Octave_map
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.