summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-44/+46
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-041-2/+7
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-9/+21
* documentation patches (from Michael Schwern and YitzchakGurusamy Sarathy2000-02-081-4/+4
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+200
* leak in change#4694 spotted by LarryGurusamy Sarathy1999-12-171-2/+2
* delete() should return the value as is, not a copy thereofGurusamy Sarathy1999-12-171-4/+8
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+9
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-21/+38
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+5
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-10/+10
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-42/+35
* remove _() non-ansismGurusamy Sarathy1999-06-021-5/+5
* hv.c calling negative malloc()Ilya Zakharevich1999-05-251-1/+3
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-18/+32
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-12/+34
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-11/+11
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-8/+9
* typo in newHVhv()Gurusamy Sarathy1998-11-081-3/+2
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-2/+2
* lock sv_mutex in new_he() and del_he() for USE_THREADSDrago Goricanec1998-09-251-10/+12
* provide locked access to string table for USE_THREADSGurusamy Sarathy1998-09-241-0/+4
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-4/+4
* PL_ for perl's mallocNick Ing-Simmons1998-07-191-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-28/+28
* applied suggested fix for xhv_array sizing, with portability tweaksGisle Aas1998-07-051-18/+19
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-29/+33
* simplify xhv_array sizingGisle Aas1998-07-041-19/+6
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-0/+39
* applied patch, regen headersIlya Zakharevich1998-06-231-4/+3
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-1/+1
|\
| * [win32] make hv_iterinit() return HvKEYS()SynaptiCAD, Inc.1998-05-031-1/+1
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-9/+13
|\ \ | |/
| * [win32] change 866 was incompleteGurusamy Sarathy1998-04-041-1/+1
| * [win32] fixup hv_free_ent() to not fail on null HeVAL()Gurusamy Sarathy1998-04-031-2/+5
| * Missing dTHR in hv_fetch_ent when statics moved to thread struct.Malcolm Beattie1998-03-161-0/+1
| * [win32] merge C<local $tied{foo}> patch, also moved statics inGurusamy Sarathy1998-03-091-9/+7
* | [asperl] added AS patch#5 (patch #4 was intentionally skipped afterGurusamy Sarathy1998-02-141-4/+2
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-1/+17
|\ \ | |/
| * nomemokGisle Aas1998-02-061-0/+16
| * Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-1/+1
* | [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-27/+41
|\ \ | |/
| * Gisle's av_unshift tweak, two small patches from chipNick Ing-Simmons1998-01-241-4/+4
| * [win32] change#398 breaks ENV_IS_CASELESS, fix itGurusamy Sarathy1998-01-081-12/+12
| * Fix hv_delete for 'm'-magic. Based on following patch, modifiedOwen Taylor1998-01-081-16/+30
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-7/+9
|/
* [win32] tweak case-insensitive ENV implementationGurusamy Sarathy1998-01-071-11/+23