This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change error wording for empty \x{}
[perl5.git] / perl.h
2019-03-06 Karl WilliamsonUse POSIX locale functions if setlocale not available
2019-03-04 Karl Williamsonperl.h: Improve a comment's wording
2019-02-15 Karl WilliamsonAdd mutex for dealing with qr/\p{user-defined}/
2019-01-05 Karl Williamsonregen/warnings.pl: Fix undefined C behavior
2019-01-01 Karl Williamsonperl.h: Fix typo in comment
2018-12-11 sisyphusperl.h - support C99 math for mingw
2018-12-08 Karl Williamsonregexec.c: Use mnemonics instead of "256"
2018-11-19 Karl WilliamsonAllow forcing use of POSIX 2008 locale fcns
2018-11-16 Karl Williamsonperl.h: White-space, comment
2018-10-20 Karl Williamsonregcomp.c: Test that code block exists before cleaning
2018-10-20 Karl Williamsonregcomp.h: Swap struct vs typedef
2018-09-20 Karl WilliamsonCreate Ptrdiff_t type
2018-09-12 Tony Cook(perl #133510) use quadmath versions of log10, ldexp...
2018-08-09 sisyphusperl.h - mingw-w64 builds use __mingw_strtold instead...
2018-08-05 Karl Williamsonperl.h: Use TAINT_get, instead of PL_tainting.
2018-07-08 Craig A. BerryMake new EBCDIC tables global.
2018-07-07 Karl Williamsonperl.h: Properly indent a #if
2018-07-05 Karl WilliamsonMake isC9_STRICT_UTF8_CHAR() an inline dfa
2018-07-05 Karl WilliamsonAdd dfa for strict translation from UTF-8
2018-07-05 Karl WilliamsonMake UTF-8 dfa table an EXTCONST
2018-07-02 Karl WilliamsonFix to compile under -DNO_LOCALE
2018-07-02 Karl Williamsonperl.h: Add parens around macro arguments
2018-06-25 Karl WilliamsonCreate my_atof3()
2018-04-28 Steve HayFinally fix C++ build with VS2017
2018-04-25 David Mitchellfix linkage of PL_inf/nan under C++
2018-03-31 Karl Williamsonperl.h: Clarify comment
2018-03-19 Karl WilliamsonFix locale problems on mingw
2018-03-12 Karl WilliamsonFix comments/pod for LC_NUMERIC not always C
2018-03-12 Karl Williamsonperl.h: White-space, comment changes only
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-12 Karl Williamsonperl.h: Move macros to earlier in the file
2018-03-12 Karl Williamsonperl.h: Refactor some #defines
2018-03-12 Karl WilliamsonResync duplicated code in perl.h makedef.pl
2018-03-12 Karl WilliamsonDon't create locale object unless threaded
2018-03-12 Karl Williamsonperl.h: Move some locale definitions around
2018-03-12 Karl Williamsonperl.h: Rmv dummy definitions
2018-03-02 David Mitchellsubtly change meaning of XATTRBLOCK, XATTRTERM
2018-03-02 Karl Williamsonperl.h: Add comment about clang warnings
2018-03-02 Karl WilliamsonSilence wrong clang warnings
2018-02-18 Karl Williamsonperl.h: Add, revise some locale debugging info
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl Williamsonperl.h: Add debugging statements for mutex ops
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl Williamsonperl.h: Add dTHX_DEBUGGING
2018-02-18 Karl Williamsonperl.h Move some #defines
2018-01-31 Karl Williamsonperl.h: Remove some obsolete macros
2018-01-31 Karl WilliamsonSimplify some LC_NUMERIC macros
2018-01-31 Karl Williamsonperl.h: Remove unused locale core macro
2018-01-31 Karl WilliamsonAvoid some unnecessary changing of locales
2018-01-31 Karl WilliamsonTeach perl about more locale categories
2018-01-31 Karl Williamsonperl.h: White-space only
2018-01-31 Karl Williamsonperl.h: Add comment, rephrase another
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-18 David Mitchellenable PERL_OP_PARENT always
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframmake dNOOP usable outside function in C++
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-09 Karl WilliamsonEmulate some C99 macros and typedefs
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframfix "LOOP_GIVEN" constant in PL_block_type[]
2017-11-29 Nicolas Rmark MB_CUR_MAX constant as unsigned long
2017-11-22 Zeframremove now-unused "M" debugging flag
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-11-09 Lukas MaiRevert "perl.h: Use STMT_START { ... } STMT_END"
2017-11-09 Dagfinn Ilmari Man... Fix missing close brace before STMT_END
2017-11-09 Karl Williamsonembed.fnc: Change fcn from A to X
2017-11-09 Karl WilliamsonChange name of internal function
2017-11-09 Karl WilliamsonChange name of locale per-interpreter variable
2017-11-09 Karl Williamsonperl.h: Use STMT_START { ... } STMT_END
2017-11-09 Karl Williamsonperl.h: White-space only
2017-11-06 Lukas Maig++ 4.0 supports __attribute__((unused))
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-23 Aaron CraneRT#132347: fix building Tk
2017-10-22 Aaron CraneDefine I_STDARG cpp symbol for XS backcompat
2017-10-22 Aaron CraneDefine an _() macro for XS backcompat
2017-10-21 Dagfinn Ilmari Man... Provide fallback strnlen implementation
2017-10-21 Aaron Craneperl.h: explicitly declare "environ" in more places
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneRely on C89 <assert.h>
2017-10-21 Aaron CraneRely on C89 <math.h>
2017-10-21 Aaron CraneNever attempt to redeclare standard functions
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 strerror()
2017-10-21 Aaron Craneperl.h: simplify cpp conditionals
2017-10-21 Aaron CraneDrop support for the hp9000s500 cpp symbol
2017-10-21 Aaron CraneDelete useless references to DG/UX
2017-10-21 Aaron CraneRely on contents of C89 <limits.h>
2017-10-21 Aaron CraneSimplify perl.h floating-point limits defines
2017-10-21 Aaron CraneDon't try to use <values.h>
2017-10-21 Aaron CraneRely on C89 <float.h> defining DBL_DIG
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 <time.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneRely on C89 <stddef.h>
next