summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* changelogJesse Luehrs2010-11-161-0/+2
* changelog0.17Jesse Luehrs2010-11-161-0/+1
* changelogJesse Luehrs2010-11-161-0/+4
* we want the values here, not the keysJesse Luehrs2010-11-161-3/+2
* better error messageJesse Luehrs2010-11-161-1/+1
* changelogJesse Luehrs2010-11-161-0/+2
* pod coverage, eol whitespace0.15Jesse Luehrs2010-11-161-1/+17
* changelogJesse Luehrs2010-11-161-0/+2
* 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
* update the CAVEATS sectionJesse Luehrs2010-11-151-2/+3
* convert the XS implementation to its own distJesse Luehrs2010-11-1517-300/+123
* changelogJesse Luehrs2010-11-141-0/+2
* ignore the deprecated api for pod coverage0.14Jesse Luehrs2010-11-141-0/+12
* changelogJesse Luehrs2010-11-141-0/+3
* update author infoJesse Luehrs2010-11-141-2/+2
* document a couple caveatsJesse Luehrs2010-11-141-2/+8
* document get_all_symbolsJesse Luehrs2010-11-141-0/+7
* make sure we don't leak in our DB fiddlingJesse Luehrs2010-11-141-0/+185
* actually, i only need stuff from PL_curcop hereJesse Luehrs2010-11-143-99/+2
* prefer using SV* everywhere, rather than char*Jesse Luehrs2010-11-141-60/+52
* implement get_all_symbolsJesse Luehrs2010-11-143-0/+111
* factor out glob expanding into a helper functionJesse Luehrs2010-11-141-12/+16
* get rid of strlensJesse Luehrs2010-11-142-19/+32
* use prehashed keysJesse Luehrs2010-11-141-11/+30
* we never use sigil for anythingJesse Luehrs2010-11-141-9/+0
* reimplement the %DB::sub functionalityJesse Luehrs2010-11-144-20/+119
* a couple more commentsJesse Luehrs2010-11-141-0/+5
* hard dep on perl 5.8.3Jesse Luehrs2010-11-141-0/+1
* add Test::LeakTrace as a recommended test depJesse Luehrs2010-11-141-0/+3
* fix this fallback macroJesse Luehrs2010-11-141-1/+1
* this is just the test code triggering a core perl bug on 5.8Jesse Luehrs2010-11-131-0/+2
* make sure the SV glob slot is always populated on 5.8Jesse Luehrs2010-11-131-0/+10
* 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-133-42/+76
* add some compatibility shimsJesse Luehrs2010-11-131-1/+19
* drop package_ from method namesJesse Luehrs2010-11-1312-215/+261
* Add ppport.h and use it in Stash.xs - still need more work for 5.8.xDave Rolsky2010-11-132-0/+7067
* wooo magicalJesse Luehrs2010-11-131-0/+9
* also don't leak the instance on errorJesse Luehrs2010-11-131-0/+2
* don't leak memory on hv_store failJesse Luehrs2010-11-131-2/+8
* remove some unnecessary castsJesse Luehrs2010-11-131-4/+4
* error checking on hv_storeJesse Luehrs2010-11-131-2/+4
* be a bit more efficient with refcount manipulationJesse Luehrs2010-11-131-14/+9
* one more memory leakJesse Luehrs2010-11-132-0/+13
* don't leak old glob valuesJesse Luehrs2010-11-132-1/+10