summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+1
* bump version to 5.19.9!Ricardo Signes2014-01-201-1/+1
* Remove PL_L1Posix_ptrsKarl Williamson2014-01-091-1/+0
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-1/+1
* Bump version number from 5.19.7 to 5.19.8.Abigail2013-12-201-1/+1
* Bump the perl version in various places for v5.19.7Chris 'BinGOs' Williams2013-11-201-1/+1
* Bump version for Perl 5.19.6Steve Hay2013-10-201-1/+1
* Remove PL_ASCII; use existing array slots for itKarl Williamson2013-09-241-1/+0
* Add inversion list for U+80 - U+FFKarl Williamson2013-09-241-0/+1
* Removed OP_IN_REGISTER and related defines.Brian Fraser2013-09-211-4/+0
* Bump version for 5.19.5Steve Hay2013-09-201-1/+1
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+2
* 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