summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* New bincompat optionsH.Merijn Brand2014-02-191-0/+3
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-1/+0
* regcomp.c: Fix some alignment problemsKarl Williamson2014-02-171-0/+2
* Emulate POSIX locale setting on WindowsKarl Williamson2014-02-151-0/+3
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-2/+2
* Add -DL option to trace setlocale callsKarl Williamson2014-02-031-1/+7
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+1
* Merge branch 'cross-compile-revamp' into bleadBrian Fraser2014-01-221-5/+1
|\
| * No xconfig.h is produced when cross-compiling, we have a normal config.hJess Robinson2014-01-221-5/+1
* | Add some cBOOL casts to macrosKarl Williamson2014-01-221-6/+6
* | Comments, white-spaceKarl Williamson2014-01-221-1/+4
|/
* rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZEDavid Mitchell2014-01-201-5/+6
* Always define sTHX as 0 when not using mem debug headerFather Chrysostomos2014-01-171-1/+1