summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "PERL_SET_LOCALE_CONTEXT: Actually do something"Karl Williamson2023-05-081-1/+1
* PERL_SET_LOCALE_CONTEXT: Actually do somethingKarl Williamson2023-04-181-1/+1
* t/porting/bincompat.t - test the code itself not just the outputYves Orton2023-03-301-1/+1
* perl.h - silence certain warnings on HPUX globally.Yves Orton2023-03-291-0/+16
* perl.h - remove redundant /*EMPTY*/ commentYves Orton2023-03-221-1/+1
* fix precedence issue with NOOPZefram2023-03-221-1/+1
* regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbarYves Orton2023-03-191-7/+19
* locale.c: Remove one use of nl_langinfo_l()Karl Williamson2023-03-131-6/+8
* perl.h - make sure macros using negation are paren wrappedYves Orton2023-03-071-3/+3
* perldelta.pod - document $SIG{__DIE__} and compile error count bugfixesYves Orton2023-02-201-0/+2
* perl.h, pp_ctl.c - switch to standard way of terminating compilationYves Orton2023-02-201-3/+1
* perl.h: Make sure PERL_IMPLICIT_CONTEXT doesn't come backKarl Williamson2023-02-101-4/+8
* snprintf() calls need to have proper radixKarl Williamson2023-02-101-3/+10
* Create a specific SV type for object instancesPaul "LeoNerd" Evans2023-02-101-7/+8
* perl.h - break up * lined comment leaders and pod commentsYves Orton2023-02-091-4/+9
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* Add HvNAMEfARG() macroPaul "LeoNerd" Evans2022-12-241-0/+2
* sv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX formatsYves Orton2022-12-221-0/+2
* Define five new operator precedence levelsPaul "LeoNerd" Evans2022-12-161-6/+13
* Add comment to infix operator precedence enum about when we can/can't change ...Paul "LeoNerd" Evans2022-12-161-1/+5
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-2/+2
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-0/+17
* locale.c: Rewrite localeconv() handlingKarl Williamson2022-12-071-0/+6
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-061-2/+11
* locale.c: Add mutex lock around _wsetlocale() callKarl Williamson2022-12-051-0/+4
* PERL_STRLEN_NEW_MIN - increase to multiple of pointer sizesRichard Leach2022-11-211-4/+13
* Extract minimum PV buffer/AV element size to common definitionsRichard Leach2022-11-211-0/+17
* Figure out I32df, U32uf, etc. in Configure rather than in perl.hTAKAI Kousuke2022-11-141-51/+0
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-2/+2
* Also add a STRLEN member to ANYPaul "LeoNerd" Evans2022-11-011-0/+1
* Add Size_t and SSize_t members to ANYPaul "LeoNerd" Evans2022-11-011-0/+2
* Convert tabs to whitespaces in union any {} definitionPaul "LeoNerd" Evans2022-11-011-9/+9
* Switch libc per-interpreter data when tTHX changesKarl Williamson2022-10-181-2/+39
* locale: Create special variable to hold current LC_ALLKarl Williamson2022-10-181-0/+1
* Clean up perl.h/makedef.pl common logicKarl Williamson2022-10-181-27/+35
* Don't #define USE_THREAD_SAFE LOCALE unless threadedKarl Williamson2022-10-181-2/+2
* handy.h: Set macro to false if can't ever be trueKarl Williamson2022-10-101-2/+2
* perl.h: Rmv nested STMT_START...ENDKarl Williamson2022-10-021-2/+2
* Add mutexes for various libc callsKarl Williamson2022-09-291-0/+17
* perl.h: Finish implementing combo ENV/LOCALE mutexesKarl Williamson2022-09-291-5/+161
* perl.h: Move some statementsKarl Williamson2022-09-291-6/+6
* Change ENV/LOCALE locking read macro namesKarl Williamson2022-09-291-2/+2
* Remove ENV_LOCALE_LOCK/UNLOCK macrosKarl Williamson2022-09-291-14/+5
* perl.h: Add #define for gwENVr_LOCALEr_UNLOCKKarl Williamson2022-09-291-1/+25
* perlhacktips: Add section on writing safer macrosKarl Williamson2022-09-281-104/+21
* perl.h: Remove now empty blockKarl Williamson2022-09-211-35/+0
* perl.h: Move LOCALE_READ_LOCK #definitionKarl Williamson2022-09-211-7/+6
* perl.h: Move #defining SETLOCALE_LOCKKarl Williamson2022-09-211-13/+8
* Add POSIX_SETLOCALE_LOCK/UNLOCKKarl Williamson2022-09-211-0/+18
* perl.h: Fix typoKarl Williamson2022-09-181-1/+1