| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "[perl #117855] Store CopFILEGV in a pad under ithreads" | Father Chrysostomos | 2013-08-09 | 1 | -5/+0 |
* | Stop ‘used once’ warnings from crashing on circularities | Father Chrysostomos | 2013-08-05 | 1 | -1/+1 |
* | [perl #117855] Store CopFILEGV in a pad under ithreads | Father Chrysostomos | 2013-08-05 | 1 | -0/+5 |
* | Extend sv_dump() to dump SVt_INVLIST | Karl Williamson | 2013-08-01 | 1 | -1/+5 |
* | regcomp.c: Extract duplicated code into single fcn | Karl Williamson | 2013-07-30 | 1 | -0/+1 |
* | make Perl_reg_set_capture_string static | David Mitchell | 2013-07-28 | 1 | -8/+0 |
* | add Perl_reg_set_capture_string() function | David Mitchell | 2013-07-28 | 1 | -0/+7 |
* | [perl #79908] Stop sub inlining from breaking closures | Father Chrysostomos | 2013-07-25 | 1 | -1/+1 |
* | Inline list constants | Father Chrysostomos | 2013-07-25 | 1 | -0/+1 |
* | Revert "Remove the non-inline function S_croak_memory_wrap from inline.h." | Tony Cook | 2013-07-24 | 1 | -1/+1 |
* | [perl #72766] Allow huge pos() settings | Father Chrysostomos | 2013-07-23 | 1 | -1/+1 |
* | Add sv_pos_b2u_flags | Father Chrysostomos | 2013-07-23 | 1 | -0/+2 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-16 | 1 | -1/+1 |
* | Remove redundant field from inversion lists | Karl Williamson | 2013-07-16 | 1 | -2/+1 |
* | Add parameter to internal function | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Make C-array inversion lists const" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Move inversion list hdr field to SV hdr" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Change, variable, fcn name" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Remove unused data structure field" | Karl Williamson | 2013-07-16 | 1 | -1/+0 |
* | Reinstate "regcomp.c: Make inversion lists SVt_PVLV" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversion... | Karl Williamson | 2013-07-16 | 1 | -3/+7 |
* | embed.fnc: Clarify comments on E,X flag usage; nit | Karl Williamson | 2013-07-16 | 1 | -3/+4 |
* | [perl #27010] Make tie work through defelems | Father Chrysostomos | 2013-07-16 | 1 | -0/+1 |
* | embed.fnc: E does not imply X | Father Chrysostomos | 2013-07-15 | 1 | -2/+2 |
* | [perl #77814] Make defelems propagate pos | Father Chrysostomos | 2013-07-15 | 1 | -0/+4 |
* | Make set-magic handle vstrings properly | Father Chrysostomos | 2013-07-15 | 1 | -1/+1 |
* | Revert "Allow => to quote built-in keywords across lines" | Father Chrysostomos | 2013-07-12 | 1 | -1/+1 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-12 | 1 | -1/+1 |
* | locale.c: Extract out, fix, expand fcn to see if a locale is utf8 | Karl Williamson | 2013-07-05 | 1 | -0/+1 |
* | Introduce validate_proto / stop stripping spaces | Peter Martini | 2013-07-05 | 1 | -0/+1 |
* | Revert "regcomp.c: Add a constant 0 element before inversion lists" | Karl Williamson | 2013-07-04 | 1 | -7/+3 |
* | Revert "regcomp.c: Make inversion lists SVt_PVLV" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Remove unused data structure field" | Karl Williamson | 2013-07-04 | 1 | -0/+1 |
* | Revert "regcomp.c: Move 2 hdr inversion fields to SV hdr" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Change, variable, fcn name" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Move inversion list hdr field to SV hdr" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Make C-array inversion lists const" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Use new Svt_INVLIST for inversion lists. | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Make C-array inversion lists const | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Move inversion list hdr field to SV hdr | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Change, variable, fcn name | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Move 2 hdr inversion fields to SV hdr | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Remove unused data structure field | Karl Williamson | 2013-07-03 | 1 | -1/+0 |
* | regcomp.c: Make inversion lists SVt_PVLV | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Add a constant 0 element before inversion lists | Karl Williamson | 2013-07-03 | 1 | -3/+7 |
* | In embed.fnc, reorder the symbols conditional on HAVE_INTERP_INTERP. | Nicholas Clark | 2013-07-02 | 1 | -5/+3 |
* | change tied_method to use SVs with precomputed hash values | Ruslan Zakirov | 2013-06-30 | 1 | -1/+1 |