| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PERL_GLOBAL_STRUCT | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -213/+7 |
* | Make PL_utf8_foldclosures interpreter level | Karl Williamson | 2020-06-02 | 1 | -2/+0 |
* | Add mutex for accessing ENV | Karl Williamson | 2020-03-11 | 1 | -0/+2 |
* | Revert "Move PL_check to the interp vars to fix threading issues" | Tony Cook | 2019-12-16 | 1 | -0/+2 |
* | Move PL_check to the interp vars to fix threading issues | Stefan Seifert | 2019-12-12 | 1 | -2/+0 |
* | Move regex global variables to interpreter level | Karl Williamson | 2019-11-26 | 1 | -62/+0 |
* | add explicit 1-arg and 3-arg sig handler functions | David Mitchell | 2019-11-18 | 1 | -0/+4 |
* | Remove generation and use of NonFinalFold table | Karl Williamson | 2019-11-16 | 1 | -2/+0 |
* | Add hook for Unicode private use override | Karl Williamson | 2019-03-07 | 1 | -0/+2 |
* | fix thread issue with PERL_GLOBAL_STRUCT | David Mitchell | 2019-02-19 | 1 | -0/+4 |
* | foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATE | David Mitchell | 2019-02-19 | 1 | -0/+18 |
* | Add global hash to handle \p{user-defined} | Karl Williamson | 2019-02-14 | 1 | -0/+4 |
* | Add mutex for dealing with qr/\p{user-defined}/ | Karl Williamson | 2019-02-14 | 1 | -0/+2 |
* | regen/mk_invlists.pl: Create new inversion list | Karl Williamson | 2019-02-05 | 1 | -0/+2 |
* | Change name of PL_NonL1NonFinalFold | Karl Williamson | 2018-12-25 | 1 | -2/+2 |
* | Change name of PL_utf8_foldable variable | Karl Williamson | 2018-12-25 | 1 | -2/+2 |
* | regen/mk_invlists.pl: Add new table | Karl Williamson | 2018-12-07 | 1 | -0/+2 |
* | Make global two interpreter variables | Karl Williamson | 2018-07-14 | 1 | -0/+4 |
* | regcomp.c: Simplify | Karl Williamson | 2018-06-25 | 1 | -0/+2 |
* | Use compiled-in C structure for inverted case folds | Karl Williamson | 2018-03-31 | 1 | -0/+2 |
* | Use charnames inversion lists | Karl Williamson | 2018-03-31 | 1 | -0/+4 |
* | Move case change invlists from interpreter to global | Karl Williamson | 2018-03-26 | 1 | -0/+10 |
* | Make Unicode data structures global | Karl Williamson | 2018-03-14 | 1 | -0/+38 |
* | Latch LC_NUMERIC during critical sections | Karl Williamson | 2018-02-18 | 1 | -0/+2 |
* | add wrap_keyword_plugin function (RT #132413) | Lukas Mai | 2017-11-11 | 1 | -0/+2 |
* | Restore "Add new hashing and "hash with state" infrastructure" | Yves Orton | 2017-06-01 | 1 | -0/+4 |
* | Revert "Add new hashing and "hash with state" infrastructure" | Yves Orton | 2017-04-23 | 1 | -4/+0 |
* | Add new hashing and "hash with state" infrastructure | Yves Orton | 2017-04-23 | 1 | -0/+4 |
* | Make PERLLIB_SEP dynamic on VMS. | Craig A. Berry | 2016-09-01 | 1 | -0/+2 |
* | locale.c: Revamp my_strerror() for thread-safeness | Karl Williamson | 2016-07-29 | 1 | -0/+2 |
* | Add locale mutex | Karl Williamson | 2016-04-09 | 1 | -0/+2 |
* | Static initialization using 1/0 or 0/0 not C89. | Jarkko Hietaniemi | 2014-09-01 | 1 | -4/+0 |
* | Do not use HUGE_VAL/VALL for NV_INF. | Jarkko Hietaniemi | 2014-09-01 | 1 | -0/+4 |
* | Revert "[perl #119801] Stop @DB::dbline modifications from crashing" | Father Chrysostomos | 2013-12-25 | 1 | -6/+0 |
* | [perl #119801] Stop @DB::dbline modifications from crashing | Father Chrysostomos | 2013-12-21 | 1 | -0/+6 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -0/+4 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 1 | -0/+2 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -9/+9 |
* | Move PL_runops_{std,dbg} to perl.h, and make them const. | Nicholas Clark | 2011-06-12 | 1 | -4/+0 |
* | Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h | Nicholas Clark | 2011-06-12 | 1 | -6/+0 |
* | In perlvar.h, move the always-present globals above those conditionally compiled | Nicholas Clark | 2011-06-12 | 1 | -2/+2 |
* | Move PL_{revision,version,subversion} to perl.h, making them const U8. | Nicholas Clark | 2011-06-12 | 1 | -6/+0 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -12/+0 |
* | Eliminate PL_patleave, unused since perl 5.0 alpha 2. | Nicholas Clark | 2011-06-12 | 1 | -2/+0 |
* | Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735. | Nicholas Clark | 2011-05-22 | 1 | -2/+0 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -4/+4 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 1 | -2/+0 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |
* | make PL_charclass available to modules under Win32 | Tony Cook | 2010-09-26 | 1 | -0/+2 |