| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Create SVt_INVLIST" | Karl Williamson | 2013-07-04 | 1 | -7/+7 |
* | Revert "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-04 | 1 | -2/+1 |
* | Use new Svt_INVLIST for inversion lists. | Karl Williamson | 2013-07-03 | 1 | -1/+2 |
* | Create SVt_INVLIST | Karl Williamson | 2013-07-03 | 1 | -7/+7 |
* | Reinstate UTF8f | Father Chrysostomos | 2013-06-28 | 1 | -0/+6 |
* | Revert "UTF8f" | Karl Williamson | 2013-06-25 | 1 | -5/+0 |
* | UTF8f | Father Chrysostomos | 2013-06-18 | 1 | -0/+5 |
* | add strbeg argument to Perl_re_intuit_start() | David Mitchell | 2013-06-02 | 1 | -2/+2 |
* | Remove DG/UX support. | Nicholas Clark | 2013-05-27 | 1 | -7/+2 |
* | perl -V displayed PERL_NEW_COPY_ON_WRITE twice | David Mitchell | 2013-05-26 | 1 | -3/+0 |
* | re-enable Copy-on-Write by default. | David Mitchell | 2013-05-26 | 1 | -5/+4 |
* | Remove fakethr.h and eliminate all references to it and FAKE_THREADS | Nicholas Clark | 2013-05-21 | 1 | -8/+1 |
* | Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems. | Nicholas Clark | 2013-05-20 | 1 | -10/+6 |
* | 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 |