| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: DYNAMIC_ENV_FETCH HvNAME abuse. | Abhijit Menon-Sen | 2001-06-16 | 1 | -7/+7 |
* | Eliminating trigraph | Michael G. Schwern | 2001-06-01 | 1 | -1/+1 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -23/+25 |
* | A thinko in #10065. | Jarkko Hietaniemi | 2001-05-10 | 1 | -1/+1 |
* | [patch] make hv_fetch{_ent} SvGMAGICAL aware | Doug MacEachern | 2001-05-10 | 1 | -4/+4 |
* | PATCH [5.7.1] hv.c unused #define | Mark-Jason Dominus | 2001-04-23 | 1 | -1/+0 |
* | Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() | Robert Spier | 2001-03-09 | 1 | -2/+3 |
* | Re: I'm losing the war... | Vadim Konovalov | 2001-02-24 | 1 | -2/+2 |
* | Don't do casting between pointers pointing to differently sized | Jarkko Hietaniemi | 2001-02-20 | 1 | -12/+37 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -9/+86 |
* | Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1] | Alan Burlison | 2001-01-05 | 1 | -1/+1 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Retract #8261. | Jarkko Hietaniemi | 2000-12-30 | 1 | -2/+1 |
* | (Retracted by #8261). (Unsuccessful memory access tweaks.) | Jarkko Hietaniemi | 2000-12-30 | 1 | -1/+2 |
* | Additional patch for UTF8-keys (Re: perl@8016) | Inaba Hiroto | 2000-12-09 | 1 | -33/+42 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -10/+2 |
* | UTF-8 hash keys, patch from Inaba Hiroto. | Jarkko Hietaniemi | 2000-12-04 | 1 | -16/+76 |
* | Retract #7977, still too volatile (the euphemism of the day | Jarkko Hietaniemi | 2000-12-04 | 1 | -17/+0 |
* | (Retracted by #7978, too shaky yet.) | Simon Cozens | 2000-12-04 | 1 | -0/+17 |
* | Hash lookup of constant strings optimization: | Nick Ing-Simmons | 2000-09-03 | 1 | -44/+46 |
* | fix large memory leak that has been around for ever, masked by | Gurusamy Sarathy | 2000-07-04 | 1 | -2/+7 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -2/+2 |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -9/+21 |