summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Extract regcurly as a static inline function.Andy Dougherty2010-09-225-26/+55
* Remove @extvars from embed.plNicholas Clark2010-09-221-23/+0
* Add missing newline to macro_to_ifndef in ExtUtils::Constant::BaseJerry D. Hedden2010-09-221-1/+1
* In embed.pl, replace C<$ret .=> with C<$ret => when we know that $ret is "".Nicholas Clark2010-09-221-13/+12
* Remove &munge_c_files from embed.pl, as it has never been used.Nicholas Clark2010-09-221-34/+3
* Emit $_ to Perl_$_ for "nocontext" functions under multiplicity.Nicholas Clark2010-09-222-4/+20
* In embed.pl, refactor walk_table to simplify its arguments.Nicholas Clark2010-09-221-13/+12
* Ensure regen.pl and the scripts that it calls can be run by older perls.Nicholas Clark2010-09-225-25/+22
* In embed.pl's walk_table, the default filename of '-' was never used.Nicholas Clark2010-09-221-4/+1
* Programmatically generate the compatibility macros for "misnamed functions".Nicholas Clark2010-09-223-36/+41
* Remove from warnings.pl various long commented out and dead code.Nicholas Clark2010-09-221-8/+0
* Fix misinformation in perldebtutFlorian Ragwitz2010-09-221-1/+1
* We're going to embed two interpreters, not fourFlorian Ragwitz2010-09-221-1/+0
* make sure perl doesn't touch stat.t between statsTony Cook2010-09-221-3/+13
* ‘criteria was’ -> ‘criteria were’Father Chrysostomos2010-09-211-2/+2
* Programmatically generate embed.h's *_nocontext exception list in embed.pl.Nicholas Clark2010-09-212-51/+50
* In embed.pl, read embed.fnc into an array, rather than seeking and rereading.Nicholas Clark2010-09-211-17/+22
* In embed.pl, %vfuncs has been unused since PERL_OBJECT was removed in 2001.Nicholas Clark2010-09-211-21/+0
* ExtUtils::Constant::ProxySubs should use mro_method_changed_in() if available.Nicholas Clark2010-09-211-1/+10
* Add macro_to_ifndef to ExtUtils::Constant::Base, and use it in place of #elseNicholas Clark2010-09-212-4/+17
* Tweak ExtUtils::Constant::ProxySubs to use hv_exists_ent().Nicholas Clark2010-09-211-3/+2
* Remove boilerplate and (un)conditional code from Makefile.PLs in extNicholas Clark2010-09-212-22/+4
* Tweak XS::APItest to automatically add all functions to @EXPORT.Nicholas Clark2010-09-212-22/+40
* Eliminate PL_* accessor functions under ithreads.Nicholas Clark2010-09-214-772/+20
* Clarify a perldelta entryFather Chrysostomos2010-09-211-3/+3
* perldelta entries for the last two bug fixesFather Chrysostomos2010-09-211-1/+19
* Mention wide character warnings in perl5135delta.podFather Chrysostomos2010-09-201-1/+12
* Fix pod syntax in perlsubFather Chrysostomos2010-09-201-1/+1
* [perl #47365] Docs for \$ prototypesFather Chrysostomos2010-09-201-3/+6
* Test localization of English.pm’s $LIST_SEPARATOR [perl #47107]Michael G Schwern2010-09-201-1/+11
* Let B::Deparse know about the [perl #20444] fix.Father Chrysostomos2010-09-202-2/+19
* [perl #20444] regex not evaluated in constant ?:Father Chrysostomos2010-09-203-4/+48
* [perl #19078] wrong match order inside replacementFather Chrysostomos2010-09-202-1/+24
* compare stat results on a file that isn't touched elsewhereTony Cook2010-09-211-1/+1
* Don't process .patch in ConfigureJerry D. Hedden2010-09-201-5/+0
* Restore Unicode-Normalize .gitignore to ignore build productsTony Cook2010-09-211-0/+1
* Add two (SV *) casts to placate C++.Tony Cook2010-09-211-2/+2
* Update perldelta.pod with recent module updatesChris 'BinGOs' Williams2010-09-211-1/+5
* Update Unicode-Normalize to CPAN version 1.07Chris 'BinGOs' Williams2010-09-216-8/+19
* Add missing bug numbersFather Chrysostomos2010-09-203-3/+3
* call defout/stderr destructors lastDavid Mitchell2010-09-203-8/+13
* run named IO destructors laterDavid Mitchell2010-09-201-3/+27
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-202-1/+22
* porting/manifest.t fail gracefully under !gitDavid Mitchell2010-09-201-0/+1
* Upgrade PathTools to 3.33Steffen Mueller2010-09-2011-11/+11
* Don’t use PL_op without checking it first.Father Chrysostomos2010-09-201-1/+3
* fix typo in newSVpvn_flags() docsDavid Mitchell2010-09-201-1/+1
* fix PL_psig_pend freeingDavid Mitchell2010-09-201-2/+0
* [perl #40388] perl_destruct() leaks PL_main_cvDavid Mitchell2010-09-201-0/+4
* [perl #40389] perl_destruct() leaks PL_defstashDavid Mitchell2010-09-201-0/+2