summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-1/+1
* define and use STATIC_ASSERT_STMT for compile-time invariantsLukas Mai2014-11-291-1/+25
* fix off-by-one error in version checkLukas Mai2014-11-281-1/+1
* Make encoding pragma lexical in scopeKarl Williamson2014-11-201-2/+3
* Make testing for PL_encoding into a macroKarl Williamson2014-11-201-0/+3
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-2/+2
* Drop uselongdouble unless it really gives longer doubles.Jarkko Hietaniemi2014-11-081-5/+3
* add xs_handshake APIDaniel Dragan2014-11-071-0/+20
* remove cargo culted redundant PL_perldb testDaniel Dragan2014-11-071-13/+13
* Decouple quadmath from longdouble.Jarkko Hietaniemi2014-10-301-43/+40
* dump.c: Add PERL_PV_PRETTY_EXACTSIZE optionYves Orton2014-10-201-14/+14
* fix WinCE buildDaniel Dragan2014-10-091-0/+9
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+10
* Tru64: the socket API defines must come early.Jarkko Hietaniemi2014-10-081-8/+0
* Tru64: _SOCKADDR_LEN is good.Jarkko Hietaniemi2014-10-071-8/+8
* Correct ‘"my" variable "&f::b"...’ messageFather Chrysostomos2014-10-051-1/+1
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-0/+1
* Tru64: introduce PERL_SYS_FPU_INIT, use it.Jarkko Hietaniemi2014-09-261-0/+17
* Tru64: NaN comparison quite broken.Jarkko Hietaniemi2014-09-261-3/+7
* Move the VC6 "broken-nan" define from win32.h to perl.h.Jarkko Hietaniemi2014-09-231-7/+6
* On VC6 (broken NaN compare) redefine Perl_isinf.Jarkko Hietaniemi2014-09-201-0/+7
* [perl #121983] #error with ro ops and no threadsFather Chrysostomos2014-09-201-0/+4
* quadmath NV formatted I/O.Jarkko Hietaniemi2014-09-191-0/+7
* quadmath interfaces and constantsJarkko Hietaniemi2014-09-191-50/+99
* Use the Perl_isfinite multiplication fallback last.Jarkko Hietaniemi2014-09-171-8/+5
* [perl #122788] broken nan on win32Jarkko Hietaniemi2014-09-161-3/+5
* Define Perl_isfinite only if not already defined.Jarkko Hietaniemi2014-09-141-1/+3
* Use HAS_ISFINITE for Perl_isfinitel.Jarkko Hietaniemi2014-09-131-1/+1
* HAS_C99 comment tweak.Jarkko Hietaniemi2014-09-131-2/+5
* Comment tweak for HAS_C99.Jarkko Hietaniemi2014-09-121-1/+5
* Use the multiplication test instead of the DBL_MAX/LDBL_MAX.Jarkko Hietaniemi2014-09-121-5/+6
* Perl_isfinitel should not use the fpclass macross blindly.Jarkko Hietaniemi2014-09-121-2/+2
* More ways to Perl_isfinitel.Jarkko Hietaniemi2014-09-111-20/+22
* Have a Perl_isfinitel() separate from USE_LONG_DOUBLE.Jarkko Hietaniemi2014-09-111-10/+21
* Comment tweaks.Jarkko Hietaniemi2014-09-091-0/+4
* Sort the Perl_ math wrappers for easier eyeballing.Jarkko Hietaniemi2014-09-091-23/+26
* modfl emulation via truncl (C99) and copysignl.Jarkko Hietaniemi2014-09-071-3/+1
* Long double might have INFINITYL or NANL.Jarkko Hietaniemi2014-09-061-5/+13
* NV_INF/NV_NAN fallback where int32 is coerced to IEEE754 float.Jarkko Hietaniemi2014-09-061-1/+33
* fpclass snan detection errors (cut-n-paste).Jarkko Hietaniemi2014-09-051-2/+2
* Use sizeof() in UNUSED_ARG and UNUSED_VAR to avoid accessing the values.Jarkko Hietaniemi2014-09-041-3/+4
* POSIX math: have the Perl_func wrappers for the C89 math, too.Jarkko Hietaniemi2014-09-031-0/+16
* isnormal macro in fp.h broken on VMS.Craig A. Berry2014-09-011-0/+3
* Static initialization using 1/0 or 0/0 not C89.Jarkko Hietaniemi2014-09-011-2/+8
* Perl_isinf and Perl_isfinite fallbacks.Jarkko Hietaniemi2014-09-011-0/+8
* Do not use HUGE_VAL/VALL for NV_INF.Jarkko Hietaniemi2014-09-011-9/+6
* fix fp_classify in perl.h for VMS.Craig A. Berry2014-09-011-0/+4
* POSIX math: fpclassify continues.Jarkko Hietaniemi2014-08-311-1/+1
* The fp classification is a royal mess.Jarkko Hietaniemi2014-08-311-61/+102
* Another way to detect C99.Jarkko Hietaniemi2014-08-301-3/+1