summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* fix WinCE buildDaniel Dragan2015-01-121-0/+9
* Manual backport of c32c3de1 and bcd8bfa9.Jarkko Hietaniemi2014-12-271-0/+10
* Tru64: the socket API defines must come early.Jarkko Hietaniemi2014-12-271-8/+0
* Tru64: _SOCKADDR_LEN is good.Jarkko Hietaniemi2014-12-271-8/+8
* perlapi: Add docs for sync_locale()Karl Williamson2014-08-241-0/+14
* Add sync_locale() as a macroKarl Williamson2014-08-231-0/+6
* Make PERL_GLOBAL_STRUCT_PRIVATE visible in -V.Jarkko Hietaniemi2014-07-311-0/+3
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-07-281-14/+21
* Move the PERL_GCC_BRACE_GROUPS_FORBIDDEN earlier.Jarkko Hietaniemi2014-07-281-14/+14
* Add PERL_UNUSED_RESULT() and use that instead of the V_Gconvert().Jarkko Hietaniemi2014-07-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
* perl.h: Move a string constant to a #defineKarl Williamson2013-12-171-1/+3
* GCC_DIAG_IGNORE() only with >= 4.6David Mitchell2013-11-281-1/+1
* add GCC_DIAG_IGNORE(), GCC_DIAG_RESTORE macrosDavid Mitchell2013-11-281-0/+26
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-10/+0
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-2/+36
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-0/+10
* Move the function to set $^X to its own filePeter Martini2013-11-041-7/+0
* Introduce PERL_BOOL_AS_CHAR defineFather Chrysostomos2013-10-301-0/+7
* perl.h: Remove ERRHVFather Chrysostomos2013-10-281-2/+0
* Postfix dereference syntaxFather Chrysostomos2013-10-051-0/+1
* Use a more reliable check for BSDish systems.Andy Dougherty2013-09-251-12/+11
* perl.h: Don't pollute global namespaceKarl Williamson2013-09-241-2/+9
* Make typedef fully typedefKarl Williamson2013-09-241-3/+2