This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update docs about lex_start’s flags param
[perl5.git] / perlapi.h
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
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_{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-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-01 David MitchellRT #76248: double-freed SV with nested sig-handler
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-09-26 Tony Cookmake PL_charclass available to modules under Win32
2010-09-21 Nicholas ClarkEliminate PL_* accessor functions under ithreads.
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-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-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
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-05 Dave Mitchellmigrate more variables to PL_parser struct:
2007-05-04 Dave Mitchellmove some more variables into the PL_parser struct:
2007-05-04 Dave Mitchellmove PL_expect and PL_copline into the PL_parser structure
2007-05-03 Brandon BlackRe: mro status, etc
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-23 Dave Mitchellinline S_init_lexer() and regen
2007-04-02 Nicholas ClarkAdd a new compile option PERL_DEBUG_READONLY_OPS which...
2007-01-15 Dave Mitchellextend threads 'veto cleanup' to perl_free and system...
2007-01-02 Dave Mitchellmove easy lexer state variables into PL_parser
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-10-20 Rafael Garcia-Suarezregen headers
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-05 Dave Mitchelleliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-03-25 Nicholas ClarkPL_multiline isn't referenced, and can be removed.
2006-03-24 Dave Mitchellremove unused PL_regcc variable
2006-03-16 Nicholas ClarkAdd a new per-interpeter variable PL_utf8cache, which...
2006-03-10 Nicholas ClarkMove the 12 static MAD variables from toke.c into the...
2006-03-09 Nicholas ClarkIt helps to run embed.pl in the correct directory....
2006-03-07 Nicholas ClarkSome of the MAD structures in headers, plus PL_madskill...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas ClarkOops. I *thought* that I had checked that all changed...
2006-02-03 Nicholas ClarkChange PL_perlio_fd_refcnt from a fixed size static...
2006-02-01 Jim Cromie[patch] arena rework - unify arenaroots
2006-01-04 Steve HayRun regen.pl (Just updating copyright years)
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-11-19 Nicholas ClarkMap the HE arena onto SV type 0 (SVt_NULL).
2005-11-16 Nicholas ClarkPL_pte_root and PL_pte_arenaroot can be exterminated...
2005-11-16 Jim CromieRe: eliminate discreet arenaroots
2005-11-02 Robin Houstonsort/multicall patch
2005-06-29 Rafael Garcia-SuarezRemove old variable needed for binary compatibility
2005-06-24 Nicholas ClarkExtend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-13 Nicholas ClarkWe no longer need PL_shared_hek_table
2005-05-30 H.Merijn Brandregen after #24627
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
next