| Commit message (Expand) | Author | Age | Files | Lines |
* | DO_BO_{UN,}PACK can use my_swabn() directly. | Nicholas Clark | 2013-05-20 | 1 | -21/+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 | -162/+0 |
* | Eliminate the conditionally-compiled fallback functions for htonl etc. | Nicholas Clark | 2013-05-20 | 1 | -16/+13 |
* | Fallbacks for ntohl, ntohs, htonl and htons for little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -0/+24 |
* | Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems. | Nicholas Clark | 2013-05-20 | 1 | -8/+9 |
* | Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -5/+7 |
* | vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -1/+3 |
* | Change LIKELY() and UNLIKELY() to cast their first argument to a bool. | Nicholas Clark | 2013-05-20 | 1 | -2/+2 |
* | If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h" | Nicholas Clark | 2013-05-03 | 1 | -2/+15 |
* | (UN)LIKELY branch prediction hints in a few strategic places | Steffen Mueller | 2013-03-06 | 1 | -3/+3 |
* | Disable by default the new Copy-on-Write for 5.18 | David Mitchell | 2013-03-02 | 1 | -3/+7 |
* | Fix redeclaration compiler errors on EBCDIC | Nicholas Clark | 2013-02-25 | 1 | -0/+2 |
* | Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0. | Nicholas Clark | 2013-02-19 | 1 | -2/+2 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 1 | -10/+6 |
* | perl.h: fix signedness warning with clang | David Mitchell | 2012-12-12 | 1 | -1/+1 |
* | perl.h: Add comments | Karl Williamson | 2012-12-09 | 1 | -0/+6 |
* | perl.h: Mention PERL_SAWAMPERSAND in perl -V output | Father Chrysostomos | 2012-11-27 | 1 | -0/+3 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+5 |
* | Enable PERL_NEW_COPY_ON_WRITE by default | Father Chrysostomos | 2012-11-27 | 1 | -0/+4 |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -0/+11 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -4/+4 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -11/+6 |
* | [perl #114864] Don’t use amt for DESTROY | Father Chrysostomos | 2012-11-17 | 1 | -4/+0 |
* | clean up the users of PL_no_mem | Daniel Dragan | 2012-11-12 | 1 | -1/+1 |
* | create aTHXa, some unused dTHXs removed in /win32/* | Daniel Dragan | 2012-11-08 | 1 | -0/+2 |
* | perl.h: s/non-existant/nonexistent/ | Father Chrysostomos | 2012-11-05 | 1 | -1/+1 |
* | More violent warning about using NO_TAINT_SUPPORT | Steffen Mueller | 2012-11-05 | 1 | -0/+3 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -5/+45 |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -1/+1 |
* | fix C++ builds broken by cdc4a174060 | Daniel Dragan | 2012-10-10 | 1 | -0/+14 |
* | Stop declaring non-exported externs to non-core XS modules [perl #114516] | Steve Hay | 2012-09-26 | 1 | -3/+5 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -5/+0 |
* | Remove some EBCDIC dependencies | Karl Williamson | 2012-09-13 | 1 | -9/+1 |
* | PL_sawampersand: use 3 bit flags rather than bool | David Mitchell | 2012-09-08 | 1 | -0/+6 |
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 1 | -6/+1 |
* | Finish fixing here-docs in re-evals | Father Chrysostomos | 2012-08-30 | 1 | -2/+0 |
* | Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr) | Father Chrysostomos | 2012-08-28 | 1 | -1/+0 |
* | [perl #114040] Fix here-docs in multiline re-evals | Father Chrysostomos | 2012-08-22 | 1 | -0/+1 |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -1/+3 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -3/+3 |
* | Move PAD(LIST) typedefs to perl.h | Father Chrysostomos | 2012-08-21 | 1 | -0/+5 |
* | Static inline functions for SvPADTMP and SvPADSTALE | Father Chrysostomos | 2012-08-21 | 1 | -3/+2 |
* | [perl #113718] Add inline.h | Father Chrysostomos | 2012-08-21 | 1 | -0/+3 |
* | Fix substitution in substitution pattern | Father Chrysostomos | 2012-08-21 | 1 | -0/+1 |
* | Fix here-docs in nested quote-like operators | Father Chrysostomos | 2012-08-21 | 1 | -1/+0 |
* | here-doc in quotes in multiline s//.../e in eval | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Remove the UTS port. | Nicholas Clark | 2012-08-17 | 1 | -20/+3 |
* | Use _strtoi64, _strtoui64 and _atoi64 for WIN64 VC++ builds | Steve Hay | 2012-08-07 | 1 | -3/+6 |
* | VC++ has QUADKIND == QUAD_IS___INT64 so we might as well make use of it | Steve Hay | 2012-08-07 | 1 | -0/+2 |
* | assert_(...) | Father Chrysostomos | 2012-08-05 | 1 | -0/+5 |