summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* PERL_DEBUG_READONLY_COWFather Chrysostomos2014-01-161-3/+26
* [perl #120670] make perl headers C++11 compatibleTony Cook2014-01-161-3/+3
* POSIX:strtod() should restore the locale it changedKarl Williamson2014-01-041-0/+6
* perl.h: Add macros and commentsKarl Williamson2014-01-041-0/+48
* perl.h: Revise another locale setting macroKarl Williamson2014-01-041-1/+3
* perl.h: Revise a locale setting macroKarl Williamson2014-01-041-1/+1
* perl.h: Move some macro definitionsKarl Williamson2014-01-041-6/+6
* Make dump.c nul-and-UTF8 cleanBrian Fraser2014-01-041-0/+2
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-3/+3
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-11/+2
* Fix sfio breakage caused by the addition of PERLIO_TERM in Oct 2006.Nicholas Clark2013-12-271-1/+1