summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp.h: Create new typedef synonym for clarityKarl Williamson2013-09-241-0/+5
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-0/+1
* Consistently use __sun to identify SunOSBrian Fraser2013-09-231-1/+1
* perl.h: Comment was mistakenly passed to the preprocessorBrian Fraser2013-09-231-1/+1
* perl.h: STMT_START/END don't need a special case for suncc anymoreBrian Fraser2013-09-231-6/+0
* Removed the define for ISHISHBrian Fraser2013-09-211-26/+6
* Removed the ifdefs for BUGGY_MSC and BUGGY_MSC6Brian Fraser2013-09-211-3/+0
* perl.h: Always unconditionally include sys/types.hBrian Fraser2013-09-211-5/+1
* Removed OP_IN_REGISTER and related defines.Brian Fraser2013-09-211-8/+0
* Removed the ifdef & define for VDfBrian Fraser2013-09-211-9/+0
* Removed the ifdef for FPUTS_BOTCHBrian Fraser2013-09-211-7/+0
* Remove a '#undef ff_next' remnant from ages past.Brian Fraser2013-09-211-4/+0
* Add a USING_MSVC6 macro to identify Microsoft Visual C++ 6.0Steve Hay2013-09-191-5/+8
* Remove 4 redundant #undefs, missed by commit 79be8fb4ac8fa995.Nicholas Clark2013-09-191-7/+0
* Fix the VC6 build on Windows following commit e25d460c74Steve Hay2013-09-181-0/+3
* For PERL_CORE, don't undefine HAS_QUAD when building with 32 bit IVs.Nicholas Clark2013-09-181-0/+5
* Eliminate the only use of VOIDFLAGS, as part of STMT_START in perl.hNicholas Clark2013-09-161-1/+1
* Stop using VOIDUSED in the headers.Nicholas Clark2013-09-161-5/+0
* Remove PERL_MICRO where it is conditionally used with other definesDavid Leadbeater2013-09-101-4/+4
* Remove defining DIR* to void* on microperlDavid Leadbeater2013-09-101-6/+0