summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* refactor gv_add_by_typeDaniel Dragan2015-01-061-0/+13
* perl.h:MY_CXT_CLONE: void *, not void **Father Chrysostomos2015-01-031-1/+1
* reorder MY_CXT_CLONE for less memory readsDaniel Dragan2015-01-031-2/+4
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-291-0/+23
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-0/+23
* const the PerlIO vtablesDaniel Dragan2014-12-271-3/+3
* optimize CLEAR_ERRSVDaniel Dragan2014-12-261-7/+10
* const the core magic vtablesDaniel Dragan2014-12-261-8/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-3/+4
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+1
* g++ groks __attribute__((unused)) at least since 4.3.6.Jarkko Hietaniemi2014-12-061-1/+1
* [perl #123063] allow assert() to be used as an expressionTony Cook2014-12-031-2/+4
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-4/+4
* perl.h: Add PNf and PNfARGFather Chrysostomos2014-11-301-0/+3
* 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