| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hook for Unicode private use override | Karl Williamson | 2019-03-07 | 1 | -0/+1 |
* | perlvars.h: remove #ifdef DEBUGGING | David Mitchell | 2019-02-19 | 1 | -2/+0 |
* | fix thread issue with PERL_GLOBAL_STRUCT | David Mitchell | 2019-02-19 | 1 | -0/+10 |
* | PL_InBitmap: fix with -DPERL_GLOBAL_STRUCT_PRIVATE | David Mitchell | 2019-02-19 | 1 | -1/+1 |
* | foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATE | David Mitchell | 2019-02-19 | 1 | -0/+16 |
* | Add global hash to handle \p{user-defined} | Karl Williamson | 2019-02-14 | 1 | -1/+8 |
* | Add mutex for dealing with qr/\p{user-defined}/ | Karl Williamson | 2019-02-14 | 1 | -0/+4 |
* | regen/mk_invlists.pl: Create new inversion list | Karl Williamson | 2019-02-05 | 1 | -0/+1 |
* | perlvars.h: A variable was being initialized unnecessarily | Karl Williamson | 2018-12-30 | 1 | -1/+1 |
* | Change name of PL_NonL1NonFinalFold | Karl Williamson | 2018-12-25 | 1 | -1/+1 |
* | Change name of PL_utf8_foldable variable | Karl Williamson | 2018-12-25 | 1 | -3/+2 |
* | regen/mk_invlists.pl: Add new table | Karl Williamson | 2018-12-07 | 1 | -0/+1 |
* | Make global two interpreter variables | Karl Williamson | 2018-07-14 | 1 | -0/+2 |
* | regcomp.c: Simplify | Karl Williamson | 2018-06-25 | 1 | -0/+1 |
* | Use compiled-in C structure for inverted case folds | Karl Williamson | 2018-03-31 | 1 | -0/+4 |
* | Use charnames inversion lists | Karl Williamson | 2018-03-31 | 1 | -0/+2 |
* | Move case change invlists from interpreter to global | Karl Williamson | 2018-03-26 | 1 | -0/+5 |
* | Make Unicode data structures global | Karl Williamson | 2018-03-14 | 1 | -0/+24 |
* | Work around Microsoft threaded locale bug for localeconv() | Karl Williamson | 2018-03-12 | 1 | -1/+3 |
* | Don't create locale object unless threaded | Karl Williamson | 2018-03-12 | 1 | -5/+1 |
* | Don't create unneeded mutexes | Karl Williamson | 2018-03-12 | 1 | -1/+2 |
* | Latch LC_NUMERIC during critical sections | Karl Williamson | 2018-02-18 | 1 | -0/+1 |
* | makedef.pl: Use all #ifdefs to decide | Karl Williamson | 2018-02-18 | 1 | -1/+4 |
* | add wrap_keyword_plugin function (RT #132413) | Lukas Mai | 2017-11-11 | 1 | -0/+6 |
* | Initialize locale object even in unthreaded perls | Karl Williamson | 2017-08-12 | 1 | -3/+4 |
* | Restore "Add new hashing and "hash with state" infrastructure" | Yves Orton | 2017-06-01 | 1 | -0/+6 |
* | Revert "Add new hashing and "hash with state" infrastructure" | Yves Orton | 2017-04-23 | 1 | -6/+0 |
* | Add new hashing and "hash with state" infrastructure | Yves Orton | 2017-04-23 | 1 | -0/+6 |
* | Make PERLLIB_SEP dynamic on VMS. | Craig A. Berry | 2016-09-01 | 1 | -0/+7 |
* | locale.c: Revamp my_strerror() for thread-safeness | Karl Williamson | 2016-07-29 | 1 | -0/+4 |
* | Add locale mutex | Karl Williamson | 2016-04-09 | 1 | -0/+2 |
* | perlapi: Clarify process of using undocumented globals | Karl Williamson | 2015-09-30 | 1 | -2/+7 |
* | Static initialization using 1/0 or 0/0 not C89. | Jarkko Hietaniemi | 2014-09-01 | 1 | -13/+0 |
* | Do not use HUGE_VAL/VALL for NV_INF. | Jarkko Hietaniemi | 2014-09-01 | 1 | -0/+13 |
* | initialise PL_watch_pvx | David Mitchell | 2014-04-11 | 1 | -1/+1 |
* | Revert "[perl #119801] Stop @DB::dbline modifications from crashing" | Father Chrysostomos | 2013-12-25 | 1 | -4/+0 |
* | [perl #119801] Stop @DB::dbline modifications from crashing | Father Chrysostomos | 2013-12-21 | 1 | -0/+4 |
* | Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE | Nicholas Clark | 2013-07-12 | 1 | -3/+6 |
* | Make it possible to disable and control hash key traversal randomization | Yves Orton | 2013-05-07 | 1 | -1/+1 |
* | The size of PL_hash_seed depends on the chosen hash algorithm. | Nicholas Clark | 2012-11-23 | 1 | -1/+1 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -0/+3 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 1 | -0/+40 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -33/+35 |
* | Re-order perlvars.h to group related variables, and spread mutexes out. | Nicholas Clark | 2011-06-12 | 1 | -45/+41 |
* | PL_perlio_mutex is only needed with USE_UIHREADS && USE_PERLIO | Nicholas Clark | 2011-06-12 | 1 | -1/+1 |
* | Change PL_use_safe_putenv from int to bool. | Nicholas Clark | 2011-06-12 | 1 | -1/+1 |
* | Move PL_runops_{std,dbg} to perl.h, and make them const. | Nicholas Clark | 2011-06-12 | 1 | -6/+0 |
* | Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h | Nicholas Clark | 2011-06-12 | 1 | -18/+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 | -9/+0 |