summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perl.h: Remove some obsolete macrosKarl Williamson2018-01-301-20/+0
* Simplify some LC_NUMERIC macrosKarl Williamson2018-01-301-21/+10
* perl.h: Remove unused locale core macroKarl Williamson2018-01-301-7/+0
* Avoid some unnecessary changing of localesKarl Williamson2018-01-301-0/+5
* Teach perl about more locale categoriesKarl Williamson2018-01-301-0/+15
* perl.h: White-space onlyKarl Williamson2018-01-301-5/+5
* perl.h: Add comment, rephrase anotherKarl Williamson2018-01-301-1/+10
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-3/+8
* enable PERL_OP_PARENT alwaysDavid Mitchell2017-12-181-2/+2
* merge branch zefram/dumb_matchZefram2017-12-171-8/+3
|\
| * internally change "when" to "whereso"Zefram2017-12-051-1/+1
| * fix "LOOP_GIVEN" constant in PL_block_type[]Zefram2017-12-051-1/+1
| * remove now-unused "M" debugging flagZefram2017-11-221-6/+1
* | make dNOOP usable outside function in C++Zefram2017-12-161-10/+1
* | semicolon-friendly diagnostic controlZefram2017-12-161-14/+20
* | Emulate some C99 macros and typedefsKarl Williamson2017-12-081-38/+106
* | mark MB_CUR_MAX constant as unsigned longNicolas R2017-11-291-1/+1
|/
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-4/+6
* rip out quicksort and sort algorithm controlZefram2017-11-171-3/+0
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+12