summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-3/+3
* Bump version for 5.19.4Steve Hay2013-08-201-1/+1
* Make PL_hints an alias for PL_compiling.cop_hintsFather Chrysostomos2013-08-111-2/+0
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-3/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+3
* bump version to v5.19.3Aristotle Pagaltzis2013-07-221-1/+1
* -DPERL_TRACE_OPS to produce reports on executed OP countsSteffen Mueller2013-07-021-0/+9
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+2
* bump version to v5.19.2David Golden2013-06-201-1/+1
* better comment the remaining PL_ regex varsDavid Mitchell2013-06-021-3/+4
* eliminate PL_regdummyDavid Mitchell2013-06-021-2/+0
* eliminate PL_reg_stateDavid Mitchell2013-06-021-2/+0
* make PL_reg_curpm globalDavid Mitchell2013-06-021-0/+3
* bump version to 5.19.1Ricardo Signes2013-05-201-1/+1
* bump version to 5.19.0Ricardo Signes2013-05-181-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