| Commit message (Expand) | Author | Age | Files | Lines |
* | Add length and flags arguments to Perl_allocmy(). | Nicholas Clark | 2009-11-09 | 1 | -2/+2 |
* | Bareword sub lookups | Zefram | 2009-11-08 | 1 | -30/+41 |
* | Add length and flags arguments to Perl_pad_findmy(), moving it to the public ... | Nicholas Clark | 2009-11-07 | 1 | -2/+2 |
* | Placate a warning from Borland's compiler. | Nicholas Clark | 2009-11-07 | 1 | -1/+1 |
* | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -17/+58 |
* | Deprecate use of := to mean an empty attribute list in my $pi := 4; | Nicholas Clark | 2009-11-04 | 1 | -0/+3 |
* | S_utf16_textfilter() was not returning EOF correctly in some situations. | Nicholas Clark | 2009-11-01 | 1 | -2/+6 |
* | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 1 | -11/+18 |
* | In S_pending_ident(), only call gv_fetchpvn_flags() if the warning is enabled. | Nicholas Clark | 2009-10-24 | 1 | -4/+5 |
* | S_utf16_textfilter() can use the filter GV itself for an SV buffer. | Nicholas Clark | 2009-10-23 | 1 | -3/+3 |
* | In S_utf16_textfilter() replace sv_chop() with code, as we move 1 byte at most. | Nicholas Clark | 2009-10-22 | 1 | -1/+9 |
* | S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs. | Nicholas Clark | 2009-10-22 | 1 | -1/+20 |
* | Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16. | Nicholas Clark | 2009-10-22 | 1 | -30/+71 |
* | Remove the "hack" that removes SVt_UTF8 in the UTF16 filter, by fixing t/TEST | Nicholas Clark | 2009-10-22 | 1 | -4/+0 |
* | Refactor S_utf16_textfilter() to use a second SV for the UTF-16 input. | Nicholas Clark | 2009-10-21 | 1 | -14/+28 |
* | Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfp | Nicholas Clark | 2009-10-21 | 1 | -10/+12 |
* | S_utf16_textfilter() needs FILTER_DATA() to get the filter's state SV. | Nicholas Clark | 2009-10-21 | 1 | -1/+1 |
* | S_utf16_textfilter() was failing honour error returns from FILTER_READ() | Nicholas Clark | 2009-10-21 | 1 | -1/+1 |
* | panic if S_utf16_textfilter() is called in block mode. | Nicholas Clark | 2009-10-21 | 1 | -0/+7 |
* | Make filter_read() in block mode create a well-formed SV with a trailing '\0' | Nicholas Clark | 2009-10-21 | 1 | -1/+2 |
* | Pull out filter setup code from S_swallow_bom() into S_add_utf16_textfilter() | Nicholas Clark | 2009-10-20 | 1 | -31/+25 |
* | MAD-only code in S_swallow_bom() duplicated the actions of sv_setpvn() | Nicholas Clark | 2009-10-20 | 1 | -9/+0 |
* | Merge S_utf16_textfilter and S_utf16rev_textfilter(). | Nicholas Clark | 2009-10-18 | 1 | -27/+15 |
* | Note why S_pending_ident's prototype can't be generated by embed.fnc | Nicholas Clark | 2009-10-18 | 1 | -0/+2 |
* | Generate prototypes for utf16_textfilter and utf16rev_textfilter using embed.fnc | Nicholas Clark | 2009-10-18 | 1 | -10/+5 |
* | Replace Perl_deprecate() with a macro that calls Perl_ck_warner() | Nicholas Clark | 2009-10-13 | 1 | -12/+0 |
* | Move the code related to deprecate("comma-less variable list") into a function. | Nicholas Clark | 2009-10-13 | 1 | -10/+10 |
* | Use deprecate() in place of deprecate_old(), and remove S_deprecate_old(). | Nicholas Clark | 2009-10-13 | 1 | -21/+4 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -28/+22 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -75/+60 |
* | Re-order a conditional with ckWARN() last, as it is a function call. | Nicholas Clark | 2009-10-12 | 1 | -1/+1 |
* | deprecate_old() is not public, and only used within toke.c, so can be static. | Nicholas Clark | 2009-10-12 | 1 | -2/+2 |
* | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -0/+1 |
* | fix threaded build after 8ff3e83b | Chip Salzenberg | 2009-08-26 | 1 | -1/+1 |
* | In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812] | Chip Salzenberg | 2009-08-26 | 1 | -1/+3 |
* | set utf8 bit on inferred method names when C<use utf8> | Chip Salzenberg | 2009-08-26 | 1 | -1/+1 |
* | Fix parsing of readline(FH) [perl #68458] | Rafael Garcia-Suarez | 2009-08-23 | 1 | -1/+13 |
* | Add new error "Can't use keyword '%s' as a label" | Rafael Garcia-Suarez | 2009-07-30 | 1 | -3/+6 |
* | Forbid labels with keyword names | Rafael Garcia-Suarez | 2009-07-29 | 1 | -3/+3 |
* | Tidy code added in 4ba71d51f72efb2af8dc9748dd62219261f2e1fd. | Nicholas Clark | 2009-07-26 | 1 | -5/+4 |
* | Allow -C on the #! line when it is identical to -C on the command line. | Father Chrysostomos | 2009-07-26 | 1 | -1/+9 |
* | Remove !!! and ??? operators | Rafael Garcia-Suarez | 2009-07-22 | 1 | -8/+0 |
* | In Perl_yylex(), no need to Newxz() a buffer we immediately write to. | Nicholas Clark | 2009-05-19 | 1 | -1/+1 |
* | Amelioration of the error message "Unrecognized character %s in column %d" | Claes Jakobsson | 2009-05-14 | 1 | -2/+14 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -10/+0 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -5/+0 |
* | Deprecate use of the attribute :locked on subroutines. | Nicholas Clark | 2009-04-12 | 1 | -1/+1 |
* | Return OPERATOR('[') for '[' without falling through to case '~', avoiding mi... | Ian Goodacre | 2009-03-14 | 1 | -1/+4 |
* | Forbid to use "foreach" as an attribute | Rafael Garcia-Suarez | 2009-02-14 | 1 | -0/+1 |
* | Combine sv_utf8_upgrade with a following grow | Karl | 2009-01-19 | 1 | -7/+9 |