diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-04-20 10:47:24 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-04-24 10:51:55 +0200 |
commit | 09948bca5b53f66ecd93fddd9ff077e6c129c82d (patch) | |
tree | b6d44e19f4c5202a606d3a5fec9d085af4f2dcad /Porting/todo.pod | |
parent | caf782b722e539acb99f154c67f3c7693c0ca9af (diff) | |
download | perl-09948bca5b53f66ecd93fddd9ff077e6c129c82d.tar.gz |
Remove (?{...}) closures in regexps from the todo list.
Dave has this substantially done, and is working on finishing it off.
Diffstat (limited to 'Porting/todo.pod')
-rw-r--r-- | Porting/todo.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index 74dfe21cd9..28b9ef6b42 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -1130,10 +1130,6 @@ without a C<fchdir> function (in sv.c:Perl_dirp_dup). Fix Perl_sv_dup, et al so that threads can return objects. -=head2 (?{...}) closures in regexps - -Fix (or rewrite) the implementation of the C</(?{...})/> closures. - =head2 Add class set operations to regexp engine Apparently these are quite useful. Anyway, Jeffery Friedl wants them. |