| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [perl #114338] Misleading prototype in perlapi manpage | Father Chrysostomos | 2012-07-30 | 1 | -2/+2 |
* | Remove code for supporting 80286 based systems. | Nicholas Clark | 2012-07-28 | 1 | -4/+0 |
* | Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19 | Nicholas Clark | 2012-07-28 | 1 | -1/+1 |
* | Restore microperl, which has been unable to build since January. | Nicholas Clark | 2012-07-27 | 1 | -0/+1 |
* | Adding support for Visual C's __declspec(noreturn) function declarations to perl | Daniel Dragan | 2012-07-18 | 1 | -0/+4 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -4/+1 |
* | PERL_IMPLICIT_SYS can use the new slab allocator | Father Chrysostomos | 2012-06-29 | 1 | -9/+0 |
* | -DS option for slab allocation | Father Chrysostomos | 2012-06-29 | 1 | -2/+7 |
* | CV-based slab allocation for ops | Father Chrysostomos | 2012-06-29 | 1 | -0/+5 |
* | Use assertions for /* NOT REACHED */ | Father Chrysostomos | 2012-06-15 | 1 | -2/+2 |
* | make perl build again on non-DEBUGGING builds | David Mitchell | 2012-06-13 | 1 | -2/+3 |
* | make re_evals be seen by the toker/parser | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | A more C++-friendly dNOOP. | Craig A. Berry | 2012-05-30 | 1 | -0/+4 |