Fix breakages that prevended -DPERL_POISON from compiling.
[p5sagit/p5-mst-13.2.git] / lib / Hash /
2004-02-07 Nicholas Clark deleting keys in restricted hashes was leaking the...
2003-11-19 Alan Burlison clear of empty locked hash SEGVs
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-11-02 Nicholas Clark Provide Internals::new_hash_seed to return PL_new_hash_...
2003-09-09 Jarkko Hietaniemi Warn more about disclosing the hash seed, from Scott...
2003-09-08 Jarkko Hietaniemi Retract #21096, mostly: I had misexplained the situation
2003-09-08 Jarkko Hietaniemi Bad export.
2003-09-08 Jarkko Hietaniemi Scott A. Crosby believes in not disclosing
2003-09-08 Jarkko Hietaniemi Add Hash::Util::hash_seed() which answers among
2003-08-14 Jarkko Hietaniemi A swath of VERSION patches from Nicholas Clark.
2003-04-27 Jarkko Hietaniemi Document that restricted hashes are not atomic
2003-04-27 Dave Mitchell Re: the revenge of the bride of the son of the night...
2002-12-08 Nicholas Clark Re: [perl #18651] Hash::Util's lock_key() breaks hash
2002-10-10 Andreas König Re: Hash::Util::lock_keys inhibits bless
2002-10-02 Andreas König Re: Hash::Util::lock_keys inhibits bless
2002-08-30 Slaven Rezic typos in Hash::Util documentation
2002-04-15 Nicholas Clark Re: [PATCH] Re: restricted hashes are unblessable
2002-04-15 Jarkko Hietaniemi return undef is of questionable style.
2002-04-14 Nicholas Clark Re: restricted hashes are unblessable
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-06 Jarkko Hietaniemi Make hv_notallowed a static as suggested by Nicholas...
2002-03-12 Jarkko Hietaniemi Tiny pod tweaks.
2002-03-12 Jarkko Hietaniemi Move the readonly interface back to universal.c,