summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation SADAHIRO Tomoyuki2004-02-231-3/+5
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-221-1/+2
* 22316 had stupid precedence thinkosDave Mitchell2004-02-171-1/+1
* Slight update to #22315 ($lval=*FOO); optimise the hot tests,Dave Mitchell2004-02-171-1/+1
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-3/+3
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-081-2/+9
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-1/+8
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-291-1/+1
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-3/+1
* Missing thingies.Rafael Garcia-Suarez2003-12-061-1/+1
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-9/+1
* Silence gcc 2.95 warningNicholas Clark2003-11-291-1/+2
* Re: bug or a feature?Torsten Foertsch2003-11-251-1/+3
* Fix bug [perl #24380] : assigning to a hash in listRafael Garcia-Suarez2003-11-131-3/+19
* Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)Rick Delaney2003-11-011-6/+12
* misapplied patch 19452Yitzchak Scott-Thoennes2003-10-011-7/+11
* An error message need not be a novel.Jarkko Hietaniemi2003-09-221-2/+1
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-1/+1
* Linenumbers for utf8 warnings were wrong, test also rcatline.Jarkko Hietaniemi2003-09-101-12/+11
* If doing rcatline no point rescanning each timeJarkko Hietaniemi2003-09-101-1/+3
* [perl #23770] Reading a latin1 file with open(... "<:utf8") will freezeJarkko Hietaniemi2003-09-101-0/+10
* Don't cast PL_multiline to bool : you may loose important bits.Rafael Garcia-Suarez2003-08-291-2/+2
* Comparing an int to a U32 makes VC6 nervous.Jarkko Hietaniemi2003-08-291-2/+2
* improved 19064 (local $_[0] problems)Dave Mitchell2003-08-261-6/+14
* Retract #19064, broke mod_perl flushing (localisation of $|).Jarkko Hietaniemi2003-08-211-6/+6
* fix $^N-related coredumpAnton Berezin2003-07-171-1/+1
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-2/+2
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-1/+5
* Suppress a few compilation warnings in pp_hot.c.Rafael Garcia-Suarez2003-05-081-3/+2
* Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-1/+2
* RE: perl@19333Robin Barker2003-05-011-2/+2
* Fix bug #15161 by increasing the refcount on the RE and making Artur Bergman2003-04-261-0/+1
* A new fatal error :Dave Mitchell2003-04-231-0/+6
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Fixes to bugs introduced by PL_stashcacheArtur Bergman2003-04-141-6/+6
* Fix some small nits, thanks to Rafael.Artur Bergman2003-04-021-3/+3
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+14
* Better version of change #19069Nicholas Clark2003-03-261-1/+1
* [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.Dave Mitchell2003-03-261-6/+6
* Re: [patch] [perl #21628] rcatline issueAdrian M. Enache2003-03-201-4/+8
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [perl #21321] local ${"FOO"} does not workRafael Garcia-Suarez2003-02-251-0/+6
* Patching magic from Inaba-san's keyboard: fix for [perl #8769]:Jarkko Hietaniemi2003-02-241-10/+14
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+3
* COW regexps:Nicholas Clark2003-02-161-8/+64
* Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixesArtur Bergman2003-02-021-1/+1
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-4/+4
* [perl #20408] SV's SvPVX get freed even when its SvLEN is zeroAdrian M. Enache2003-01-201-1/+2
* Re: [perl #19566] Perl 5.8.0 segfaultStephen McCamant2003-01-151-0/+3
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-4/+4