| Commit message (Expand) | Author | Age | Files | Lines |
* | fifth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-09-24 | 4 | -20/+1 |
* | And some more VMS-specific additions to PL_bincompat_options. | Craig A. Berry | 2007-09-23 | 1 | -0/+9 |
* | Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration | Nicholas Clark | 2007-09-23 | 1 | -0/+3 |
* | Record IEEE usage in config.h on VMS. | Craig A. Berry | 2007-09-23 | 1 | -0/+1 |
* | Revert #31942, as it was inconsistent between threaded and | H.Merijn Brand | 2007-09-23 | 2 | -10/+1 |
* | netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERIC | Abe Timmerman | 2007-09-23 | 2 | -1/+10 |
* | Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called on | Nicholas Clark | 2007-09-23 | 1 | -2/+16 |
* | Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order | Nicholas Clark | 2007-09-22 | 2 | -11/+46 |
* | Upgrade to Devel::PPPort 3.12 | Marcus Holland-Moritz | 2007-09-22 | 3 | -2/+6 |
* | hv_stores() on a literal string is now fractionally more efficient than | Nicholas Clark | 2007-09-21 | 2 | -21/+21 |
* | Fix Win32 breakage caused by #31926 | Steve Hay | 2007-09-21 | 1 | -1/+1 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 9 | -43/+44 |
* | Upgrade to Win32-0.32 | Steve Hay | 2007-09-21 | 4 | -11/+20 |
* | version-0.73 (was Re: Change 31920: Don't use ~0 as a version | John Peacock | 2007-09-21 | 3 | -10/+44 |
* | Get mad compiling as C++. (At least for me) | Nicholas Clark | 2007-09-20 | 4 | -4/+5 |
* | Remove now-unnecessary =cuts where POD is now adjacent to POD. | Nicholas Clark | 2007-09-20 | 1 | -20/+0 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 8 | -104/+152 |
* | Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/ | Nicholas Clark | 2007-09-20 | 1 | -27/+34 |
* | ext/XS/APITest/APITest.xs was suffering casting issues with g++ | Steve Peters | 2007-09-20 | 1 | -3/+3 |
* | Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris) | Jos I. Boumans | 2007-09-20 | 20 | -35/+129 |
* | Casts needed in mathoms.c to make it compile with g++ after the | Steve Peters | 2007-09-20 | 1 | -2/+2 |
* | Switch Perl_hv_common() to returning void * rather than HE *. | Nicholas Clark | 2007-09-20 | 4 | -28/+30 |
* | Change 31919 forgot to add Perl_hv_common to global.sym | Nicholas Clark | 2007-09-20 | 1 | -0/+1 |
* | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and | Nicholas Clark | 2007-09-20 | 6 | -50/+53 |
* | Use Perl_hv_common() to test disabling the key conversion in hash | Nicholas Clark | 2007-09-20 | 2 | -0/+63 |
* | assert that what is passed into the hash functions is really an HV. | Nicholas Clark | 2007-09-20 | 1 | -0/+4 |
* | SVs know their length, so avoid 2 calls to strlen(). | Nicholas Clark | 2007-09-20 | 1 | -10/+6 |
* | Don't use ~0 as a version number -- it could overflow. | Rafael Garcia-Suarez | 2007-09-20 | 1 | -2/+2 |
* | Make hv_fetch_common() non-static, and change its name to hv_common(), | Nicholas Clark | 2007-09-20 | 4 | -44/+42 |
* | Change 31849 forgot to regenerate the documentation - removing a | Nicholas Clark | 2007-09-19 | 2 | -38/+38 |
* | Inline and abolish S_hv_magic_uvar_xkey(). | Nicholas Clark | 2007-09-19 | 4 | -44/+29 |
* | Send all delete()/delete_ent() calls via S_hv_fetch_common(). | Nicholas Clark | 2007-09-19 | 2 | -22/+12 |
* | Lots more tests with many permuations of 7, 8 and $lots bit data. | Nicholas Clark | 2007-09-19 | 1 | -9/+46 |
* | Parameterise the code that tests the rot13 hash, and add a second | Nicholas Clark | 2007-09-19 | 2 | -54/+141 |
* | ext/XS/APItest/t/hash.t was failing because the fieldhash code didn't | Nicholas Clark | 2007-09-19 | 1 | -1/+4 |
* | Call the key transformation function for hv_exists()/hv_fetch()/ | Nicholas Clark | 2007-09-19 | 3 | -11/+66 |
* | Fix failing Test::Simple test | Rafael Garcia-Suarez | 2007-09-19 | 1 | -2/+2 |
* | Updates to AUTHORS etc. | Steve Hay | 2007-09-19 | 2 | -0/+7 |
* | Fix whitespace in Changes to keep Porting/checkAUTHORS.pl happy | Steve Hay | 2007-09-19 | 1 | -20/+20 |
* | Fix file name in MANIFEST | Rafael Garcia-Suarez | 2007-09-19 | 1 | -1/+1 |
* | Update to Test-Simple-0.71 | Steve Peters | 2007-09-19 | 17 | -41/+300 |
* | Mark utils/Makefile as read/write in perforce. | Nicholas Clark | 2007-09-19 | 0 | -0/+0 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 7 | -14/+79 |
* | Clean up test files left behind (on Win32, at least) by Archive-Extract | Steve Hay | 2007-09-19 | 1 | -0/+1 |
* | minor changes to File::Path (and more tests) | David Landgren | 2007-09-19 | 2 | -18/+32 |
* | More tests for when fieldhash magic (doesn't) trigger. | Nicholas Clark | 2007-09-19 | 1 | -20/+56 |
* | Correct test descriptions. bless didn't trigger. ever. Change 31898 | Nicholas Clark | 2007-09-19 | 1 | -3/+3 |
* | Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6 | Dmitry Karasik | 2007-09-19 | 2 | -24/+49 |
* | Re: [PATCH] Cray XT4/Catamount build | Jarkko Hietaniemi | 2007-09-19 | 4 | -1/+81 |
* | For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a | Nicholas Clark | 2007-09-19 | 6 | -28/+163 |