summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually submit previous change.Rafael Garcia-Suarez2006-12-041-0/+2
* 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-2/+2
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-6/+4
* Verify that the debugger has an array where to store lines beforeRafael Garcia-Suarez2006-12-011-0/+4
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-3/+3
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-3/+3
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-2/+6
* New regex syntax omnibusYves Orton2006-11-071-1/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-041-0/+2
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-031-2/+0
* Re: $, and sayGisle Aas2006-11-021-4/+0
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-311-0/+2
* The first patch from:Yves Orton2006-10-301-1/+1
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+2
* Regexp Recurse by name.Yves Orton2006-10-101-0/+2
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+2
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-0/+12
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-0/+4