| Commit message (Expand) | Author | Age | Files | Lines |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+1 |
* | The *right* way to make the csighandler visible. | Jarkko Hietaniemi | 2003-07-10 | 1 | -1/+1 |
* | Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted. | John Peacock | 2003-07-09 | 1 | -1/+1 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -0/+1 |
* | Perl_doing_taint must be public, for programs that embed perl | Rafael Garcia-Suarez | 2003-06-29 | 1 | -1/+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/+3 |
* | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to | Rafael Garcia-Suarez | 2003-05-21 | 1 | -1/+1 |
* | [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 |
* | 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 |
* | [perl #21845] "proto.h": 'id' is a reserved word in Objective-C. | Jarkko Hietaniemi | 2003-04-15 | 1 | -1/+1 |
* | Minor updates of Wolfgang's pack patch | Philip Newton | 2003-03-18 | 1 | -13/+13 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -5/+7 |
* | I hate embed*. Tell me what you know. | Jarkko Hietaniemi | 2003-03-09 | 1 | -3/+3 |
* | Export the symbols from #18863; do not prototype (but export) | Jarkko Hietaniemi | 2003-03-09 | 1 | -16/+22 |
* | Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling | Abe Timmerman | 2003-03-02 | 1 | -1/+1 |
* | Get MSWin32 back compiling | Abe Timmerman | 2003-03-01 | 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 |
* | The new(er) way of controlling Unicode I/O (and other) features; | Jarkko Hietaniemi | 2003-02-15 | 1 | -0/+1 |
* | [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ... | Inaba Hiroto | 2003-02-05 | 1 | -0/+2 |
* | Integrate from maint-5.8: | Jarkko Hietaniemi | 2003-01-22 | 1 | -1/+1 |
* | integrate #18366-18370 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -45/+46 |
* | 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 |
* | Proper fix for CvOUTSIDE weak refcounting | Dave Mitchell | 2002-12-14 | 1 | -1/+1 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -4/+4 |
* | Re: [perl #18066] Bug in -I when path has double colons? | Slaven Rezic | 2002-11-04 | 1 | -1/+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 | -17/+38 |
* | 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/+8 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -14/+0 |
* | Re: deb.c compile time error (patchlevel 17721) | Dave Mitchell | 2002-08-17 | 1 | -2/+2 |