This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
util.c: Comment fix-up
[perl5.git] / perl.h
2020-08-20 Karl WilliamsonPERL_FILTER_EXISTS: Convert to use av_count()
2020-08-18 Karl Williamsonperl.h: Add some pod formatting.
2020-08-18 Karl WilliamsonDocument several PERL_UNUSED_foo macros
2020-08-16 Karl WilliamsonPL_signals is undocumented
2020-08-15 Karl WilliamsonDocument PERL_SIGNALS_UNSAFE_FLAG
2020-08-04 Dagfinn Ilmari Man... Widen the feature bundle hint mask to 4 bits
2020-08-01 Karl Williamsonperl.h: Add comment
2020-07-31 Karl Williamsonperl.h: Fix comment
2020-07-30 Richard LeachRemove obsolete FCRYPT ifdefs and associated PL_cryptse...
2020-07-20 Dagfinn Ilmari Man... Remove PL_appctx and PL_timesbase interpreter variables
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-20 Dagfinn Ilmari Man... Remove the final remnants of 5005threads support
2020-07-20 Dagfinn Ilmari Man... Remove accidentally-reintroduced WinCE workaround
2020-07-18 Karl WilliamsonFix uninitialized fold table for EBCDIC with no locales
2020-07-18 Karl WilliamsonRemove PL_freq
2020-07-18 Karl WilliamsonRemove EBCDIC PL_freq
2020-07-18 Karl Williamsonperl.h: White-space only
2020-07-18 Karl WilliamsonAdd z/OS locale categories
2020-07-08 Leon TimmermansMake perl compile under minix again
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-26 Karl WilliamsonUse dNOOP for otherwise empty declarations
2020-04-06 Tomasz Konojackidon't disable __attribute__((always_inline)) on clang
2020-04-06 Tomasz Konojackidisable __attribute__((always_inline)) for gcc <= 4.6
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...
next