summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "perl.h: Use STMT_START { ... } STMT_END"Lukas Mai2017-11-091-4/+2
* Fix missing close brace before STMT_ENDDagfinn Ilmari Mannsåker2017-11-091-1/+1
* embed.fnc: Change fcn from A to XKarl Williamson2017-11-081-2/+2
* Change name of internal functionKarl Williamson2017-11-081-9/+9
* Change name of locale per-interpreter variableKarl Williamson2017-11-081-1/+1
* perl.h: Use STMT_START { ... } STMT_ENDKarl Williamson2017-11-081-2/+4
* perl.h: White-space onlyKarl Williamson2017-11-081-28/+27
* g++ 4.0 supports __attribute__((unused))Lukas Mai2017-11-061-1/+1
* Add my_memrchr() implementation of memrchr()Karl Williamson2017-11-011-0/+8
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+20