| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid recalculating sub name hash in util.c:get_db_sub | Father Chrysostomos | 2014-02-16 | 1 | -3/+2 |
* | [perl #121255] Call set-magic when setting $DB::sub | Father Chrysostomos | 2014-02-16 | 1 | -0/+1 |
* | util.c: Add comment. | Karl Williamson | 2014-02-05 | 1 | -1/+2 |
* | Fix the prototypes of some functions without context | Brian Fraser | 2014-02-05 | 1 | -2/+2 |
* | rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE | David Mitchell | 2014-01-20 | 1 | -10/+10 |
* | util.c: A couple of defines to simplify #ifdef maze | Father Chrysostomos | 2014-01-16 | 1 | -16/+20 |
* | PERL_DEBUG_READONLY_COW | Father Chrysostomos | 2014-01-16 | 1 | -20/+124 |
* | Extract version routines into two new files | Father Chrysostomos | 2014-01-04 | 1 | -939/+1 |
* | Improve rcatline bad fh warnings | Father Chrysostomos | 2013-12-29 | 1 | -1/+2 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -9/+11 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -10/+3 |
* | Fix sfio breakage caused by the fix for RT #78494. | Nicholas Clark | 2013-12-27 | 1 | -2/+2 |
* | Fix a typo introduced in Nov 2008 by commit 4ee3916907333148. | Nicholas Clark | 2013-12-27 | 1 | -1/+1 |
* | 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 |