This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a directory of tests to run with large available memory
[perl5.git] / perl.h
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-02-18 Dominic Hargreaves[perl #109262] Don't use _POSIX_PATH_MAX as a fallback...
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-13 Zeframavoid unused-var warning from MY_CXT_INIT
2012-02-13 David Mitchellfix a comment typo: s/MYCXT/MY_CXT/
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-09 Father Chrysostomos[perl #92254, #92256] Fix SAVE_DEFSV to do refcounting
2011-12-24 Father ChrysostomosMove FEATURE_IS_ENABLED to feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father ChrysostomosSet aside hint bits for feature bundles
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-09 Nicholas Clarkperl.h can include embed.h in the same location on...
2011-12-09 Nicholas Clarkperl.h doesn't need special cases for x2p, as x2p doesn...
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-07 Father ChrysostomosHEKf256 format
2011-10-07 Father ChrysostomosHEKf format
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-09-09 Zeframremove index offsetting ($[)
2011-09-05 Craig A. BerryNo more special socket header handling for VMS.
2011-09-04 Nicholas ClarkRemove WITH_THR() and WITH_THX(), which are not used.
2011-08-26 Craig A. Berryvoid rather than empty parameter for Perl___notused.
2011-08-24 Nicholas ClarkFor microperl, prefix generateuudmap and the 3 generate...
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-07-20 Nicholas ClarkSort the VMS specific PL_bincompat_options in alphabeti...
2011-07-20 Nicholas ClarkRemove an erroneous space from PL_bincompat_options...
2011-07-18 Nicholas ClarkPL_bincompat_options was missing options that affect...
2011-07-15 David Mitchellreplace many SvTYPE assertions with lookup tables
2011-07-12 Shawn M MooreAdd a phase-change DTrace probe
2011-07-12 Shawn M MooreFactor out a PERL_SET_PHASE macro
2011-07-04 Nicholas ClarkChange dNOOP to a function declaration.
2011-07-03 Karl WilliamsonAdd flag to num groks to silence non-portable warnings
2011-06-12 Nicholas ClarkMove PL_runops_{std,dbg} to perl.h, and make them const.
2011-06-12 Nicholas ClarkMove PL_global_struct_size, PL_interp_size{,_5_16_0...
2011-06-12 Nicholas ClarkMove PL_{revision,version,subversion} to perl.h, making...
2011-06-12 Nicholas ClarkMove PL_sh_path to perl.h (except for OS/2), as it...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-12 Nicholas ClarkMove the temporary definitions for PERLVAR* macros...
2011-06-12 Nicholas ClarkShrink struct am_table.
2011-06-11 Nicholas ClarkGenerate the PERL_MAGIC_* defines using mg_vtable.pl.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkGenerate the enum for want_vtbl_* with regen/mg_vtable.pl
2011-06-11 Nicholas ClarkRemove want_vtbl_{glob,symtab}, which aren't used and...
2011-06-11 Nicholas ClarkMove the work of MGVTBL_SET() from the C pre-processor...
2011-06-11 Nicholas ClarkMove the cast for a magic vtable with const get into...
2011-06-11 Nicholas ClarkGenerate the definitions for magic vtables from data...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-06-11 Nicholas ClarkDon't even declare PL_vtbl_sigelem under -DPERL_MICRO
2011-03-09 Craig A. BerryRemove DECCRTL_SOCKETS from PL_bincompat_options.
2011-02-16 David Mitchellfix many s/// tainting bugs
2011-01-30 David MitchellRemove vestigial ORANGE references
2011-01-24 Nicholas ClarkBreak out the generated function Perl_keywords() into...
2011-01-18 Leon TimmermansRemove obsolete macros
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-20 Karl WilliamsonChange regexes to debug dump non-ASCII as hex.
2010-12-20 Karl Williamsonpv_escape: Add option to dump all non-ascii as hex
2010-11-29 Nicholas ClarkAdd a verbose option to -DP, and replace C<#if 0> block...
2010-11-29 Tony CookFix C++ build problems introduced in 9a5a5549
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 David Mitchelladd 'head' field to PerlIOl struct
2010-11-22 Karl Williamsonperl.h: Add latin1 fold table
2010-11-22 Karl WilliamsonPL_fold wrong for EBCDIC platforms.
2010-11-22 Karl Williamsonperl.h: Expand comment
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-10-27 Nicholas ClarkRemove THREADSV_NAMES, part of 5005 threads that the...
2010-10-22 Jan DuboisFix calling conventions in malloc_ctl.h
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-09 Craig A. BerryAdd VMS symbol shortening to PL_bincompat_options.
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-01 David Mitchellfix indentation of MY_CXT #defines
2010-09-01 David Mitchellmerge two similar MY_CXT code branches
2010-09-01 David MitchellMY_CXT macros: make the two sets of defs similar
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-08-14 Wolfram Humannmake string-append on win32 100 times faster
2010-07-26 Florian RagwitzCheck API compatibility when loading xs modules
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-22 Andy DoughertyAdd a Configure probe for static inline.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-06-16 Nicholas ClarkStop using WITH_THR and WITH_THX, as they were never...
2010-06-05 David Mitchelladd handy note on vtable fields
2010-06-04 David Mitchelladd PL_signalhook to hook into signal dispatch
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-25 Nicholas ClarkDon't allocate pointer table entries from arenas.
2010-03-30 David Mitchellimprove -Dl debugging output
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-11-29 Nicholas ClarkHandle $@ being assigned a read-only value (without...
2009-11-29 Nicholas ClarkFix RT #70862 by converting ERRSV to GvSVn() to ensure...
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-15 Nicholas ClarkInline PL_no_symref_sv into its users. Deprecate the...
2009-11-15 Nicholas ClarkInline PL_no_symref into pp_entersub. Deprecate the...
2009-11-14 Karl Williamsonadd code for Unicode semantics for non-utf8 latin1...
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
next