log src/DLD-FUNCTIONS/regexp.cc @ 14366:b76f0740940e

age author description
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.
Sun, 26 Sep 2010 22:23:23 -0700 Rik Update docstrings for regular expression functions
Fri, 24 Sep 2010 21:46:07 -0700 Rik Update docstring for regexp, regexprep.
Mon, 20 Sep 2010 11:21:02 -0400 John W. Eaton avoid infinite loop in regexp searches with PCRE
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Fri, 23 Apr 2010 14:46:17 -0400 John W. Eaton style fixes
Fri, 23 Apr 2010 14:43:41 -0400 John W. Eaton style fixes
Fri, 23 Apr 2010 09:58:23 -0700 Rik Eliminate compile warning about explicit braces
Tue, 13 Apr 2010 23:48:01 +0200 David Bateman Handle repeated matches in matches returned by pcre
Sat, 10 Apr 2010 01:37:12 +0200 David Bateman Properly ignore zero-length matches in named tokens
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 21 Jan 2010 15:41:19 -0500 John W. Eaton assume unistd.h and sys/types.h exist
Wed, 20 Jan 2010 17:40:53 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: delete Emacs local-variables settings
Wed, 20 Jan 2010 17:33:41 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: untabify
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sat, 21 Mar 2009 15:52:41 -0700 Rik Cleanup of data types related documentation
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 28 Jan 2009 23:43:27 +0100 David Bateman For zero length matches in regexp, advance index by one and try again
Tue, 13 Jan 2009 00:23:35 -0500 Brian Gough [docs] octave => Octave
Mon, 05 Jan 2009 08:11:03 +0100 Thorsten Meyer Fix docstrings, add examples, references and tests to string functions
Wed, 29 Oct 2008 16:52:10 +0100 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
Wed, 24 Sep 2008 11:40:33 -0400 Thomas Weber Increase pcre's match_limit for difficult regexps
Tue, 09 Sep 2008 12:36:53 -0400 David Bateman Treat PCRE lookbehind operators in a manner that is approximately correct
Thu, 07 Aug 2008 15:31:17 -0400 John W. Eaton fix typo in NPOS change
Thu, 07 Aug 2008 15:15:33 -0400 John W. Eaton replace NPOS with std::string::npos
Wed, 18 Jun 2008 21:00:06 +0200 Jaroslav Hajek make regexp(...,'once') matlab compatible
Fri, 22 Feb 2008 16:44:03 -0500 John W. Eaton use 0 instead of NULL
Mon, 03 Dec 2007 23:52:07 +0000 dbateman [project @ 2007-12-03 23:52:07 by dbateman]
Mon, 03 Dec 2007 19:52:47 +0000 jwe [project @ 2007-12-03 19:52:47 by jwe]
Wed, 14 Nov 2007 18:20:50 +0000 jwe [project @ 2007-11-14 18:20:49 by jwe]
Wed, 07 Nov 2007 18:48:01 +0000 jwe [project @ 2007-11-07 18:48:00 by jwe]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Thu, 11 Oct 2007 16:26:37 +0000 jwe [project @ 2007-10-11 16:26:36 by jwe]
Wed, 10 Oct 2007 18:03:02 +0000 jwe [project @ 2007-10-10 18:02:59 by jwe]
Thu, 31 May 2007 19:44:45 +0000 jwe [project @ 2007-05-31 19:44:45 by jwe]
Fri, 20 Apr 2007 06:55:29 +0000 jwe [project @ 2007-04-20 06:55:29 by jwe]