This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
time64.c: Store fcn return in a variable
[perl5.git] / perl.h
2020-03-19 Karl Williamsonperl.h: Add ENV_LOCALE (UN)?LOCK macros
2020-03-11 Karl WilliamsonAdd mutex for accessing ENV
2020-03-09 Tomasz Konojackinew function specifier: PERL_STATIC_FORCE_INLINE
2020-03-04 Tony Cookadd casts to IV_MAX, UV_MAX so they match the IVdf...
2020-02-27 Karl Williamsonperl.h: Add comment, reorder conditional branches
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-02-08 Yves Ortonperl.h: define PERL_BITFIELD8/16/32 as U8/U16/U32
2020-02-08 Yves Ortonfix defines for PERL_BITFIELDxx on Linux and Win32 17549/head
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl Williamsonutf8.c: Make global a warning msg text
2020-01-23 Karl WilliamsonAdd two more flags to grok_bin_oct_hex
2020-01-21 Karl Williamsonperl.h: Add EXTERN_C for flock()
2020-01-20 Karl Williamsonperl.h: Fix false comment about grok_FOO flags
2020-01-19 Karl Williamsongrok_bin_oct_hex: Add two output flags
2020-01-18 Tomasz Konojackimove and clean-up macros wrapping __attribute__()
2020-01-14 Karl WilliamsonImprove performance of grok_bin_oct_hex()
2020-01-14 Karl WilliamsonCollapse grok_bin, _oct, _hex into one function
2019-12-26 Karl WilliamsonPATCH: GH #17381 netbsd static assert failure
2019-12-17 Karl WilliamsonPATCH GH #17276 New compilation diagnostic
2019-12-15 Tony Cooktreat TAINT_get and TAINTING_get as unlikely
2019-11-18 David Mitchelldeclare perl core's sig handler as 1-arg
2019-11-18 David Mitchelladd PERL_USE_3ARG_SIGHANDLER macro
2019-11-18 David Mitchelladd Siginfo_t
2019-11-17 Karl WilliamsonAdd -Dy debugging of tr///, y///
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
next