| Commit message (Expand) | Author | Age | Files | Lines |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+1 |
* | Re: [PATCH] User pragmas now accessible from B | Yves Orton | 2006-12-06 | 1 | -0/+1 |
* | Actually submit previous change. | Rafael Garcia-Suarez | 2006-12-04 | 1 | -0/+1 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -1/+3 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 1 | -0/+1 |
* | run regen_headerds | Dave Mitchell | 2006-07-16 | 1 | -0/+1 |
* | Add Russ Allbery's public domain implementations of strlcat and | Steve Peters | 2006-07-10 | 1 | -0/+2 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -0/+1 |
* | Add the new method UNIVERSAL::DOES() and the API function sv_does() | chromatic | 2006-06-12 | 1 | -0/+1 |
* | Fix Win32 linker error | Steve Hay | 2006-05-22 | 1 | -0/+1 |
* | Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds. | Steve Peters | 2006-05-21 | 1 | -0/+1 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -0/+1 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -0/+2 |
* | Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu) | SADAHIRO Tomoyuki | 2006-05-03 | 1 | -0/+2 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -0/+1 |
* | remove some cruft from makedef.pl | Jan Dubois | 2006-04-16 | 1 | -0/+1 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -0/+1 |
* | Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl | Nicholas Clark | 2006-04-14 | 1 | -0/+1 |
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 1 | -0/+1 |
* | 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 |