summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't cast PL_multiline to bool : you may loose important bits.Rafael Garcia-Suarez2003-08-291-1/+1
* Re: all 9007199254740992s are equal, but some are more equal than othersNicholas Clark2003-08-291-44/+3
* Comparing an int to a U32 makes VC6 nervous.Jarkko Hietaniemi2003-08-291-1/+1
* Re: [perl #23207] persistant sideffect involving bitwise xor and substrAdrian M. Enache2003-08-031-0/+2
* Quieten MSVC6.Jarkko Hietaniemi2003-07-291-1/+1
* Re: Oops - Can't calculate our powersStephen McCamant2003-07-181-1/+2
* Move the (pseudo)seed functio for (pseudo)random numbers to util.c.Jarkko Hietaniemi2003-06-221-81/+0
* Re: [perl #22727] split() with re_eval segfaults/panicsAdrian M. Enache2003-06-181-7/+6
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-1/+1
* Better be explicit with dangling elses.Jarkko Hietaniemi2003-05-131-5/+6
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-1/+4
* Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-0/+3
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-151-32/+15
* The SvGROW() might move the PV.Jarkko Hietaniemi2003-04-071-1/+2
* Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $nYitzchak Scott-Thoennes2003-04-021-6/+4
* #19122 should have been tested on non-glibc system (like AIX)H.Merijn Brand2003-04-021-1/+1
* Integrate:Jarkko Hietaniemi2003-04-011-0/+18
* Integrate from maint-5.8:Jarkko Hietaniemi2003-03-231-1/+1
* add comment at undef postinc special caseHugo van der Sanden2003-03-181-0/+1
* Define the Perl_pp_i_modulo_1() only iff we have glibc.Jarkko Hietaniemi2003-03-071-3/+3
* Use a macro for abs() to avoid the possible truncation to an int;Jarkko Hietaniemi2003-03-031-6/+3
* Re: [perl #21411] [fix] Postponed RE with split()Adrian M. Enache2003-03-021-0/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Go with "right = -right" for greater portability, some platformsJarkko Hietaniemi2003-03-021-3/+6
* Patch for [perl #9402], known also as "glibc _moddi3 bugJarkko Hietaniemi2003-03-021-8/+68
* Re: [perl #21321] local ${"FOO"} does not workRafael Garcia-Suarez2003-02-251-3/+10
* restrict PERL_PRESERVE_IVUV to things that should really give anHugo van der Sanden2003-02-161-34/+66
* Re: [perl #20912] UTF8 related glitch + fixAdrian M. Enache2003-02-151-0/+2
* Re: [perl #20933] \substr reuses lvalues (sometimes)Hugo van der Sanden2003-02-151-0/+4
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-1/+1
* Fix 'use encoding' I/O for code points 0x80..0xFF;Jarkko Hietaniemi2003-01-161-1/+12
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-101-4/+17
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexHugo van der Sanden2002-11-051-22/+22
* 1. Update pp_ucfirst to enter the UTF-8 branch only if the firstAbhijit Menon-Sen2002-11-051-4/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-33/+0
* Re: speed of myStephen McCamant2002-10-031-4/+6
* move all pad-related code to its own src fileDave Mitchell2002-10-021-6/+6
* Copy On WriteNicholas Clark2002-08-171-2/+1
* pp.c warns that sv may be used uninitialised in pp_delete()Hugo van der Sanden2002-08-171-0/+2
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-57/+35
* Re: [perl #15523] Memory Leak in split with trailing empty elementsSlaven Rezic2002-08-081-2/+6
* pp.c:pp_pow() -- quit when you're doneCraig A. Berry2002-06-161-0/+2
* gcc -Wall nit noticed by NI-S.Jarkko Hietaniemi2002-06-071-1/+1
* Re: local tied hash slices & stray keys (was Re: Cwd breakage)Doug MacEachern2002-06-051-5/+26
* microperl: if DIEing on no-functionality, the has-functionalityJarkko Hietaniemi2002-05-211-2/+2
* reentr.h affects more C files than just reentr.cJarkko Hietaniemi2002-05-141-0/+2
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-1/+1
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-9/+9