This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add new release to perlhist
[perl5.git] / perl.h
2020-12-20 Karl WilliamsonAdd GETENV_LOCK
2020-12-20 Karl Williamsonperl.h: Add capability for many-reader ENV mutex locking
2020-12-14 Karl Williamsonperl.h: White-space only
2020-12-12 Karl Williamsonmany-reader mutexes: Change structure element name
2020-12-09 Karl WilliamsonFix freebsd/netbsd builds
2020-12-08 Karl WilliamsonName individual locale locks
2020-12-08 Karl WilliamsonRefactor locale mutex setup
2020-12-08 Karl WilliamsonChange name of mutex macro.
2020-12-08 Karl WilliamsonFix up many-reader mutex typedef
2020-12-06 Karl WilliamsonNot all Win32 compilers have a small macro buffer
2020-12-06 Karl Williamsonperl.h: Move some code around
2020-12-06 Karl WilliamsonAlways define dMY_CXT_SV, and to dNOOP
2020-12-04 Karl Williamsonperl.h: Remove ';' from 'NOOP;'
2020-11-27 Karl WilliamsonAdd mutex locking for many-reader/1-writer
2020-11-23 Karl Williamsonperlapi: Document UVf, as deprecated
2020-11-21 Karl WilliamsonDocument dTHXa, dTHXoa
2020-11-21 Karl WilliamsonDocument NUM2PTR
2020-11-18 Karl Williamsonperlapi: Document memzero
2020-11-18 Karl WilliamsonRemove PERLIO_FUNCS_CONST
2020-11-11 Karl Williamsonperlapi: Document Perlacos and similar
2020-11-10 Nicolas RAdd a few helpers to B for INVLIST
2020-11-06 Karl Williamsonperl.h: Fix misplaced #ifdef
2020-11-06 Karl Williamsonperlapi: PERL_ABS takes an argument
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-11-03 Karl WilliamsonCertain PERL_UNICODE symbols are core only
2020-11-02 Karl Williamsonperlapi: Document IV_MAX, UV_MAX
2020-10-22 Karl Williamsonperl.h: Fix rarely compiled syntax errors
2020-10-22 Karl Williamsonperl.h: Fix typo in comment
2020-10-22 Karl Williamsonperl.h: Call macro instead of expanding it out
2020-10-16 Karl WilliamsonHP cc can't handle NOT_REACHED
2020-10-16 Karl WilliamsonChange name of intermediary macro, and #undef it
2020-10-16 Karl WilliamsonFix __builtin_unreachable
2020-10-15 Karl WilliamsonRefactor and document ASSUME()
2020-10-15 Karl WilliamsonDocument NOOP, dNOOP, dVAR
2020-10-08 Karl WilliamsonAdd details to pod for foo(MAX|INT)_C entries
2020-10-08 Karl Williamsonperl.h: White-space only
2020-10-08 Karl Williamsonperl.h: Restrict to core likely to conflict macro names
2020-09-29 Karl WilliamsonDocument NV to int cast macros
2020-09-27 Karl WilliamsonSilence compiler warning
2020-09-25 Hugo van der SandenAdd re::optimization()
2020-09-15 Todd RinaldoNon-Configure code required to implement a strict by...
2020-09-05 Karl WilliamsonDocument INT16_C, etc
2020-09-05 Karl WilliamsonChange docs display for PERL_UNUSED_foo
2020-09-05 Karl WilliamsonDocument PERL_UNUSED_DECL
2020-09-05 Karl WilliamsonDocument cPERLscope
2020-09-05 Karl WilliamsonDocument PL_hexdigit
2020-09-05 Karl WilliamsonImprove docs for PERL_foo_MAX/MIN
2020-09-05 Karl WilliamsonFixup docs for LIKELY/UNLIKELY
2020-09-05 Karl WilliamsonFix docs for STMT_START,END,BRACE_GROUPS
2020-09-05 Karl WilliamsonUTF8fARG,UTF8f are documented in perlguts
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-08-30 David Mitchellbetter comment what regen/mg_vtable.pl does
2020-08-25 Karl WilliamsonDocument DEFSV DEFSV_set SAVE_DEFSV
2020-08-23 Karl WilliamsonDocument INTMAX_C, UINTMAX_C
2020-08-23 Karl WilliamsonNote that PERL_UINT_MIN is documented
2020-08-23 Karl WilliamsonDocument PERL_USE_GCC_BRACE_GROUPS
2020-08-22 Karl WilliamsonDocument EXTERN_C macros
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
next