This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regenerate to latest
[perl5.git] / perl.h
2019-11-01 Karl WilliamsonConsolidate uses of PERL_SMALL_MACRO_BUFFER
2019-10-30 Tomasz Konojackiremove CONSERVATIVE and LIBERAL
2019-10-26 Karl WilliamsonNote that UTF8f and UTF8fARG are now documented
2019-10-21 Dagfinn Ilmari Man... Fully spell out "subroutine" and "variable"
2019-10-17 Steve HayThe VC6 Chainsaw Massacre
2019-10-13 Peter EisentrautAvoid gratuitous warning from -Wundef
2019-10-11 Max MaischeinMove Unicode.org URLs to https:// in source code
2019-10-11 Max MaischeinMove http:// URLs to https:// URLs in source code
2019-09-29 Karl Williamsonperl.h: Silence warning when compiled with C++
2019-09-15 Karl WilliamsonDocument IS_SAFE_SYSCALL
2019-09-15 Karl Williamsoninline.h: Change fcn name prefix from S_ to Perl_
2019-09-15 Karl Williamsonperl.h: Fix typo in comment
2019-09-03 Karl WilliamsonFix documentation of WITH_LC_NUMERIC_foo
2019-09-03 Karl WilliamsonDocument STMT_START .. STMT_END
2019-09-03 Karl WilliamsonDocument PERL_INT_MAX, and similar
2019-09-03 Karl Williamsonperlapi: Document GROK_NUMERIC_RADIX, PERL_ABS
2019-09-03 Karl Williamsonperlapi: Document my_strotod, Strtod
2019-09-03 Karl Williamsonperlapi: Document IN_LOCALE, and related
2019-09-03 Karl Williamsonperlapi: Document LIKELY, UNLIKELY
2019-08-09 Karl Williamsonperlapi: my_sprintf is a Miscellaneous function
2019-08-08 Tony Cook(perl #134266) make sure $@ is writable when we write...
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
next