gitmo/Package-Stash-XS.git
2011-05-02 Jesse Luehrs use gv_init instead of gv_fetchsv gv_init
2011-05-02 Florian Ragwitz Make helper functions static
2011-03-04 Jesse Luehrs changelog
2011-03-04 Jesse Luehrs changelog 0.22
2011-03-04 Jesse Luehrs disable caching of the namespace on 5.8
2011-03-04 Jesse Luehrs changelog
2011-03-04 Jesse Luehrs make the namespace cache lazy and weak, in case the...
2011-01-25 Jesse Luehrs changelog
2011-01-25 Jesse Luehrs changelog 0.21
2011-01-25 Jesse Luehrs oops, how did i miss this
2011-01-25 Jesse Luehrs xs forward compat
2011-01-25 Jesse Luehrs apparently release tests are run by cpantesters
2011-01-11 Jesse Luehrs changelog
2011-01-11 Jesse Luehrs drop Test::Requires as a test dep, since that test... 0.20
2011-01-11 Jesse Luehrs changelog
2011-01-11 Jesse Luehrs lower perl prereq to 5.8.1 (ribasushi)
2011-01-11 Jesse Luehrs make the leak tests just release tests
2011-01-10 Jesse Luehrs convert to using EUMM::Dist::Zilla::Develop
2011-01-06 Jesse Luehrs changelog
2011-01-06 Jesse Luehrs changelog 0.19
2011-01-06 Jesse Luehrs fix another edge case with initial values
2011-01-06 Jesse Luehrs add test for earlier scalar bug
2011-01-05 Jesse Luehrs Merge remote branch 'origin/master'
2011-01-05 Jesse Luehrs changelog
2011-01-05 Jesse Luehrs use correct scalar test (reported by Roland van Ipenburg) 0.18
2010-11-18 Dave Rolsky Fix distro name in Changes
2010-11-16 Jesse Luehrs changelog
2010-11-16 Jesse Luehrs changelog 0.17
2010-11-16 Jesse Luehrs changelog
2010-11-16 Jesse Luehrs we want the values here, not the keys
2010-11-16 Jesse Luehrs better error message
2010-11-16 Jesse Luehrs changelog
2010-11-16 Jesse Luehrs pod coverage, eol whitespace 0.15
2010-11-16 Jesse Luehrs changelog
2010-11-16 Jesse Luehrs update test suite
2010-11-16 Jesse Luehrs update the test suite
2010-11-15 Jesse Luehrs update some test things
2010-11-15 Jesse Luehrs make $Package::Stash::IMPLEMENTATION available to tests
2010-11-15 Jesse Luehrs don't hardcode the list of method names
2010-11-15 Jesse Luehrs update the CAVEATS section
2010-11-15 Jesse Luehrs convert the XS implementation to its own dist
2010-11-14 Jesse Luehrs changelog
2010-11-14 Jesse Luehrs ignore the deprecated api for pod coverage 0.14
2010-11-14 Jesse Luehrs changelog
2010-11-14 Jesse Luehrs update author info
2010-11-14 Jesse Luehrs document a couple caveats
2010-11-14 Jesse Luehrs document get_all_symbols
2010-11-14 Jesse Luehrs make sure we don't leak in our DB fiddling
2010-11-14 Jesse Luehrs actually, i only need stuff from PL_curcop here
2010-11-14 Jesse Luehrs prefer using SV* everywhere, rather than char*
2010-11-14 Jesse Luehrs implement get_all_symbols
2010-11-14 Jesse Luehrs factor out glob expanding into a helper function
2010-11-14 Jesse Luehrs get rid of strlens
2010-11-14 Jesse Luehrs use prehashed keys
2010-11-14 Jesse Luehrs we never use sigil for anything
2010-11-14 Jesse Luehrs reimplement the %DB::sub functionality
2010-11-14 Jesse Luehrs a couple more comments
2010-11-14 Jesse Luehrs hard dep on perl 5.8.3
2010-11-14 Jesse Luehrs add Test::LeakTrace as a recommended test dep
2010-11-14 Jesse Luehrs fix this fallback macro
2010-11-14 Jesse Luehrs this is just the test code triggering a core perl bug...
2010-11-14 Jesse Luehrs make sure the SV glob slot is always populated on 5.8
2010-11-14 Jesse Luehrs one more todo
2010-11-14 Jesse Luehrs one more leak test, just in case
2010-11-14 Jesse Luehrs clean up glob manipulation code, and hack around a...
2010-11-14 Jesse Luehrs add some compatibility shims
2010-11-14 Jesse Luehrs drop package_ from method names
2010-11-14 Dave Rolsky Add ppport.h and use it in Stash.xs - still need more...
2010-11-13 Jesse Luehrs wooo magical
2010-11-13 Jesse Luehrs also don't leak the instance on error
2010-11-13 Jesse Luehrs don't leak memory on hv_store fail
2010-11-13 Jesse Luehrs remove some unnecessary casts
2010-11-13 Jesse Luehrs error checking on hv_store
2010-11-13 Jesse Luehrs be a bit more efficient with refcount manipulation
2010-11-13 Jesse Luehrs one more memory leak
2010-11-13 Jesse Luehrs don't leak old glob values
2010-11-13 Florian Ragwitz Free temporary string
2010-11-13 Jesse Luehrs actually, these shouldn't be leaking, with the way...
2010-11-13 Jesse Luehrs a few more tests
2010-11-13 Jesse Luehrs avoid unnecessary mortal
2010-11-13 Jesse Luehrs add leak test
2010-11-13 Jesse Luehrs actually fix the memory leak in new()
2010-11-13 Florian Ragwitz use style
2010-11-13 Florian Ragwitz Nullsv et.al are deprecated
2010-11-13 Florian Ragwitz Be explicit about refcounts, thereby fixing one leak
2010-11-13 Florian Ragwitz Remove unused variable
2010-11-13 Jesse Luehrs Revert "explicitly don't pass args to the accessors"
2010-11-13 Jesse Luehrs explicitly don't pass args to the accessors
2010-11-12 Jesse Luehrs and, another bug that cmop triggers but this doesn't
2010-11-12 Jesse Luehrs fix a bug with @ISA that cmop triggers
2010-11-12 Jesse Luehrs get_or_add_package_symbol
2010-11-12 Jesse Luehrs implement the rest of get_package_symbol
2010-11-12 Jesse Luehrs don't leak the deconstructed var name
2010-11-12 Jesse Luehrs expand constant stash entries on get
2010-11-12 Jesse Luehrs get_package_symbol, without the vivify bits yet
2010-11-12 Jesse Luehrs add_package_symbol (except the db bits, for now)
2010-11-12 Jesse Luehrs better diagnostics for exception tests
2010-11-12 Jesse Luehrs has_package_symbol
2010-11-12 Jesse Luehrs remove unused variable
2010-11-12 Jesse Luehrs remove_package_symbol
next