| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor gv_add_by_type | Daniel Dragan | 2015-01-06 | 1 | -0/+13 |
* | perl.h:MY_CXT_CLONE: void *, not void ** | Father Chrysostomos | 2015-01-03 | 1 | -1/+1 |
* | reorder MY_CXT_CLONE for less memory reads | Daniel Dragan | 2015-01-03 | 1 | -2/+4 |
* | Raise warning on multi-byte char in single-byte locale | Karl Williamson | 2014-12-29 | 1 | -0/+23 |
* | Don't raise 'poorly supported' locale warning unnecessarily | Karl Williamson | 2014-12-29 | 1 | -0/+23 |
* | const the PerlIO vtables | Daniel Dragan | 2014-12-27 | 1 | -3/+3 |
* | optimize CLEAR_ERRSV | Daniel Dragan | 2014-12-26 | 1 | -7/+10 |
* | const the core magic vtables | Daniel Dragan | 2014-12-26 | 1 | -8/+1 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -3/+4 |
* | add UNOP_AUX OP class | David Mitchell | 2014-12-07 | 1 | -0/+1 |
* | g++ groks __attribute__((unused)) at least since 4.3.6. | Jarkko Hietaniemi | 2014-12-06 | 1 | -1/+1 |
* | [perl #123063] allow assert() to be used as an expression | Tony Cook | 2014-12-03 | 1 | -2/+4 |
* | [perl #123223] Make PADNAME a separate type | Father Chrysostomos | 2014-11-30 | 1 | -4/+4 |
* | perl.h: Add PNf and PNfARG | Father Chrysostomos | 2014-11-30 | 1 | -0/+3 |
* | Make PADNAMELIST a separate type | Father Chrysostomos | 2014-11-30 | 1 | -1/+1 |
* | define and use STATIC_ASSERT_STMT for compile-time invariants | Lukas Mai | 2014-11-29 | 1 | -1/+25 |
* | fix off-by-one error in version check | Lukas Mai | 2014-11-28 | 1 | -1/+1 |
* | Make encoding pragma lexical in scope | Karl Williamson | 2014-11-20 | 1 | -2/+3 |
* | Make testing for PL_encoding into a macro | Karl Williamson | 2014-11-20 | 1 | -0/+3 |
* | Don’t copy VMS hints to cop->op_private | Father Chrysostomos | 2014-11-08 | 1 | -2/+2 |
* | Drop uselongdouble unless it really gives longer doubles. | Jarkko Hietaniemi | 2014-11-08 | 1 | -5/+3 |
* | add xs_handshake API | Daniel Dragan | 2014-11-07 | 1 | -0/+20 |
* | remove cargo culted redundant PL_perldb test | Daniel Dragan | 2014-11-07 | 1 | -13/+13 |
* | Decouple quadmath from longdouble. | Jarkko Hietaniemi | 2014-10-30 | 1 | -43/+40 |
* | dump.c: Add PERL_PV_PRETTY_EXACTSIZE option | Yves Orton | 2014-10-20 | 1 | -14/+14 |
* | fix WinCE build | Daniel Dragan | 2014-10-09 | 1 | -0/+9 |
* | [perl #122445] use magic on $DB::single etc to avoid overload issues | Tony Cook | 2014-10-09 | 1 | -0/+10 |
* | Tru64: the socket API defines must come early. | Jarkko Hietaniemi | 2014-10-08 | 1 | -8/+0 |
* | Tru64: _SOCKADDR_LEN is good. | Jarkko Hietaniemi | 2014-10-07 | 1 | -8/+8 |
* | Correct ‘"my" variable "&f::b"...’ message | Father Chrysostomos | 2014-10-05 | 1 | -1/+1 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -0/+1 |
* | Tru64: introduce PERL_SYS_FPU_INIT, use it. | Jarkko Hietaniemi | 2014-09-26 | 1 | -0/+17 |
* | Tru64: NaN comparison quite broken. | Jarkko Hietaniemi | 2014-09-26 | 1 | -3/+7 |
* | Move the VC6 "broken-nan" define from win32.h to perl.h. | Jarkko Hietaniemi | 2014-09-23 | 1 | -7/+6 |
* | On VC6 (broken NaN compare) redefine Perl_isinf. | Jarkko Hietaniemi | 2014-09-20 | 1 | -0/+7 |
* | [perl #121983] #error with ro ops and no threads | Father Chrysostomos | 2014-09-20 | 1 | -0/+4 |
* | quadmath NV formatted I/O. | Jarkko Hietaniemi | 2014-09-19 | 1 | -0/+7 |
* | quadmath interfaces and constants | Jarkko Hietaniemi | 2014-09-19 | 1 | -50/+99 |
* | Use the Perl_isfinite multiplication fallback last. | Jarkko Hietaniemi | 2014-09-17 | 1 | -8/+5 |
* | [perl #122788] broken nan on win32 | Jarkko Hietaniemi | 2014-09-16 | 1 | -3/+5 |
* | Define Perl_isfinite only if not already defined. | Jarkko Hietaniemi | 2014-09-14 | 1 | -1/+3 |
* | Use HAS_ISFINITE for Perl_isfinitel. | Jarkko Hietaniemi | 2014-09-13 | 1 | -1/+1 |
* | HAS_C99 comment tweak. | Jarkko Hietaniemi | 2014-09-13 | 1 | -2/+5 |
* | Comment tweak for HAS_C99. | Jarkko Hietaniemi | 2014-09-12 | 1 | -1/+5 |
* | Use the multiplication test instead of the DBL_MAX/LDBL_MAX. | Jarkko Hietaniemi | 2014-09-12 | 1 | -5/+6 |
* | Perl_isfinitel should not use the fpclass macross blindly. | Jarkko Hietaniemi | 2014-09-12 | 1 | -2/+2 |
* | More ways to Perl_isfinitel. | Jarkko Hietaniemi | 2014-09-11 | 1 | -20/+22 |
* | Have a Perl_isfinitel() separate from USE_LONG_DOUBLE. | Jarkko Hietaniemi | 2014-09-11 | 1 | -10/+21 |
* | Comment tweaks. | Jarkko Hietaniemi | 2014-09-09 | 1 | -0/+4 |
* | Sort the Perl_ math wrappers for easier eyeballing. | Jarkko Hietaniemi | 2014-09-09 | 1 | -23/+26 |