summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+0
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+1
* Make PL_hints an alias for PL_compiling.cop_hintsFather Chrysostomos2013-08-111-1/+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
* -DPERL_TRACE_OPS to produce reports on executed OP countsSteffen Mueller2013-07-021-0/+1
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+1
* eliminate PL_regdummyDavid Mitchell2013-06-021-1/+0
* eliminate PL_reg_stateDavid Mitchell2013-06-021-1/+0
* make PL_reg_curpm globalDavid Mitchell2013-06-021-0/+1
* 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