| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate PL_* accessor functions under ithreads. | Nicholas Clark | 2010-09-21 | 1 | -664/+3 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -4/+0 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -0/+2 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -0/+2 |
* | Generic hooks into Perl_block_{start,end}. | Ben Morrow | 2010-07-12 | 1 | -0/+2 |
* | add PL_signalhook to hook into signal dispatch | David Mitchell | 2010-06-04 | 1 | -0/+2 |
* | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -0/+2 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+20 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+2 |
* | regen generated files changed by the previous patch - facility to plug in sy... | Jesse Vincent | 2009-11-05 | 1 | -0/+2 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -0/+6 |
* | Remove obsolete interpreter variable PL_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -2/+0 |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+2 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -2/+0 |
* | Bump coopyright year in embed.pl and various files that were just touched | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please | Nicholas Clark | 2008-11-18 | 1 | -2/+2 |
* | Fix the bug introduced with MRO, whereby the internals were not saving | Nicholas Clark | 2008-11-17 | 1 | -0/+2 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -2/+2 |
* | Update copyright year in embed.pl, and everything that it builds. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Run 'make regen' for #34567 and #34568. | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+2 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -2/+0 |
* | Remove (probably) the last vestige of the assertions implementation - | Nicholas Clark | 2007-11-24 | 1 | -2/+0 |
* | Following 32238, change "interpreter_size" to "interp_size" in the new | Craig A. Berry | 2007-11-11 | 1 | -4/+4 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+2 |