This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix expected failure text for new croak.t test
[perl5.git] / perl.h
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-04 Peter MartiniMove the function to set $^X to its own file
2013-10-31 Father ChrysostomosIntroduce PERL_BOOL_AS_CHAR define
2013-10-28 Father Chrysostomosperl.h: Remove ERRHV
2013-10-05 Father ChrysostomosPostfix dereference syntax
2013-09-25 Andy DoughertyUse a more reliable check for BSDish systems.
2013-09-24 Karl Williamsonperl.h: Don't pollute global namespace
2013-09-24 Karl WilliamsonMake typedef fully typedef
2013-09-24 Karl Williamsonregcomp.h: Create new typedef synonym for clarity
2013-09-24 Karl WilliamsonAdd regnode struct for synthetic start class
2013-09-24 Brian FraserConsistently use __sun to identify SunOS
2013-09-24 Brian Fraserperl.h: Comment was mistakenly passed to the preprocessor
2013-09-24 Brian Fraserperl.h: STMT_START/END don't need a special case for...
2013-09-21 Brian FraserRemoved the define for ISHISH
2013-09-21 Brian FraserRemoved the ifdefs for BUGGY_MSC and BUGGY_MSC6
2013-09-21 Brian Fraserperl.h: Always unconditionally include sys/types.h
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-09-21 Brian FraserRemoved the ifdef & define for VDf
2013-09-21 Brian FraserRemoved the ifdef for FPUTS_BOTCH
2013-09-21 Brian FraserRemove a '#undef ff_next' remnant from ages past.
2013-09-19 Steve HayAdd a USING_MSVC6 macro to identify Microsoft Visual...
2013-09-19 Nicholas ClarkRemove 4 redundant #undefs, missed by commit 79be8fb4ac...
2013-09-18 Steve HayFix the VC6 build on Windows following commit e25d460c74
2013-09-18 Nicholas ClarkFor PERL_CORE, don't undefine HAS_QUAD when building...
2013-09-16 Nicholas ClarkEliminate the only use of VOIDFLAGS, as part of STMT_ST...
2013-09-16 Nicholas ClarkStop using VOIDUSED in the headers.
2013-09-10 David LeadbeaterRemove PERL_MICRO where it is conditionally used with...
2013-09-10 David LeadbeaterRemove defining DIR* to void* on microperl
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-08-29 Karl WilliamsonMake casing tables native
2013-08-26 Tony Cook[perl #85104] work harder to save error numbers
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosCroak when range tries to extend stack too far
2013-08-13 David Mitchellimprove regexec_flags() API documentation
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-07-29 John Gardiner Myers[perl #52000] Warn/abort on attempted perl exit
2013-07-16 Karl WilliamsonReinstate "Use new Svt_INVLIST for inversion lists."
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-10 Karl WilliamsonPATCH: [perl #38193] embedded perl always calls setloca...
2013-07-06 Karl Williamsonlocale.c: Further checks for utf8ness of a locale
2013-07-06 Karl Williamsonperl.h, locale.c: White space only
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonRevert "Use new Svt_INVLIST for inversion lists."
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-18 Father ChrysostomosUTF8f
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-05-27 Nicholas ClarkRemove DG/UX support.
2013-05-26 David Mitchellperl -V displayed PERL_NEW_COPY_ON_WRITE twice
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-21 Nicholas ClarkRemove fakethr.h and eliminate all references to it...
2013-05-20 Nicholas ClarkEliminate the implementations of [hv]to[vh][ls] for...
2013-05-20 Nicholas ClarkDO_BO_{UN,}PACK can use my_swabn() directly.
2013-05-20 Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2013-05-20 Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2013-05-20 Nicholas ClarkFallbacks for ntohl, ntohs, htonl and htons for little...
2013-05-20 Nicholas ClarkProvide ntohl, ntohs, htonl and htons no-op macros...
2013-05-20 Nicholas ClarkProvide vtohl, vtohs, htovl and htovs no-op macros...
2013-05-20 Nicholas Clarkvtohl, vtohs, htovl and htovs are no-ops on 64 bit...
2013-05-20 Nicholas ClarkChange LIKELY() and UNLIKELY() to cast their first...
2013-05-03 Nicholas ClarkIf PERL_NO_INLINE_FUNCTIONS is defined, don't include...
2013-03-06 Steffen Mueller(UN)LIKELY branch prediction hints in a few strategic...
2013-03-02 David MitchellDisable by default the new Copy-on-Write for 5.18
2013-02-26 Nicholas ClarkFix redeclaration compiler errors on EBCDIC
2013-02-19 Nicholas ClarkRename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
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
next