summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* enable PERL_OP_PARENT alwaysDavid Mitchell2017-12-181-2/+2
* merge branch zefram/dumb_matchZefram2017-12-171-8/+3
|\
| * internally change "when" to "whereso"Zefram2017-12-051-1/+1
| * fix "LOOP_GIVEN" constant in PL_block_type[]Zefram2017-12-051-1/+1
| * remove now-unused "M" debugging flagZefram2017-11-221-6/+1
* | make dNOOP usable outside function in C++Zefram2017-12-161-10/+1
* | semicolon-friendly diagnostic controlZefram2017-12-161-14/+20
* | Emulate some C99 macros and typedefsKarl Williamson2017-12-081-38/+106
* | mark MB_CUR_MAX constant as unsigned longNicolas R2017-11-291-1/+1
|/
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-4/+6
* rip out quicksort and sort algorithm controlZefram2017-11-171-3/+0
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+12
* Revert "perl.h: Use STMT_START { ... } STMT_END"Lukas Mai2017-11-091-4/+2
* Fix missing close brace before STMT_ENDDagfinn Ilmari Mannsåker2017-11-091-1/+1
* embed.fnc: Change fcn from A to XKarl Williamson2017-11-081-2/+2
* Change name of internal functionKarl Williamson2017-11-081-9/+9
* Change name of locale per-interpreter variableKarl Williamson2017-11-081-1/+1
* perl.h: Use STMT_START { ... } STMT_ENDKarl Williamson2017-11-081-2/+4
* perl.h: White-space onlyKarl Williamson2017-11-081-28/+27
* g++ 4.0 supports __attribute__((unused))Lukas Mai2017-11-061-1/+1
* Add my_memrchr() implementation of memrchr()Karl Williamson2017-11-011-0/+8
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+20
* RT#132347: fix building TkAaron Crane2017-10-231-0/+2
* Define I_STDARG cpp symbol for XS backcompatAaron Crane2017-10-221-0/+1
* Define an _() macro for XS backcompatAaron Crane2017-10-221-0/+1
* Provide fallback strnlen implementationDagfinn Ilmari Mannsåker2017-10-211-0/+6
* perl.h: explicitly declare "environ" in more placesAaron Crane2017-10-211-11/+3
* Rely on C89 <string.h>Aaron Crane2017-10-211-5/+1
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-4/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-211-6/+4
* Rely on C89 <math.h>Aaron Crane2017-10-211-19/+3
* Never attempt to redeclare standard functionsAaron Crane2017-10-211-27/+1
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-15/+0
* Rely on C89 strerror()Aaron Crane2017-10-211-22/+4
* perl.h: simplify cpp conditionalsAaron Crane2017-10-211-173/+84
* Drop support for the hp9000s500 cpp symbolAaron Crane2017-10-211-4/+0
* Delete useless references to DG/UXAaron Crane2017-10-211-2/+2
* Rely on contents of C89 <limits.h>Aaron Crane2017-10-211-145/+12
* Simplify perl.h floating-point limits definesAaron Crane2017-10-211-85/+19
* Don't try to use <values.h>Aaron Crane2017-10-211-12/+0
* Rely on C89 <float.h> defining DBL_DIGAaron Crane2017-10-211-3/+0
* Rely on C89 <float.h>Aaron Crane2017-10-211-5/+1
* Rely on C89 <limits.h>Aaron Crane2017-10-211-12/+4
* Rely on C89 <time.h>Aaron Crane2017-10-211-3/+1
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-211-7/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-9/+7
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-6/+2
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-4/+2
* Rely on C89 <stdarg.h>Aaron Crane2017-10-211-13/+2
* Rely on C89 prototypesAaron Crane2017-10-211-1/+2