summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* In pp_require and code refs in @INC, avoid using memory after free().Nicholas Clark2010-08-011-5/+6
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-251-5/+2
* Don't set strict for 'no 6;'David Golden2010-07-251-15/+14
* Save the popped cx->blk_eval.old_namesv before calling LEAVEVincent Pit2010-07-251-12/+30
* Do not try to load a feature bundle when doing "no VERSION"Rafael Garcia-Suarez2010-07-251-1/+2
* Fix RT #74290 - regression for labels immediately before string evals.Nicholas Clark2010-05-081-1/+12
* In Perl_sv_compile_2op(), remove a suggestion to merge code with pp_entersub.Nicholas Clark2010-03-131-1/+8
* Add perlintern.pod documentation docatch + prescan_versionReini Urban2010-03-081-0/+14
* fix qr// and get-magic problemsFather Chrysostomos2010-01-191-12/+13
* Avoid a double SV leak in an error state branch of pp_require.Nicholas Clark2010-01-151-4/+4
* Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now.Nicholas Clark2010-01-141-3/+3
* tweak to pp_ctl.c gives smaller object codeAlex Davies2009-12-161-5/+10
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-0/+20
* Allocate the right HVRafael Garcia-Suarez2009-12-071-1/+1
* Fix [perl #71078] Smart match against @_ gives false negativesRafael Garcia-Suarez2009-12-071-1/+2
* -Dmad minitest failure bisectZefram2009-11-261-4/+4
* deprecate "goto" to jump into a constructGerard Goossen2009-11-211-0/+6
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-8/+2
* Fix compiler warnings:Jerry D. Hedden2009-11-131-2/+2
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-41/+41
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-3/+4
* Implement the 'qr' overload type.Ben Morrow2009-11-011-4/+31
* Use of SV* instead of message, msglen, utf8 to contain error messageGerard Goossen2009-11-011-11/+14
* S_run_user_filter() can use the filter GV itself for the cache buffer.Nicholas Clark2009-10-231-9/+9
* RT#69616: regexp SVs lose regexpness in assignmentBen Morrow2009-10-221-1/+1
* Remove the venerable fatal error "Runaway format"Rafael Garcia-Suarez2009-10-221-5/+0
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-13/+9
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-101-5/+8
* Corrupt filename when setting %INC entry in a @INC hookSalvador Ortiz Garcia2009-09-061-1/+1
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-4/+1
* add -DM flag to track smartmatch resolutionDavid Mitchell2009-08-201-4/+52
* In pp_caller, remove a GvMULTI_on() by adding GV_ADDMULTI to gv_fetchpvs().Nicholas Clark2009-08-081-3/+2
* Teach goto how to cross given/when blocksVincent Pit2009-07-221-0/+2
* Simplify the code that sets $_ in given()Rafael Garcia-Suarez2009-07-211-7/+1
* Fast enabling of strictures when version 5.11.0 is requiredRafael Garcia-Suarez2009-07-071-4/+1
* use strict by default if "use 5.011" is in effect!Steffen Mueller2009-07-071-0/+8
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-011-0/+4
* Trim all trailing / from "." in @INC when filling %INCRafael Garcia-Suarez2009-06-251-2/+4
* Fix [RT#63110] -- two small memory leaks were introduced in 5b9c067Alex Vandiver2009-05-301-1/+4
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-05-241-2/+19
* In the ~~ implementation, consistently use the SV-aware API for hash keys.Rafael Garcia-Suarez2009-05-241-13/+4
* WIN32 preprocessor symbols is usually tested with #ifdef, not #ifJan Dubois2009-05-141-1/+1
* do/require don't treat '.\foo' or '..\foo' as "absolute paths" on Windows.Christoph Lamprecht2009-05-131-0/+8
* Implement Hash/Array ~~ Regex (with tests)Rafael Garcia-Suarez2009-05-091-29/+45
* Treat blessed references on the left of C<~~> as scalarsRafael Garcia-Suarez2009-05-091-18/+35
* Implement distributivity in $scalar ~~ @arrayRafael Garcia-Suarez2009-05-091-17/+9
* Inline macros used only onceRafael Garcia-Suarez2009-05-081-8/+4
* Make ~~ overloading only be invoked on the right argumentRafael Garcia-Suarez2009-05-081-3/+2
* Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-051-37/+6
|\
| * Remove warnings "Exiting given/when via next/last"Rafael Garcia-Suarez2009-05-031-4/+2