actually, this isn't our fault, this is just generic 5.8 brokenness
[gitmo/Package-Stash-XS.git] / XS.xs
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 don't call mro_method_changed_in on anon stashes
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-09-06 Jesse Luehrs fix compilation on perl 5.8 (RT#70762) 0.25
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-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 use a non-broken test for scalar values (t0m, rafl)
2011-05-02 Florian Ragwitz Make helper functions static
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-25 Jesse Luehrs xs forward compat
2011-01-06 Jesse Luehrs fix another edge case with initial values
2011-01-05 Jesse Luehrs use correct scalar test (reported by Roland van Ipenburg) 0.18
2010-11-16 Jesse Luehrs we want the values here, not the keys
2010-11-16 Jesse Luehrs better error message
2010-11-15 Jesse Luehrs convert the XS implementation to its own dist