summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.36Jesse Luehrs2013-09-031-0/+2
|
* register configure prereqsJesse Luehrs2013-09-031-0/+10
|
* changelogJesse Luehrs2013-09-031-0/+1
|
* Variable::Magic shouldn't be a depJesse Luehrs2013-09-031-0/+1
|
* don't try to build the xs part if PUREPERL_ONLY is specifiedJesse Luehrs2013-09-031-5/+18
| | | | see https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md
* refactorJesse Luehrs2013-09-031-5/+10
|
* clean up docsJesse Luehrs2013-09-031-41/+46
|
* stop trying to be cleverJesse Luehrs2013-09-031-9/+14
|
* there's no reason for these to be methodsJesse Luehrs2013-09-031-15/+9
|
* remove some duplicationJesse Luehrs2013-09-031-18/+2
|
* packaging stuffJesse Luehrs2013-09-034-51/+12
|
* Merge pull request #7 from kentfredric/doc_variable_reference_passingJesse Luehrs2013-08-301-0/+44
|\ | | | | Add a WORKING WITH VARIABLES section trying to cover all the quirks of a...
| * Add a WORKING WITH VARIABLES section trying to cover all the quirks of ↵Kent Fredric2013-08-101-0/+44
|/ | | | assign-by-value and assign-by-reference
* sync test suiteJesse Luehrs2013-07-152-0/+69
|
* changelog0.35Jesse Luehrs2013-07-091-0/+2
|
* packaging stuffJesse Luehrs2013-07-095-3/+26
|
* changelogJesse Luehrs2013-07-091-0/+1
|
* remove deprecated apiJesse Luehrs2013-07-091-57/+0
|
* changelog0.34Jesse Luehrs2013-01-041-0/+2
|
* changelogJesse Luehrs2013-01-041-0/+4
|
* apparently ->isa lookups used to be cached in the packageJesse Luehrs2013-01-042-3/+24
|
* sync testsJesse Luehrs2013-01-042-11/+79
|
* sync testsJesse Luehrs2013-01-031-2/+8
|
* need to handle BROKEN_ISA_ASSIGNMENT here tooJesse Luehrs2013-01-031-1/+7
|
* need to handle assignment in the BROKEN_GLOB_ASSIGNMENT case tooJesse Luehrs2013-01-031-1/+1
|
* move this test to the right place and clean it upJesse Luehrs2013-01-032-39/+39
|
* Explicitly requires Module::Implementation version 0.06+Carlos2013-01-031-1/+1
|
* Replaces internal logic to select implementation with Module::ImplementationCarlos2013-01-033-29/+20
|
* Moves test to Test::Fatal instead of Test::ExceptionCarlos2013-01-031-22/+28
|
* Fixes bug RT-78272Carlos Lima2013-01-032-1/+36
| | | | | | | https://rt.cpan.org/Public/Bug/Display.html?id=78272 Just copied UNIVERSAL::require's solution to the same problem. I didn't just use it as to not add any non-test dependency.
* golfed the remove_symbol functionChristian Walde2013-01-031-45/+17
|
* sync testsJesse Luehrs2013-01-031-0/+32
|
* apparently we're no longer leaky hereJesse Luehrs2013-01-032-17/+1
|
* handle things like PL_sv_undef hereJesse Luehrs2013-01-032-1/+10
| | | | it's B::SPECIAL, not B::SV (sigh)
* can't vivify subs without a valueJesse Luehrs2013-01-032-2/+2
|
* fix add_symbol with no valueJesse Luehrs2013-01-031-26/+29
|
* no, really make sure i'm testing the right thing (why is this failing)Jesse Luehrs2013-01-035-5/+20
|
* bump up xs depJesse Luehrs2013-01-031-1/+1
|
* dzil stuffJesse Luehrs2012-07-102-9/+3
|
* this causes redefinition warnings too on earlier perlsJesse Luehrs2012-07-101-0/+1
|
* vivify globs properly, so they pick up the right magicJesse Luehrs2012-07-102-5/+40
|
* sync testsJesse Luehrs2012-07-101-14/+27
|
* actually, this isn't our fault, this is just generic 5.8 brokennessJesse Luehrs2011-12-121-12/+0
|
* sync testsJesse Luehrs2011-12-103-12/+4
|
* disable bare anon stash tests for nowJesse Luehrs2011-12-102-0/+4
|
* make sure we don't get warnings about redefining symbolsJesse Luehrs2011-11-292-0/+10
|
* don't rely on the ::PP BROKEN_ constants existing in testsJesse Luehrs2011-11-295-6/+5
|
* properly conditionalize these on the PP implementationJesse Luehrs2011-11-295-5/+11
|
* add some tests for bare anon stashesJesse Luehrs2011-11-292-0/+456
|
* better diagnostics for get_symbol issues on bare anon stashesJesse Luehrs2011-11-292-7/+43
|