| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate save_threadsv, as it is never linked to, and all it does | Nicholas Clark | 2006-01-31 | 1 | -1/+0 |
* | Run regen.pl (Just updating copyright years) | Steve Hay | 2006-01-04 | 1 | -1/+1 |
* | change #26523 didn't make my_cxt_init public | Dave Mitchell | 2005-12-30 | 1 | -0/+1 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -0/+1 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -0/+1 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+2 |
* | Make Perl_seed public | Steve Hay | 2005-11-10 | 1 | -0/+1 |
* | Regen headers | Rafael Garcia-Suarez | 2005-11-02 | 1 | -0/+1 |
* | Perl_csighandler was in global.sym twice. | Nicholas Clark | 2005-10-31 | 1 | -1/+0 |
* | global.sym appears to have become out of date. Oops. | Nicholas Clark | 2005-10-30 | 1 | -0/+2 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 1 | -0/+1 |
* | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A... | Robin Houston | 2005-10-19 | 1 | -0/+2 |
* | [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] | John Peacock | 2005-08-24 | 1 | -0/+1 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -0/+1 |
* | Perl_share_hek needs exporting for change 25070 on Win32 | Steve Hay | 2005-07-04 | 1 | -0/+1 |
* | Here's the rest of change 25058 ;-) | Steve Hay | 2005-07-04 | 1 | -0/+2 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -0/+1 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -2/+2 |
* | CopSTASH_eq again | Andy Lester | 2005-06-15 | 1 | -0/+1 |
* | one more round of is_utf8_foo tuneup | Jarkko Hietaniemi | 2005-06-07 | 1 | -0/+1 |
* | further speeding up of is_utf8_string() | Jarkko Hietaniemi | 2005-06-04 | 1 | -1/+1 |
* | Create newSVpv_hek to reduce code duplication where HEKs need to be | Nicholas Clark | 2005-06-03 | 1 | -0/+1 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -1/+1 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 1 | -0/+1 |
* | Fix some Win32 link errors | Steve Hay | 2005-05-26 | 1 | -1/+1 |
* | Remove Perl_ck_* functions from public API | Rafael Garcia-Suarez | 2005-05-24 | 1 | -41/+0 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -1/+42 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -0/+6 |
* | Move placeholders into a new rhash magic type. | Nicholas Clark | 2005-05-21 | 1 | -0/+3 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -0/+2 |
* | Revert to Andy's first solution for nonnull attributes; | Rafael Garcia-Suarez | 2005-05-09 | 1 | -1/+1 |
* | Fix more Win32 linker errors following change 24271 | Steve Hay | 2005-04-22 | 1 | -2/+2 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -0/+2 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -0/+1 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-31 | 1 | -2/+2 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -1/+0 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -0/+1 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -2/+0 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -0/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -0/+2 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -0/+2 |
* | Make the dUNDERBAR/UNDERBAR macros work as advertised. | Rafael Garcia-Suarez | 2004-06-02 | 1 | -0/+1 |
* | Bleadperl to version 0.37 | John Peacock | 2004-04-07 | 1 | -0/+1 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Re: [perl #24816] Magic vars seem unsure if they are purely numeric | Yitzchak Scott-Thoennes | 2004-01-16 | 1 | -0/+2 |
* | arguments for perl_clone() | Marcus Holland-Moritz | 2003-12-17 | 1 | -1/+1 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -0/+1 |
* | promote hv_clear_placeholders to perl API | Alan Burlison | 2003-11-20 | 1 | -0/+1 |
* | Run regen.pl (for hv_assert) | Nicholas Clark | 2003-11-19 | 1 | -0/+1 |
* | A new UTF-8 API, Perl_is_utf8_string_loc(), a variant | Jarkko Hietaniemi | 2003-09-10 | 1 | -0/+1 |