gitmo/Package-Stash-XS.git
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-11 Jesse Luehrs need these for older perl versions
2011-12-10 Jesse Luehrs eh, stop doing this for now
2011-12-10 Jesse Luehrs apply magic properly when initializing globs
2011-12-10 Jesse Luehrs refactor a bit
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 call mro_method_changed_in on anon stashes
2011-12-10 Jesse Luehrs don't know how to do these in xs either yet
2011-12-10 Jesse Luehrs apparently we're acting more like the pp version here...
2011-12-10 Jesse Luehrs use the right glob name here
2011-12-10 Jesse Luehrs better expand_glob implementation, which (almost) fixes...
2011-12-10 Jesse Luehrs use gv_init here instead of gv_fetchsv
2011-12-10 Jesse Luehrs avoid compile warning
2011-11-30 Jesse Luehrs allow passing anonymous stashes to the constructor
2011-11-30 Jesse Luehrs sync test suite
2011-09-06 Jesse Luehrs changelog
2011-09-06 Jesse Luehrs fix compilation on perl 5.8 (RT#70762) 0.25
2011-09-06 Jesse Luehrs changelog
2011-09-06 Jesse Luehrs stop using custom weaver.ini 0.24
2011-09-06 Jesse Luehrs changelog
2011-09-06 Jesse Luehrs don't allow invalid package names
2011-09-06 Jesse Luehrs use the same error message as the pp version
2011-09-06 Jesse Luehrs don't allow variable names that contain ::
2011-09-06 Jesse Luehrs gitignore
2011-09-06 Jesse Luehrs sync tests
2011-08-30 Jesse Luehrs remove test numbers on leak tests
2011-08-30 Jesse Luehrs update leak tests
2011-08-30 Jesse Luehrs doc and test updates from Package::Stash
2011-08-08 Jesse Luehrs changelog
2011-08-08 Jesse Luehrs changelog 0.23
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 don't allow assigning globs as scalars
2011-08-05 Jesse Luehrs macro-ize
2011-08-05 Florian Ragwitz Remove an unused variable
2011-08-05 Jesse Luehrs remove test numbering
2011-08-05 Jesse Luehrs changelog
2011-08-05 Jesse Luehrs use a non-broken test for scalar values (t0m, rafl)
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
next