This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT 74404 - h2ph using deprecated goto
[perl5.git] / pp_ctl.c
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-07-21 Nicholas ClarkAdd Perl_init_dbargs(), to set up @DB::args without...
2010-07-12 George GreerFix for RT#2353: catch yyparse() exceptions in (?{...
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-06 David GoldenDon't set strict for 'no 6;'
2010-07-05 Nicholas ClarkIn pp_regcomp and pp_entereval, use newSVpvn_flags...
2010-07-03 David MitchellPL_amagic_generation doesn't show overload loaded
2010-07-03 David Mitchellfix bad indentation in pp_regcomp
2010-07-03 David Mitchellavoid extra FETCHes on overloaded qr stringify
2010-07-03 David Mitchelleval: handle taint of overloaded/tied arg
2010-06-29 Nicholas ClarkIn pp_require, improve the code generating the exceptio...
2010-06-29 Nicholas ClarkReinstate require error messages for .h and .ph
2010-06-29 Nicholas ClarkIn pp_require, avoid changing PL_compiling if we're...
2010-06-29 Nicholas ClarkIn pp_require and code refs in @INC, avoid using memory...
2010-06-27 Nicholas ClarkReturn DIE(...) to *return*ing Perl_die(...).
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 David Mitchellmake overload respect get magic
2010-05-20 Rafael Garcia-SuarezDo not try to load a feature bundle when doing "no...
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-17 David Mitchellfurther fix for RT #23810
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Vincent PitSave the popped cx->blk_eval.old_namesv before calling...
2010-04-25 Zeframunwinding target nominated by separate global
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-04-20 Zeframmake die reliably hand error to post-eval code
2010-04-17 Nicholas ClarkFix RT #74290 - regression for labels immediately befor...
2010-04-15 Nicholas ClarkMove PERL_ASYNC_CHECK() from the runloop to control...
2010-04-08 David Mitchellfix RT 23810: eval and tied methods
2010-03-30 David Mitchellimprove -Dl debugging output
2010-03-25 David MitchellRT #67962: $1 treated as tainted in untainted match
2010-03-13 Nicholas ClarkIn Perl_sv_compile_2op(), remove a suggestion to merge...
2010-03-08 Reini UrbanAdd perlintern.pod documentation docatch + prescan_version
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2010-01-15 Nicholas ClarkAvoid a double SV leak in an error state branch of...
2010-01-14 Nicholas ClarkBack out the {ENTER,LEAVE}_with_name("sub") part of...
2010-01-03 Vincent PitMake given() statements return the last evaluated expre...
2009-12-16 Alex Daviestweak to pp_ctl.c gives smaller object code
2009-12-14 Father Chrysostomos[perl #70764] $' fails to initialized for pre-compiled...
2009-12-07 Rafael Garcia-SuarezAllocate the right HV
2009-12-07 Rafael Garcia-SuarezFix [perl #71078] Smart match against @_ gives false...
2009-11-26 Zefram-Dmad minitest failure bisect
2009-11-21 Gerard Goossendeprecate "goto" to jump into a construct
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-13 Jerry D. HeddenFix compiler warnings:
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-01 Ben MorrowImplement the 'qr' overload type.
2009-11-01 Gerard GoossenUse of SV* instead of message, msglen, utf8 to contain...
2009-10-23 Nicholas ClarkS_run_user_filter() can use the filter GV itself for...
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-22 Rafael Garcia-SuarezRemove the venerable fatal error "Runaway format"
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-09-06 Salvador Ortiz GarciaCorrupt filename when setting %INC entry in a @INC...
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-20 David Mitchelladd -DM flag to track smartmatch resolution
2009-08-08 Nicholas ClarkIn pp_caller, remove a GvMULTI_on() by adding GV_ADDMUL...
2009-07-22 Vincent PitTeach goto how to cross given/when blocks
2009-07-21 Rafael Garcia-SuarezSimplify the code that sets $_ in given()
2009-07-07 Rafael Garcia-SuarezFast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Muelleruse strict by default if "use 5.011" is in effect!
2009-07-01 Rafael Garcia-SuarezMake C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-06-25 Rafael Garcia-SuarezTrim all trailing / from "." in @INC when filling %INC
2009-05-30 Alex VandiverFix [RT#63110] -- two small memory leaks were introduce...
2009-05-24 Rafael Garcia-SuarezAllow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-SuarezIn the ~~ implementation, consistently use the SV-aware...
2009-05-14 Jan DuboisWIN32 preprocessor symbols is usually tested with ...
2009-05-13 Christoph Lamprechtdo/require don't treat '.\foo' or '..\foo' as "absolute...
2009-05-09 Rafael Garcia-SuarezImplement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-SuarezTreat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-SuarezImplement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-SuarezInline macros used only once
2009-05-08 Rafael Garcia-SuarezMake ~~ overloading only be invoked on the right argument
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-05-03 Rafael Garcia-SuarezRemove warnings "Exiting given/when via next/last"
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-24 Rafael Garcia-SuarezInline macro tryAMAGICbinSET() in smart match routine
2009-03-24 Rafael Garcia-SuarezMake []~~\&f and {}~~\&f match
2009-03-23 Rafael Garcia-SuarezImplement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-SuarezMake ~~ qr// non-commutative
2009-03-23 Rafael Garcia-SuarezRefactoring work on '~~ @array' implementation
2009-03-18 Rafael Garcia-SuarezSmart match when a hash is on the RHS
2009-03-17 Rafael Garcia-SuarezDocument that empty sets don't smart-match
2009-03-17 Rafael Garcia-SuarezIterative smart match over keys/elements when a coderef...
2009-03-13 Rafael Garcia-SuarezMake smart matching ~~ undef dispatch only on the RHS
2009-03-06 Rafael Garcia-SuarezRemove special case for coderefs with empty prototypes...
2009-02-13 Rafael Garcia-Suarez$object ~~ undef should always test for definedness
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas ClarkCorrect the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2009-01-19 KarlCombine sv_utf8_upgrade with a following grow
2008-12-02 Nicholas ClarkChange PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-12-02 Nicholas ClarkAdd two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_...
2008-11-26 Nicholas Clarkrxres_free() and rxres_restore() are only used in pp_ct...
2008-11-18 Nicholas ClarkRename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-18 Rafael Garcia-SuarezUse only unsigned ints for comparisons to PL_breakable_...
2008-11-18 Nicholas ClarkRafael noticed a bug in 34873 - I was comparing against...
next