summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* intrpvar.h: Rmv no longer used PL_ variableKarl Williamson2012-02-111-2/+0
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+2
* Add compile-time inversion lists for POSIX classesKarl Williamson2012-02-091-0/+45
* regcomp.c: Use compile-time invlistsKarl Williamson2012-02-091-1/+6
* intrpvar.h: clarification in commentKarl Williamson2012-01-131-1/+1
* Re-order intrpvar.h to avoid false warnings about holes.Nicholas Clark2011-11-111-1/+1
* Re-order intrpvar.h to avoid holes in the interpreter struct.Nicholas Clark2011-11-111-8/+6
* intrpvar.h: Increase size of variable that stores UTF8 bytesKarl Williamson2011-11-091-2/+2
* Fix CORE::globFather Chrysostomos2011-10-261-0/+3
* Remove part of intrpvar.h commentFather Chrysostomos2011-10-241-3/+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-328/+329
* In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together.Nicholas Clark2011-07-181-6/+2
* Change inversion lists to SVsKarl Williamson2011-07-031-1/+1
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-4/+1
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-1/+0
* Reorder interpreter struct to remove alignment holesNicholas Clark2011-06-121-11/+10
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-24/+23
* Microperl doesn't do signal handlers, ifdef some handling codeDavid Leadbeater2011-03-281-0/+2
* intrpvar.h: Add comment about PERLVARIKarl Williamson2011-02-241-1/+2
* intrpvar.h: Need to initialize PL_utf8_foldableKarl Williamson2011-02-211-1/+1
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* Init PL_cop_seqmax to a high value under DEBUGGINGDavid Mitchell2011-02-071-1/+10
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+4
* intrpvar.h: Clarify commentKarl Williamson2011-02-021-1/+2
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-261-1/+1
* Improve custom OP support.Ben Morrow2010-11-141-0/+2
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-2/+0
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+3
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+4
* new API functions op_scope and op_lvalueZefram2010-10-261-1/+1
* Note the U8-sized space in intrpvar.h created by 737c24fc85ea612b.Nicholas Clark2010-10-221-0/+1
* replace PL_doextract with better kinds of variableZefram2010-10-211-1/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-1/+1
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-9/+9
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-1/+1
* documentation on hooking the peephole optimiserZefram2010-09-101-2/+44
* Reorder interpreter struct to remove alignment hole created by 9a87bd09eea1d037Nicholas Clark2010-09-081-5/+1
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-2/+1
* make recursive part of peephole optimiser hookableZefram2010-08-261-1/+3
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-0/+1
* Generic hooks into Perl_block_{start,end}.Ben Morrow2010-07-121-0/+3
* identify a few vars in intrpvar.hDavid Mitchell2010-06-071-12/+12
* add PL_signalhook to hook into signal dispatchDavid Mitchell2010-06-041-0/+2