This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: white space, add comments
[perl5.git] / pp_ctl.c
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-11 Father Chrysostomos[perl #68712] caller() filenames broken by "use"
2010-12-08 Father Chrysostomos[perl #66104] Bugs in extended regexp features
2010-12-06 Zeframstopgap hack for $@ as unwinding reason indicator
2010-11-26 Father ChrysostomosAvoid redundant hv_delete call in pp_entereval
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-25 Father Chrysostomos[perl #78438] Memory leak with 'use v5.42'
2010-11-25 Father ChrysostomosStop eval "use 6" from leaking
2010-11-25 Father ChrysostomosStop eval "no 5" from leaking
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-24 Nicholas ClarkDeprecate sv_compile_2op()
2010-11-15 Niko TyniImplement $^A tainting
2010-11-15 Niko TyniFix a crash with a tainted formline() picture
2010-11-09 Florian RagwitzRemove an unused variable
2010-11-09 Nicholas ClarkIn S_check_type_and_open() call PerlIO_openn() directly...
2010-11-09 Nicholas ClarkChange S_doopen_pm() and S_check_type_and_open() to...
2010-10-26 David Mitchellfix thinko in code comment
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframremove redundant lex_end
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-19 Nicholas ClarkStop 'use v5.8' leaking memory. Fixes #78436.
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-04 David Mitchellstop map,grep leaking temps [perl #48004]
2010-10-03 David MitchellG_KEEPERR sometimes set $@
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - m and s
2010-09-23 Father Chrysostomos[perl #70614] Seg. fault with eval/use/UNITCHECK/DESTRO...
2010-09-21 Father Chrysostomos[perl #19078] wrong match order inside replacement
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 David Mitchellmove some comments back to the lines they refer to
2010-09-08 David Mitchellswap round a confusing #ifndef ... #else ...
2010-09-08 David Mitchellcreate itervar_u union in struct block_loop
2010-09-08 David Mitchelleliminate next_op from struct block_loop
2010-09-07 Ben MorrowAPI functions for accessing the runtime hinthash.
2010-09-06 Zeframfunction interface to parse Perl statement
2010-09-02 Nicholas ClarkChange the first argument of Perl_fetch_cop_label(...
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
next