This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
opslabs: change opslab_first to opslab_free_space
[perl5.git] / perl.h
2019-07-31 Dagfinn Ilmari Man... Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs
2019-07-31 Hugo van der Sanden[perl #134172] Avoid multiple checks of IN_LC(LC_NUMERIC)
2019-07-31 Hugo van der Sanden[perl #134172] restrict scope of locale changes during...
2019-07-23 Karl WilliamsonDocument my_sprintf as deprecated
2019-07-08 Tony Cook(perl #120841) document some errno macros for internal use
2019-07-08 Tony Cook(perl #120841) document ERRSV and CLEAR_ERRSV()
2019-07-03 Paul "LeoNerd" EvansPrint a more helpful UNREACHABLE message when NOT_REACH...
2019-07-02 Karl Williamsonperl.h: Add a comment about tainting
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-05-31 Karl WilliamsonLet embed.fnc define the my_str_foo() fcns
2019-05-24 Karl Williamsonperl.h: Clarify debugging text
2019-05-24 Karl WilliamsonAdd some comments around tainting
2019-04-26 Karl WilliamsonFix precedence problems in preprocessor directives
2019-04-25 Karl WilliamsonPATCH: [perl #134014] lib/locale.t panic on *bsd
2019-04-19 Karl WilliamsonCreate Strtod()
2019-04-15 Karl WilliamsonPATCH: [perl #133945] Perl_strtod failures
2019-04-06 Tomasz Konojackiimplement diagnostics ignore/restore macros for Visual C++
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>
next