| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace do_aexec() with a macro to call do_aexec5() with the two extra | Nicholas Clark | 2005-10-30 | 1 | -1/+1 |
* | Replace do_exec() with a macro to call do_exec3() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -1/+1 |
* | Replace do_open() with a macro to call do_openn() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -1/+1 |
* | Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to | Nicholas Clark | 2005-10-29 | 1 | -2/+2 |
* | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced | Nicholas Clark | 2005-10-29 | 1 | -3/+3 |
* | Replace sv_force_normal with a macro that calls sv_force_normal_flags. | Nicholas Clark | 2005-10-29 | 1 | -1/+1 |
* | Replace sv_unref with a macro that calls sv_unref_flags | Nicholas Clark | 2005-10-29 | 1 | -1/+1 |
* | sv_taint() can easily be replaced by a macro. | Nicholas Clark | 2005-10-29 | 1 | -1/+1 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+2 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 1 | -0/+4 |
* | Turn NN to NULLOK for functions that have code to handle | Marcus Holland-Moritz | 2005-10-22 | 1 | -5/+5 |
* | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A... | Robin Houston | 2005-10-19 | 1 | -1/+2 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -1/+1 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -2/+3 |
* | Yitzchak points out that this function argument is NULLOK | Rafael Garcia-Suarez | 2005-10-03 | 1 | -1/+1 |
* | the return value of start_subparse() can legally be ignored | Dave Mitchell | 2005-09-29 | 1 | -1/+1 |
* | savepv and savepvn are actually NULLOK | Nicholas Clark | 2005-09-28 | 1 | -2/+2 |
* | embed.fnc now requires NN/NULLOK | Andy Lester | 2005-09-28 | 1 | -71/+69 |
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
* | const sausage const const bacon const tomato and const | Nicholas Clark | 2005-09-26 | 1 | -1/+1 |
* | quiet a few warnings | Yitzchak Scott-Thoennes | 2005-09-23 | 1 | -1/+1 |
* | First argument to he_dup is actually a const HE * | Nicholas Clark | 2005-09-19 | 1 | -1/+1 |
* | It looks like the only way to reliably make Perl_hv_name_set a pure | Nicholas Clark | 2005-09-18 | 1 | -1/+1 |
* | The return of the consting | Andy Lester | 2005-09-13 | 1 | -67/+67 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -0/+1 |
* | [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] | John Peacock | 2005-08-24 | 1 | -0/+1 |
* | patch@25279 VMS error handling and const fixes | John E. Malmberg | 2005-08-10 | 1 | -6/+6 |
* | Post-OSCON NN/NULLOK-ing | Andy Lester | 2005-08-08 | 1 | -32/+32 |
* | Re: blead@25210 on OpenVMS (not good) | John E. Malmberg | 2005-08-01 | 1 | -1/+1 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -44/+41 |
* | tidy up DieNull and DIE_NULL | Robin Barker | 2005-07-28 | 1 | -1/+1 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -0/+5 |
* | croak() accepts Nullch as a parameter. | Rafael Garcia-Suarez | 2005-07-20 | 1 | -3/+3 |
* | The continuing plod through embed.fnc | Andy Lester | 2005-07-18 | 1 | -41/+42 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -225/+234 |
* | More embed.fnc plowing | Andy Lester | 2005-07-13 | 1 | -85/+86 |
* | S_pad_findlex has side effects, so its return value may be ignored | Dave Mitchell | 2005-07-12 | 1 | -1/+1 |
* | get_?v have side effects, so their return values may be ignored | Dave Mitchell | 2005-07-12 | 1 | -4/+4 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -100/+103 |
* | silence some compiler warnings | Dave Mitchell | 2005-07-10 | 1 | -2/+2 |
* | Remove unnecessary null check | Andy Lester | 2005-07-04 | 1 | -1/+1 |
* | Perl_share_hek needs exporting for change 25070 on Win32 | Steve Hay | 2005-07-04 | 1 | -1/+1 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 1 | -25/+24 |
* | Inlining del_HE is actually a space optimisation. | Nicholas Clark | 2005-07-04 | 1 | -1/+0 |
* | Perl_ckwarn (added by change 25050) needs exporting on Win32 | Steve Hay | 2005-07-04 | 1 | -2/+2 |
* | replace ckWARN macros with functions | Dave Mitchell | 2005-07-02 | 1 | -0/+2 |
* | Passing gvtype as char rather than char * to S_varname generates | Nicholas Clark | 2005-07-02 | 1 | -1/+1 |
* | Don't inline offer_nice_chunk, as it's rarely called. | Nicholas Clark | 2005-07-02 | 1 | -0/+2 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -0/+4 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -8/+8 |