| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid corruption when calling mg_get to retrieve the value | Rafael Garcia-Suarez | 2005-10-31 | 1 | -0/+3 |
* | Oops, missed an sv_force_normal() | Steve Peters | 2005-10-29 | 1 | -1/+1 |
* | Change to use sv_force_normal_flags() directly, rather than calling | Steve Peters | 2005-10-29 | 1 | -1/+1 |
* | [patch@25809]restore documented exit behavior | John E. Malmberg | 2005-10-20 | 1 | -2/+2 |
* | More consting, and DRY leads to shrinking object code | Andy Lester | 2005-10-19 | 1 | -25/+31 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -2/+2 |
* | Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off | Rafael Garcia-Suarez | 2005-09-27 | 1 | -4/+9 |
* | Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6 | Yitzchak Scott-Thoennes | 2005-09-06 | 1 | -2/+10 |
* | Various patches by John E. Malmberg to fix data | Rafael Garcia-Suarez | 2005-08-01 | 1 | -1/+4 |
* | RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO | Paul Green | 2005-07-28 | 1 | -1/+1 |
* | tidy up DieNull and DIE_NULL | Robin Barker | 2005-07-28 | 1 | -1/+1 |
* | silence compiler warning in mg.c POSIX.xs | Robin Barker | 2005-07-28 | 1 | -1/+1 |
* | blead help for VMS | Craig A. Berry | 2005-07-24 | 1 | -1/+1 |
* | Re: [PATCH] support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-21 | 1 | -1/+3 |
* | Fix definition of Perl_sighandler following change 25200 | Steve Hay | 2005-07-20 | 1 | -0/+4 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -5/+43 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -1/+1 |
* | more taint fallout from change 24943 | Dave Mitchell | 2005-07-07 | 1 | -1/+1 |
* | change 24943 broke restoration of localized taint values | Dave Mitchell | 2005-07-05 | 1 | -4/+7 |
* | Fix change 25045 | Steve Hay | 2005-07-04 | 1 | -0/+1 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -11/+4 |
* | Remove the reference loop between symbol tables and typeglobs. | Nicholas Clark | 2005-06-23 | 1 | -14/+29 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -88/+85 |
* | remove taint hack now that local $tainted no longer copies taint magic | Dave Mitchell | 2005-06-22 | 1 | -9/+2 |
* | handle magic in local correctly | Dave Mitchell | 2005-06-22 | 1 | -0/+62 |
* | Trim trailing whitespace from $! and $^E | Steve Hay | 2005-06-21 | 1 | -0/+9 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -0/+1 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -8/+0 |
* | whoops, Perl_magic_freearylen_p returns int | Dave Mitchell | 2005-06-14 | 1 | -1/+1 |
* | Perl_magic_freearylen_p could coredump | Dave Mitchell | 2005-06-14 | 1 | -0/+4 |
* | Fixes the case of $a = \$#{[]}; and then accessing $$a | Nicholas Clark | 2005-06-09 | 1 | -2/+30 |
* | regcomp.c and more | Andy Lester | 2005-06-09 | 1 | -1/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-09 | 1 | -14/+13 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | Add and use MgPV_nolen_const | Nicholas Clark | 2005-06-08 | 1 | -8/+4 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -2/+1 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -2/+2 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | Remove unused variable (thanks to Andy's lint) | Rafael Garcia-Suarez | 2005-06-07 | 1 | -1/+0 |
* | one more round of is_utf8_foo tuneup | Jarkko Hietaniemi | 2005-06-07 | 1 | -2/+4 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 1 | -4/+0 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -2/+2 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -6/+1 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -3/+8 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -3/+3 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -5/+5 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+9 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -2/+2 |