summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-0/+1
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-0/+1
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-1/+0
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+1
* Use an array for some inversion listsKarl Williamson2012-12-221-6/+1
* Use an array for some inversion listsKarl Williamson2012-12-221-14/+1
* Use array for some inversion listsKarl Williamson2012-12-221-8/+1
* intrpvar.h: Place some swash pointers in an arrayKarl Williamson2012-12-221-9/+1
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-1/+0
* Zap PL_glob_indexFather Chrysostomos2012-12-091-1/+0
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+1
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+2
* Remove 3 unused interpreter variablesKarl Williamson2012-11-261-3/+0
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-3/+4
* Validate above-Latin1 characters in \N{} aliasesKarl Williamson2012-11-111-0/+2
* Used pad name lists for pad idsFather Chrysostomos2012-10-161-1/+0
* PATCH: [perl #89774] multi-char fold + its fold in char classKarl Williamson2012-10-141-0/+1
* Get rid of PL_formfeed.Enache Adrian2012-09-201-1/+0
* 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
* 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
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-0/+1
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-021-0/+1
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-5/+0
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+1
* eliminate PL_reginterp_cntDavid Mitchell2012-06-131-1/+0
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-0/+3
* Excise PL_amagic_generationFather Chrysostomos2012-05-231-1/+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-1/+0
* intrpvar.h: Rmv no longer used PL_ variableKarl Williamson2012-02-111-1/+0
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+1
* add wrap_op_checker() API functionZefram2012-02-111-0/+2
* Add compile-time inversion lists for POSIX classesKarl Williamson2012-02-091-0/+29
* regcomp.c: Use compile-time invlistsKarl Williamson2012-02-091-0/+3
* Fix CORE::globFather Chrysostomos2011-10-261-0/+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-369/+0
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-6/+0
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-2/+0
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-6/+0
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-9/+0
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-3/+3
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-9/+0