| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #3096] undefing hash with object values | Dave Mitchell | 2003-05-05 | 1 | -4/+7 |
* | Re: hv.c patch - pathological hashes too easy | Tye McQueen | 2003-05-05 | 1 | -2/+2 |
* | Re: the revenge of the bride of the son of the night of the living pseudohashes | Dave Mitchell | 2003-04-27 | 1 | -3/+24 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -10/+41 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Fixes to bugs introduced by PL_stashcache | Artur Bergman | 2003-04-14 | 1 | -2/+2 |
* | Add packname->stash cache before the check if a packname is a | Artur Bergman | 2003-04-02 | 1 | -0/+2 |
* | checking for magic in hv.c and ext/POSIX/POSIX.xs | Craig A. Berry | 2003-03-13 | 1 | -4/+8 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | [DOCPATCH] hv_store and hv_store_ent | Nicholas Clark | 2003-01-08 | 1 | -2/+20 |
* | Re: [perl #18651] Hash::Util's lock_key() breaks hash | Nicholas Clark | 2002-12-08 | 1 | -4/+12 |
* | Clean up copy-on-write macros and debug facilities (new flag 'C'). | Nicholas Clark | 2002-08-20 | 1 | -4/+14 |
* | PERL_HASH() casting games so that our hashed data is "unsigned | Jarkko Hietaniemi | 2002-05-17 | 1 | -8/+8 |
* | Explicit casts due to #16542. | Jarkko Hietaniemi | 2002-05-11 | 1 | -8/+8 |
* | More valgrind findings: e.g. t/op/utfhash.t. | Jarkko Hietaniemi | 2002-04-28 | 1 | -0/+1 |
* | More VC5-induced casting found by Nikola Knezevic. | Jarkko Hietaniemi | 2002-04-27 | 1 | -2/+2 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -14/+15 |
* | S_ stands sfor static. | Jarkko Hietaniemi | 2002-04-21 | 1 | -3/+3 |
* | Re: Unbalanced string table refcount (was: perl@15930) | Nicholas Clark | 2002-04-16 | 1 | -4/+20 |
* | [dodgy PATCH] Re: [Storable] utf8 keys started working! | Nicholas Clark | 2002-04-13 | 1 | -16/+50 |
* | Retract #15793 since #15775 should fix the problem. | Jarkko Hietaniemi | 2002-04-07 | 1 | -1/+0 |
* | (Retracted by #15794) | Mattia Barbon | 2002-04-07 | 1 | -0/+1 |
* | Re: perl@15772 | Nicholas Clark | 2002-04-07 | 1 | -1/+1 |
* | Signedness nits. | Jarkko Hietaniemi | 2002-04-06 | 1 | -2/+2 |
* | Make hv_notallowed a static as suggested by Nicholas Clark; | Jarkko Hietaniemi | 2002-04-06 | 1 | -29/+30 |
* | Re: the dirty half dozen (Re: perl@15662) | Nicholas Clark | 2002-04-06 | 1 | -169/+390 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -1/+15 |
* | Subject: [PATCH] Hash::Util & restricted hash touch up, part 1 | Michael G. Schwern | 2002-03-11 | 1 | -10/+31 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -1/+1 |
* | Make shared hash keys to be \0-terminated: | Jarkko Hietaniemi | 2002-02-28 | 1 | -1/+2 |
* | "Attempt to access to key"? | Michael G. Schwern | 2002-02-26 | 1 | -1/+1 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> | Robin Barker | 2002-01-03 | 1 | -1/+5 |
* | [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current | H.Merijn Brand | 2001-12-21 | 1 | -13/+12 |
* | Fix READONLY hashes: | Nick Ing-Simmons | 2001-12-19 | 1 | -6/+6 |
* | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | Nick Ing-Simmons | 2001-12-18 | 1 | -54/+165 |
* | Make sharepvn a macro since all it does is a deref. | Jarkko Hietaniemi | 2001-12-03 | 1 | -0/+4 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -2/+2 |
* | Keep It Simple and Stupid version of readonly hash support. | Nick Ing-Simmons | 2001-11-06 | 1 | -0/+41 |
* | Builds under ithreads (but fails all threads tests) | Nick Ing-Simmons | 2001-10-16 | 1 | -1/+1 |
* | Little pointer juggling for HP-UX cc to avoid | Jarkko Hietaniemi | 2001-08-05 | 1 | -1/+3 |
* | Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often | Abhijit Menon-Sen | 2001-08-04 | 1 | -1/+1 |
* | Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often | Abhijit Menon-Sen | 2001-08-04 | 1 | -17/+51 |
* | newHVhv shouldn't reset xhv_max so often | Abhijit Menon-Sen | 2001-08-03 | 1 | -6/+6 |
* | Remove unicode::distinct, as per Inaba Hiroto. | Jarkko Hietaniemi | 2001-07-13 | 1 | -22/+16 |
* | win32 fixes: fix various syntax errors ("no preprocessor directives | Gurusamy Sarathy | 2001-07-02 | 1 | -3/+3 |
* | Fixes case of CvDEPTH for perl_clone | Artur Bergman | 2001-06-20 | 1 | -4/+4 |
* | Revert #10656 for performance reasons but leave in the | Jarkko Hietaniemi | 2001-06-19 | 1 | -106/+156 |
* | Quench the warnings from Tru64; the HP-UX is still | Jarkko Hietaniemi | 2001-06-17 | 1 | -7/+7 |
* | [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO) | Abhijit Menon-Sen | 2001-06-17 | 1 | -126/+98 |