Peter Stephenson
|
a32fb005d6
|
40486: Don't warn on creation of MATCH etc. in regex.
This because they are created implicitly rather than by explicit
user request, so the warning may not be useful.
|
2017-02-02 10:03:57 +00:00 |
|
Jun-ichi Takimoto
|
ca3bc0d95d
|
37838: use UNUSED() consistently
|
2016-01-30 00:26:23 +09:00 |
|
Peter Stephenson
|
7d588bc158
|
33566: regex module fix for unmatched parentheses
|
2015-06-22 17:35:38 +01:00 |
|
Peter Stephenson
|
f1923bdfa6
|
Add non-metafied character length handling.
Use this in regex module and add test using $'\ua0'.
Rename mb_metacharinit() to mb_charinit() as it does not involve
metafied characters.
|
2015-06-12 09:30:39 +01:00 |
|
Phil Pennock
|
52ef609f69
|
30513: zsh/regex metafy fixes for widechar
|
2012-06-16 01:21:02 +00:00 |
|
Peter Stephenson
|
af68ff74cd
|
27608: fix memory for mbegin, mend & regexp test
|
2010-01-20 11:16:22 +00:00 |
|
Peter Stephenson
|
8890e6e19f
|
27600: extend =~ syntax to set positional variables for matches
|
2010-01-17 21:48:25 +00:00 |
|
Wayne Davison
|
e2b9d8d181
|
26362: avoid calling regfree() on uninitialized regex_t.
|
2009-01-19 08:26:21 +00:00 |
|
Wayne Davison
|
36375b5911
|
Fixed a few compiler warnings.
|
2009-01-19 08:00:15 +00:00 |
|
Peter Stephenson
|
1b52f47cf2
|
23665: autoloading of module features and related tweaks
|
2007-07-06 21:52:38 +00:00 |
|
Peter Stephenson
|
b0c5f09169
|
see 23479: add initial features support for modules
|
2007-05-28 22:57:39 +00:00 |
|
Peter Stephenson
|
7f03c3d851
|
23375: Phil Pennock: =~, zsh/regex etc. etc.
|
2007-05-01 22:05:03 +00:00 |
|