| Commit message (Expand) | Author | Age | Files | Lines |
* | A new UTF-8 API, Perl_is_utf8_string_loc(), a variant | Jarkko Hietaniemi | 2003-09-10 | 1 | -0/+2 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -14/+6 |
* | add "$lexical not available" warning in C<for my $lex ()> | Dave Mitchell | 2003-08-09 | 1 | -0/+2 |
* | Rename get_seed() to get_hash_seed(), as suggested by | Rafael Garcia-Suarez | 2003-07-18 | 1 | -2/+2 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+6 |
* | The *right* way to make the csighandler visible. | Jarkko Hietaniemi | 2003-07-10 | 1 | -4/+0 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -0/+6 |
* | Perl_doing_taint must be public, for programs that embed perl | Rafael Garcia-Suarez | 2003-06-29 | 1 | -4/+0 |
* | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -0/+10 |
* | Make doing_taint() always available (though not | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+6 |
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 1 | -6/+6 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -0/+6 |
* | Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() | Marcus Holland-Moritz | 2003-06-15 | 1 | -6/+0 |
* | Followup on #19779: make the helper function static, | Jarkko Hietaniemi | 2003-06-14 | 1 | -0/+6 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -6/+0 |
* | Since pulling in File::Temp for tempfiles would pull in | Jarkko Hietaniemi | 2003-06-02 | 1 | -0/+6 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -7/+1 |
* | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to | Rafael Garcia-Suarez | 2003-05-21 | 1 | -2/+2 |
* | [patch] Re: [perl #21728] regexp SEGV | Adrian M. Enache | 2003-05-05 | 1 | -0/+2 |
* | pack/unpack fixes from Wolfgang Laun: | Jarkko Hietaniemi | 2003-05-05 | 1 | -0/+4 |
* | If it's S_, it should be STATIC. | Jarkko Hietaniemi | 2003-04-29 | 1 | -0/+10 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -0/+6 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -13/+25 |
* | I hate embed*. Tell me what you know. | Jarkko Hietaniemi | 2003-03-09 | 1 | -0/+14 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling | Abe Timmerman | 2003-03-02 | 1 | -4/+0 |
* | Get MSWin32 back compiling | Abe Timmerman | 2003-03-01 | 1 | -2/+0 |
* | Re: [perl #20683] [fix] Better Patch | Adrian M. Enache | 2003-02-26 | 1 | -0/+6 |
* | Suppress empty #ifdef blocks in embed.pl | Hugo van der Sanden | 2003-02-17 | 1 | -4/+0 |
* | NO_SHORT_NAMES is better than HIDE_SHORT_NAMES. | Jarkko Hietaniemi | 2003-02-16 | 1 | -3/+7 |
* | According to Sarathy it's better have the Ministry | Jarkko Hietaniemi | 2003-02-16 | 1 | -3/+0 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -0/+6 |
* | inline SvREFCNT_dec: | Nicholas Clark | 2003-02-16 | 1 | -0/+4 |
* | As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option | Jarkko Hietaniemi | 2003-02-16 | 1 | -2/+7 |
* | Forgotten from #18715. | Jarkko Hietaniemi | 2003-02-16 | 1 | -0/+6 |
* | [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 | -0/+4 |
* | integrate #18366-18370 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+1772 |
* | integrate (by hand) #18353 and #18359 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+6 |
* | [Fwd: Patch for perl utf8-related bug] | Richard Hitt | 2002-12-17 | 1 | -0/+2 |
* | 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/+5 |
* | Re: [perl #18066] Bug in -I when path has double colons? | Slaven Rezic | 2002-11-04 | 1 | -4/+7 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -42/+0 |
* | Version object combined patch | John Peacock | 2002-10-10 | 1 | -2/+4 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -16/+44 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -18/+0 |
* | Version object patch #1 | John Peacock | 2002-08-20 | 1 | -2/+12 |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -0/+12 |