| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #119169] index with __PACKAGE__ for 2nd argument | Father Chrysostomos | 2013-08-06 | 1 | -1/+1 |
* | Revert "Remove the non-inline function S_croak_memory_wrap from inline.h." | Tony Cook | 2013-07-24 | 1 | -11/+3 |
* | Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE | Nicholas Clark | 2013-07-12 | 1 | -0/+4 |
* | Quiet warning in a DEBUG print | Peter Martini | 2013-07-09 | 1 | -1/+1 |
* | util.c: Avoid unnecessary setlocale() calls | Karl Williamson | 2013-07-07 | 1 | -4/+9 |
* | rarest is only used under -DDEBUGGING | Tony Cook | 2013-07-04 | 1 | -2/+2 |
* | change magic_methcall to use SV with shared hash value | Ruslan Zakirov | 2013-06-30 | 1 | -1/+1 |
* | util.c: Stop ck_index/fbm_compile from abusing readonliness | Father Chrysostomos | 2013-06-22 | 1 | -1/+3 |
* | Stop fbm_compile from flattening refs | Father Chrysostomos | 2013-06-22 | 1 | -1/+1 |
* | Remove BmRARE and BmPREVIOUS | Father Chrysostomos | 2013-06-21 | 1 | -3/+1 |
* | the code that used hstat, istat, qstat was removed in 6fd8c33a | Tony Cook | 2013-06-14 | 1 | -1/+0 |
* | Don't ignore signals on pclose | Leon Timmermans | 2013-06-13 | 1 | -10/+0 |
* | Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems. | Nicholas Clark | 2013-05-20 | 1 | -93/+0 |
* | Eliminate Perl_my_swabn(), as it is now unused. | Nicholas Clark | 2013-05-20 | 1 | -16/+0 |
* | Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them. | Nicholas Clark | 2013-05-20 | 1 | -139/+0 |
* | Eliminate the conditionally-compiled fallback functions for htonl etc. | Nicholas Clark | 2013-05-20 | 1 | -49/+0 |
* | Remove buggy loop-based byte swapping code. | Nicholas Clark | 2013-05-20 | 1 | -35/+3 |
* | Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | perl #117865] [PATCH] Eliminate useless variable and sizeof(char) | Dagfinn Ilmari MannsÄker | 2013-05-20 | 1 | -4/+2 |
* | silence warnings under NO_TAINT_SUPPORT | David Mitchell | 2013-05-09 | 1 | -1/+4 |
* | cleanup and test PERL_PERTURB_KEYS environment variable handling | Yves Orton | 2013-05-08 | 1 | -29/+33 |
* | Make it possible to disable and control hash key traversal randomization | Yves Orton | 2013-05-07 | 1 | -2/+24 |
* | fix two my_setenv/my_clearenv bugs | Markus Jansen | 2013-05-03 | 1 | -1/+3 |
* | Remove the non-inline function S_croak_memory_wrap from inline.h. | Andy Dougherty | 2013-03-28 | 1 | -3/+11 |
* | PATCH [perl #106212] Add PL_perlio_mutex to atfork_lock/unlock | Patrik HĂ€gglund | 2013-03-21 | 1 | -0/+6 |
* | Harden hashes against hash seed discovery by randomizing hash iteration | Yves Orton | 2013-03-19 | 1 | -3/+14 |
* | Bring core up to version-0.9902 | John Peacock | 2013-03-07 | 1 | -12/+16 |
* | Perl_instr() implement with libc equivalent. | Karl Williamson | 2012-12-27 | 1 | -22/+2 |
* | uninline panic branch from POPSTACK | Daniel Dragan | 2012-12-23 | 1 | -0/+9 |
* | Add diagnostics for PERL_HASH_SEED warning | Yves Orton | 2012-12-14 | 1 | -1/+1 |
* | Use the right warn routine | Yves Orton | 2012-12-14 | 1 | -1/+1 |
* | warn if PERL_HASH_SEED contains an unexpected character | Yves Orton | 2012-12-14 | 1 | -0/+7 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -27/+27 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -21/+6 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -32/+31 |
* | dTHX implies dVAR, using both fails to build under -DPERL_GLOBAL_STRUCT | Tony Cook | 2012-11-14 | 1 | -1/+1 |
* | more dTHX optimizations | Daniel Dragan | 2012-11-12 | 1 | -1/+2 |
* | clean up the users of PL_no_mem | Daniel Dragan | 2012-11-12 | 1 | -16/+19 |
* | rmv context from Perl_croak_no_modify and Perl_croak_xs_usage | Daniel Dragan | 2012-11-12 | 1 | -2/+2 |
* | util.c: Add some asserts() | Karl Williamson | 2012-11-11 | 1 | -0/+18 |
* | remove various redundant dTHXes | Daniel Dragan | 2012-11-08 | 1 | -4/+2 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -4/+4 |
* | optimize memory wrap croaks, often used in MEM_WRAP_CHECK | Daniel Dragan | 2012-10-25 | 1 | -3/+3 |
* | avoid calling memset with a negative count | Andy Dougherty | 2012-10-17 | 1 | -0/+3 |
* | Bring bleadperl up to parity with CPAN for version.pm | John Peacock | 2012-09-16 | 1 | -1/+3 |
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 1 | -3/+3 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -55/+54 |
* | Remove the UTS port. | Nicholas Clark | 2012-08-17 | 1 | -3/+0 |
* | Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19 | Nicholas Clark | 2012-07-28 | 1 | -10/+7 |
* | rt #72232 - ignore wday/yday in mini_mktime as indirectly documented | Tony Cook | 2012-07-05 | 1 | -12/+2 |