projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Improve and restructure t/op/pat.t and split out some unicode related tests into...
[p5sagit/p5-mst-13.2.git]
/
perldtrace.d
1
/*
2
* Written by Alan Burlinson -- taken from his blog post
3
* at <http://blogs.sun.com/alanbur/date/20050909>.
4
*/
5
6
provider perl {
7
probe sub__entry(char *, char *, int);
8
probe sub__return(char *, char *, int);
9
};