summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc pacifying (RH 7.1/ia64).Jarkko Hietaniemi2001-12-191-2/+2
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-181-2/+2
* [PATCH] Re: chomp/chop prototype changed?Rafael Garcia-Suarez2001-12-171-0/+3
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-4/+4
* Apply NetBSD patch-ad: a gcc sparc64 code generation bug.Jarkko Hietaniemi2001-12-091-5/+31
* shared hash keys and ++/--Nicholas Clark2001-12-031-9/+9
* Various small nits found by DJGPP build.Jarkko Hietaniemi2001-12-021-5/+6
* [REPATCH] reference pointer comparisonNicholas Clark2001-12-011-8/+20
* Re: Smoke 13191 /pro/3gl/CPAN/perl-currentNicholas Clark2001-11-241-12/+37
* spaceship and refsNicholas Clark2001-11-211-2/+5
* Retract 11635: close 20011113.110, reopen 20010809.028.Jarkko Hietaniemi2001-11-181-0/+23
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-311-0/+10