| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | VMS C++ strerror prototype differences in perl.h. | Craig A. Berry | 2012-05-24 | 1 | -2/+2 |
* | Excise PL_amagic_generation | Father Chrysostomos | 2012-05-23 | 1 | -2/+2 |
* | Fix VMS build broken by d1718a7cf5 | Father Chrysostomos | 2012-04-05 | 1 | -6/+9 |
* | [perl #111462] Move strict hints from %^H to $^H | Father Chrysostomos | 2012-04-03 | 1 | -0/+5 |
* | [perl #109262] Don't use _POSIX_PATH_MAX as a fallback PATH_MAX | Dominic Hargreaves | 2012-02-18 | 1 | -5/+1 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -3/+0 |
* | avoid unused-var warning from MY_CXT_INIT | Zefram | 2012-02-13 | 1 | -2/+4 |
* | fix a comment typo: s/MYCXT/MY_CXT/ | David Mitchell | 2012-02-13 | 1 | -1/+1 |
* | Add :not_characters parameter to 'use locale' | Karl Williamson | 2012-01-21 | 1 | -0/+13 |
* | [perl #92254, #92256] Fix SAVE_DEFSV to do refcounting | Father Chrysostomos | 2012-01-08 | 1 | -2/+11 |
* | Move FEATURE_IS_ENABLED to feature.h | Father Chrysostomos | 2011-12-24 | 1 | -9/+0 |
* | Eliminate ‘negative’ features | Father Chrysostomos | 2011-12-24 | 1 | -5/+1 |
* | Set aside hint bits for feature bundles | Father Chrysostomos | 2011-12-24 | 1 | -0/+2 |
* | Disable $[ under 5.16 | Father Chrysostomos | 2011-12-15 | 1 | -3/+8 |
* | perl.h can include embed.h in the same location on all operating systems. | Nicholas Clark | 2011-12-09 | 1 | -28/+7 |
* | perl.h doesn't need special cases for x2p, as x2p doesn't include it. | Nicholas Clark | 2011-12-09 | 1 | -1/+1 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -0/+2 |
* | HEKf256 format | Father Chrysostomos | 2011-10-07 | 1 | -0/+6 |
* | HEKf format | Father Chrysostomos | 2011-10-07 | 1 | -0/+6 |
* | "Use of uninitialized value..." UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -0/+2 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -1/+0 |
* | No more special socket header handling for VMS. | Craig A. Berry | 2011-09-05 | 1 | -1/+1 |
* | Remove WITH_THR() and WITH_THX(), which are not used. | Nicholas Clark | 2011-09-04 | 1 | -3/+0 |
* | void rather than empty parameter for Perl___notused. | Craig A. Berry | 2011-08-25 | 1 | -1/+1 |
* | For microperl, prefix generateuudmap and the 3 generated headers with u. | Nicholas Clark | 2011-08-24 | 1 | -3/+15 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -8/+8 |
* | Sort the VMS specific PL_bincompat_options in alphabetic order. | Nicholas Clark | 2011-07-20 | 1 | -3/+3 |
* | Remove an erroneous space from PL_bincompat_options for HAVE_INTERP_INTERN. | Nicholas Clark | 2011-07-20 | 1 | -1/+1 |
* | PL_bincompat_options was missing options that affect the interpreter struct. | Nicholas Clark | 2011-07-18 | 1 | -0/+21 |
* | replace many SvTYPE assertions with lookup tables | David Mitchell | 2011-07-15 | 1 | -0/+27 |
* | Add a phase-change DTrace probe | Shawn M Moore | 2011-07-11 | 1 | -0/+1 |
* | Factor out a PERL_SET_PHASE macro | Shawn M Moore | 2011-07-11 | 1 | -0/+5 |
* | Change dNOOP to a function declaration. | Nicholas Clark | 2011-07-04 | 1 | -5/+6 |
* | Add flag to num groks to silence non-portable warnings | Karl Williamson | 2011-07-03 | 1 | -0/+2 |
* | Move PL_runops_{std,dbg} to perl.h, and make them const. | Nicholas Clark | 2011-06-12 | 1 | -0/+8 |
* | Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h | Nicholas Clark | 2011-06-12 | 1 | -0/+17 |
* | Move PL_{revision,version,subversion} to perl.h, making them const U8. | Nicholas Clark | 2011-06-12 | 1 | -12/+23 |
* | Move PL_sh_path to perl.h (except for OS/2), as it's const char[] | Nicholas Clark | 2011-06-12 | 1 | -0/+6 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -3/+7 |
* | Move the temporary definitions for PERLVAR* macros inside #ifdef MULTIPLICITY | Nicholas Clark | 2011-06-12 | 1 | -36/+42 |