This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / perl.h
2022-08-28 Karl WilliamsonUse LIFO in Destroying locale subsystem
2022-08-26 Yves Ortonperl.h - move defines out of incorrect ifdef
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-22 Karl WilliamsonAdd internal typedef locale_utf8ness_t
2022-08-18 Karl Williamsonlocale.c: Change to use an enum parameter
2022-08-18 Yves Ortonperl.h - remove visibility attribute on cygwin
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-10 Karl WilliamsonSwap the ordering of two locale category indices
2022-08-10 Karl WilliamsonAdd a common locale panic macro and functions
2022-08-09 Yves Ortonperl.[ch] - hash related setup affects binary compatibility
2022-08-04 Karl WilliamsonRmv obsolete reference to C89
2022-07-17 Karl WilliamsonFix ASSUME on clang
2022-07-12 Karl Williamsonperl.h: Avoid unnecessary calls to set_numeric_standard()
2022-07-12 Karl Williamsonperl.h: Change macro name to be C conformant
2022-07-09 Karl Williamsonperl.h: Add %format strings for 32 bit quantities
2022-07-04 Karl Williamsonlocale: Change macro name to be C conformant
2022-07-02 Karl Williamsonperl.h: Fix external html link
2022-07-02 Karl Williamsonperl.h: Elaborate comments about my_atof
2022-07-02 Karl Williamsonperl.h: Move (and document) defn of Atof in file
2022-07-02 Karl WilliamsonFix defn of Perl_atof
2022-06-22 Karl Williamsonperlapi: Give return values to PERL_INT_MAX and kin
2022-06-19 Karl Williamsonlocale.c: Create new convenience macro
2022-06-19 Karl Williamsonperl.h: Expand scope of cpp conditional
2022-06-19 Karl WilliamsonRmv stray line mistakenly introduced in d4dc074d701
2022-06-19 Karl Williamsonperlapi: Note PERL_GCC_BRACE_GROUPS_FORBIDDEN exists
2022-06-18 Karl WilliamsonFollow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
2022-06-18 Karl Williamsonperlapi: Move two entries to different scn
2022-06-18 Tomasz Konojackihide private functions with __attribute__((visibility...
2022-06-17 Karl Williamsonperlapi: Document ASCIIish
2022-06-17 Karl Williamsonperlapi: PERL_USE_GCC_BRACE_GROUPS is defined or not
2022-06-16 Karl WilliamsonRegularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE
2022-06-16 Karl WilliamsonAdd USE_LOCALE_THREADS #define
2022-06-16 Karl WilliamsonMark newly moved symbols as private
2022-06-16 Karl WilliamsonMove some locale.c #defines to perl.h
2022-06-14 Karl WilliamsonCreate perlstatic.h
2022-06-14 Karl WilliamsonChange autodoc flag
2022-06-12 Karl WilliamsonChange handy.h macro names to be C standard conformant
2022-06-11 Karl WilliamsonNote gotchas, workarounds in STMT_START..STMT_END
2022-06-11 Karl WilliamsonDiscourage use of GCC brace groups
2022-06-11 Karl WilliamsonMake fc(), qr//i thread-safe on participating platforms
2022-06-09 Karl WilliamsonDEBUG_L now also looks at environment variable
2022-05-28 Tomasz Konojackimake PERL_USE_SAFE_PUTENV the default and the only...
2022-05-13 Karl Williamsonperlintern: Document various taint operations
2022-05-12 Karl Williamsonperlapi: _aDEPTH, _pDEPTH better in Debugging section
2022-05-11 Karl Williamsonperlapi: Document _aDEPTH, _pDEPTH
2022-05-11 Karl Williamsonperlapi: Change name of 'formats' section
2022-05-11 Karl WilliamsonUse $section names for perlapi
2022-05-08 Karl Williamsonperlapi: Consolidate entry for PERL_SYS_INIT[3]?
2022-05-07 Karl Williamsonperlapi: Document PERL_FLUSHALL_FOR_CHILD
2022-05-07 Karl Williamsonperlapi: "Uvf" is a format
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-03-07 Richard LeachMake newSV_type an inline function
2022-03-04 Felipe GasperMake sv_dump() (and Devel::Peek) escape PV contents...
2022-03-04 sisyphusenable x64 -Duselongdouble build for all mingw-runtime...
2022-01-23 Karl Williamsonperl.h: Add comments
2021-12-16 Steve Hay_MSC_VER is now always >= 1800 (i.e. Visual C++ 2013...
2021-12-02 Tony Cookfix redundant apidoc warning
2021-11-25 Felipe GasperAdd a phase_name() macro.
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-10-07 David Mitchelladd OPpUSEINT op_private flag bit
2021-09-22 TAKAI KousukeUse fabs/fabsl/fabsq for NVs in pp_abs.
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-08-11 Tony Cookonly #include <xlocale.h> when it is actually needed
2021-07-31 Nicholas ClarkRemove the flags OPpSORT_STABLE and OPpSORT_UNSTABLE.
2021-07-30 Karl WilliamsonSTATUS_UNIX_EXIT_SET(): Save a '&' instr by casting...
2021-07-30 Karl WilliamsonAdd 64bit single-1bit_pos()
2021-07-30 Karl WilliamsonCreate and use single_1bit_pos32()
2021-07-27 Karl WilliamsonAdd PERL_GCC_VERSION_GE and kin
2021-07-25 Karl Williamsonperl.h: Add some comments
2021-07-15 Tony Cookskip using gcc brace groups for STMT_START/END 18984/head
2021-06-24 Tony Cookensure types of PL_nan and PL_inf are consistent
2021-06-17 Thibault DUPONCHELLEFix several unicode.org links
2021-06-15 Karl Williamsonperl.h: Pay attention to if can have non-int bitfields
2021-06-15 Karl WilliamsonFix ASSUME definition
2021-06-09 Tomasz Konojackireplace all instances of PERL_IMPLICIT_CONTEXT with...
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-05-28 Karl Williamsonperl.h: Fix typo in comment
2021-03-17 Karl WilliamsonAdd ability to easily add info to DEBUG output
2021-03-11 Karl Williamsonperl.h: Clarify debugging msg for locales
2021-02-11 Karl WilliamsonCreate DEBUG macro for when two flags must be set
2021-01-15 TAKAI Kousukeperl.h: Fix typos in conditional macro names
2021-01-11 sisyphusperl.h - enable USE_QUADMATH builds (mingw compilers...
2020-12-31 Karl WilliamsonUse SSize_t for read lock counter
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
next