| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Shrink struct am_table. | Nicholas Clark | 2011-06-12 | 1 | -3/+6 |
* | Generate the PERL_MAGIC_* defines using mg_vtable.pl. | Nicholas Clark | 2011-06-11 | 1 | -57/+0 |
* | In PL_magic_data flag whether magic can be added to a readonly value. | Nicholas Clark | 2011-06-11 | 1 | -0/+3 |
* | Store a flag for container/value magic in PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -0/+5 |
* | Create a lookup table for magic vtables from magic type, PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -0/+9 |
* | Generate the enum for want_vtbl_* with regen/mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -35/+0 |
* | Remove want_vtbl_{glob,symtab}, which aren't used and don't do anything useful. | Nicholas Clark | 2011-06-11 | 1 | -2/+0 |
* | Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -6/+0 |
* | Move the cast for a magic vtable with const get into mg_vtable.h | Nicholas Clark | 2011-06-11 | 1 | -4/+0 |
* | Generate the definitions for magic vtables from data in a regen script. | Nicholas Clark | 2011-06-11 | 1 | -405/+1 |
* | Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2. | Nicholas Clark | 2011-06-11 | 1 | -13/+0 |
* | Don't even declare PL_vtbl_sigelem under -DPERL_MICRO | Nicholas Clark | 2011-06-11 | 1 | -14/+1 |
* | Remove DECCRTL_SOCKETS from PL_bincompat_options. | Craig A. Berry | 2011-03-09 | 1 | -3/+0 |
* | fix many s/// tainting bugs | David Mitchell | 2011-02-16 | 1 | -0/+9 |
* | Remove vestigial ORANGE references | David Mitchell | 2011-01-30 | 1 | -1/+0 |
* | Break out the generated function Perl_keywords() into keywords.c, a new file. | Nicholas Clark | 2011-01-24 | 1 | -0/+8 |
* | Remove obsolete macros | Leon Timmermans | 2011-01-17 | 1 | -30/+0 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -6/+6 |
* | Change regexes to debug dump non-ASCII as hex. | Karl Williamson | 2010-12-19 | 1 | -1/+1 |
* | pv_escape: Add option to dump all non-ascii as hex | Karl Williamson | 2010-12-19 | 1 | -0/+1 |
* | Add a verbose option to -DP, and replace C<#if 0> blocks in sv_gets() with it. | Nicholas Clark | 2010-11-29 | 1 | -0/+5 |
* | Fix C++ build problems introduced in 9a5a5549 | Tony Cook | 2010-11-29 | 1 | -0/+1 |
* | Make PerlIO marginally reentrant | David Mitchell | 2010-11-26 | 1 | -1/+0 |
* | add 'head' field to PerlIOl struct | David Mitchell | 2010-11-26 | 1 | -0/+1 |
* | perl.h: Add latin1 fold table | Karl Williamson | 2010-11-22 | 1 | -0/+44 |
* | PL_fold wrong for EBCDIC platforms. | Karl Williamson | 2010-11-22 | 1 | -36/+5 |