This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5380delta: a messy commit to get things started
[perl5.git] / perl.h
2023-05-08 Karl WilliamsonRevert "PERL_SET_LOCALE_CONTEXT: Actually do something"
2023-04-18 Karl WilliamsonPERL_SET_LOCALE_CONTEXT: Actually do something
2023-03-30 Yves Ortont/porting/bincompat.t - test the code itself not just...
2023-03-29 Yves Ortonperl.h - silence certain warnings on HPUX globally.
2023-03-22 Yves Ortonperl.h - remove redundant /*EMPTY*/ comment
2023-03-22 Zeframfix precedence issue with NOOP
2023-03-18 Yves Ortonregen/embed.pl - change _aDEPTH and _pDEPTH to not...
2023-03-13 Karl Williamsonlocale.c: Remove one use of nl_langinfo_l()
2023-03-07 Yves Ortonperl.h - make sure macros using negation are paren...
2023-02-20 Yves Ortonperldelta.pod - document $SIG{__DIE__} and compile...
2023-02-20 Yves Ortonperl.h, pp_ctl.c - switch to standard way of terminatin...
2023-02-11 Karl Williamsonperl.h: Make sure PERL_IMPLICIT_CONTEXT doesn't come...
2023-02-10 Karl Williamsonsnprintf() calls need to have proper radix
2023-02-10 Paul "LeoNerd" EvansCreate a specific SV type for object instances
2023-02-09 Yves Ortonperl.h - break up * lined comment leaders and pod comments
2022-12-29 James E KeenanCorrect typos as per GH 20435
2022-12-24 Paul "LeoNerd" EvansAdd HvNAMEfARG() macro
2022-12-22 Yves Ortonsv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX...
2022-12-16 Paul "LeoNerd" EvansDefine five new operator precedence levels
2022-12-16 Paul "LeoNerd" EvansAdd comment to infix operator precedence enum about...
2022-12-09 Yves Ortonregcomp.c - decompose into smaller files
2022-12-08 Paul "LeoNerd" EvansDefine a PL_infix_plugin hook, of a similar style to...
2022-12-07 Karl Williamsonlocale.c: Rewrite localeconv() handling
2022-12-06 Karl Williamsonlocales: Add LC_NAME capabilities
2022-12-05 Karl Williamsonlocale.c: Add mutex lock around _wsetlocale() call
2022-11-21 Richard LeachPERL_STRLEN_NEW_MIN - increase to multiple of pointer...
2022-11-21 Richard LeachExtract minimum PV buffer/AV element size to common...
2022-11-14 TAKAI KousukeFigure out I32df, U32uf, etc. in Configure rather than...
2022-11-02 Yves Ortoncop.h - get rid of the STRLEN* stuff from cop_warnings
2022-11-01 Paul "LeoNerd" EvansAlso add a STRLEN member to ANY
2022-11-01 Paul "LeoNerd" EvansAdd Size_t and SSize_t members to ANY
2022-11-01 Paul "LeoNerd" EvansConvert tabs to whitespaces in union any {} definition
2022-10-18 Karl WilliamsonSwitch libc per-interpreter data when tTHX changes
2022-10-18 Karl Williamsonlocale: Create special variable to hold current LC_ALL
2022-10-18 Karl WilliamsonClean up perl.h/makedef.pl common logic
2022-10-18 Karl WilliamsonDon't #define USE_THREAD_SAFE LOCALE unless threaded
2022-10-10 Karl Williamsonhandy.h: Set macro to false if can't ever be true
2022-10-02 Karl Williamsonperl.h: Rmv nested STMT_START...END
2022-09-29 Karl WilliamsonAdd mutexes for various libc calls
2022-09-29 Karl Williamsonperl.h: Finish implementing combo ENV/LOCALE mutexes
2022-09-29 Karl Williamsonperl.h: Move some statements
2022-09-29 Karl WilliamsonChange ENV/LOCALE locking read macro names
2022-09-29 Karl WilliamsonRemove ENV_LOCALE_LOCK/UNLOCK macros
2022-09-29 Karl Williamsonperl.h: Add #define for gwENVr_LOCALEr_UNLOCK
2022-09-28 Karl Williamsonperlhacktips: Add section on writing safer macros
2022-09-21 Karl Williamsonperl.h: Remove now empty block
2022-09-21 Karl Williamsonperl.h: Move LOCALE_READ_LOCK #definition
2022-09-21 Karl Williamsonperl.h: Move #defining SETLOCALE_LOCK
2022-09-21 Karl WilliamsonAdd POSIX_SETLOCALE_LOCK/UNLOCK
2022-09-18 Karl Williamsonperl.h: Fix typo
2022-09-10 Karl Williamsonperl.h: Rmv duplicate #define
2022-09-10 Karl WilliamsonRevert "perl.h: Move #defining SETLOCALE_LOCK"
2022-09-10 Karl Williamsonperl.h: Move #defining SETLOCALE_LOCK
2022-09-10 Karl WilliamsonMove #include from locale.c to perl.h
2022-09-09 Karl Williamsonperl.h: Remove LOCALECONV_LOCK
2022-09-09 Karl Williamsonperl.h: Remove NL_LANGINFO_LOCK
2022-09-09 Karl WilliamsonRedefine the POSIX.xs locale macros using prev commit
2022-09-09 Karl WilliamsonAdd locale macro to wrap global-memory-using functions
2022-09-09 Karl WilliamsonUse general locale mutex for numeric operations
2022-09-09 Karl WilliamsonMake the locale mutex a general semaphore
2022-09-09 Karl Williamsonperl.h: Reorder cpp branches
2022-09-09 Karl Williamsonperl.h: Move some code around
2022-09-09 Karl Williamsonlocale.c: Move #define to perl.h; use it elsewhere
2022-09-09 Karl WilliamsonMove #include from locale.c to perl.h
2022-09-09 Karl WilliamsonMark certain mutex lock macros as private
2022-09-09 Yves OrtonStop parsing on first syntax error.
2022-09-08 Yves Ortonporting/diag.t - improved parsing a bit
2022-09-07 Yves Ortonperl.h - put STMT_END on its own line, and lined up...
2022-09-07 Yves Ortonperl.h - remove duplicated code from commented explanation
2022-09-02 Yves Ortonop.c - Restrict nested eval/BEGIN blocks to a user...
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
next