summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Free temporary stringFlorian Ragwitz2010-11-131-0/+2
* 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
* avoid unnecessary mortalJesse Luehrs2010-11-131-2/+2
* add leak testJesse Luehrs2010-11-132-0/+144
* actually fix the memory leak in new()Jesse Luehrs2010-11-131-3/+3
* use styleFlorian Ragwitz2010-11-131-3/+2
* Nullsv et.al are deprecatedFlorian Ragwitz2010-11-131-5/+5
* Be explicit about refcounts, thereby fixing one leakFlorian Ragwitz2010-11-131-4/+4
* Remove unused variableFlorian Ragwitz2010-11-131-1/+0
* Revert "explicitly don't pass args to the accessors"Jesse Luehrs2010-11-121-2/+2
* explicitly don't pass args to the accessorsJesse Luehrs2010-11-121-2/+2
* and, another bug that cmop triggers but this doesn'tJesse Luehrs2010-11-121-1/+1
* fix a bug with @ISA that cmop triggersJesse Luehrs2010-11-121-5/+3
* get_or_add_package_symbolJesse Luehrs2010-11-122-85/+81
* implement the rest of get_package_symbolJesse Luehrs2010-11-123-136/+49
* don't leak the deconstructed var nameJesse Luehrs2010-11-121-0/+1
* expand constant stash entries on getJesse Luehrs2010-11-122-22/+35
* get_package_symbol, without the vivify bits yetJesse Luehrs2010-11-123-1/+68
* add_package_symbol (except the db bits, for now)Jesse Luehrs2010-11-123-50/+154
* better diagnostics for exception testsJesse Luehrs2010-11-124-39/+40
* has_package_symbolJesse Luehrs2010-11-123-35/+39
* remove unused variableJesse Luehrs2010-11-121-2/+0
* remove_package_symbolJesse Luehrs2010-11-122-65/+39
* GvSV doesn't have the *{...}{SCALAR} issue, wheeJesse Luehrs2010-11-121-1/+1
* oops, these are supposed to be PREINITJesse Luehrs2010-11-121-4/+4
* implement list_all_package_symbolsJesse Luehrs2010-11-122-33/+58