This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_isinf enhancements.
[perl5.git] / perl.h
2014-08-20 Jarkko HietaniemiPerl_isinf enhancements.
2014-08-20 Jarkko HietaniemiPerl_isfinite() enhancements.
2014-08-14 Jarkko HietaniemiHexadecimal float literals, for perl #122219
2014-08-14 Jarkko HietaniemiHexadecimal float sprintf, for perl #122219
2014-08-14 Jarkko HietaniemiPerl_ldexp is one of ldexpl, scalbnl, or ldexp
2014-08-13 Father Chrysostomos[perl #46947] Parse method-BLOCK arguments as a term
2014-07-25 Jarkko HietaniemiMake PERL_GLOBAL_STRUCT_PRIVATE visible in -V.
2014-07-23 Jarkko HietaniemiImplement grok_atou as safe/strict atoi replacement.
2014-07-12 Karl Williamsonperl.h: Actually #define USE_LOCALE_TIME
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-25 Jarkko HietaniemiFollow-up to 51f14a05: not ignoring my_snprintf return...
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-22 Jarkko HietaniemiTry simpler usage for file-level GCC_DIAG_RESTORE.
2014-06-20 Jarkko HietaniemiGCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file...
2014-06-18 Jarkko HietaniemiRevert the perl.h part of a3ccabc.
2014-06-18 Jarkko HietaniemiGCC_DIAG_IGNORE needs to end with semicolon (inline.h).
2014-06-18 Jarkko Hietaniemi__clang__ seems to be thing, but leave also __clang.
2014-06-18 Karl Williamsonperl.h: White-space only
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserAdded several missing PERL_UNUSED_RESULT()
2014-06-12 Brian FraserProtect against ptrdiff_t not being available.
2014-06-12 Karl WilliamsonFix some compilation warnings
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-12 Jarkko HietaniemiC backtrace tweaks.
2014-06-11 Brian FraserRemoved NeXT support
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl WilliamsonAllow dynamic lock of LC_NUMERIC
2014-06-05 Karl WilliamsonFix up LC_NUMERIC wrap macros
2014-06-05 Karl WilliamsonAvoid locale function overhead
2014-06-05 Karl Williamsonperl.h: Move #if
2014-06-03 Jarkko Hietaniemi38d96942 missed a side-effect in PerlIO_open flags...
2014-06-03 David Mitchellperl.h: move PERL_GET_CONTEXT fallbacks earlier
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-30 Jarkko HietaniemiMove #include <assert.h> before ASSUME/NOT_REACHED.
2014-05-29 Craig A. BerryActually define SS_NOPRIV.
2014-05-29 Jarkko HietaniemiO_BINARY versus O_TEXT.
2014-05-28 Jarkko HietaniemiMove the PERL_GCC_BRACE_GROUPS_FORBIDDEN earlier.
2014-05-28 Jarkko HietaniemiUse STRUCT_OFFSET() instead raw C99 offsetof().
2014-05-28 Jarkko HietaniemiAdd PERL_UNUSED_RESULT() and use that instead of the...
2014-03-19 Nicholas ClarkExtract the cleanup code of Perl_do_openn() into S_open...
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-19 H.Merijn BrandNew bincompat options
2014-02-19 Karl Williamsonregcomp.c: Fix more alignment problems
2014-02-17 Karl Williamsonregcomp.c: Fix some alignment problems
2014-02-15 Karl WilliamsonEmulate POSIX locale setting on Windows
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Karl WilliamsonAdd -DL option to trace setlocale calls
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-23 Brian FraserMerge branch 'cross-compile-revamp' into blead
2014-01-22 Karl WilliamsonAdd some cBOOL casts to macros
2014-01-22 Karl WilliamsonComments, white-space
2014-01-22 Jess RobinsonNo xconfig.h is produced when cross-compiling, we have...
2014-01-20 David Mitchellrename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
2014-01-17 Father ChrysostomosAlways define sTHX as 0 when not using mem debug header
2014-01-17 Father ChrysostomosPERL_DEBUG_READONLY_COW
2014-01-15 Tony Cook[perl #120670] make perl headers C++11 compatible
2014-01-04 Karl WilliamsonPOSIX:strtod() should restore the locale it changed
2014-01-04 Karl Williamsonperl.h: Add macros and comments
2014-01-04 Karl Williamsonperl.h: Revise another locale setting macro
2014-01-04 Karl Williamsonperl.h: Revise a locale setting macro
2014-01-04 Karl Williamsonperl.h: Move some macro definitions
2014-01-04 Brian FraserMake dump.c nul-and-UTF8 clean
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-27 Nicholas ClarkFix sfio breakage caused by the addition of PERLIO_TERM...
2013-12-17 Karl Williamsonperl.h: Move a string constant to a #define
2013-11-28 David MitchellGCC_DIAG_IGNORE() only with >= 4.6
2013-11-28 David Mitchelladd GCC_DIAG_IGNORE(), GCC_DIAG_RESTORE macros
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.
next