summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* bump version to 5.18.4Ricardo Signes2014-10-011-1/+1
* bump version to 5.18.3Ricardo Signes2014-09-171-1/+1
* bump version to v5.18.2Ricardo Signes2013-11-201-1/+1
* bump version to 5.18.1Ricardo Signes2013-05-251-1/+1
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-0/+5
* Re-order intrpvar.h to minimise holes in the interpreter struct.Nicholas Clark2013-03-201-20/+23
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-0/+1
* reorder intrpvar.hDavid Mitchell2013-03-091-109/+117
* Prepare PL_sv_objcount removalSteffen Mueller2013-03-061-1/+3
* Use native-size integers for some global countersSteffen Mueller2013-02-271-3/+3
* Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.Nicholas Clark2013-02-191-2/+2
* Re-order intrpvar.h to minimise holes in the interpreter struct.Nicholas Clark2013-02-191-4/+6
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-2/+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/+2
* Use an array for some inversion listsKarl Williamson2012-12-221-29/+2
* 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
* intrpvar.h: #include handy.hKarl Williamson2012-12-221-0/+2
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-1/+0
* Zap PL_glob_indexFather Chrysostomos2012-12-091-2/+0
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+1
* intrpvar.h: Add commentKarl Williamson2012-12-091-1/+1
* intrpvar.h: Use #define instead of hard-coded numberKarl Williamson2012-12-091-1/+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-5/+1
* 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
* Eliminate the vestigial comment "magical thingies" from intrpvar.hNicholas Clark2012-09-201-1/+0
* Get rid of PL_formfeed.Enache Adrian2012-09-201-2/+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
* 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