summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-144-21/+78
* Only add Perl_pad_setsv to the list of symbols if -DDEBUGGING is true.Nicholas Clark2011-07-141-0/+1
* [perl #93324] Don’t autovivify *B:: in CarpFather Chrysostomos2011-07-132-3/+20
* perldelta updateFather Chrysostomos2011-07-131-18/+115
* Ahem, 0fce7163 was not enoughFather Chrysostomos2011-07-131-1/+1
* Fix a compiler warningFlorian Ragwitz2011-07-131-0/+2
* Remove an unused variableFlorian Ragwitz2011-07-131-1/+0
* Don't include libutil.h on LinuxFlorian Ragwitz2011-07-131-0/+3
* Dual-life Term::CompleteFlorian Ragwitz2011-07-136-16/+15
* perldelta for the SvIsCOW fixFather Chrysostomos2011-07-131-0/+10
* perldelta for recent SvREADONLY fixesFather Chrysostomos2011-07-131-0/+8
* Merge UTF8 pad stuffFather Chrysostomos2011-07-1221-272/+1333
|\
| * Fix perlintern links; regen known pod issuesFather Chrysostomos2011-07-122-4/+6
| * Add a test count to fresh_perl_utf8.tFather Chrysostomos2011-07-121-0/+2
| * Add Brian Fraser to AUTHORSFather Chrysostomos2011-07-121-0/+1
| * This cleans the "Can't localize lexical variable" error.Brian Fraser2011-07-123-2/+22
| * Cleaned up warning messages in pad.c, plus related tests.Brian Fraser2011-07-122-9/+261
| * Tests for the pad cleanup.Brian Fraser2011-07-122-4/+25
| * Cleanup of pad fetching and storing. This version normalizes the data on both...Brian Fraser2011-07-121-3/+30
| * Added sv_eq_pvn_flags to pad.c, which will be used by later commits.Brian Fraser2011-07-121-0/+41
| * Passing the flag to the pad functions in toke.cBrian Fraser2011-07-121-4/+6
| * Handling of the flag parameter in Perl_allocmy, instead of looking at the glo...Brian Fraser2011-07-121-4/+5
| * pad.c: flags checking for the UTF8 flag when necessaryBrian Fraser2011-07-123-3/+331
| * pad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn.Brian Fraser2011-07-121-4/+5
| * Added a flags parameter to pad_findlex.Brian Fraser2011-07-124-14/+14
| * API tests for pad_findmy_*()Zefram2011-07-123-0/+141
| * API test for find_rundefsv()Zefram2011-07-123-0/+35
| * APIify pad functionsZefram2011-07-1213-262/+449
|/
* Stop buildtoc from generating trailing whitespaceFlorian Ragwitz2011-07-122-14/+10
* Move perlxs{,tut}.pod into the ExtUtils-ParseXS distFlorian Ragwitz2011-07-128-51/+36
* Skip .xs files in t/ dirs when comparing versionsFlorian Ragwitz2011-07-121-1/+1
* podcheck.t --regen after the ParseXS mergeFlorian Ragwitz2011-07-121-0/+2
* A perltodone! ExtUtils::ParseXS uses strictSteffen Mueller2011-07-121-12/+0
* Fill in ExtUtils::ParseXS versions in deltaSteffen Mueller2011-07-121-1/+1
* Merge branch 'smueller/eu_typemap' into bleadSteffen Mueller2011-07-1252-1573/+5924
|\
| * Document full changeset in ExtUtils::ParseXSsmueller/eu_typemapSteffen Mueller2011-07-121-4/+10
| * Bump ExtUtils::ParseXS version to a dev versionSteffen Mueller2011-07-121-1/+1
| * Document the TYPEMAP XS keywordSteffen Mueller2011-07-121-1/+23
| * Document the ExtUtils::ParseXS changes in perldeltaSteffen Mueller2011-07-121-0/+24
| * Attempt band-aid fix for win32 build failureSteffen Mueller2011-07-121-2/+2
| * Add is_empty method to EU::TypemapsSteffen Mueller2011-07-122-3/+27
| * Use lower case method name for current_line_numberSteffen Mueller2011-07-122-6/+6
| * Lose $Fallback globalSteffen Mueller2011-07-122-2/+1
| * Lose the $Overload globalSteffen Mueller2011-07-122-2/+1
| * Remove superfluous global "$errors"Steffen Mueller2011-07-122-3/+1
| * Make $FH no longer a globalSteffen Mueller2011-07-122-23/+22
| * Fix some error messagesSteffen Mueller2011-07-121-6/+6
| * Error handling/message improvementsSteffen Mueller2011-07-124-53/+86
| * Allow overriding line numbers and files while parsing stringsSteffen Mueller2011-07-121-3/+5
| * Support for embedded typemaps in XSSteffen Mueller2011-07-123-2/+83