| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move PL_sh_path to perl.h (except for OS/2), as it's const char[] | Nicholas Clark | 2011-06-12 | 1 | -5/+1 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -6/+0 |
* | Eliminate PL_patleave, unused since perl 5.0 alpha 2. | Nicholas Clark | 2011-06-12 | 1 | -1/+0 |
* | Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735. | Nicholas Clark | 2011-05-22 | 1 | -1/+0 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 1 | -4/+0 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -1/+1 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -3/+3 |
* | make PL_charclass available to modules under Win32 | Tony Cook | 2010-09-26 | 1 | -0/+1 |
* | Fix a typo in the PL_keyword_plugin docs | Florian Ragwitz | 2010-08-28 | 1 | -1/+1 |
* | lexer API | Zefram | 2009-11-15 | 1 | -8/+1 |
* | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -3/+65 |
* | Following 32238, change "interpreter_size" to "interp_size" in the new | Craig A. Berry | 2007-11-11 | 1 | -2/+2 |
* | "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION | Nicholas Clark | 2007-11-07 | 1 | -0/+26 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |