summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-9/+0
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-1/+3
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-1/+11
* Thwart IRIX long doubles and sloppy pow() (in Perl, **);Jarkko Hietaniemi2002-03-161-3/+91
* more warnings tidyupPaul Marquess2002-03-111-7/+7
* spelling correctionNicholas Clark2002-03-111-1/+1
* As suggested by Anton Tagunov, eq and cmp now obey theJarkko Hietaniemi2002-03-071-3/+3
* taint + deprecated warningsPaul Marquess2002-03-041-1/+1
* PATCH: "splice() offset past end of array" warning. (take 2) Jarkko Hietaniemi2002-03-021-1/+4
* Let's not overdo the growth.Jarkko Hietaniemi2002-02-191-2/+6
* Not extending enough.Jarkko Hietaniemi2002-02-191-2/+2
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-2/+1
* Integrate mainlineNick Ing-Simmons2002-01-251-1/+1
* Integrate mainlineNick Ing-Simmons2002-01-201-6/+26
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-12/+5
* Make the crypt() pickier: if downgrading doesn't work,Jarkko Hietaniemi2002-01-131-13/+9
* Correct misleading error messageMike Guy2002-01-121-1/+1
* In the UTF-8 branch of crypt() the extra \0 byte is required,Jarkko Hietaniemi2002-01-041-3/+3
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-2/+3