summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tweak divideNicholas Clark2001-10-261-3/+7
* remove small IVop redundancyNicholas Clark2001-10-251-54/+3
* Negation and Unicode: sort of solves 20010303.010,Jarkko Hietaniemi2001-10-231-7/+14
* Document the final sigma spot.Jarkko Hietaniemi2001-10-231-2/+19
* Fix multicharacter titlecase (ucfirst).Jarkko Hietaniemi2001-10-231-14/+14
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-46/+18
* Re:chromatic2001-09-231-1/+4
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-1/+1
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-12/+26
* Make crypt() do something more sane for UnicodeJarkko Hietaniemi2001-09-031-1/+17
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-1/+1
* pp_moduloNicholas Clark2001-08-301-39/+67
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-8/+8
* 64 bit integer preserving pp_divideNicholas Clark2001-08-221-20/+102