This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Make pp_rv2cv use gv_autoload_pvn()
[perl5.git] / perl.h
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
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-26 Yves Ortonadd an elipses to string/ref warnings when str longer...
2009-08-26 Chip SalzenbergNew debugging flag -DB now dumps subroutine definitions,
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-20 David Mitchelladd -DM flag to track smartmatch resolution
2009-07-15 Vincent PitThe op_free() hook doesn't need to return an OP*, so...
2009-07-06 Offer KayeAdded missing 2009 to perl.h copyright header
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-04-28 Jan DuboisFix -p function and Fcntl::S_IFIFO constant under Micro...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-02 David Mitchelldocument PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-02-16 Nicholas ClarkMove PERL_VERSION_STRING from patchlevel.h to perl.h
2009-02-16 Nicholas ClarkPERL_FS_VER_FMT is only used with the current perl...
2009-01-23 Nicholas Clarksuidperl goes.
next