summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* [perl #109262] Don't use _POSIX_PATH_MAX as a fallback PATH_MAXDominic Hargreaves2012-02-181-5/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-3/+0
* avoid unused-var warning from MY_CXT_INITZefram2012-02-131-2/+4
* fix a comment typo: s/MYCXT/MY_CXT/David Mitchell2012-02-131-1/+1
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-211-0/+13
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-081-2/+11
* Move FEATURE_IS_ENABLED to feature.hFather Chrysostomos2011-12-241-9/+0
* Eliminate ‘negative’ featuresFather Chrysostomos2011-12-241-5/+1
* Set aside hint bits for feature bundlesFather Chrysostomos2011-12-241-0/+2
* Disable $[ under 5.16Father Chrysostomos2011-12-151-3/+8
* perl.h can include embed.h in the same location on all operating systems.Nicholas Clark2011-12-091-28/+7
* perl.h doesn't need special cases for x2p, as x2p doesn't include it.Nicholas Clark2011-12-091-1/+1
* Fix CORE::globFather Chrysostomos2011-10-261-0/+2
* HEKf256 formatFather Chrysostomos2011-10-071-0/+6
* HEKf formatFather Chrysostomos2011-10-071-0/+6
* "Use of uninitialized value..." UTF8 cleanupBrian Fraser2011-10-061-0/+2
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* No more special socket header handling for VMS.Craig A. Berry2011-09-051-1/+1
* Remove WITH_THR() and WITH_THX(), which are not used.Nicholas Clark2011-09-041-3/+0
* void rather than empty parameter for Perl___notused.Craig A. Berry2011-08-251-1/+1
* For microperl, prefix generateuudmap and the 3 generated headers with u.Nicholas Clark2011-08-241-3/+15
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-8/+8
* Sort the VMS specific PL_bincompat_options in alphabetic order.Nicholas Clark2011-07-201-3/+3
* Remove an erroneous space from PL_bincompat_options for HAVE_INTERP_INTERN.Nicholas Clark2011-07-201-1/+1
* PL_bincompat_options was missing options that affect the interpreter struct.Nicholas Clark2011-07-181-0/+21
* replace many SvTYPE assertions with lookup tablesDavid Mitchell2011-07-151-0/+27
* Add a phase-change DTrace probeShawn M Moore2011-07-111-0/+1
* Factor out a PERL_SET_PHASE macroShawn M Moore2011-07-111-0/+5
* Change dNOOP to a function declaration.Nicholas Clark2011-07-041-5/+6
* Add flag to num groks to silence non-portable warningsKarl Williamson2011-07-031-0/+2
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-0/+8
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-0/+17
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-12/+23
* Move PL_sh_path to perl.h (except for OS/2), as it's const char[]Nicholas Clark2011-06-121-0/+6
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-3/+7
* Move the temporary definitions for PERLVAR* macros inside #ifdef MULTIPLICITYNicholas Clark2011-06-121-36/+42
* Shrink struct am_table.Nicholas Clark2011-06-121-3/+6
* Generate the PERL_MAGIC_* defines using mg_vtable.pl.Nicholas Clark2011-06-111-57/+0
* In PL_magic_data flag whether magic can be added to a readonly value.Nicholas Clark2011-06-111-0/+3
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-111-0/+5
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-0/+9
* Generate the enum for want_vtbl_* with regen/mg_vtable.plNicholas Clark2011-06-111-35/+0
* Remove want_vtbl_{glob,symtab}, which aren't used and don't do anything useful.Nicholas Clark2011-06-111-2/+0
* Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.plNicholas Clark2011-06-111-6/+0
* Move the cast for a magic vtable with const get into mg_vtable.hNicholas Clark2011-06-111-4/+0
* Generate the definitions for magic vtables from data in a regen script.Nicholas Clark2011-06-111-405/+1
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-13/+0
* Don't even declare PL_vtbl_sigelem under -DPERL_MICRONicholas Clark2011-06-111-14/+1
* Remove DECCRTL_SOCKETS from PL_bincompat_options.Craig A. Berry2011-03-091-3/+0
* fix many s/// tainting bugsDavid Mitchell2011-02-161-0/+9