| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s. | Nicholas Clark | 2011-07-01 | 1 | -12/+49 |
* | Store C<study>'s data as U32s, instead of I32s. | Nicholas Clark | 2011-07-01 | 1 | -13/+8 |
* | Tidy code in pp_study and Perl_screaminstr() | Nicholas Clark | 2011-07-01 | 1 | -8/+6 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -24/+12 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -8/+5 |
* | Change PL_screamnext to store absolute positions. | Nicholas Clark | 2011-07-01 | 1 | -2/+2 |
* | Split out study magic from pos magic. | Nicholas Clark | 2011-07-01 | 1 | -2/+1 |
* | add do_ncmp fn and make pp_ncmp, pp_eq etc use it | David Mitchell | 2011-06-25 | 1 | -414/+129 |
* | pp_ncmp: favour the non- Perl_isnan route | David Mitchell | 2011-06-25 | 1 | -1/+1 |
* | remove unreachable code from various compare ops | David Mitchell | 2011-06-25 | 1 | -55/+0 |
* | study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true. | Nicholas Clark | 2011-06-23 | 1 | -1/+1 |
* | [perl #78462] Don't warn for splice(@a,MAX_LEN) | Eric Brine | 2011-06-21 | 1 | -1/+3 |
* | Revert "pos in lvalue context now returns a PVMG instead of a PVLV." | Father Chrysostomos | 2011-06-16 | 1 | -2/+4 |
* | pos in lvalue context now returns a PVMG instead of a PVLV. | Nicholas Clark | 2011-06-14 | 1 | -4/+2 |
* | Don't allow study on an FBM scalar, to give more flexibility in SV flag usage. | Nicholas Clark | 2011-06-11 | 1 | -2/+5 |
* | Fix several array-returning bugs in lvalue subs | Father Chrysostomos | 2011-06-04 | 1 | -2/+8 |
* | Remove duplicate code from pp_study(), caused by a4f4e9060b702ac8. | Nicholas Clark | 2011-05-19 | 1 | -4/+0 |
* | study uses I32 internally for offsets, so should be skipped for long strings. | Nicholas Clark | 2011-05-19 | 1 | -2/+2 |
* | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() | Michael Witten | 2011-05-18 | 1 | -1/+1 |
* | Make push, etc., work on tied scalars | Father Chrysostomos | 2011-04-18 | 1 | -0/+1 |
* | Make keys $scalar an lvalue | Father Chrysostomos | 2011-04-18 | 1 | -0/+6 |
* | Make keys/value/each $scalar accept only unblessed refs | Father Chrysostomos | 2011-04-18 | 1 | -45/+11 |
* | fix for pp.c under win32 etc | David Mitchell | 2011-04-18 | 1 | -2/+2 |
* | Make push/shift $scalar accept only unblessed aryrefs | Father Chrysostomos | 2011-04-18 | 1 | -4/+33 |
* | Revert parts of c31c291..96b6b87 | Father Chrysostomos | 2011-04-08 | 1 | -1/+1 |
* | Revert "[perl #87708] $tied / $tied under use integer" | Father Chrysostomos | 2011-04-08 | 1 | -2/+3 |
* | [perl #87708] $tied / $tied under use integer | Father Chrysostomos | 2011-04-06 | 1 | -3/+2 |
* | [perl #87708] $tied % $tied and $tied * $tied under use integer | Father Chrysostomos | 2011-04-06 | 1 | -7/+7 |
* | [perl #87708] use integer; $tied < $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied > $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied <= $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied >= $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied == $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied != $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied <=> $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] atan2 $tied, $tied | Father Chrysostomos | 2011-04-05 | 1 | -1/+1 |
* | [perl #87336] lc/uc(first) fail to taint the returned string | Father Chrysostomos | 2011-03-31 | 1 | -0/+6 |
* | [perl #82250] fix tainted (s)print format | David Mitchell | 2011-03-14 | 1 | -2/+0 |
* | Fix [perl #85508] regression in print length undef | David Leadbeater | 2011-03-06 | 1 | -4/+10 |
* | Move some #defines | Karl Williamson | 2011-02-27 | 1 | -6/+0 |
* | [perl #77692] substr causes panic: sv_len_utf8 cache... | Father Chrysostomos | 2011-02-10 | 1 | -1/+2 |
* | [perl #81750] Perl 5.12: undef-as-hashref bug | Father Chrysostomos | 2011-01-21 | 1 | -1/+6 |
* | add GvCV_set() and GvGP_set() macros. | David Mitchell | 2011-01-21 | 1 | -1/+1 |
* | CH] Change usage of regex/op common to common names | Karl Williamson | 2011-01-16 | 1 | -1/+1 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -4/+6 |
* | Generate "Unsupported socket function" stubs using PL_ppaddr. | Nicholas Clark | 2011-01-09 | 1 | -0/+2 |
* | regen/opcode.pl should only generate prototypes for pp_* functions that exist. | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
* | Convert tied SPLICE to using Perl_tied_method() | Nicholas Clark | 2011-01-05 | 1 | -8/+3 |
* | Avoid using OP_NAME() in unimplemented_op(), as it won't give useful strings. | Nicholas Clark | 2010-12-31 | 1 | -2/+12 |