summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fifth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-244-20/+1
* And some more VMS-specific additions to PL_bincompat_options.Craig A. Berry2007-09-231-0/+9
* Add USE_IEEE to PL_bincompat_options, as use_ieee in the configurationNicholas Clark2007-09-231-0/+3
* Record IEEE usage in config.h on VMS.Craig A. Berry2007-09-231-0/+1
* Revert #31942, as it was inconsistent between threaded andH.Merijn Brand2007-09-232-10/+1
* netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERICAbe Timmerman2007-09-232-1/+10
* Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called onNicholas Clark2007-09-231-2/+16
* Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the orderNicholas Clark2007-09-222-11/+46
* Upgrade to Devel::PPPort 3.12Marcus Holland-Moritz2007-09-223-2/+6
* hv_stores() on a literal string is now fractionally more efficient thanNicholas Clark2007-09-212-21/+21
* Fix Win32 breakage caused by #31926Steve Hay2007-09-211-1/+1
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-219-43/+44
* Upgrade to Win32-0.32Steve Hay2007-09-214-11/+20
* version-0.73 (was Re: Change 31920: Don't use ~0 as a versionJohn Peacock2007-09-213-10/+44
* Get mad compiling as C++. (At least for me)Nicholas Clark2007-09-204-4/+5
* Remove now-unnecessary =cuts where POD is now adjacent to POD.Nicholas Clark2007-09-201-20/+0
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-208-104/+152
* Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/Nicholas Clark2007-09-201-27/+34
* ext/XS/APITest/APITest.xs was suffering casting issues with g++Steve Peters2007-09-201-3/+3
* Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris)Jos I. Boumans2007-09-2020-35/+129
* Casts needed in mathoms.c to make it compile with g++ after theSteve Peters2007-09-201-2/+2
* Switch Perl_hv_common() to returning void * rather than HE *.Nicholas Clark2007-09-204-28/+30
* Change 31919 forgot to add Perl_hv_common to global.symNicholas Clark2007-09-201-0/+1
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-206-50/+53
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-202-0/+63
* assert that what is passed into the hash functions is really an HV.Nicholas Clark2007-09-201-0/+4
* SVs know their length, so avoid 2 calls to strlen().Nicholas Clark2007-09-201-10/+6
* Don't use ~0 as a version number -- it could overflow.Rafael Garcia-Suarez2007-09-201-2/+2
* Make hv_fetch_common() non-static, and change its name to hv_common(),Nicholas Clark2007-09-204-44/+42
* Change 31849 forgot to regenerate the documentation - removing aNicholas Clark2007-09-192-38/+38
* Inline and abolish S_hv_magic_uvar_xkey().Nicholas Clark2007-09-194-44/+29
* Send all delete()/delete_ent() calls via S_hv_fetch_common().Nicholas Clark2007-09-192-22/+12
* Lots more tests with many permuations of 7, 8 and $lots bit data.Nicholas Clark2007-09-191-9/+46
* Parameterise the code that tests the rot13 hash, and add a secondNicholas Clark2007-09-192-54/+141
* ext/XS/APItest/t/hash.t was failing because the fieldhash code didn'tNicholas Clark2007-09-191-1/+4
* Call the key transformation function for hv_exists()/hv_fetch()/Nicholas Clark2007-09-193-11/+66
* Fix failing Test::Simple testRafael Garcia-Suarez2007-09-191-2/+2
* Updates to AUTHORS etc.Steve Hay2007-09-192-0/+7
* Fix whitespace in Changes to keep Porting/checkAUTHORS.pl happySteve Hay2007-09-191-20/+20
* Fix file name in MANIFESTRafael Garcia-Suarez2007-09-191-1/+1
* Update to Test-Simple-0.71Steve Peters2007-09-1917-41/+300
* Mark utils/Makefile as read/write in perforce.Nicholas Clark2007-09-190-0/+0
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-197-14/+79
* Clean up test files left behind (on Win32, at least) by Archive-ExtractSteve Hay2007-09-191-0/+1
* minor changes to File::Path (and more tests)David Landgren2007-09-192-18/+32
* More tests for when fieldhash magic (doesn't) trigger.Nicholas Clark2007-09-191-20/+56
* Correct test descriptions. bless didn't trigger. ever. Change 31898Nicholas Clark2007-09-191-3/+3
* Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6Dmitry Karasik2007-09-192-24/+49
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-194-1/+81
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-196-28/+163