summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy On WriteNicholas Clark2002-08-171-2/+6
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-88/+15
* Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.Hugo van der Sanden2002-08-121-2/+5
* Defined-or patch (cleaned up)Brent Dax2002-08-051-0/+36
* Further tweaking on the Unicode s///.Jarkko Hietaniemi2002-06-261-3/+7
* Let's not leak.Jarkko Hietaniemi2002-06-261-1/+1
* Another Unicode s/// buglet, from SADAHIRO Tomoyuki.Jarkko Hietaniemi2002-06-261-0/+9
* Unicode s/// buglet found by Gregor Chrupala in perl-unicode.Jarkko Hietaniemi2002-06-251-0/+2
* Re: [PATCH scope.c] Re: local($tied->{foo}) leaksDave Mitchell2002-05-071-20/+2
* correctly unlocalise exists on tied/%ENV Dave Mitchell2002-05-071-5/+17
* [proposed PATCH] correctly unlocalise exists on tied/%ENVDave Mitchell2002-05-061-1/+6
* Re: [PATCH scope.c] Re: local($tied->{foo}) leaksDave Mitchell2002-05-041-2/+20
* New UTF-8 surpriseAndreas König2002-04-241-1/+8
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-3/+3
* Re: [ID 20020412.005] Dancing ??sHugo van der Sanden2002-04-151-8/+12