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:
b6f6966
)
Mark regcurly as experimental
author
karl williamson (via RT)
<perlbug-followup@perl.org>
Wed, 18 Aug 2010 18:33:36 +0000
(11:33 -0700)
committer
David Mitchell
<davem@iabyn.com>
Wed, 25 Aug 2010 14:06:04 +0000
(15:06 +0100)
Even though it isn't in the public API, some worry that we shouldn't
change it, as it's currently public, but may be made into an in-line
function known only to the two .c files that should call it.
embed.fnc
patch
|
blob
|
blame
|
history
diff --git
a/embed.fnc
b/embed.fnc
index
7c129b5
..
63bbcd8
100644
(file)
--- a/
embed.fnc
+++ b/
embed.fnc
@@
-165,7
+165,7
@@
npR |MEM_SIZE|malloc_good_size |size_t nbytes
AnpR |void* |get_context
Anp |void |set_context |NN void *t
-EXpRnP |I32 |regcurly |NN const char *s
+EXpRnP
M
|I32 |regcurly |NN const char *s
END_EXTERN_C