Mercurial > hg > octave-lyh
comparison doc/ChangeLog @ 11032:c9b0a75b02e8
Make all regexp in Octave compatible with both POSIX and PCRE.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 28 Sep 2010 09:25:14 -0700 |
parents | a2773763e3ff |
children | d9c8916bb9dd |
comparison
equal
deleted
inserted
replaced
11031:d81b6144c4ba | 11032:c9b0a75b02e8 |
---|---|
1 2010-08-15 Rik <octave@nomad.inbox5.com> | 1 2010-09-27 Rik <octave@nomad.inbox5.com> |
2 | |
3 * interpreter/mk_doc_cache.m: Use single quotes for regular expression | |
4 patterns where possible. | |
5 | |
6 2010-09-25 Rik <octave@nomad.inbox5.com> | |
2 | 7 |
3 * interpreter/mk_doc_cache.m: Remove requirement for PCRE to build | 8 * interpreter/mk_doc_cache.m: Remove requirement for PCRE to build |
4 doc cache. Correctly parse first sentence from docstrings with | 9 doc cache. Correctly parse first sentence from docstrings with |
5 multiple @deftypefn lines. | 10 multiple @deftypefn lines. |
6 | 11 |