summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Include fp.h with math.h on VMS.Craig A. Berry2014-08-231-0/+4
* Fix infnan.t Win32 failure.Jarkko Hietaniemi2014-08-221-1/+15
* Introduce Perl_strtod (macro) to call strtold if long doubles.Jarkko Hietaniemi2014-08-221-0/+10
* Perl_isinf and Perl_isfinite enhancements.Jarkko Hietaniemi2014-08-221-22/+11
* Clean up the fpclass forest.Jarkko Hietaniemi2014-08-221-38/+78
* Win32 apparently has _isnan() and _finite(), and _fpclass().Jarkko Hietaniemi2014-08-201-3/+28
* Perl_isinf enhancements.Jarkko Hietaniemi2014-08-201-1/+6
* Perl_isfinite() enhancements.Jarkko Hietaniemi2014-08-201-10/+16
* Hexadecimal float literals, for perl #122219Jarkko Hietaniemi2014-08-131-6/+0
* Hexadecimal float sprintf, for perl #122219Jarkko Hietaniemi2014-08-131-0/+18
* Perl_ldexp is one of ldexpl, scalbnl, or ldexpJarkko Hietaniemi2014-08-131-0/+8
* [perl #46947] Parse method-BLOCK arguments as a termFather Chrysostomos2014-08-121-0/+1
* Make PERL_GLOBAL_STRUCT_PRIVATE visible in -V.Jarkko Hietaniemi2014-07-241-0/+3
* Implement grok_atou as safe/strict atoi replacement.Jarkko Hietaniemi2014-07-221-1/+2
* perl.h: Actually #define USE_LOCALE_TIMEKarl Williamson2014-07-121-0/+6
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2014-07-031-0/+4
* Follow-up to 51f14a05: not ignoring my_snprintf return values.Jarkko Hietaniemi2014-06-251-4/+37
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-1/+1
* Try simpler usage for file-level GCC_DIAG_RESTORE.Jarkko Hietaniemi2014-06-211-6/+2
* GCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file level.Jarkko Hietaniemi2014-06-201-3/+19
* Revert the perl.h part of a3ccabc.Jarkko Hietaniemi2014-06-181-2/+2
* GCC_DIAG_IGNORE needs to end with semicolon (inline.h).Jarkko Hietaniemi2014-06-181-3/+2
* __clang__ seems to be thing, but leave also __clang.Jarkko Hietaniemi2014-06-181-1/+1
* perl.h: White-space onlyKarl Williamson2014-06-171-15/+21
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-0/+2
* Remove MAD.Jarkko Hietaniemi2014-06-131-25/+0
* Added several missing PERL_UNUSED_RESULT()Brian Fraser2014-06-131-1/+1
* Protect against ptrdiff_t not being available.Brian Fraser2014-06-131-0/+5
* Fix some compilation warningsKarl Williamson2014-06-121-2/+17
* Allow to compile if don't have LC_CTYPE etc definedKarl Williamson2014-06-121-0/+2
* C backtrace tweaks.Jarkko Hietaniemi2014-06-111-10/+0
* Removed NeXT supportBrian Fraser2014-06-111-40/+5
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+10
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+2
* Add parameters to "use locale"Karl Williamson2014-06-051-5/+22
* Allow dynamic lock of LC_NUMERICKarl Williamson2014-06-051-1/+13
* Fix up LC_NUMERIC wrap macrosKarl Williamson2014-06-051-16/+21
* Avoid locale function overheadKarl Williamson2014-06-051-4/+5
* perl.h: Move #ifKarl Williamson2014-06-051-2/+2
* 38d96942 missed a side-effect in PerlIO_open flags parsing.Jarkko Hietaniemi2014-06-031-8/+0
* perl.h: move PERL_GET_CONTEXT fallbacks earlierDavid Mitchell2014-06-031-18/+19
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-14/+21
* Move #include <assert.h> before ASSUME/NOT_REACHED.Jarkko Hietaniemi2014-05-291-4/+4
* Actually define SS_NOPRIV.Craig A. Berry2014-05-291-0/+2
* O_BINARY versus O_TEXT.Jarkko Hietaniemi2014-05-291-1/+9
* Move the PERL_GCC_BRACE_GROUPS_FORBIDDEN earlier.Jarkko Hietaniemi2014-05-281-14/+14
* Use STRUCT_OFFSET() instead raw C99 offsetof().Jarkko Hietaniemi2014-05-281-1/+1
* Add PERL_UNUSED_RESULT() and use that instead of the V_Gconvert().Jarkko Hietaniemi2014-05-281-0/+26
* Extract the cleanup code of Perl_do_openn() into S_openn_cleanup().Nicholas Clark2014-03-191-0/+2
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-5/+5