perlvars.h (perl-5.32.0-RC0.tar.xz) | : | perlvars.h (perl-5.32.0-RC1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 308 | skipping to change at line 308 | |||
* are only called once */ | * are only called once */ | |||
PERLVARI(G, user_def_props, HV *, NULL) | PERLVARI(G, user_def_props, HV *, NULL) | |||
#if defined(USE_ITHREADS) | #if defined(USE_ITHREADS) | |||
PERLVAR(G, user_def_props_aTHX, PerlInterpreter *) /* aTHX that user_def_props | PERLVAR(G, user_def_props_aTHX, PerlInterpreter *) /* aTHX that user_def_props | |||
was defined in */ | was defined in */ | |||
PERLVAR(G, user_prop_mutex, perl_mutex) /* Mutex for manipulating | PERLVAR(G, user_prop_mutex, perl_mutex) /* Mutex for manipulating | |||
PL_user_defined_properties */ | PL_user_defined_properties */ | |||
#endif | #endif | |||
/* Everything that folds to a given character, for case insensitivity regex | ||||
* matching */ | ||||
PERLVAR(G, utf8_foldclosures, SV *) | ||||
/* these record the best way to perform certain IO operations while | /* these record the best way to perform certain IO operations while | |||
* atomically setting FD_CLOEXEC. On the first call, a probe is done | * atomically setting FD_CLOEXEC. On the first call, a probe is done | |||
* and the result recorded for use by subsequent calls. | * and the result recorded for use by subsequent calls. | |||
* In theory these variables aren't thread-safe, but the worst that can | * In theory these variables aren't thread-safe, but the worst that can | |||
* happen is that two treads will both do an initial probe | * happen is that two treads will both do an initial probe | |||
*/ | */ | |||
PERLVARI(G, strategy_dup, int, 0) /* doio.c */ | PERLVARI(G, strategy_dup, int, 0) /* doio.c */ | |||
PERLVARI(G, strategy_dup2, int, 0) /* doio.c */ | PERLVARI(G, strategy_dup2, int, 0) /* doio.c */ | |||
PERLVARI(G, strategy_open, int, 0) /* doio.c */ | PERLVARI(G, strategy_open, int, 0) /* doio.c */ | |||
PERLVARI(G, strategy_open3, int, 0) /* doio.c */ | PERLVARI(G, strategy_open3, int, 0) /* doio.c */ | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 0 lines changed or added |