summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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