summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-2/+2
* make perl build again on non-DEBUGGING buildsDavid Mitchell2012-06-131-2/+3
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-0/+1
* A more C++-friendly dNOOP.Craig A. Berry2012-05-301-0/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* VMS C++ strerror prototype differences in perl.h.Craig A. Berry2012-05-241-2/+2
* Excise PL_amagic_generationFather Chrysostomos2012-05-231-2/+2
* Fix VMS build broken by d1718a7cf5Father Chrysostomos2012-04-051-6/+9
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-0/+5
* [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