summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-1/+1
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-4/+4
* Remove unused parms in S_isa_lookupAndy Lester2007-05-091-1/+1
* Fix breakages caused by #31130:Steve Hay2007-05-031-0/+4
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-4/+16
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-021-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-0/+2
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-2/+2
* Fix mro docs.Brandon Black2007-04-261-20/+36
* eliminate some uses of PL_linestr in perl.cDave Mitchell2007-04-231-2/+2
* inline S_init_lexer() and regenDave Mitchell2007-04-231-2/+0
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-2/+2
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+20
* S_forget_pmop() only needs a flags argument for the ithreads case,Nicholas Clark2007-04-101-2/+14
* Avoid accessing free()d memory when calling reset in one thread, afterNicholas Clark2007-04-061-0/+2
* Remove op_pmnext from PMOPs, and instead store the list for reset asNicholas Clark2007-04-061-0/+2
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+2
* For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.Nicholas Clark2007-04-021-1/+1
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+16
* Eliminate the use of PL_bufend outside of toke.c:Dave Mitchell2007-04-011-1/+1
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-0/+4
* symbol-exports needed for Data::AliasMatthijs van Duin2007-03-231-14/+34
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-0/+6
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-1/+1
* With the demise of ByteLoader in blead, unshare_hek can return to theNicholas Clark2007-03-121-2/+2
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-0/+2
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-0/+2
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-1/+5
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa...Andy Dougherty2007-02-101-0/+4
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-0/+2
* Improve regex stringification codeYves Orton2007-01-311-0/+2
* Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/ENDNicholas Clark2007-01-301-0/+2
* newPADOP is only used under ithreads, so don't waste space by compilingNicholas Clark2007-01-271-0/+4
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-0/+4
* Refactor the common soft-reference code from pp_rv2sv and pp_rv2avNicholas Clark2007-01-211-0/+6
* Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().Nicholas Clark2007-01-171-11/+1
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-0/+2
* fix PL_parser_dup symbol (again)Dave Mitchell2007-01-121-4/+0
* fix PL_parser_dup symbolDave Mitchell2007-01-121-2/+6
* In toke.c, merge S_update_debugger_info_pv() andNicholas Clark2007-01-111-4/+2
* Regenerate all filesRafael Garcia-Suarez2007-01-101-2/+0
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-4/+6
* Make the ptr_table functions available in an unthreaded perl, as otherNicholas Clark2007-01-031-8/+4
* remove conflict in pending_ident function and field nameDave Mitchell2007-01-021-2/+0
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-0/+2
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* split parser initialisation from parser executionDave Mitchell2007-01-011-0/+2
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+6
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-2/+0