gitmo/Package-Stash-XS.git
2010-11-16 Jesse Luehrs changelog 0.16
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
2010-11-12 Jesse Luehrs GvSV doesn't have the *{...}{SCALAR} issue, whee
2010-11-12 Jesse Luehrs oops, these are supposed to be PREINIT
2010-11-12 Jesse Luehrs implement list_all_package_symbols
2010-11-12 Jesse Luehrs implement some helper functions
2010-11-12 Jesse Luehrs disable prototypes
2010-11-12 Jesse Luehrs convert remove_package_glob
2010-11-12 Jesse Luehrs accessors
2010-11-12 Jesse Luehrs start the conversion to xs
2010-11-12 Jesse Luehrs fix list_all_package_symbols
2010-11-12 Jesse Luehrs preserve existing behavior here i guess
2010-11-12 Jesse Luehrs fix some edge cases
2010-10-31 Jesse Luehrs Revert "revert vivication changes for now again"
2010-10-31 Jesse Luehrs changelog
2010-10-31 Jesse Luehrs revert vivication changes for now again 0.13
2010-10-31 Jesse Luehrs mark trial releases
2010-10-28 Jesse Luehrs changelog
2010-10-28 Jesse Luehrs depend on @DOY-0.05 for the awesome stuff, so it actual... 0.12
2010-10-28 Jesse Luehrs changelog
2010-10-28 Jesse Luehrs new dzil wants 'Prereqs' 0.11
2010-10-28 Jesse Luehrs conflict on mx-role-overloading too
2010-10-27 Jesse Luehrs changelog
2010-10-27 Jesse Luehrs actually, only do the weird special casing on broken... 0.10
2010-10-27 Jesse Luehrs changelog
2010-10-27 Jesse Luehrs add conflict checking to the generated Makefile.PL 0.09
2010-10-27 Jesse Luehrs changelog
2010-10-27 Justin Hunter move from Test::Exception to Test::Fatal
2010-09-22 Jesse Luehrs fix code vivify tests
2010-09-22 Jesse Luehrs fix coderef vivification
next