summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-1/+0
* regexec.c: Use new macros instead of swashesKarl Williamson2012-09-131-7/+0
* PL_sawampersand: use 3 bit flags rather than boolDavid Mitchell2012-09-081-1/+1
* Refactor \X regex handling to avoid a typical case table lookupKarl Williamson2012-08-281-1/+1
* Prepare for Unicode 6.2Karl Williamson2012-08-261-1/+2
* Comment out unused functionKarl Williamson2012-08-251-1/+0
* Use new types for comppad and comppad_nameFather Chrysostomos2012-08-211-2/+2
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-0/+1
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-0/+2
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-11/+0
* PERL_DEBUG_READONLY_OPS with the new allocatorFather Chrysostomos2012-07-121-2/+2
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+1
* eliminate PL_reginterp_cntDavid Mitchell2012-06-131-2/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-0/+3
* Excise PL_amagic_generationFather Chrysostomos2012-05-231-2/+0
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-4/+4
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-5/+0
* intrpvar.h: Rmv no longer used PL_ variableKarl Williamson2012-02-111-2/+0
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+2
* Add compile-time inversion lists for POSIX classesKarl Williamson2012-02-091-0/+45
* regcomp.c: Use compile-time invlistsKarl Williamson2012-02-091-1/+6
* intrpvar.h: clarification in commentKarl Williamson2012-01-131-1/+1
* Re-order intrpvar.h to avoid false warnings about holes.Nicholas Clark2011-11-111-1/+1
* Re-order intrpvar.h to avoid holes in the interpreter struct.Nicholas Clark2011-11-111-8/+6
* intrpvar.h: Increase size of variable that stores UTF8 bytesKarl Williamson2011-11-091-2/+2
* Fix CORE::globFather Chrysostomos2011-10-261-0/+3
* Remove part of intrpvar.h commentFather Chrysostomos2011-10-241-3/+1
* utf8.c: Add function to retrieve new _Perl_IDStart propKarl Williamson2011-10-011-0/+1
* Don't use swash to find cntrlsKarl Williamson2011-10-011-1/+0
* No need for swashes for properties that are ASCII-onlyKarl Williamson2011-10-011-3/+0
* No need for swashes for computing if ASCIIKarl Williamson2011-10-011-1/+0
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-328/+329
* In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together.Nicholas Clark2011-07-181-6/+2
* Change inversion lists to SVsKarl Williamson2011-07-031-1/+1
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-4/+1
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-1/+0
* Reorder interpreter struct to remove alignment holesNicholas Clark2011-06-121-11/+10
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-24/+23
* Microperl doesn't do signal handlers, ifdef some handling codeDavid Leadbeater2011-03-281-0/+2
* intrpvar.h: Add comment about PERLVARIKarl Williamson2011-02-241-1/+2
* intrpvar.h: Need to initialize PL_utf8_foldableKarl Williamson2011-02-211-1/+1
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* Init PL_cop_seqmax to a high value under DEBUGGINGDavid Mitchell2011-02-071-1/+10
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+4
* intrpvar.h: Clarify commentKarl Williamson2011-02-021-1/+2
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-261-1/+1
* Improve custom OP support.Ben Morrow2010-11-141-0/+2
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-2/+0
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+3