| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [perl #21411] [fix] Postponed RE with split() | Adrian M. Enache | 2003-03-02 | 1 | -0/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Go with "right = -right" for greater portability, some platforms | Jarkko Hietaniemi | 2003-03-02 | 1 | -3/+6 |
* | Patch for [perl #9402], known also as "glibc _moddi3 bug | Jarkko Hietaniemi | 2003-03-02 | 1 | -8/+68 |
* | Re: [perl #21321] local ${"FOO"} does not work | Rafael Garcia-Suarez | 2003-02-25 | 1 | -3/+10 |
* | restrict PERL_PRESERVE_IVUV to things that should really give an | Hugo van der Sanden | 2003-02-16 | 1 | -34/+66 |
* | Re: [perl #20912] UTF8 related glitch + fix | Adrian M. Enache | 2003-02-15 | 1 | -0/+2 |
* | Re: [perl #20933] \substr reuses lvalues (sometimes) | Hugo van der Sanden | 2003-02-15 | 1 | -0/+4 |
* | [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch | Rafael Garcia-Suarez | 2003-02-02 | 1 | -1/+1 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -1/+12 |
* | Integrate from the maint-5.8/ branch : | Rafael Garcia-Suarez | 2002-12-10 | 1 | -4/+17 |
* | Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex | Hugo van der Sanden | 2002-11-05 | 1 | -22/+22 |
* | 1. Update pp_ucfirst to enter the UTF-8 branch only if the first | Abhijit Menon-Sen | 2002-11-05 | 1 | -4/+1 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -33/+0 |
* | Re: speed of my | Stephen McCamant | 2002-10-03 | 1 | -4/+6 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -6/+6 |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -2/+1 |
* | pp.c warns that sv may be used uninitialised in pp_delete() | Hugo van der Sanden | 2002-08-17 | 1 | -0/+2 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -57/+35 |
* | Re: [perl #15523] Memory Leak in split with trailing empty elements | Slaven Rezic | 2002-08-08 | 1 | -2/+6 |
* | pp.c:pp_pow() -- quit when you're done | Craig A. Berry | 2002-06-16 | 1 | -0/+2 |
* | gcc -Wall nit noticed by NI-S. | Jarkko Hietaniemi | 2002-06-07 | 1 | -1/+1 |
* | Re: local tied hash slices & stray keys (was Re: Cwd breakage) | Doug MacEachern | 2002-06-05 | 1 | -5/+26 |
* | 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 |