| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused parms in S_isa_lookup | Andy Lester | 2007-05-09 | 1 | -1/+1 |
* | Fix breakages caused by #31130: | Steve Hay | 2007-05-03 | 1 | -1/+1 |
* | Silence some VC6 compiler warnings in the regex code | Steve Hay | 2007-05-03 | 1 | -1/+1 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -2/+11 |
* | The revenge of the consts | Andy Lester | 2007-05-03 | 1 | -1/+3 |
* | tweak some regexp params to avoid warnings | Yves Orton | 2007-05-02 | 1 | -1/+1 |
* | Fix threaded builds (broken by change #31112) | Steve Hay | 2007-05-02 | 1 | -1/+1 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -0/+1 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -8/+8 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 1 | -25/+26 |
* | eliminate some uses of PL_linestr in perl.c | Dave Mitchell | 2007-04-23 | 1 | -3/+6 |
* | inline S_init_lexer() and regen | Dave Mitchell | 2007-04-23 | 1 | -1/+0 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -6/+4 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+25 |
* | S_forget_pmop() only needs a flags argument for the ithreads case, | Nicholas Clark | 2007-04-10 | 1 | -0/+6 |
* | Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab | Nicholas Clark | 2007-04-07 | 1 | -0/+4 |
* | Avoid accessing free()d memory when calling reset in one thread, after | Nicholas Clark | 2007-04-06 | 1 | -0/+3 |
* | Ooops. Forgot to update proto.h in change 30853. | Nicholas Clark | 2007-04-06 | 1 | -0/+3 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -0/+3 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -6/+4 |
* | For Perl_Slab_Alloc(), eliminate the unused parameter 'm'. | Nicholas Clark | 2007-04-02 | 1 | -1/+1 |
* | Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree | Nicholas Clark | 2007-04-02 | 1 | -0/+8 |
* | Eliminate the use of PL_bufend outside of toke.c: | Dave Mitchell | 2007-04-01 | 1 | -2/+3 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -0/+4 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -0/+3 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+1 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -0/+1 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -0/+4 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -0/+5 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -3/+6 |
* | signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa... | Andy Dougherty | 2007-02-10 | 1 | -0/+5 |
* | Re: prerelease checklist for Perl 5.10 | Yves Orton | 2007-02-03 | 1 | -0/+3 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -2/+5 |
* | Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END | Nicholas Clark | 2007-01-30 | 1 | -0/+5 |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 1 | -0/+8 |
* | newPADOP()'s sv parameter is never NULL, so mark it as so. | Nicholas Clark | 2007-01-27 | 1 | -1/+2 |
* | newPADOP is only used under ithreads, so don't waste space by compiling | Nicholas Clark | 2007-01-27 | 1 | -0/+2 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -1/+9 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -3/+3 |
* | Refactor the common soft-reference code from pp_rv2sv and pp_rv2av | Nicholas Clark | 2007-01-21 | 1 | -0/+8 |
* | Marcus Holland-Moritz notes that the first argument to | Nicholas Clark | 2007-01-19 | 1 | -3/+1 |
* | Add a parameter to Perl_get_arena() to pass in the SV type, and record | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | As Perl_get_arena() is dealing with sizes, use size_t rather than int, | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -8/+2 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -5/+8 |
* | Change 29753 messed up do_hv_dump() [my fault] | Nicholas Clark | 2007-01-11 | 1 | -1/+1 |
* | do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL | Nicholas Clark | 2007-01-11 | 1 | -5/+2 |
* | In toke.c, merge S_update_debugger_info_pv() and | Nicholas Clark | 2007-01-11 | 1 | -6/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -3/+9 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -2/+2 |