summaryrefslogtreecommitdiff
path: root/embedvar.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-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
* Fix CORE::globFather Chrysostomos2011-10-261-0/+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-369/+0
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-6/+0
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-2/+0
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-6/+0
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-9/+0
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-3/+3
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-9/+0
* Move PL_sh_path to perl.h (except for OS/2), as it's const char[]Nicholas Clark2011-06-121-0/+4
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-9/+0
* Eliminate PL_patleave, unused since perl 5.0 alpha 2.Nicholas Clark2011-06-121-3/+0
* Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735.Nicholas Clark2011-05-221-3/+0
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+4
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-4/+4
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-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/+2
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+2
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-011-3/+0
* replace PL_doextract with better kinds of variableZefram2010-10-211-2/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2
* make PL_charclass available to modules under Win32Tony Cook2010-09-261-0/+3
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-4/+0
* make recursive part of peephole optimiser hookableZefram2010-08-261-0/+2
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-0/+2
* Get rid of PERL_POLLUTEJan Dubois2010-07-211-33/+0
* Generic hooks into Perl_block_{start,end}.Ben Morrow2010-07-121-0/+2
* add PL_signalhook to hook into signal dispatchDavid Mitchell2010-06-041-0/+2
* unwinding target nominated by separate globalZefram2010-04-251-0/+2
* qr/\X/ expansionKarl Williamson2009-12-051-0/+20
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-0/+2
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-0/+3
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-0/+6
* Remove obsolete interpreter variable PL_utf8_alnumcRafael Garcia-Suarez2009-09-131-2/+0
* Add a pluggable hook in op_free()Vincent Pit2009-07-081-0/+2
* Remove binary compatibility scaffolding for the change to PL_bitcount.Nicholas Clark2009-05-201-1/+0