This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf782b
)
Remove (?{...}) closures in regexps from the todo list.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 20 Apr 2012 08:47:24 +0000
(10:47 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 24 Apr 2012 08:51:55 +0000
(10:51 +0200)
Dave has this substantially done, and is working on finishing it off.
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
74dfe21
..
28b9ef6
100644
(file)
--- 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.