This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add note about regenerating META files when updating CPAN-Meta
[perl5.git] / intrpvar.h
2013-07-22 Aristotle Pagaltzisbump version to v5.19.3
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-21 David Goldenbump version to v5.19.2
2013-06-02 David Mitchellbetter comment the remaining PL_ regex vars
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-05-20 Ricardo Signesbump version to 5.19.1
2013-05-18 Ricardo Signesbump version to 5.19.0
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-20 Nicholas ClarkRe-order intrpvar.h to minimise holes in the interprete...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-09 David Mitchellreorder intrpvar.h
2013-03-06 Steffen MuellerPrepare PL_sv_objcount removal
2013-02-27 Steffen MuellerUse native-size integers for some global counters
2013-02-19 Nicholas ClarkRename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
2013-02-19 Nicholas ClarkRe-order intrpvar.h to minimise holes in the interprete...
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonintrpvar.h: Place some swash pointers in an array
2012-12-22 Karl Williamsonintrpvar.h: #include handy.h
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-10 Father ChrysostomosZap PL_glob_index
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-12-09 Karl Williamsonintrpvar.h: Add comment
2012-12-09 Karl Williamsonintrpvar.h: Use #define instead of hard-coded number
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-09-20 Nicholas ClarkEliminate the vestigial comment "magical thingies"...
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-08 David MitchellPL_sawampersand: use 3 bit flags rather than bool
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
2012-08-26 Karl WilliamsonPrepare for Unicode 6.2
2012-08-26 Karl WilliamsonComment out unused function
2012-08-21 Father ChrysostomosUse new types for comppad and comppad_name
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-13 David Mitchelleliminate PL_reginterp_cnt
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-11 Karl Williamsonintrpvar.h: Rmv no longer used PL_ variable
2012-02-11 Karl Williamsonregcomp.c: /[[:lower:]]/i should match the same as...
2012-02-09 Karl WilliamsonAdd compile-time inversion lists for POSIX classes
2012-02-09 Karl Williamsonregcomp.c: Use compile-time invlists
2012-01-13 Karl Williamsonintrpvar.h: clarification in comment
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid false warnings about holes.
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid holes in the interpreter...
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-24 Father ChrysostomosRemove part of intrpvar.h comment
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl WilliamsonNo need for swashes for properties that are ASCII-only
2011-10-01 Karl WilliamsonNo need for swashes for computing if ASCII
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-07-18 Nicholas ClarkIn intrpvar.h, move all the USE_LOCALE_NUMERIC variable...
2011-07-03 Karl WilliamsonChange inversion lists to SVs
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-06-12 Nicholas ClarkReorder interpreter struct to remove alignment holes
2011-06-12 Nicholas ClarkIn perlvar.h, move the always-present globals above...
2011-03-28 David LeadbeaterMicroperl doesn't do signal handlers, ifdef some handli...
2011-02-25 Karl Williamsonintrpvar.h: Add comment about PERLVARI
2011-02-22 Karl Williamsonintrpvar.h: Need to initialize PL_utf8_foldable
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-07 David MitchellInit PL_cop_seqmax to a high value under DEBUGGING
2011-02-02 Karl WilliamsonAdd PL_foldable - a list of chars that participate...
2011-02-02 Karl Williamsonintrpvar.h: Clarify comment
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-22 Nicholas ClarkNote the U8-sized space in intrpvar.h created by 737c24...
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-10 Zeframdocumentation on hooking the peephole optimiser
2010-09-08 Nicholas ClarkReorder interpreter struct to remove alignment hole...
2010-09-08 Nicholas ClarkRemove offer_nice_chunk(), PL_nice_chunk and PL_nice_ch...
2010-08-26 Zeframmake recursive part of peephole optimiser hookable
2010-07-26 Florian RagwitzCheck API compatibility when loading xs modules
next