|
639 | 639 | : |
640 | 640 | : 'U' autodoc.pl will not output a usage example |
641 | 641 | : |
642 | | -: 'v' Guard the macro by !MULTIPLICITY || PERL_CORE if it uses __VA_ARGS__. |
643 | | -: This flag exists for backward-compatibility to ensure that code does |
644 | | -: not break when calling older functions without an aTHX in scope. It |
645 | | -: should not be added to newly-added functions as they will have no such |
646 | | -: compatibility issues. |
647 | | -: |
648 | 642 | : 'W' Add a comma_pDEPTH argument to function prototypes, and a comma_aDEPTH |
649 | 643 | : argument to the function calls. This means that under DEBUGGING a |
650 | 644 | : depth argument is added to the functions, which is used for example by |
@@ -928,7 +922,7 @@ px |void |create_eval_scope \ |
928 | 922 | |NN SV **sp \ |
929 | 923 | |U32 flags |
930 | 924 | : croak()'s first parm can be NULL. Otherwise, mod_perl breaks. |
931 | | -Adfprv |void |croak |NULLOK const char *pat \ |
| 925 | +Adfpr |void |croak |NULLOK const char *pat \ |
932 | 926 | |... |
933 | 927 | Tfpr |void |croak_caller |NULLOK const char *pat \ |
934 | 928 | |... |
@@ -1007,7 +1001,7 @@ p |void |cv_undef_flags |NN CV *cv \ |
1007 | 1001 | Cp |void |cx_dump |NN PERL_CONTEXT *cx |
1008 | 1002 | : Used by CXINC, which appears to be in widespread use |
1009 | 1003 | CRp |I32 |cxinc |
1010 | | -Adfpv |void |deb |NN const char *pat \ |
| 1004 | +Adfp |void |deb |NN const char *pat \ |
1011 | 1005 | |... |
1012 | 1006 | Cdp |I32 |debop |NN const OP *o |
1013 | 1007 | Cdp |void |debprofdump |
@@ -1035,7 +1029,7 @@ ETXdp |char * |delimcpy_no_escape \ |
1035 | 1029 | |const int delim \ |
1036 | 1030 | |NN I32 *retlen |
1037 | 1031 | Cp |void |despatch_signals |
1038 | | -Adfprv |OP * |die |NULLOK const char *pat \ |
| 1032 | +Adfpr |OP * |die |NULLOK const char *pat \ |
1039 | 1033 | |... |
1040 | 1034 | Adpr |OP * |die_sv |NN SV *baseex |
1041 | 1035 | : Used in util.c |
@@ -1276,7 +1270,7 @@ Cp |void |force_out_malformed_utf8_message_ \ |
1276 | 1270 | |NN const U8 * const e \ |
1277 | 1271 | |U32 flags \ |
1278 | 1272 | |const bool die_here |
1279 | | -Adfpv |char * |form |NN const char *pat \ |
| 1273 | +Adfp |char * |form |NN const char *pat \ |
1280 | 1274 | |... |
1281 | 1275 | : Only used in perl.c |
1282 | 1276 | p |void |free_tied_hv_pool |
@@ -1853,7 +1847,7 @@ ERXp |HV * |load_charnames |NN SV *char_name \ |
1853 | 1847 | |const STRLEN context_len \ |
1854 | 1848 | |NN const char **error_msg |
1855 | 1849 | MTbp |void |load_mathoms |
1856 | | -AFdpv |void |load_module |U32 flags \ |
| 1850 | +AFdp |void |load_module |U32 flags \ |
1857 | 1851 | |NN SV *name \ |
1858 | 1852 | |NULLOK SV *ver \ |
1859 | 1853 | |... |
@@ -2032,7 +2026,7 @@ Cp |Stack_off_t *|markstack_grow |
2032 | 2026 | EXp |int |mbtowc_ |NULLOK const wchar_t *pwc \ |
2033 | 2027 | |NULLOK const char *s \ |
2034 | 2028 | |const Size_t len |
2035 | | -Adfpv |SV * |mess |NN const char *pat \ |
| 2029 | +Adfp |SV * |mess |NN const char *pat \ |
2036 | 2030 | |... |
2037 | 2031 | Adp |SV * |mess_sv |NN SV *basemsg \ |
2038 | 2032 | |bool consume |
@@ -2343,7 +2337,7 @@ ARdp |OP * |newSVOP |I32 type \ |
2343 | 2337 | |NN SV *sv |
2344 | 2338 | ARdp |SV * |newSVpv |NULLOK const char * const s \ |
2345 | 2339 | |const STRLEN len |
2346 | | -ARdfpv |SV * |newSVpvf |NN const char * const pat \ |
| 2340 | +ARdfp |SV * |newSVpvf |NN const char * const pat \ |
2347 | 2341 | |... |
2348 | 2342 | ARdp |SV * |newSVpvn |NULLOK const char * const s \ |
2349 | 2343 | |const STRLEN len |
@@ -3156,13 +3150,13 @@ Adp |bool |sv_cat_decode |NN SV *dsv \ |
3156 | 3150 | |int tlen |
3157 | 3151 | Adp |void |sv_catpv |NN SV * const dsv \ |
3158 | 3152 | |NULLOK const char *sstr |
3159 | | -Adfpv |void |sv_catpvf |NN SV * const sv \ |
| 3153 | +Adfp |void |sv_catpvf |NN SV * const sv \ |
3160 | 3154 | |NN const char * const pat \ |
3161 | 3155 | |... |
3162 | 3156 | Adp |void |sv_catpv_flags |NN SV * const dsv \ |
3163 | 3157 | |NN const char *sstr \ |
3164 | 3158 | |const I32 flags |
3165 | | -Adfpv |void |sv_catpvf_mg |NN SV * const sv \ |
| 3159 | +Adfp |void |sv_catpvf_mg |NN SV * const sv \ |
3166 | 3160 | |NN const char * const pat \ |
3167 | 3161 | |... |
3168 | 3162 | Adp |void |sv_catpv_mg |NN SV * const dsv \ |
@@ -3465,10 +3459,10 @@ Adp |char *|sv_setpv_bufsize \ |
3465 | 3459 | |NN SV * const sv \ |
3466 | 3460 | |const STRLEN cur \ |
3467 | 3461 | |const STRLEN len |
3468 | | -Adfpv |void |sv_setpvf |NN SV * const sv \ |
| 3462 | +Adfp |void |sv_setpvf |NN SV * const sv \ |
3469 | 3463 | |NN const char * const pat \ |
3470 | 3464 | |... |
3471 | | -Adfpv |void |sv_setpvf_mg |NN SV * const sv \ |
| 3465 | +Adfp |void |sv_setpvf_mg |NN SV * const sv \ |
3472 | 3466 | |NN const char * const pat \ |
3473 | 3467 | |... |
3474 | 3468 | Cipx |char *|sv_setpv_freshbuf \ |
@@ -3961,9 +3955,9 @@ Adp |void |vwarner |U32 err \ |
3961 | 3955 | p |I32 |wait4pid |Pid_t pid \ |
3962 | 3956 | |NN int *statusp \ |
3963 | 3957 | |int flags |
3964 | | -Adfpv |void |warn |NN const char *pat \ |
| 3958 | +Adfp |void |warn |NN const char *pat \ |
3965 | 3959 | |... |
3966 | | -Adfpv |void |warner |U32 err \ |
| 3960 | +Adfp |void |warner |U32 err \ |
3967 | 3961 | |NN const char *pat \ |
3968 | 3962 | |... |
3969 | 3963 | Adp |void |warn_sv |NN SV *baseex |
@@ -4128,47 +4122,47 @@ pr |int |magic_regdatum_set \ |
4128 | 4122 | |NN MAGIC *mg |
4129 | 4123 | #endif |
4130 | 4124 | #if defined(MULTIPLICITY) |
4131 | | -ATdfprv |void |croak_nocontext|NULLOK const char *pat \ |
| 4125 | +ATdfpr |void |croak_nocontext|NULLOK const char *pat \ |
4132 | 4126 | |... |
4133 | | -ATdfpv |void |deb_nocontext |NN const char *pat \ |
| 4127 | +ATdfp |void |deb_nocontext |NN const char *pat \ |
4134 | 4128 | |... |
4135 | | -ATdfprv |OP * |die_nocontext |NULLOK const char *pat \ |
| 4129 | +ATdfpr |OP * |die_nocontext |NULLOK const char *pat \ |
4136 | 4130 | |... |
4137 | | -ATdfpv |char * |form_nocontext |NN const char *pat \ |
| 4131 | +ATdfp |char * |form_nocontext |NN const char *pat \ |
4138 | 4132 | |... |
4139 | | -AFTdpv |void |load_module_nocontext \ |
| 4133 | +AFTdp |void |load_module_nocontext \ |
4140 | 4134 | |U32 flags \ |
4141 | 4135 | |NN SV *name \ |
4142 | 4136 | |NULLOK SV *ver \ |
4143 | 4137 | |... |
4144 | | -ATdfpv |SV * |mess_nocontext |NN const char *pat \ |
| 4138 | +ATdfp |SV * |mess_nocontext |NN const char *pat \ |
4145 | 4139 | |... |
4146 | 4140 | Cdop |void * |my_cxt_init |NN int *indexp \ |
4147 | 4141 | |size_t size |
4148 | | -ATdfpv |SV * |newSVpvf_nocontext \ |
| 4142 | +ATdfp |SV * |newSVpvf_nocontext \ |
4149 | 4143 | |NN const char * const pat \ |
4150 | 4144 | |... |
4151 | | -ATdfpv |void |sv_catpvf_mg_nocontext \ |
| 4145 | +ATdfp |void |sv_catpvf_mg_nocontext \ |
4152 | 4146 | |NN SV * const sv \ |
4153 | 4147 | |NN const char * const pat \ |
4154 | 4148 | |... |
4155 | | -ATdfpv |void |sv_catpvf_nocontext \ |
| 4149 | +ATdfp |void |sv_catpvf_nocontext \ |
4156 | 4150 | |NN SV * const sv \ |
4157 | 4151 | |NN const char * const pat \ |
4158 | 4152 | |... |
4159 | | -ATdfpv |void |sv_setpvf_mg_nocontext \ |
| 4153 | +ATdfp |void |sv_setpvf_mg_nocontext \ |
4160 | 4154 | |NN SV * const sv \ |
4161 | 4155 | |NN const char * const pat \ |
4162 | 4156 | |... |
4163 | | -ATdfpv |void |sv_setpvf_nocontext \ |
| 4157 | +ATdfp |void |sv_setpvf_nocontext \ |
4164 | 4158 | |NN SV * const sv \ |
4165 | 4159 | |NN const char * const pat \ |
4166 | 4160 | |... |
4167 | | -ATdfpv |void |warner_nocontext \ |
| 4161 | +ATdfp |void |warner_nocontext \ |
4168 | 4162 | |U32 err \ |
4169 | 4163 | |NN const char *pat \ |
4170 | 4164 | |... |
4171 | | -ATdfpv |void |warn_nocontext |NN const char *pat \ |
| 4165 | +ATdfp |void |warn_nocontext |NN const char *pat \ |
4172 | 4166 | |... |
4173 | 4167 | #endif /* defined(MULTIPLICITY) */ |
4174 | 4168 | #if defined(MYMALLOC) |
|
0 commit comments