This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Increase debug buffer size
[perl5.git] / perl.h
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>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 <stdarg.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneRely on C89 snprintf()
2017-10-21 Aaron CraneRely on C89 vsnprintf()
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-21 Aaron CraneAssume C89 "volatile" keyword
2017-10-21 Aaron CraneAssume we have C89 memchr()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-14 Lukas Maifix comment on GCC_DIAG_IGNORE/GCC_DIAG_RESTORE
2017-10-13 Lukas Maiuse standard STMT_START/STMT_END macros in STATIC_ASSER...
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings in ext/re...
2017-09-28 Sawyer XRevert "Revert "Fallbacks for Perl_fp_class_denorm...
2017-09-07 Karl WilliamsonUse reentrant functions on Darwin
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-13 Karl WilliamsonInitialize locale object even in unthreaded perls
2017-08-13 Karl Williamsonlocales: Add #define; change how to override
2017-07-27 Steve Hay[perl #131726] [Win32] perl.h remaps 'strtoll' and...
2017-07-27 David MitchellMake immortal SVs contiguous
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-27 David Mitchelladd PL_sv_zero
2017-07-17 Karl Williamsonperl.h: Move #define to earlier in the file
2017-07-17 Karl Williamsonperl.h: Remove extraneous '}'
2017-07-15 Karl Williamsonembed.fnc Change Some functions only used in macros
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2017-06-27 David MitchellPERL_SNPRINTF_CHECK(): off by 1 error
2017-06-08 Karl WilliamsonMake LOCK_LC_NUMERIC_STANDARD recursive
2017-06-06 Lukas Mairename STATIC_ASSERT_GLOBAL to STATIC_ASSERT_DECL
2017-06-05 David Mitchellremove -DH (DEBUG_H) misfeature
2017-06-01 Yves OrtonRestore "get rid of USE_HASH_SEED_EXPLICIT"
2017-06-01 Karl WilliamsonSilence many "statement not reached" on Solaris
2017-05-30 Sawyer XRevert "Fallbacks for Perl_fp_class_denorm()."
2017-05-30 Jarkko HietaniemiFallbacks for Perl_fp_class_denorm().
next