summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Expand)AuthorAgeFilesLines
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-156/+3
* Move `use strict;` *out* of the BEGIN block in makedef.plNicholas Clark2021-09-291-3/+3
* The Makefile must run makedef.pl with -Ilib on the command lineNicholas Clark2021-09-291-1/+0
* MACH-O can't support C11 thread local in shared objects, so disable it.Nicholas Clark2021-09-071-1/+2
* If we have thread local storage, use it instead of posix_getspecific().Nicholas Clark2021-09-071-0/+3
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-3/+3
* export the win32 symlink related symbolsTony Cook2021-01-051-0/+3
* Fix broken PERL_MEM_LOG under threadsKarl Williamson2020-12-191-0/+4
* Refactor locale mutex setupKarl Williamson2020-12-081-3/+0
* Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)Richard Leach2020-07-301-1/+0
* Remove PL_appctx and PL_timesbase interpreter variablesDagfinn Ilmari Mannsåker2020-07-201-8/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-39/+3
* Remove the final remnants of 5005threads supportDagfinn Ilmari Mannsåker2020-07-201-30/+0
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* don't export PL_mbrlen_ps, PL_mbrtowc, PL_wcrtomb if not definedTony Cook2020-03-271-0/+12
* Add mutex for accessing ENVKarl Williamson2020-03-111-0/+1
* makedef.pl: Add commentKarl Williamson2020-03-021-0/+1
* The VC6 Chainsaw MassacreSteve Hay2019-10-171-1/+1
* makedef.pl: export symbols flagged as CCraig A. Berry2019-09-201-1/+1
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-183/+168
* embed.fnc: Change x flag to eKarl Williamson2019-05-301-1/+1
* Use POSIX locale functions if setlocale not availableKarl Williamson2019-03-061-21/+32
* perlvars.h: remove #ifdef DEBUGGINGDavid Mitchell2019-02-191-1/+0
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-0/+2
* Add global hash to handle \p{user-defined}Karl Williamson2019-02-141-0/+1
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+1
* makedef.pl: Fix to work with -DNO_LOCALE config optKarl Williamson2019-02-061-1/+2
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-251-6/+0
* Allow forcing use of POSIX 2008 locale fcnsKarl Williamson2018-11-191-3/+9
* win32: fix argumentless sleep()Tomasz Konojacki2018-08-011-0/+1
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-0/+6
* #133125 revise -DNO_MATHOM logic again in makedef.plDaniel Dragan2018-04-211-1/+2
* fix -DNO_MATHOMS build, mathomed syms were not removed from perldll.defDaniel Dragan2018-04-151-2/+2
* Fix locale problems on mingwKarl Williamson2018-03-191-4/+30
* Don't include interpreter variable unless usedKarl Williamson2018-03-161-0/+2
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-121-2/+4
* Resync duplicated code in perl.h makedef.plKarl Williamson2018-03-121-1/+1
* Don't create locale object unless threadedKarl Williamson2018-03-121-0/+1
* Don't create unneeded mutexesKarl Williamson2018-03-121-0/+5
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+1
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-0/+1
* makedef.pl: Use all #ifdefs to decideKarl Williamson2018-02-181-1/+4
* Don't export PL_underlying_numeric_obj if it doesn't exist.Craig A. Berry2018-02-101-0/+1
* teach makedef.pl about PL_keyword_plugin_mutexLukas Mai2017-11-111-0/+1
* Don't link in Perl_my_strnlen when we don't have it.Craig A. Berry2017-10-261-0/+5
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-5/+0
* Initialize locale object even in unthreaded perlsKarl Williamson2017-08-121-2/+1
* Make immortal SVs contiguousDavid Mitchell2017-07-271-0/+4
* Fix Windows build following commit 9d5e3f1aaaSteve Hay2017-06-071-0/+3
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1