| Commit message (Expand) | Author | Age | Files | Lines |
* | Change 25409 wasn't necessary for threaded perls | Rafael Garcia-Suarez | 2005-09-14 | 1 | -9/+13 |
* | The debugger wasn't tracing correctly execution in eval("")'ed | Rafael Garcia-Suarez | 2005-09-14 | 1 | -0/+33 |
* | Oops, fix threaded build | Rafael Garcia-Suarez | 2005-09-01 | 1 | -1/+1 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -24/+26 |
* | Re: Transliteration operator(tr//)on EBCDIC platform | SADAHIRO Tomoyuki | 2005-08-18 | 1 | -2/+16 |
* | change #25129 was overzealous in delaying the call to ckWARN | Dave Mitchell | 2005-07-17 | 1 | -3/+3 |
* | More embed.fnc plowing | Andy Lester | 2005-07-13 | 1 | -2/+2 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -26/+26 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -2/+2 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -10/+10 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 1 | -4/+5 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -25/+25 |
* | Silence another bcc32 compiler warning | Steve Hay | 2005-06-23 | 1 | -1/+1 |
* | ternary operator cond ? foo : bar being parsed as ?...? | Salvador FandiƱo | 2005-06-21 | 1 | -2/+6 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -3/+0 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -15/+17 |
* | instead of unions use double cast for data pointer <-> function pointer | Jarkko Hietaniemi | 2005-06-09 | 1 | -23/+6 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -2/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | [perl #36193] crash in Perl_yyerror due to missing check for NULL | Todd C. Miller | 2005-06-07 | 1 | -4/+5 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -2/+2 |
* | Clean up UNI* macros in toke.c | Andy Lester | 2005-06-03 | 1 | -16/+20 |
* | Use newSVhek where we're generating SVs from package names | Nicholas Clark | 2005-06-03 | 1 | -9/+3 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+2 |
* | 24672 is innocent. valgrind + perl's malloc considered harmful. | Nicholas Clark | 2005-06-02 | 1 | -5/+11 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 1 | -7/+5 |
* | Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive | Nicholas Clark | 2005-06-02 | 1 | -5/+7 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -3/+6 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -1/+1 |
* | The tokenizer should expect an operator after qw(). | Rafael Garcia-Suarez | 2005-05-24 | 1 | -0/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -4/+4 |
* | SvPVX_const() - Patch #1 | Steve Peters | 2005-05-20 | 1 | -32/+32 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
* | Silence DEBUGGING compilation warnings | Rafael Garcia-Suarez | 2005-05-12 | 1 | -3/+6 |
* | SvUPGRADE doesn't return false. | Rafael Garcia-Suarez | 2005-05-12 | 1 | -2/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | potential [PATCH] Tru64 crank up strictness | Jarkko Hietaniemi | 2005-05-10 | 1 | -3/+20 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -4/+4 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -63/+55 |
* | Sv_*set() doc's and extra const's for the SvPVX_const() tasks | Steve Peters | 2005-05-09 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -17/+26 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -2/+2 |
* | SvPV_renew also calls SvLEN_set | Nicholas Clark | 2005-04-18 | 1 | -4/+11 |
* | Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE | Nicholas Clark | 2005-04-18 | 1 | -3/+3 |
* | -Wformat | Robin Barker | 2005-04-13 | 1 | -2/+2 |