| Commit message (Expand) | Author | Age | Files | Lines |
* | perlapi: May want to use savesharedpv on threaded Win32 | Karl Williamson | 2013-12-03 | 1 | -0/+12 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -0/+8 |
* | fix 'ignoring return value' compiler warnings | David Mitchell | 2013-11-24 | 1 | -1/+4 |
* | [perl #120543] work around a C++ library bug in VC 2003 | Tony Cook | 2013-11-19 | 1 | -1/+1 |
* | silence some compiler warnings | David Mitchell | 2013-11-13 | 1 | -1/+1 |
* | [perl #119893] avoid waiting on pid 0 | Tony Cook | 2013-10-17 | 1 | -6/+8 |
* | Removed the ifdefs for INCOMPLETE_TAINTS | Brian Fraser | 2013-09-21 | 1 | -2/+0 |
* | Replaced the last use of HAS_GNULIBC with __GLIBC__ | Brian Fraser | 2013-09-21 | 1 | -1/+1 |
* | Removed DUMP_FDS and dump_fds() | Brian Fraser | 2013-09-21 | 1 | -19/+0 |
* | Remove HAS_64K_LIMIT | Brian Fraser | 2013-09-21 | 1 | -23/+2 |
* | Use U64_CONST() for the drand48 constants that are larger than 2**32. | Nicholas Clark | 2013-09-18 | 1 | -2/+2 |
* | [perl #85228] stop $!=EINVAL; waitpid(0,0) from looping | Tony Cook | 2013-09-17 | 1 | -3/+10 |
* | Fix the VC6 build on Windows following commit 3be8f09452 | Steve Hay | 2013-09-13 | 1 | -0/+2 |
* | [perl #115928] a consistent (public) rand() implementation | Tony Cook | 2013-09-13 | 1 | -0/+100 |
* | perlapi: Add doc for my_strlcpy, my_strlcat | Karl Williamson | 2013-09-10 | 1 | -0/+34 |
* | util.c:my_pclose: Use NULL in PL_fdpid | Father Chrysostomos | 2013-09-05 | 1 | -1/+1 |
* | Sync core with CPAN version.pm release | John Peacock | 2013-09-03 | 1 | -9/+9 |
* | [perl #115768] improve (caller)[2] line numbers | Father Chrysostomos | 2013-09-01 | 1 | -6/+12 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -4/+6 |
* | [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 |