projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b96d1
)
Add investigating self tie segfaults to the TODO
author
Nicholas Clark
<nick@ccl4.org>
Mon, 27 Dec 2004 15:48:24 +0000
(15:48 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 27 Dec 2004 15:48:24 +0000
(15:48 +0000)
p4raw-id: //depot/perl@23682
pod/perltodo.pod
patch
|
blob
|
history
diff --git
a/pod/perltodo.pod
b/pod/perltodo.pod
index 4a32a542ccc180126758363a06259fa5ad267d42..e44f242a5c1820167bf1f3d3b697eb90c73582b9 100644
(file)
--- a/
pod/perltodo.pod
+++ b/
pod/perltodo.pod
@@
-299,3
+299,9
@@
guide people attempting to optimise the guts of perl.
system() accepts a LIST syntax (and a PROGRAM LIST syntax) to avoid
running a shell. readpipe() (the function behind qx//) could be similarly
extended.
+
+=head2 Self ties
+
+self ties are currently illegal because they caused too many segfaults. Maybe
+the causes of these could be tracked down and self-ties on all types re-
+instated.