| Commit message (Expand) | Author | Age | Files | Lines |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -3/+4 |
* | Implement the 'qr' overload type. | Ben Morrow | 2009-11-01 | 1 | -4/+31 |
* | Use of SV* instead of message, msglen, utf8 to contain error message | Gerard Goossen | 2009-11-01 | 1 | -11/+14 |
* | S_run_user_filter() can use the filter GV itself for the cache buffer. | Nicholas Clark | 2009-10-23 | 1 | -9/+9 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -1/+1 |
* | Remove the venerable fatal error "Runaway format" | Rafael Garcia-Suarez | 2009-10-22 | 1 | -5/+0 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -13/+9 |
* | add more positive gofs GPOS tests and fix some bugs too | Yves Orton | 2009-09-10 | 1 | -5/+8 |
* | Corrupt filename when setting %INC entry in a @INC hook | Salvador Ortiz Garcia | 2009-09-06 | 1 | -1/+1 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -4/+1 |
* | add -DM flag to track smartmatch resolution | David Mitchell | 2009-08-20 | 1 | -4/+52 |
* | In pp_caller, remove a GvMULTI_on() by adding GV_ADDMULTI to gv_fetchpvs(). | Nicholas Clark | 2009-08-08 | 1 | -3/+2 |
* | Teach goto how to cross given/when blocks | Vincent Pit | 2009-07-22 | 1 | -0/+2 |
* | Simplify the code that sets $_ in given() | Rafael Garcia-Suarez | 2009-07-21 | 1 | -7/+1 |
* | Fast enabling of strictures when version 5.11.0 is required | Rafael Garcia-Suarez | 2009-07-07 | 1 | -4/+1 |
* | use strict by default if "use 5.011" is in effect! | Steffen Mueller | 2009-07-07 | 1 | -0/+8 |
* | Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0) | Rafael Garcia-Suarez | 2009-07-01 | 1 | -0/+4 |
* | Trim all trailing / from "." in @INC when filling %INC | Rafael Garcia-Suarez | 2009-06-25 | 1 | -2/+4 |
* | Fix [RT#63110] -- two small memory leaks were introduced in 5b9c067 | Alex Vandiver | 2009-05-30 | 1 | -1/+4 |
* | Allow ~~ overloading on the left side, when the right side is a plain scalar | Rafael Garcia-Suarez | 2009-05-24 | 1 | -2/+19 |
* | In the ~~ implementation, consistently use the SV-aware API for hash keys. | Rafael Garcia-Suarez | 2009-05-24 | 1 | -13/+4 |
* | WIN32 preprocessor symbols is usually tested with #ifdef, not #if | Jan Dubois | 2009-05-14 | 1 | -1/+1 |
* | do/require don't treat '.\foo' or '..\foo' as "absolute paths" on Windows. | Christoph Lamprecht | 2009-05-13 | 1 | -0/+8 |
* | Implement Hash/Array ~~ Regex (with tests) | Rafael Garcia-Suarez | 2009-05-09 | 1 | -29/+45 |
* | Treat blessed references on the left of C<~~> as scalars | Rafael Garcia-Suarez | 2009-05-09 | 1 | -18/+35 |
* | Implement distributivity in $scalar ~~ @array | Rafael Garcia-Suarez | 2009-05-09 | 1 | -17/+9 |
* | Inline macros used only once | Rafael Garcia-Suarez | 2009-05-08 | 1 | -8/+4 |
* | Make ~~ overloading only be invoked on the right argument | Rafael Garcia-Suarez | 2009-05-08 | 1 | -3/+2 |
* | Merge branch 'blead' into smartmatch | Rafael Garcia-Suarez | 2009-05-05 | 1 | -37/+6 |
|\ |
|
| * | Remove warnings "Exiting given/when via next/last" | Rafael Garcia-Suarez | 2009-05-03 | 1 | -4/+2 |
| * | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -33/+4 |
* | | Inline macro tryAMAGICbinSET() in smart match routine | Rafael Garcia-Suarez | 2009-03-24 | 1 | -1/+9 |
* | | Make []~~\&f and {}~~\&f match | Rafael Garcia-Suarez | 2009-03-24 | 1 | -2/+2 |
* | | Implement "~~ $scalar" for numbers and strings | Rafael Garcia-Suarez | 2009-03-24 | 1 | -27/+17 |
* | | Make ~~ qr// non-commutative | Rafael Garcia-Suarez | 2009-03-23 | 1 | -22/+9 |
* | | Refactoring work on '~~ @array' implementation | Rafael Garcia-Suarez | 2009-03-23 | 1 | -28/+43 |
* | | Smart match when a hash is on the RHS | Rafael Garcia-Suarez | 2009-03-18 | 1 | -7/+15 |
* | | Document that empty sets don't smart-match | Rafael Garcia-Suarez | 2009-03-17 | 1 | -1/+5 |
* | | Iterative smart match over keys/elements when a coderef is on the RHS | Rafael Garcia-Suarez | 2009-03-17 | 1 | -15/+71 |
* | | Make smart matching ~~ undef dispatch only on the RHS | Rafael Garcia-Suarez | 2009-03-13 | 1 | -16/+8 |
* | | Remove special case for coderefs with empty prototypes in smart match | Rafael Garcia-Suarez | 2009-03-06 | 1 | -54/+1 |
|/ |
|
* | $object ~~ undef should always test for definedness | Rafael Garcia-Suarez | 2009-02-13 | 1 | -2/+6 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 1 | -2/+2 |
* | Correct the form of the flags passed to perl_get_cv(). | Nicholas Clark | 2009-01-21 | 1 | -2/+2 |
* | Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Combine sv_utf8_upgrade with a following grow | Karl | 2009-01-19 | 1 | -5/+4 |
* | Change PL_debug behaviour so that string eval lines are saved whenever | Nicholas Clark | 2008-12-02 | 1 | -1/+3 |
* | Implement PERLDBf_SAVESRC_INVALID, which saves source lines for string | Nicholas Clark | 2008-12-02 | 1 | -28/+22 |
* | Followup to change 34979. Tests are good, m'kay. Particularly when they | Nicholas Clark | 2008-12-02 | 1 | -1/+10 |
* | Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID, | Nicholas Clark | 2008-12-02 | 1 | -3/+4 |