summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2% speedup (pp_entersub needs to go on a diet)Nicholas Clark2002-12-231-102/+113
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-2/+2
* Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist...Gurusamy Sarathy2002-11-191-1/+4
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-071-2/+3
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-183/+1
* Re: [perl #17376] Bug Report - our(%)Yitzchak Scott-Thoennes2002-10-021-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-52/+10
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-2/+2
* Fix #17375 (rcatline didn't work on a formerly-defined undef) byAbhijit Menon-Sen2002-09-171-3/+7