summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix precedence problems in preprocessor directivesKarl Williamson2019-04-251-3/+4
* PATCH: [perl #134014] lib/locale.t panic on *bsdKarl Williamson2019-04-251-2/+2
* Create Strtod()Karl Williamson2019-04-191-30/+6
* PATCH: [perl #133945] Perl_strtod failuresKarl Williamson2019-04-151-5/+14
* implement diagnostics ignore/restore macros for Visual C++Tomasz Konojacki2019-04-051-0/+13
* Use POSIX locale functions if setlocale not availableKarl Williamson2019-03-061-20/+34
* perl.h: Improve a comment's wordingKarl Williamson2019-03-041-1/+1
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+8
* regen/warnings.pl: Fix undefined C behaviorKarl Williamson2019-01-051-0/+5
* perl.h: Fix typo in commentKarl Williamson2018-12-311-1/+0
* perl.h - support C99 math for mingwsisyphus2018-12-111-1/+1
* regexec.c: Use mnemonics instead of "256"Karl Williamson2018-12-071-2/+2
* Allow forcing use of POSIX 2008 locale fcnsKarl Williamson2018-11-191-2/+7
* perl.h: White-space, commentKarl Williamson2018-11-161-6/+6
* regcomp.c: Test that code block exists before cleaningKarl Williamson2018-10-201-1/+1
* regcomp.h: Swap struct vs typedefKarl Williamson2018-10-201-3/+2
* Create Ptrdiff_t typeKarl Williamson2018-09-201-1/+10
* (perl #133510) use quadmath versions of log10, ldexp and signbitTony Cook2018-09-121-1/+4
* perl.h - mingw-w64 builds use __mingw_strtold instead of strtoldsisyphus2018-08-091-1/+11
* perl.h: Use TAINT_get, instead of PL_tainting.Karl Williamson2018-08-051-1/+1
* Make new EBCDIC tables global.Craig A. Berry2018-07-081-6/+6
* perl.h: Properly indent a #ifKarl Williamson2018-07-071-1/+1
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-0/+94
* Add dfa for strict translation from UTF-8Karl Williamson2018-07-051-0/+154
* Make UTF-8 dfa table an EXTCONSTKarl Williamson2018-07-051-0/+172
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-0/+3
* perl.h: Add parens around macro argumentsKarl Williamson2018-07-011-1/+1
* Create my_atof3()Karl Williamson2018-06-251-1/+2
* Finally fix C++ build with VS2017Steve Hay2018-04-281-2/+9
* fix linkage of PL_inf/nan under C++David Mitchell2018-04-251-5/+4
* perl.h: Clarify commentKarl Williamson2018-03-311-1/+1
* Fix locale problems on mingwKarl Williamson2018-03-191-0/+3
* Fix comments/pod for LC_NUMERIC not always CKarl Williamson2018-03-121-15/+17
* perl.h: White-space, comment changes onlyKarl Williamson2018-03-121-22/+22
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-121-6/+39
* perl.h: Move macros to earlier in the fileKarl Williamson2018-03-121-31/+32
* perl.h: Refactor some #definesKarl Williamson2018-03-121-23/+21
* Resync duplicated code in perl.h makedef.plKarl Williamson2018-03-121-2/+3
* Don't create locale object unless threadedKarl Williamson2018-03-121-3/+1
* perl.h: Move some locale definitions aroundKarl Williamson2018-03-121-97/+101
* perl.h: Rmv dummy definitionsKarl Williamson2018-03-121-4/+0
* subtly change meaning of XATTRBLOCK, XATTRTERMDavid Mitchell2018-03-021-2/+2
* perl.h: Add comment about clang warningsKarl Williamson2018-03-011-1/+5
* Silence wrong clang warningsKarl Williamson2018-03-011-2/+4
* perl.h: Add, revise some locale debugging infoKarl Williamson2018-02-181-14/+20
* Add thread-safe locale handlingKarl Williamson2018-02-181-9/+15
* perl.h: Add debugging statements for mutex opsKarl Williamson2018-02-181-2/+12
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-33/+142
* perl.h: Add dTHX_DEBUGGINGKarl Williamson2018-02-181-1/+7
* perl.h Move some #definesKarl Williamson2018-02-181-18/+19