summaryrefslogtreecommitdiff
path: root/perlapi.h
Commit message (Expand)AuthorAgeFilesLines
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-213/+7
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-2/+0
* Add mutex for accessing ENVKarl Williamson2020-03-111-0/+2
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-0/+2
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-2/+0
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-62/+0
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-0/+4
* Remove generation and use of NonFinalFold tableKarl Williamson2019-11-161-2/+0
* Add hook for Unicode private use overrideKarl Williamson2019-03-071-0/+2
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-0/+4
* foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-0/+18
* Add global hash to handle \p{user-defined}Karl Williamson2019-02-141-0/+4
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+2
* regen/mk_invlists.pl: Create new inversion listKarl Williamson2019-02-051-0/+2
* Change name of PL_NonL1NonFinalFoldKarl Williamson2018-12-251-2/+2
* Change name of PL_utf8_foldable variableKarl Williamson2018-12-251-2/+2
* regen/mk_invlists.pl: Add new tableKarl Williamson2018-12-071-0/+2
* Make global two interpreter variablesKarl Williamson2018-07-141-0/+4
* regcomp.c: SimplifyKarl Williamson2018-06-251-0/+2
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-0/+2
* Use charnames inversion listsKarl Williamson2018-03-311-0/+4
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-0/+10
* Make Unicode data structures globalKarl Williamson2018-03-141-0/+38
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-0/+2
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+2
* Restore "Add new hashing and "hash with state" infrastructure"Yves Orton2017-06-011-0/+4
* Revert "Add new hashing and "hash with state" infrastructure"Yves Orton2017-04-231-4/+0
* Add new hashing and "hash with state" infrastructureYves Orton2017-04-231-0/+4
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+2
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+2
* Add locale mutexKarl Williamson2016-04-091-0/+2
* Static initialization using 1/0 or 0/0 not C89.Jarkko Hietaniemi2014-09-011-4/+0
* Do not use HUGE_VAL/VALL for NV_INF.Jarkko Hietaniemi2014-09-011-0/+4
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-6/+0
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-0/+6
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-0/+4
* add wrap_op_checker() API functionZefram2012-02-111-0/+2
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-9/+9
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-4/+0
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-6/+0
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-2/+2
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-6/+0
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-12/+0
* Eliminate PL_patleave, unused since perl 5.0 alpha 2.Nicholas Clark2011-06-121-2/+0
* Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735.Nicholas Clark2011-05-221-2/+0
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-4/+4
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-1/+1
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-011-2/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2