allow passing anonymous stashes to the constructor
[gitmo/Package-Stash-XS.git] / XS.xs
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