| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in the cloning of regexps | Hugo van der Sanden | 2004-03-12 | 1 | -2/+2 |
* | croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake | Nicholas Clark | 2004-03-10 | 1 | -4/+0 |
* | Fix Dave's original shared hash key corruption bug | Nicholas Clark | 2004-03-07 | 1 | -0/+6 |
* | Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test | Nicholas Clark | 2004-03-07 | 1 | -2/+6 |
* | silence some compiler warnings | Dave Mitchell | 2004-03-05 | 1 | -2/+2 |
* | ensure utf8::encode() normalises its arg | Dave Mitchell | 2004-03-04 | 1 | -3/+3 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -1/+0 |
* | Slight update to #22315 ($lval=*FOO); optimise the hot tests, | Dave Mitchell | 2004-02-17 | 1 | -7/+8 |
* | Re: [PATCH] GLOB to LVALUE assignment fix | Tassilo von Parseval | 2004-02-17 | 1 | -1/+7 |
* | Switch from byacc to bison and simplify the perly.* regeneration | Dave Mitchell | 2004-02-14 | 1 | -8/+0 |
* | Re: [perl #26073] sprintf miscounts padding when format is utf8 | Hugo van der Sanden | 2004-02-09 | 1 | -1/+3 |
* | back out change #22167 "freeing a CV reference that was currently | Dave Mitchell | 2004-01-17 | 1 | -1/+1 |
* | [perl #24914] freeing a CV reference that was currently being | Dave Mitchell | 2004-01-17 | 1 | -1/+1 |
* | Re: [perl #24816] Magic vars seem unsure if they are purely numeric | Yitzchak Scott-Thoennes | 2004-01-16 | 1 | -10/+33 |
* | still problems with backreferences + reverse cloning | Adrian M. Enache | 2004-01-10 | 1 | -1/+1 |
* | segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads) | Dave Mitchell | 2004-01-08 | 1 | -1/+4 |
* | Fix bug #24383, where hashes with the :unique attribute weren't | Dave Mitchell | 2004-01-01 | 1 | -1/+1 |
* | Remove Win32 compiler warnings | Marcus Holland-Moritz | 2003-12-27 | 1 | -2/+2 |
* | Turn Quad_t to Uquad_t in unsigned branch | Marcus Holland-Moritz | 2003-12-27 | 1 | -1/+1 |
* | Re: GCC bug breaking Perl_sv_catpvfn()? | Marcus Holland-Moritz | 2003-12-26 | 1 | -14/+14 |
* | [perl #24506] [PATCH] cannot weaken refs to read only values | Fergal Daly | 2003-12-25 | 1 | -0/+1 |
* | fix [perl #24660], [perl #24663]. | Adrian M. Enache | 2003-12-20 | 1 | -22/+14 |
* | Solaris gconvert() doesn't like ndigits == 0. Currently we have no | Nicholas Clark | 2003-12-20 | 1 | -2/+8 |
* | #21866 was wrong. another try to plumb that damn leak. | Adrian M. Enache | 2003-12-11 | 1 | -2/+1 |
* | fix bug #24605. | Adrian M. Enache | 2003-12-11 | 1 | -4/+8 |
* | plumb a leak with pos(). | Adrian M. Enache | 2003-12-08 | 1 | -1/+2 |
* | Make sv_force_normal_flags cope with shared hash key scalars | Nicholas Clark | 2003-12-06 | 1 | -1/+4 |
* | Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CON... | Stas Bekman | 2003-12-03 | 1 | -3/+4 |
* | When Gconvert is a macro around sprintf with a .* format we need | Nicholas Clark | 2003-11-29 | 1 | -2/+2 |
* | Gconvert actually takes type NV, while nv may be either double | Nicholas Clark | 2003-11-29 | 1 | -1/+1 |
* | Fix a regression introduced by change #21694 on sprintf() | Rafael Garcia-Suarez | 2003-11-28 | 1 | -2/+4 |
* | Don't COW if the destination has magic. | Nicholas Clark | 2003-11-22 | 1 | -2/+5 |
* | [PATCH 5.8.2 @21574] sprintf() painfully slow | Ilya Zakharevich | 2003-11-09 | 1 | -7/+81 |
* | s/new_hash/rehash/g (Stas suggested a better name) | Nicholas Clark | 2003-11-03 | 1 | -1/+1 |
* | [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads | Stas Bekman | 2003-10-31 | 1 | -0/+3 |
* | embedding perl | Radu Greab | 2003-10-21 | 1 | -0/+13 |
* | Plan C for foiling the algorithmic complexity attack | Nicholas Clark | 2003-10-16 | 1 | -0/+1 |
* | Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton), | Abhijit Menon-Sen | 2003-10-07 | 1 | -1/+1 |
* | [patch sv.c] improve "...free unref scalar" warning | Stas Bekman | 2003-10-07 | 1 | -1/+3 |
* | Macrofy the compile/runtime test. | Jarkko Hietaniemi | 2003-09-21 | 1 | -6/+6 |
* | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, | Jarkko Hietaniemi | 2003-09-12 | 1 | -19/+19 |
* | Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()> | Marcus Holland-Moritz | 2003-08-31 | 1 | -0/+8 |
* | perlapi.pod tweaks, based on : | Joe Schaefer | 2003-08-26 | 1 | -6/+6 |
* | Apply much of Ilya's microperl patch, but instead of | Jarkko Hietaniemi | 2003-08-12 | 1 | -0/+2 |
* | [ PATCH] Re: strange destruction problem on VMS | Dave Mitchell | 2003-08-09 | 1 | -0/+1 |
* | Oops. | Jarkko Hietaniemi | 2003-07-29 | 1 | -1/+1 |
* | Cleanup the sv_gets() logic for platforms with small stacks. | Jarkko Hietaniemi | 2003-07-29 | 1 | -8/+20 |
* | Make Storable work with blead/maint by making PL_sv_placeholder | Jarkko Hietaniemi | 2003-07-28 | 1 | -5/+0 |
* | Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x | Marcus Holland-Moritz | 2003-07-27 | 1 | -0/+5 |
* | Re: [typo] sv.c pod/perlapi.pod | Stas Bekman | 2003-07-24 | 1 | -1/+1 |