Commit
3018b823898645e44b8c37c70ac5c6302b031381 removed the regular
expression operations (regnodes) that these comments refer to, replacing
them with different ones. Update the comments to be accurate
* using an enum, for reasons of compactness and to ensure that the options are
* mutually exclusive */
/* Make sure to update ext/re/re.pm and regcomp.sym (as these are used as
- * offsets for various node types, like SPACE vs SPACEL, etc) when changing
+ * offsets for various node types, like POSIXD vs POSIXL, etc) when changing
* this! */
typedef enum {
REGEX_DEPENDS_CHARSET = 0,
on the new pattern too.
At the start of execution of a pattern, the RXf_TAINTED_SEEN flag on the
-regex is cleared; during execution, locale-variant ops such as ALNUML may
+regex is cleared; during execution, locale-variant ops such as POSIXL may
set RXf_TAINTED_SEEN.
RXf_TAINTED_SEEN is used post-execution by the get magic code