| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: Oops - Can't calculate our powers | Stephen McCamant | 2003-07-18 | 1 | -1/+2 |
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 1 | -81/+0 |
* | Re: [perl #22727] split() with re_eval segfaults/panics | Adrian M. Enache | 2003-06-18 | 1 | -7/+6 |
* | Remove the deprecated $* variable. | Rafael Garcia-Suarez | 2003-06-13 | 1 | -1/+1 |
* | Better be explicit with dangling elses. | Jarkko Hietaniemi | 2003-05-13 | 1 | -5/+6 |
* | Re: Bug stomping fun. [PATCH: bug #1016] | Alex Vandiver | 2003-05-12 | 1 | -1/+4 |
* | Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty | Yitzchak Scott-Thoennes | 2003-05-08 | 1 | -0/+3 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Big patch from Alan Burlison to make Solaris long doubles work. | Jarkko Hietaniemi | 2003-04-15 | 1 | -32/+15 |
* | The SvGROW() might move the PV. | Jarkko Hietaniemi | 2003-04-07 | 1 | -1/+2 |
* | Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n | Yitzchak Scott-Thoennes | 2003-04-02 | 1 | -6/+4 |
* | #19122 should have been tested on non-glibc system (like AIX) | H.Merijn Brand | 2003-04-02 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-01 | 1 | -0/+18 |
* | Integrate from maint-5.8: | Jarkko Hietaniemi | 2003-03-23 | 1 | -1/+1 |
* | add comment at undef postinc special case | Hugo van der Sanden | 2003-03-18 | 1 | -0/+1 |
* | Define the Perl_pp_i_modulo_1() only iff we have glibc. | Jarkko Hietaniemi | 2003-03-07 | 1 | -3/+3 |
* | Use a macro for abs() to avoid the possible truncation to an int; | Jarkko Hietaniemi | 2003-03-03 | 1 | -6/+3 |
* | 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 |