| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename get_seed() to get_hash_seed(), as suggested by | Rafael Garcia-Suarez | 2003-07-18 | 1 | -1/+1 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+1 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -0/+1 |
* | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -0/+3 |
* | Introduce (global) variable PL_earlytaint which | Jarkko Hietaniemi | 2003-06-27 | 1 | -1/+1 |
* | Make doing_taint() always available (though not | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+1 |
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 1 | -1/+1 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -0/+1 |
* | Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() | Marcus Holland-Moritz | 2003-06-15 | 1 | -1/+0 |
* | Followup on #19779: make the helper function static, | Jarkko Hietaniemi | 2003-06-14 | 1 | -0/+1 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -2/+0 |
* | Since pulling in File::Temp for tempfiles would pull in | Jarkko Hietaniemi | 2003-06-02 | 1 | -0/+2 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -2/+1 |
* | RE: [PATCH] RE: maint snapshot @ 19525 | Robin Barker | 2003-05-23 | 1 | -108/+27 |
* | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to | Rafael Garcia-Suarez | 2003-05-21 | 1 | -1/+1 |
* | RE: maint snapshot @ 19525 | Robin Barker | 2003-05-16 | 1 | -27/+27 |
* | [patch] Re: [perl #21728] regexp SEGV | Adrian M. Enache | 2003-05-05 | 1 | -0/+1 |
* | pack/unpack fixes from Wolfgang Laun: | Jarkko Hietaniemi | 2003-05-05 | 1 | -0/+2 |
* | RE: perl@19333 | Robin Barker | 2003-05-01 | 1 | -27/+27 |
* | If it's S_, it should be STATIC. | Jarkko Hietaniemi | 2003-04-29 | 1 | -0/+4 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -0/+1 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | [perl #21845] "proto.h": 'id' is a reserved word in Objective-C. | Jarkko Hietaniemi | 2003-04-15 | 1 | -1/+1 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -5/+7 |
* | Must not hide the protos, though. | Jarkko Hietaniemi | 2003-03-09 | 1 | -3/+3 |
* | Export the symbols from #18863; do not prototype (but export) | Jarkko Hietaniemi | 2003-03-09 | 1 | -3/+5 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: [perl #20683] [fix] Better Patch | Adrian M. Enache | 2003-02-26 | 1 | -0/+1 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -0/+3 |
* | inline SvREFCNT_dec: | Nicholas Clark | 2003-02-16 | 1 | -0/+1 |
* | Forgotten from #18715. | Jarkko Hietaniemi | 2003-02-16 | 1 | -0/+1 |
* | sv_cat_recode() proto was missing, noticed by Craig Berry. | Jarkko Hietaniemi | 2003-02-06 | 1 | -0/+1 |
* | integrate (by hand) #18353 and #18359 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+3 |
* | [Fwd: Patch for perl utf8-related bug] | Richard Hitt | 2002-12-17 | 1 | -0/+1 |
* | Re: [jhi@iki.fi: enums are not nums] | Dave Mitchell | 2002-12-17 | 1 | -1/+1 |
* | Re: [perl #19017] lexical "my" variables not visible in debugger "x" command | Dave Mitchell | 2002-12-16 | 1 | -1/+1 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -3/+4 |
* | make regen_headers. | Rafael Garcia-Suarez | 2002-11-05 | 1 | -0/+15 |
* | Re: [perl #18066] Bug in -I when path has double colons? | Slaven Rezic | 2002-11-04 | 1 | -14/+1 |
* | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -1/+1 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -21/+0 |
* | Version object combined patch | John Peacock | 2002-10-10 | 1 | -2/+3 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -9/+27 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -9/+0 |
* | Version object patch #1 | John Peacock | 2002-08-20 | 1 | -1/+6 |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -0/+7 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -13/+0 |
* | Re: deb.c compile time error (patchlevel 17721) | Dave Mitchell | 2002-08-17 | 1 | -1/+1 |
* | add verbose stack display option, -Dvs | Dave Mitchell | 2002-08-12 | 1 | -0/+6 |
* | integrate a variant of change#17568 from maint-5.6 branch (the | Gurusamy Sarathy | 2002-07-16 | 1 | -0/+5 |