This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve API pod of is_ascii_string
[perl5.git] / perl.h
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Jarkko HietaniemiDrop uselongdouble unless it really gives longer doubles.
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Draganremove cargo culted redundant PL_perldb test
2014-10-30 Jarkko HietaniemiDecouple quadmath from longdouble.
2014-10-19 Yves Ortondump.c: Add PERL_PV_PRETTY_EXACTSIZE option
2014-10-10 Daniel Draganfix WinCE build
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-08 Jarkko HietaniemiTru64: the socket API defines must come early.
2014-10-07 Jarkko HietaniemiTru64: _SOCKADDR_LEN is good.
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-26 Jarkko HietaniemiTru64: introduce PERL_SYS_FPU_INIT, use it.
2014-09-26 Jarkko HietaniemiTru64: NaN comparison quite broken.
2014-09-23 Jarkko HietaniemiMove the VC6 "broken-nan" define from win32.h to perl.h.
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-09-20 Father Chrysostomos[perl #121983] #error with ro ops and no threads
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-19 Jarkko Hietaniemiquadmath interfaces and constants
2014-09-17 Jarkko HietaniemiUse the Perl_isfinite multiplication fallback last.
2014-09-16 Jarkko Hietaniemi[perl #122788] broken nan on win32
2014-09-14 Jarkko HietaniemiDefine Perl_isfinite only if not already defined.
2014-09-13 Jarkko HietaniemiUse HAS_ISFINITE for Perl_isfinitel.
2014-09-13 Jarkko HietaniemiHAS_C99 comment tweak.
2014-09-12 Jarkko HietaniemiComment tweak for HAS_C99.
2014-09-12 Jarkko HietaniemiUse the multiplication test instead of the DBL_MAX...
2014-09-12 Jarkko HietaniemiPerl_isfinitel should not use the fpclass macross blindly.
2014-09-12 Jarkko HietaniemiMore ways to Perl_isfinitel.
2014-09-12 Jarkko HietaniemiHave a Perl_isfinitel() separate from USE_LONG_DOUBLE.
2014-09-09 Jarkko HietaniemiComment tweaks.
2014-09-09 Jarkko HietaniemiSort the Perl_ math wrappers for easier eyeballing.
2014-09-08 Jarkko Hietaniemimodfl emulation via truncl (C99) and copysignl.
2014-09-06 Jarkko HietaniemiLong double might have INFINITYL or NANL.
2014-09-06 Jarkko HietaniemiNV_INF/NV_NAN fallback where int32 is coerced to IEEE75...
2014-09-05 Jarkko Hietaniemifpclass snan detection errors (cut-n-paste).
2014-09-04 Jarkko HietaniemiUse sizeof() in UNUSED_ARG and UNUSED_VAR to avoid...
2014-09-03 Jarkko HietaniemiPOSIX math: have the Perl_func wrappers for the C89...
2014-09-02 Craig A. Berryisnormal macro in fp.h broken on VMS.
2014-09-01 Jarkko HietaniemiStatic initialization using 1/0 or 0/0 not C89.
2014-09-01 Jarkko HietaniemiPerl_isinf and Perl_isfinite fallbacks.
2014-09-01 Jarkko HietaniemiDo not use HUGE_VAL/VALL for NV_INF.
2014-09-01 Craig A. Berryfix fp_classify in perl.h for VMS.
2014-08-31 Jarkko HietaniemiPOSIX math: fpclassify continues.
2014-08-31 Jarkko HietaniemiThe fp classification is a royal mess.
2014-08-30 Jarkko HietaniemiAnother way to detect C99.
2014-08-30 Jarkko HietaniemiHAS_C99 was oddly defined, and oddly used.
2014-08-28 Jarkko HietaniemiDon't use isfinitel/isinfl/isnanl if the C99 macros...
2014-08-26 Jarkko Hietaniemi*fp*class* comment tweaks.
2014-08-25 Jarkko HietaniemiReorder the *fp*class* in preference order, add comments.
2014-08-25 Jarkko HietaniemiMore is_inf() et alia dance.
2014-08-23 Craig A. BerryInclude fp.h with math.h on VMS.
2014-08-22 Jarkko HietaniemiFix infnan.t Win32 failure.
2014-08-22 Jarkko HietaniemiIntroduce Perl_strtod (macro) to call strtold if long...
2014-08-22 Jarkko HietaniemiPerl_isinf and Perl_isfinite enhancements.
2014-08-22 Jarkko HietaniemiClean up the fpclass forest.
2014-08-20 Jarkko HietaniemiWin32 apparently has _isnan() and _finite(), and _fpcla...
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...
next