avoid unnecessary mortal
[gitmo/Package-Stash-XS.git] / Stash.xs
2010-11-13 Jesse Luehrs avoid unnecessary mortal
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 has_package_symbol
2010-11-12 Jesse Luehrs remove unused variable
2010-11-12 Jesse Luehrs remove_package_symbol
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