actually, this isn't our fault, this is just generic 5.8 brokenness
[gitmo/Package-Stash-XS.git] / t /
2011-12-12 Jesse Luehrs actually, this isn't our fault, this is just generic... master
2011-12-11 Jesse Luehrs work around glob brokenness on pre-5.14
2011-12-10 Jesse Luehrs here's that test failure
2011-12-10 Jesse Luehrs disable bare anon stash tests for now
2011-12-10 Jesse Luehrs don't know how to do these in xs either yet
2011-11-30 Jesse Luehrs sync test suite
2011-09-06 Jesse Luehrs sync tests
2011-08-30 Jesse Luehrs doc and test updates from Package::Stash
2011-08-08 Jesse Luehrs and VSTRING was only 5.10+
2011-08-08 Jesse Luehrs before 5.12, regexps were PVMG
2011-08-05 Jesse Luehrs copy tests over
2011-08-05 Jesse Luehrs remove test numbering
2011-08-05 Jesse Luehrs use a non-broken test for scalar values (t0m, rafl)
2011-03-04 Jesse Luehrs disable caching of the namespace on 5.8
2011-03-04 Jesse Luehrs make the namespace cache lazy and weak, in case the...
2011-01-11 Jesse Luehrs make the leak tests just release tests
2011-01-06 Jesse Luehrs fix another edge case with initial values
2011-01-06 Jesse Luehrs add test for earlier scalar bug
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 convert the XS implementation to its own dist
2010-11-14 Jesse Luehrs make sure we don't leak in our DB fiddling
2010-11-14 Jesse Luehrs implement get_all_symbols
2010-11-14 Jesse Luehrs reimplement the %DB::sub functionality
2010-11-14 Jesse Luehrs this is just the test code triggering a core perl bug...
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 drop package_ from method names
2010-11-13 Jesse Luehrs one more memory leak
2010-11-13 Jesse Luehrs don't leak old glob values
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 add leak test
2010-11-12 Jesse Luehrs implement the rest of get_package_symbol
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 GvSV doesn't have the *{...}{SCALAR} issue, whee
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 revert vivication changes for now again 0.13
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 remove bad coderef tests (not how we want to handle...
2010-09-19 Jesse Luehrs Revert "revert the vivication changes for now, i didn...
2010-09-19 Jesse Luehrs revert the vivication changes for now, i didn't mean...
2010-08-27 Jesse Luehrs another test
2010-08-27 Jesse Luehrs more complete handling of vivication
2010-08-27 Jesse Luehrs make the ISA special-casing more sane
2010-08-27 Dave Rolsky Add tests to make sure that changing the stash is refle...
2010-08-27 Jesse Luehrs cache the ref to the stash
2010-06-16 Jesse Luehrs updated dzil stuff
2010-06-13 Jesse Luehrs add get_or_add_package_symbol, for the vivify behavior
2010-06-13 Jesse Luehrs stop autovivifying on get
2010-05-31 Jesse Luehrs named args for add_package_symbol
2010-05-30 Tim Bunce Extend add_package_symbol to set %DB::sub if appropriate.
2010-05-14 Jesse Luehrs rename Stash::Manip -> Package::Stash
2010-05-12 Jesse Luehrs what is this i don't even
2010-05-12 Jesse Luehrs un-TODO
2010-05-12 Jesse Luehrs add TODO test
2010-05-12 Jesse Luehrs tests for nonexistent hash/array entries
2010-05-12 Jesse Luehrs error when trying to init a stash slot with a value...
2010-05-12 Jesse Luehrs more support for IO slots
2010-05-11 Jesse Luehrs synopsis test
2010-05-11 Jesse Luehrs initial import of code from Class::MOP::Package
2010-05-11 Jesse Luehrs initial commit