Fix bug id 20020427.004 on %^H.
[p5sagit/p5-mst-13.2.git] / hv.c
2002-04-28 Jarkko Hietaniemi More valgrind findings: e.g. t/op/utfhash.t.
2002-04-27 Jarkko Hietaniemi More VC5-induced casting found by Nikola Knezevic.
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-21 Jarkko Hietaniemi S_ stands sfor static.
2002-04-16 Nicholas Clark Re: Unbalanced string table refcount (was: perl@15930)
2002-04-13 Nicholas Clark [dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi Retract #15793 since #15775 should fix the problem.
2002-04-07 Mattia Barbon (Retracted by #15794)
2002-04-07 Nicholas Clark Re: perl@15772
2002-04-06 Jarkko Hietaniemi Signedness nits.
2002-04-06 Jarkko Hietaniemi Make hv_notallowed a static as suggested by Nicholas...
2002-04-06 Nicholas Clark Re: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko Hietaniemi If Unicode keys are entered to a hash, a bit is turned on.
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util ...
2002-03-11 Paul Marquess more warnings tidyup
2002-02-28 Jarkko Hietaniemi Make shared hash keys to be \0-terminated:
2002-02-26 Michael G. Schwern "Attempt to access to key"?
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Robin Barker Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>
2001-12-21 H.Merijn Brand [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
2001-12-19 Nick Ing-Simmons Fix READONLY hashes:
2001-12-18 Nick Ing-Simmons Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-03 Jarkko Hietaniemi Make sharepvn a macro since all it does is a deref.
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-06 Nick Ing-Simmons Keep It Simple and Stupid version of readonly hash...
2001-10-16 Nick Ing-Simmons Builds under ithreads (but fails all threads tests)
2001-08-05 Jarkko Hietaniemi Little pointer juggling for HP-UX cc to avoid
2001-08-04 Abhijit Menon-Sen Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so...
2001-08-04 Abhijit Menon-Sen Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so...
2001-08-03 Abhijit Menon-Sen newHVhv shouldn't reset xhv_max so often
2001-07-13 Jarkko Hietaniemi Remove unicode::distinct, as per Inaba Hiroto.
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Gurusamy Sarathy win32 fixes: fix various syntax errors ("no preprocesso...
2001-06-20 Artur Bergman Fixes case of CvDEPTH for perl_clone
2001-06-19 Jarkko Hietaniemi Revert #10656 for performance reasons but leave in the
2001-06-17 Jarkko Hietaniemi Quench the warnings from Tru64; the HP-UX is still
2001-06-17 Abhijit Menon-Sen [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead...
2001-06-16 Abhijit Menon-Sen Re: DYNAMIC_ENV_FETCH HvNAME abuse.
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Michael G. Schwern Eliminating trigraph
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-10 Jarkko Hietaniemi A thinko in #10065.
2001-05-10 Doug MacEachern [patch] make hv_fetch{_ent} SvGMAGICAL aware
2001-04-23 Mark-Jason Dominus PATCH [5.7.1] hv.c unused #define
2001-03-09 Robert Spier Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
2001-02-24 Vadim Konovalov Re: I'm losing the war...
2001-02-20 Jarkko Hietaniemi Don't do casting between pointers pointing to different...
2001-02-08 Charles Bailey SYN SYN
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Alan Burlison Re: [Fwd: Scoping of %^H still broken in both perl...
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Jarkko Hietaniemi Retract #8261.
2000-12-30 Jarkko Hietaniemi (Retracted by #8261). (Unsuccessful memory access tweaks.)
2000-12-09 Inaba Hiroto Additional patch for UTF8-keys (Re: perl@8016)
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko Hietaniemi UTF-8 hash keys, patch from Inaba Hiroto.
2000-12-04 Jarkko Hietaniemi Retract #7977, still too volatile (the euphemism of...
2000-12-04 Simon Cozens (Retracted by #7978, too shaky yet.)
2000-10-20 Charles Bailey SYN SYN
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-04 Gurusamy Sarathy fix large memory leak that has been around for ever...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-14 Gurusamy Sarathy fix small interpreter leaks identified by Purify
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-08 Gurusamy Sarathy documentation patches (from Michael Schwern and Yitzchak
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-17 Gurusamy Sarathy leak in change#4694 spotted by Larry
1999-12-17 Gurusamy Sarathy delete() should return the value as is, not a copy...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-25 Ilya Zakharevich hv.c calling negative malloc()
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1998-11-08 Gurusamy Sarathy typo in newHVhv()
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-09-25 Drago Goricanec lock sv_mutex in new_he() and del_he() for USE_THREADS
1998-09-24 Gurusamy Sarathy provide locked access to string table for USE_THREADS
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons PL_ for perl's malloc
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-05 Gisle Aas applied suggested fix for xhv_array sizing, with portab...
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-07-04 Gisle Aas simplify xhv_array sizing
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-23 Ilya Zakharevich applied patch, regen headers
next