summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-041-9/+1
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-4/+4
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+13
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-3/+3
* "That's the way to do it"Nicholas Clark2004-07-141-1/+1
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-9/+29
* Numeric comparison operators mustn't compare addresses of referencesNicholas Clark2004-07-141-1/+1
* [perl #30061] double DESTROY in for loopDave Mitchell2004-06-081-5/+8
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-0/+12
* Re: my $x->{foo} doesn't workShinya Hayakawa2004-05-301-1/+1
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-2/+2
* Fix bug [perl #27839] returning @+ out of scope loses its value :Hugo van der Sanden2004-03-231-1/+4
* range operator warnings / 64-bit fixMarcus Holland-Moritz2004-03-181-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* 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