comparison src/ChangeLog @ 11831:806c1e8a07c8 release-3-0-x

Treat PCRE lookbehind operators in a manner that is approximately correct
author David Bateman <dbateman@free.fr>
date Tue, 09 Sep 2008 12:36:53 -0400
parents 4c6738504366
children 7b8f1b431b03
comparison
equal deleted inserted replaced
11830:233de4b9b259 11831:806c1e8a07c8
1 2008-09-09 David Bateman <dbateman@free.fr>
2
3 * DLD-FUNCTIONS/regexp.cc (octregexp_list): Distinguish between
4 matlab named tokens and perl lookbehind expressions. For
5 lookbehind expression replace "*" and "+" with a limited number of
6 fixed length expressions to simulate arbitrary length look behind.
7
1 2008-09-08 John W. Eaton <jwe@octave.org> 8 2008-09-08 John W. Eaton <jwe@octave.org>
2 9
3 * ls-oct-ascii.cc (std::string extract_keyword (std::istream&, 10 * ls-oct-ascii.cc (std::string extract_keyword (std::istream&,
4 const char *, const bool)): Also accept \r as line ending character. 11 const char *, const bool)): Also accept \r as line ending character.
5 * ls-oct-ascii.h (template <class T> bool extract_keyword 12 * ls-oct-ascii.h (template <class T> bool extract_keyword