summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Re: smart match: array ~~ hashDmitry Karasik2007-11-301-12/+8
* As we know the length, replace strEQ with memEQs in S_doopen_pm().Nicholas Clark2007-10-091-1/+1
* If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call toNicholas Clark2007-10-091-3/+3
* Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require'sNicholas Clark2007-10-091-2/+31
* Remove the strlen in doopen_pm() by passing in the length. (As we knowNicholas Clark2007-10-091-11/+10
* Remove a call to *printf from the require code.Nicholas Clark2007-10-091-2/+7
* With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can beNicholas Clark2007-10-051-9/+1
* As PL_hinthv is actually tied, need to call SvSETMAGIC() after theNicholas Clark2007-10-051-2/+5
* New [PATCH] use 5.006; use 5.10.0Robin Barker2007-10-051-6/+20
* S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it aNicholas Clark2007-10-041-7/+2
* Reverse change #31978Rafael Garcia-Suarez2007-10-031-8/+1
* was Re: Freeze ?John Peacock2007-10-021-3/+38
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-261-1/+8
* Re: [PATCH 5.10] Improve diagnostic for reloads of bad modulesRick Delaney2007-09-251-1/+2
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-6/+6
* Re: INC handlers and shutdown-time warningsRafael Garcia-Suarez2007-09-011-1/+1
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2007-08-281-0/+2
* [patch@31735] Module-load/require fixes for VMSJohn E. Malmberg2007-08-221-6/+33
* Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"Steve Hay2007-07-111-2/+2
* Fix assertion failure on failed magic eval - eg FETCH {eval'('}Dave Mitchell2007-07-101-12/+20
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-5/+4
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-5/+3
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-4/+3
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-1/+1
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-1/+1
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-5/+5
* Fix problems caused by downsizing in change 31017. (Which don't showNicholas Clark2007-04-221-1/+1
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-1/+1
* PL_madskills is a bool, so save it as one (else Solaris rightlyNicholas Clark2007-04-121-1/+1
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-1/+1
* S_op_destroy() was not static. Also tidy all other STATIC/staticNicholas Clark2007-04-051-8/+4
* Re: pmdynflags and thread safetyYves Orton2007-04-041-24/+17
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-6/+6
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-2/+2
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-2/+2
* As SvUPGRADE() is a macro wrapping a call to sv_upgrade() insideNicholas Clark2007-03-051-2/+1
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-1/+12
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-4/+2
* Re: Change 29193 is a regressionRick Delaney2007-02-081-0/+1
* Purge all references to 5005 threads variables in the code.Nicholas Clark2007-02-031-1/+0
* A few more places where we know the length for sv_setpv() or sv_catpv()Nicholas Clark2007-02-021-1/+1
* Remove duplicate assignment to PL_eval_root in Perl_create_eval_scopeNicholas Clark2007-01-221-1/+0
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-1/+1
* Turn taint warnings (-t) into severe warnings, so they'reRafael Garcia-Suarez2007-01-081-4/+0
* Fix the interaction of -w and -t when provided on the command-lineRafael Garcia-Suarez2007-01-051-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-6/+6
* Rationalise the logic in lex_start for creating a new temporary if theNicholas Clark2006-12-311-1/+1
* Re: [perl #41071] require stringifies code references in tied @INCRick Delaney2006-12-181-0/+2
* Make get_db_sub non-static, and call it from pp_goto, which allows theNicholas Clark2006-12-011-15/+1