summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slabNicholas Clark2007-04-071-0/+4
* Avoid accessing free()d memory when calling reset in one thread, afterNicholas Clark2007-04-061-0/+3
* Ooops. Forgot to update proto.h in change 30853.Nicholas Clark2007-04-061-0/+3
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+3
* Re: pmdynflags and thread safetyYves Orton2007-04-041-6/+4
* 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/+8
* Eliminate the use of PL_bufend outside of toke.c:Dave Mitchell2007-04-011-2/+3
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-0/+4
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-0/+3
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-1/+1
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-0/+1
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-0/+4
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-0/+5
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-3/+6
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa...Andy Dougherty2007-02-101-0/+5
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-0/+3
* Improve regex stringification codeYves Orton2007-01-311-2/+5
* Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/ENDNicholas Clark2007-01-301-0/+5
* Add av_create_and_push() and av_create_and_unshift_one() to refactorNicholas Clark2007-01-291-0/+8
* newPADOP()'s sv parameter is never NULL, so mark it as so.Nicholas Clark2007-01-271-1/+2
* newPADOP is only used under ithreads, so don't waste space by compilingNicholas Clark2007-01-271-0/+2
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-1/+9
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-3/+3
* Refactor the common soft-reference code from pp_rv2sv and pp_rv2avNicholas Clark2007-01-211-0/+8
* Marcus Holland-Moritz notes that the first argument toNicholas Clark2007-01-191-3/+1
* Add a parameter to Perl_get_arena() to pass in the SV type, and recordNicholas Clark2007-01-191-1/+1
* As Perl_get_arena() is dealing with sizes, use size_t rather than int,Nicholas Clark2007-01-191-1/+1
* Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().Nicholas Clark2007-01-171-8/+2
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-5/+8
* Change 29753 messed up do_hv_dump() [my fault]Nicholas Clark2007-01-111-1/+1
* do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULLNicholas Clark2007-01-111-5/+2
* In toke.c, merge S_update_debugger_info_pv() andNicholas Clark2007-01-111-6/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-3/+9
* Make the ptr_table functions available in an unthreaded perl, as otherNicholas Clark2007-01-031-2/+2
* remove conflict in pending_ident function and field nameDave Mitchell2007-01-021-1/+0
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-0/+4
* 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/+3
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-1/+10
* Rationalise the logic in lex_start for creating a new temporary if theNicholas Clark2006-12-311-3/+1
* Actually submit previous change.Rafael Garcia-Suarez2006-12-041-0/+5
* Re: [perl #41010] (?(COND)) in pattern matching not working properlyYves Orton2006-12-031-1/+1
* Make get_db_sub non-static, and call it from pp_goto, which allows theNicholas Clark2006-12-011-4/+3
* Remove the pp_entersub specific logic from S_get_db_sub.Nicholas Clark2006-12-011-2/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-1/+2
* Verify that the debugger has an array where to store lines beforeRafael Garcia-Suarez2006-12-011-0/+6
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-6/+9
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-3/+3
* Change (well, correct) S_add_data to take and return a U32.Nicholas Clark2006-11-261-1/+1