This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
portability to Haiku-OS for the cachepropagate-*.t tests
[perl5.git] / perl.h
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-12 David Mitchellperl.h: fix signedness warning with clang
2012-12-09 Karl Williamsonperl.h: Add comments
2012-11-27 Father Chrysostomosperl.h: Mention PERL_SAWAMPERSAND in perl -V output
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-27 Father ChrysostomosEnable PERL_NEW_COPY_ON_WRITE by default
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-09 Daniel Dragancreate aTHXa, some unused dTHXs removed in /win32/*
2012-11-05 Father Chrysostomosperl.h: s/non-existant/nonexistent/
2012-11-05 Steffen MuellerMore violent warning about using NO_TAINT_SUPPORT
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-09-26 Steve HayStop declaring non-exported externs to non-core XS...
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-14 Karl WilliamsonRemove some EBCDIC dependencies
2012-09-08 David MitchellPL_sawampersand: use 3 bit flags rather than bool
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Father ChrysostomosFinish fixing here-docs in re-evals
2012-08-28 Father ChrysostomosUse PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)
2012-08-22 Father Chrysostomos[perl #114040] Fix here-docs in multiline re-evals
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosMove PAD(LIST) typedefs to perl.h
2012-08-21 Father ChrysostomosStatic inline functions for SvPADTMP and SvPADSTALE
2012-08-21 Father Chrysostomos[perl #113718] Add inline.h
2012-08-21 Father ChrysostomosFix substitution in substitution pattern
2012-08-21 Father ChrysostomosFix here-docs in nested quote-like operators
2012-08-21 Father Chrysostomoshere-doc in quotes in multiline s//.../e in eval
2012-08-17 Nicholas ClarkRemove the UTS port.
2012-08-07 Steve HayUse _strtoi64, _strtoui64 and _atoi64 for WIN64 VC...
2012-08-07 Steve HayVC++ has QUADKIND == QUAD_IS___INT64 so we might as...
2012-08-06 Father Chrysostomosassert_(...)
2012-07-31 Father Chrysostomos[perl #114338] Misleading prototype in perlapi manpage
2012-07-28 Nicholas ClarkRemove code for supporting 80286 based systems.
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-27 Nicholas ClarkRestore microperl, which has been unable to build since...
2012-07-18 Daniel DraganAdding support for Visual C's __declspec(noreturn)...
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-06-29 Father ChrysostomosPERL_IMPLICIT_SYS can use the new slab allocator
2012-06-29 Father Chrysostomos-DS option for slab allocation
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-13 David Mitchellmake perl build again on non-DEBUGGING builds
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-05-30 Craig A. BerryA more C++-friendly dNOOP.
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryVMS C++ strerror prototype differences in perl.h.
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
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...
next