| Commit message (Expand) | Author | Age | Files | Lines |
* | microperl: if DIEing on no-functionality, the has-functionality | Jarkko Hietaniemi | 2002-05-21 | 1 | -2/+2 |
* | reentr.h affects more C files than just reentr.c | Jarkko Hietaniemi | 2002-05-14 | 1 | -0/+2 |
* | make the gettimeofday() implementation in Time::HiRes available | Gurusamy Sarathy | 2002-05-08 | 1 | -1/+1 |
* | squelch some more type mismatch warnings | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -9/+9 |
* | Re: the dirty half dozen (Re: perl@15662) | Nicholas Clark | 2002-04-06 | 1 | -9/+0 |
* | What started as a small nit (the charnames test, nit found | Jarkko Hietaniemi | 2002-04-02 | 1 | -1/+3 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -1/+11 |
* | Thwart IRIX long doubles and sloppy pow() (in Perl, **); | Jarkko Hietaniemi | 2002-03-16 | 1 | -3/+91 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -7/+7 |
* | spelling correction | Nicholas Clark | 2002-03-11 | 1 | -1/+1 |
* | As suggested by Anton Tagunov, eq and cmp now obey the | Jarkko Hietaniemi | 2002-03-07 | 1 | -3/+3 |
* | taint + deprecated warnings | Paul Marquess | 2002-03-04 | 1 | -1/+1 |
* | PATCH: "splice() offset past end of array" warning. (take 2) | Jarkko Hietaniemi | 2002-03-02 | 1 | -1/+4 |
* | Let's not overdo the growth. | Jarkko Hietaniemi | 2002-02-19 | 1 | -2/+6 |
* | Not extending enough. | Jarkko Hietaniemi | 2002-02-19 | 1 | -2/+2 |
* | Turn the I/O Unicode error by default on, but the | Jarkko Hietaniemi | 2002-01-31 | 1 | -2/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -1/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-20 | 1 | -6/+26 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 1 | -12/+5 |
* | Make the crypt() pickier: if downgrading doesn't work, | Jarkko Hietaniemi | 2002-01-13 | 1 | -13/+9 |
* | Correct misleading error message | Mike Guy | 2002-01-12 | 1 | -1/+1 |
* | In the UTF-8 branch of crypt() the extra \0 byte is required, | Jarkko Hietaniemi | 2002-01-04 | 1 | -3/+3 |
* | Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), | Jarkko Hietaniemi | 2001-12-21 | 1 | -2/+3 |
* | gcc pacifying (RH 7.1/ia64). | Jarkko Hietaniemi | 2001-12-19 | 1 | -2/+2 |
* | %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha | Jarkko Hietaniemi | 2001-12-18 | 1 | -2/+2 |
* | [PATCH] Re: chomp/chop prototype changed? | Rafael Garcia-Suarez | 2001-12-17 | 1 | -0/+3 |
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -4/+4 |
* | Apply NetBSD patch-ad: a gcc sparc64 code generation bug. | Jarkko Hietaniemi | 2001-12-09 | 1 | -5/+31 |
* | shared hash keys and ++/-- | Nicholas Clark | 2001-12-03 | 1 | -9/+9 |
* | Various small nits found by DJGPP build. | Jarkko Hietaniemi | 2001-12-02 | 1 | -5/+6 |
* | [REPATCH] reference pointer comparison | Nicholas Clark | 2001-12-01 | 1 | -8/+20 |
* | Re: Smoke 13191 /pro/3gl/CPAN/perl-current | Nicholas Clark | 2001-11-24 | 1 | -12/+37 |
* | spaceship and refs | Nicholas Clark | 2001-11-21 | 1 | -2/+5 |
* | Retract 11635: close 20011113.110, reopen 20010809.028. | Jarkko Hietaniemi | 2001-11-18 | 1 | -0/+23 |
* | Extend the effect of the encoding pragma to chr() and ord(). | Jarkko Hietaniemi | 2001-10-31 | 1 | -0/+10 |
* | tweak divide | Nicholas Clark | 2001-10-26 | 1 | -3/+7 |
* | remove small IVop redundancy | Nicholas Clark | 2001-10-25 | 1 | -54/+3 |
* | Negation and Unicode: sort of solves 20010303.010, | Jarkko Hietaniemi | 2001-10-23 | 1 | -7/+14 |
* | Document the final sigma spot. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+19 |
* | Fix multicharacter titlecase (ucfirst). | Jarkko Hietaniemi | 2001-10-23 | 1 | -14/+14 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -46/+18 |
* | Re: | chromatic | 2001-09-23 | 1 | -1/+4 |
* | Silence some more warnings INT2PTR. | Artur Bergman | 2001-09-10 | 1 | -1/+1 |
* | oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w... | Nicholas Clark | 2001-09-05 | 1 | -12/+26 |
* | Make crypt() do something more sane for Unicode | Jarkko Hietaniemi | 2001-09-03 | 1 | -1/+17 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -1/+1 |
* | pp_modulo | Nicholas Clark | 2001-08-30 | 1 | -39/+67 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -8/+8 |
* | 64 bit integer preserving pp_divide | Nicholas Clark | 2001-08-22 | 1 | -20/+102 |