summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+2
* Fix for 20010407.008 sprintf removes utf8-ness.Jarkko Hietaniemi2001-08-161-0/+2
* pp_lock Arthur Bergman2001-08-151-0/+5
* Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.Jarkko Hietaniemi2001-08-111-4/+8
* (retracted by 13077)Robin Houston2001-08-111-2/+4
* [patch] ithreads + refto fix improvementDoug MacEachern2001-08-021-2/+2
* [patch] ithreads + refto bugDoug MacEachern2001-08-011-1/+1
* split()'s unused captures should be undef, not ''Jeff Pinyan2001-07-291-2/+6
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-2/+2
* Fixes compile errors in four filesRichard Soderberg2001-06-291-1/+1
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-1/+1
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1813/+0