summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* make the leak tests just release testsJesse Luehrs2011-01-112-390/+0
|
* fix another edge case with initial valuesJesse Luehrs2011-01-052-0/+17
|
* add test for earlier scalar bugJesse Luehrs2011-01-051-0/+12
|
* update test suiteJesse Luehrs2010-11-162-0/+16
|
* update the test suiteJesse Luehrs2010-11-161-0/+5
|
* update some test thingsJesse Luehrs2010-11-154-6/+14
|
* make $Package::Stash::IMPLEMENTATION available to testsJesse Luehrs2010-11-151-0/+2
|
* don't hardcode the list of method namesJesse Luehrs2010-11-151-3/+1
|
* convert the XS implementation to its own distJesse Luehrs2010-11-1511-3/+32
|
* make sure we don't leak in our DB fiddlingJesse Luehrs2010-11-141-0/+185
|
* implement get_all_symbolsJesse Luehrs2010-11-142-0/+62
|
* reimplement the %DB::sub functionalityJesse Luehrs2010-11-141-2/+0
|
* this is just the test code triggering a core perl bug on 5.8Jesse Luehrs2010-11-131-0/+2
|
* one more todoJesse Luehrs2010-11-131-0/+2
|
* one more leak test, just in caseJesse Luehrs2010-11-131-0/+7
|
* clean up glob manipulation code, and hack around a 5.8 issueJesse Luehrs2010-11-132-0/+4
|
* drop package_ from method namesJesse Luehrs2010-11-139-190/+190
|
* one more memory leakJesse Luehrs2010-11-131-0/+12
|
* don't leak old glob valuesJesse Luehrs2010-11-131-1/+0
|
* actually, these shouldn't be leaking, with the way T:LT worksJesse Luehrs2010-11-131-4/+4
|
* a few more testsJesse Luehrs2010-11-131-4/+6
|
* add leak testJesse Luehrs2010-11-131-0/+143
|
* implement the rest of get_package_symbolJesse Luehrs2010-11-121-0/+1
|
* expand constant stash entries on getJesse Luehrs2010-11-121-0/+3
|
* get_package_symbol, without the vivify bits yetJesse Luehrs2010-11-121-1/+1
|
* add_package_symbol (except the db bits, for now)Jesse Luehrs2010-11-121-0/+2
|
* better diagnostics for exception testsJesse Luehrs2010-11-124-39/+40
|
* has_package_symbolJesse Luehrs2010-11-121-2/+0
|
* GvSV doesn't have the *{...}{SCALAR} issue, wheeJesse Luehrs2010-11-121-1/+1
|
* fix list_all_package_symbolsJesse Luehrs2010-11-121-0/+41
|
* preserve existing behavior here i guessJesse Luehrs2010-11-111-0/+9
|
* fix some edge casesJesse Luehrs2010-11-111-0/+35
|
* Revert "revert vivication changes for now again"Jesse Luehrs2010-10-312-14/+132
| | | | | | | | This reverts commit 67b1704808e62f27210fe992df9c45b232fe9d5b. Conflicts: Changes
* revert vivication changes for now again0.13Jesse Luehrs2010-10-312-132/+14
|
* move from Test::Exception to Test::FatalJustin Hunter2010-10-274-43/+43
|
* fix code vivify testsJesse Luehrs2010-09-221-0/+25
|
* remove bad coderef tests (not how we want to handle vivification)Jesse Luehrs2010-09-221-41/+0
|
* Revert "revert the vivication changes for now, i didn't mean to release them"Jesse Luehrs2010-09-182-14/+148
| | | | This reverts commit 44726d1abdc534e4ac6ddfc6d91d245c8dc0ebc7.
* revert the vivication changes for now, i didn't mean to release themJesse Luehrs2010-09-182-148/+14
|
* another testJesse Luehrs2010-08-271-0/+6
|
* more complete handling of vivicationJesse Luehrs2010-08-271-13/+141
|
* make the ISA special-casing more saneJesse Luehrs2010-08-271-1/+1
|
* Add tests to make sure that changing the stash is reflected in the cached ↵Dave Rolsky2010-08-271-0/+54
| | | | namespace
* cache the ref to the stashJesse Luehrs2010-08-261-2/+5
|
* updated dzil stuffJesse Luehrs2010-06-158-8/+0
|
* add get_or_add_package_symbol, for the vivify behaviorJesse Luehrs2010-06-131-0/+18
|
* stop autovivifying on getJesse Luehrs2010-06-131-12/+34
|
* named args for add_package_symbolJesse Luehrs2010-05-311-1/+6
|
* Extend add_package_symbol to set %DB::sub if appropriate.Tim Bunce2010-05-301-0/+40
| | | | Helps NYTProf and debuggers.
* rename Stash::Manip -> Package::StashJesse Luehrs2010-05-147-23/+23
|