summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+1
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+8
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-16/+3
* embed.fnc: Change 'b' flag to not imply 'p' flagKarl Williamson2016-05-121-1/+1
* Add locale mutexKarl Williamson2016-04-091-0/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-0/+9
* teach makedef.pl an alternate macro for PERL_COPY_ON_WRITEDaniel Dragan2016-03-011-1/+1
* remove deprecated PL_timesbufDaniel Dragan2016-01-171-1/+0
* killpg for VMS.Craig A. Berry2015-09-261-0/+1
* Add code for debugging locale initializationKarl Williamson2015-09-081-0/+1
* Don't skip symbols for defunct -Uuseperlio case.Craig A. Berry2015-07-231-25/+5
* Use CRTL getlogin and getlogin_r on VMS.Craig A. Berry2015-07-121-1/+0
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-1/+1
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-2/+1
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-0/+7
* Don't bother prettifying win32/perldll.defSteve Hay2015-01-251-5/+3
* export data symbols as data on Win32Daniel Dragan2015-01-251-28/+36
* makedef.pl: don't hard-code list of mathomsAaron Crane2014-12-141-151/+12
* fix incomplete mathoming of Perl_pad_compname_typeDaniel Dragan2014-12-011-0/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+2