summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* was RE: Perl_die() / Perl_croak()Robin Barker2006-11-131-2/+5
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-4/+3
* Perl_die() / Perl_croak()Philip M. Gollucci2006-11-081-5/+2
* New regex syntax omnibusYves Orton2006-11-071-1/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-041-0/+1
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-031-4/+0
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-3/+3
* Re: $, and sayGisle Aas2006-11-021-4/+0
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-311-0/+1
* The first patch from:Yves Orton2006-10-301-1/+1
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+5
* Regexp Recurse by name.Yves Orton2006-10-101-0/+3
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+1
* Regenerate proto.hRafael Garcia-Suarez2006-10-031-1/+1