This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use computed value instead of hard-coded one
[perl5.git] / embedvar.h
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-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-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 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-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 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-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-11 Zeframadd wrap_op_checker() API function
2012-02-09 Karl WilliamsonAdd compile-time inversion lists for POSIX classes
2012-02-09 Karl Williamsonregcomp.c: Use compile-time invlists
2011-10-27 Father ChrysostomosFix CORE::glob
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-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 ClarkMove PL_runops_{std,dbg} to perl.h, and make them const.
2011-06-12 Nicholas ClarkMove PL_global_struct_size, PL_interp_size{,_5_16_0...
2011-06-12 Nicholas ClarkIn perlvar.h, move the always-present globals above...
2011-06-12 Nicholas ClarkMove PL_{revision,version,subversion} to perl.h, making...
2011-06-12 Nicholas ClarkMove PL_sh_path to perl.h (except for OS/2), as it...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-12 Nicholas ClarkEliminate PL_patleave, unused since perl 5.0 alpha 2.
2011-05-22 Nicholas ClarkRestore building with -DPERL_GLOBAL_STRUCT, broken...
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-02 Karl WilliamsonAdd PL_foldable - a list of chars that participate...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
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-11-01 David MitchellRT #76248: double-freed SV with nested sig-handler
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-09-26 Tony Cookmake PL_charclass available to modules under Win32
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
2010-07-22 Jan DuboisGet rid of PERL_POLLUTE
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-06-04 David Mitchelladd PL_signalhook to hook into signal dispatch
2010-04-25 Zeframunwinding target nominated by separate global
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-05 Jesse Vincentregen generated files changed by the previous patch...
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-09-13 Rafael Garcia-SuarezRemove obsolete interpreter variable PL_utf8_alnumc
2009-07-08 Vincent PitAdd a pluggable hook in op_free()
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-01-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-11-18 Nicholas ClarkRename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-10-25 Nicholas ClarkUpdate copyright year in embed.pl, and everything that...
2008-10-24 Marcus Holland-MoritzRun 'make regen' for #34567 and #34568.
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
2007-11-24 Nicholas ClarkRemove (probably) the last vestige of the assertions...
2007-11-11 Craig A. BerryFollowing 32238, change "interpreter_size" to "interp_s...
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
2007-11-07 Nicholas Clark"Bake" the values of PERL_REVISION, PERL_VERSION and...
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-09-28 Nicholas ClarkChange 31987 forgot to re-run embed.pl
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-05-25 Dave Mitchelldelete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchelldelete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
next