| Commit message (Expand) | Author | Age | Files | Lines |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -1/+1 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+1 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -4/+4 |
* | 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 | -0/+4 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -4/+16 |
* | 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/+2 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -2/+2 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 1 | -20/+36 |
* | eliminate some uses of PL_linestr in perl.c | Dave Mitchell | 2007-04-23 | 1 | -2/+2 |
* | inline S_init_lexer() and regen | Dave Mitchell | 2007-04-23 | 1 | -2/+0 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -2/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+20 |
* | S_forget_pmop() only needs a flags argument for the ithreads case, | Nicholas Clark | 2007-04-10 | 1 | -2/+14 |
* | Avoid accessing free()d memory when calling reset in one thread, after | Nicholas Clark | 2007-04-06 | 1 | -0/+2 |
* | Remove op_pmnext from PMOPs, and instead store the list for reset as | Nicholas Clark | 2007-04-06 | 1 | -0/+2 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -0/+2 |
* | 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/+16 |
* | Eliminate the use of PL_bufend outside of toke.c: | Dave Mitchell | 2007-04-01 | 1 | -1/+1 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -0/+4 |
* | symbol-exports needed for Data::Alias | Matthijs van Duin | 2007-03-23 | 1 | -14/+34 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -0/+6 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+1 |
* | With the demise of ByteLoader in blead, unshare_hek can return to the | Nicholas Clark | 2007-03-12 | 1 | -2/+2 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -0/+2 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -0/+2 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -1/+5 |
* | signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa... | Andy Dougherty | 2007-02-10 | 1 | -0/+4 |
* | Re: prerelease checklist for Perl 5.10 | Yves Orton | 2007-02-03 | 1 | -0/+2 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -0/+2 |
* | Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END | Nicholas Clark | 2007-01-30 | 1 | -0/+2 |
* | newPADOP is only used under ithreads, so don't waste space by compiling | Nicholas Clark | 2007-01-27 | 1 | -0/+4 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -0/+4 |
* | Refactor the common soft-reference code from pp_rv2sv and pp_rv2av | Nicholas Clark | 2007-01-21 | 1 | -0/+6 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -11/+1 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -0/+2 |
* | fix PL_parser_dup symbol (again) | Dave Mitchell | 2007-01-12 | 1 | -4/+0 |
* | fix PL_parser_dup symbol | Dave Mitchell | 2007-01-12 | 1 | -2/+6 |
* | In toke.c, merge S_update_debugger_info_pv() and | Nicholas Clark | 2007-01-11 | 1 | -4/+2 |
* | Regenerate all files | Rafael Garcia-Suarez | 2007-01-10 | 1 | -2/+0 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -4/+6 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -8/+4 |
* | remove conflict in pending_ident function and field name | Dave Mitchell | 2007-01-02 | 1 | -2/+0 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -0/+2 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | split parser initialisation from parser execution | Dave Mitchell | 2007-01-01 | 1 | -0/+2 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+6 |
* | Re: [PATCH] User pragmas now accessible from B | Yves Orton | 2006-12-06 | 1 | -2/+0 |