| Commit message (Expand) | Author | Age | Files | Lines |
* | Run regen.pl (Just updating copyright years) | Steve Hay | 2006-01-04 | 1 | -1/+1 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 1 | -0/+14 |
* | change #26523 didn't make my_cxt_init public | Dave Mitchell | 2005-12-30 | 1 | -2/+0 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+6 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -16/+14 |
* | Take care in toke.c not to convert constant subroutine reference | Nicholas Clark | 2005-12-20 | 1 | -1/+3 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -0/+2 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+46 |
* | Prevent require() from attempting to open directories and block | Steve Peters | 2005-12-15 | 1 | -0/+2 |
* | Update embed.fnc and headers after change 26345 (spotted by Rafael) | Nicholas Clark | 2005-12-13 | 1 | -4/+0 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -0/+14 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-30 | 1 | -0/+2 |
* | Sort subs now in embed.fnc | Andy Lester | 2005-11-17 | 1 | -0/+26 |
* | Make Perl_seed public | Steve Hay | 2005-11-10 | 1 | -0/+4 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -0/+2 |
* | use clearenv if available | Alan Burlison | 2005-11-04 | 1 | -0/+6 |
* | This should clear up 'Perl_do_exec' undefined; warnings on win32 | Nicholas Clark | 2005-11-01 | 1 | -0/+14 |
* | A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni(). | Nicholas Clark | 2005-10-31 | 1 | -0/+12 |
* | S_tokereport's unused parm | Andy Lester | 2005-10-31 | 1 | -1/+1 |
* | Given that sv_nosharing performs the same function as sv_nolocking | Nicholas Clark | 2005-10-30 | 1 | -4/+0 |
* | Replace uvuni_to_utf8() with a macro that passes the extra 0 argument | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace is_utf8_string_loc() with a macro that passes the extra 0 | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace hv_magic() with a macro to call sv_magic() directly. Move the | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace hv_iternext() with a macro that calls hv_iternext_flags with | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload() | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace do_aexec() with a macro to call do_aexec5() with the two extra | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace do_exec() with a macro to call do_exec3() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace do_open() with a macro to call do_openn() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -2/+0 |
* | Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to | Nicholas Clark | 2005-10-29 | 1 | -4/+0 |
* | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced | Nicholas Clark | 2005-10-29 | 1 | -6/+0 |
* | Replace sv_force_normal with a macro that calls sv_force_normal_flags. | Nicholas Clark | 2005-10-29 | 1 | -2/+0 |
* | Replace sv_unref with a macro that calls sv_unref_flags | Nicholas Clark | 2005-10-29 | 1 | -2/+0 |
* | sv_taint() can easily be replaced by a macro. | Nicholas Clark | 2005-10-29 | 1 | -2/+0 |
* | Change 25850 failed to include all changed headers | Nicholas Clark | 2005-10-27 | 1 | -0/+4 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 1 | -0/+4 |
* | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A... | Robin Houston | 2005-10-19 | 1 | -2/+2 |
* | Adding documentation index to perlapi.pod and perlintern.pod | Sébastien Aperghis-Tramoni | 2005-10-19 | 1 | -1/+1 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -1/+1 |
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
* | Should have been embed.h, not proto.h, in 25475 | Nicholas Clark | 2005-09-18 | 1 | -0/+2 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -0/+2 |
* | [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] | John Peacock | 2005-08-24 | 1 | -0/+2 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -12/+0 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -0/+12 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -0/+6 |
* | run regen.pl | Dave Mitchell | 2005-07-10 | 1 | -0/+4 |
* | Perl_share_hek needs exporting for change 25070 on Win32 | Steve Hay | 2005-07-04 | 1 | -0/+4 |
* | Inlining del_HE is actually a space optimisation. | Nicholas Clark | 2005-07-04 | 1 | -2/+0 |
* | Here's the rest of change 25058 ;-) | Steve Hay | 2005-07-04 | 1 | -2/+0 |
* | replace ckWARN macros with functions | Dave Mitchell | 2005-07-02 | 1 | -0/+2 |