2010-04-13 |
Jesse Vincent | Revert "Revert "* Fixed typo in toke.c docs, identified... |
blob | commitdiff |
2010-04-12 |
Jesse Vincent | Revert "* Fixed typo in toke.c docs, identified by... |
blob | commitdiff | diff to current |
2010-04-11 |
brian d foy | * Fixed typo in toke.c docs, identified by Zefram |
blob | commitdiff |
2010-03-03 |
Jan Dubois | Revert "Forbid labels with keyword names" |
blob | commitdiff | diff to current |
2010-02-20 |
Karl Williamson | PATCH: deprecation warnings for unreasonable charnames |
blob | commitdiff | diff to current |
2010-02-20 |
Marcus Holland-Moritz | Add some missing dVAR's |
blob | commitdiff | diff to current |
2010-02-19 |
Rafael Garcia-Suarez | Avoid returning an undefined SV* |
blob | commitdiff | diff to current |
2010-02-19 |
Karl Williamson | Make a missing right brace on \N{ fatal |
blob | commitdiff | diff to current |
2010-02-19 |
Karl Williamson | PATCH: [perl #56444] delayed interpolation of \N{...} |
blob | commitdiff | diff to current |
2010-02-03 |
Jesse Vincent | Allow arbitrary whitespace between NAME and VERSION... |
blob | commitdiff | diff to current |
2010-01-16 |
David Golden | Parse 'use NAME VERSION' with C locale |
blob | commitdiff | diff to current |
2010-01-14 |
David Golden | Omnibus strict and lax version parsing |
blob | commitdiff | diff to current |
2010-01-10 |
Matt S Trout | Move prototype parsing related warnings from the 'synta... |
blob | commitdiff | diff to current |
2010-01-05 |
Zefram | [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template... |
blob | commitdiff | diff to current |
2010-01-03 |
Vincent Pit | Allow "{sub f}" to compile |
blob | commitdiff | diff to current |
2009-12-20 |
Rafael Garcia-Suarez | Remove spurious case of warning "Use of %s without... |
blob | commitdiff | diff to current |
2009-12-20 |
Rafael Garcia-Suarez | Introduce C<use feature "unicode_strings"> |
blob | commitdiff | diff to current |
2009-12-20 |
Rafael Garcia-Suarez | Make eval {} compile directly to OP_ENTERTRY |
blob | commitdiff | diff to current |
2009-12-09 |
Zefram | Fix for [perl #70910] wrong line number in syntax error... |
blob | commitdiff | diff to current |
2009-12-01 |
Tony Cook | -Dmad: double free or corruption |
blob | commitdiff | diff to current |
2009-11-30 |
Eric Brine | Fix -DPERL_NO_UTF16_FILTER |
blob | commitdiff | diff to current |
2009-11-28 |
Vincent Pit | Allow a closing brace after an "use VERSION" |
blob | commitdiff | diff to current |
2009-11-26 |
Zefram | -Dmad minitest failure bisect |
blob | commitdiff | diff to current |
2009-11-25 |
Zefram | perl-5.11.2 breaks NYTProf savesrc option (Lexer API... |
blob | commitdiff | diff to current |
2009-11-25 |
Gerard Goossen | Also skip spaces after variable if we are within lexica... |
blob | commitdiff | diff to current |
2009-11-19 |
Zefram | lexer API fixes |
blob | commitdiff | diff to current |
2009-11-16 |
Jan Dubois | Remove dead preprocessor code from toke.c |
blob | commitdiff | diff to current |
2009-11-16 |
Jan Dubois | Fix crash in refactored lexer internals |
blob | commitdiff | diff to current |
2009-11-15 |
Zefram | lexer API |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark | Add length and flags arguments to Perl_allocmy(). |
blob | commitdiff | diff to current |
2009-11-08 |
Zefram | Bareword sub lookups |
blob | commitdiff | diff to current |
2009-11-07 |
Nicholas Clark | Add length and flags arguments to Perl_pad_findmy(... |
blob | commitdiff | diff to current |
2009-11-07 |
Nicholas Clark | Placate a warning from Borland's compiler. |
blob | commitdiff | diff to current |
2009-11-05 |
Jesse Vincent | Implement facility to plug in syntax triggered by keywords |
blob | commitdiff | diff to current |
2009-11-04 |
Nicholas Clark | Deprecate use of := to mean an empty attribute list... |
blob | commitdiff | diff to current |
2009-11-01 |
Nicholas Clark | S_utf16_textfilter() was not returning EOF correctly... |
blob | commitdiff | diff to current |
2009-11-01 |
Nicholas Clark | Remove Perl_pmflag() from the public API, and mark... |
blob | commitdiff | diff to current |
2009-10-24 |
Nicholas Clark | In S_pending_ident(), only call gv_fetchpvn_flags(... |
blob | commitdiff | diff to current |
2009-10-23 |
Nicholas Clark | S_utf16_textfilter() can use the filter GV itself for... |
blob | commitdiff | diff to current |
2009-10-22 |
Nicholas Clark | In S_utf16_textfilter() replace sv_chop() with code... |
blob | commitdiff | diff to current |
2009-10-22 |
Nicholas Clark | S_utf16_textfilter() needs to avoid splitting UTF-16... |
blob | commitdiff | diff to current |
2009-10-22 |
Nicholas Clark | Re-write S_utf16_textfilter() to correctly handle parti... |
blob | commitdiff | diff to current |
2009-10-22 |
Nicholas Clark | Remove the "hack" that removes SVt_UTF8 in the UTF16... |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark | Refactor S_utf16_textfilter() to use a second SV for... |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark | Remove the PERLIO * argument to S_filter_gets(), as... |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark | S_utf16_textfilter() needs FILTER_DATA() to get the... |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark | S_utf16_textfilter() was failing honour error returns... |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark | panic if S_utf16_textfilter() is called in block mode. |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark | Make filter_read() in block mode create a well-formed... |
blob | commitdiff | diff to current |
2009-10-20 |
Nicholas Clark | Pull out filter setup code from S_swallow_bom() into... |
blob | commitdiff | diff to current |
2009-10-20 |
Nicholas Clark | MAD-only code in S_swallow_bom() duplicated the actions... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark | Merge S_utf16_textfilter and S_utf16rev_textfilter(). |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark | Note why S_pending_ident's prototype can't be generated... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark | Generate prototypes for utf16_textfilter and utf16rev_t... |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark | Replace Perl_deprecate() with a macro that calls Perl_c... |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark | Move the code related to deprecate("comma-less variable... |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark | Use deprecate() in place of deprecate_old(), and remove... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Re-order a conditional with ckWARN() last, as it is... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | deprecate_old() is not public, and only used within... |
blob | commitdiff | diff to current |
2009-10-06 |
David Golden | Add 'package NAME VERSION' syntax |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg | fix threaded build after 8ff3e83b |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg | In C<use utf8; a=>'b'>, do not set utf8 flag on 'a... |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg | set utf8 bit on inferred method names when C<use utf8> |
blob | commitdiff | diff to current |
2009-08-23 |
Rafael Garcia-Suarez | Fix parsing of readline(FH) [perl #68458] |
blob | commitdiff | diff to current |
2009-07-30 |
Rafael Garcia-Suarez | Add new error "Can't use keyword '%s' as a label" |
blob | commitdiff | diff to current |
2009-07-29 |
Rafael Garcia-Suarez | Forbid labels with keyword names |
blob | commitdiff | diff to current |
2009-07-26 |
Nicholas Clark | Tidy code added in 4ba71d51f72efb2af8dc9748dd62219261f2... |
blob | commitdiff | diff to current |
2009-07-26 |
Father Chrysostomos | Allow -C on the #! line when it is identical to -C... |
blob | commitdiff | diff to current |
2009-07-22 |
Rafael Garcia-Suarez | Remove !!! and ??? operators |
blob | commitdiff | diff to current |
2009-05-19 |
Nicholas Clark | In Perl_yylex(), no need to Newxz() a buffer we immedia... |
blob | commitdiff | diff to current |
2009-05-14 |
Claes Jakobsson | Amelioration of the error message "Unrecognized charact... |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark | Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark | GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff | diff to current |
2009-04-12 |
Nicholas Clark | Deprecate use of the attribute :locked on subroutines. |
blob | commitdiff | diff to current |
2009-03-14 |
Ian Goodacre | Return OPERATOR('[') for '[' without falling through... |
blob | commitdiff | diff to current |
2009-02-14 |
Rafael Garcia-Suarez | Forbid to use "foreach" as an attribute |
blob | commitdiff | diff to current |
2009-01-19 |
Karl | Combine sv_utf8_upgrade with a following grow |
blob | commitdiff | diff to current |
2009-01-15 |
karl williamson | [perl #59908] \x, \0, and \N{} not ok in double-quotish... |
blob | commitdiff | diff to current |
2009-01-14 |
Steve Hay | Allow '\r' after "#line XXX" directives. |
blob | commitdiff | diff to current |
2009-01-06 |
Rafael Garcia-Suarez | Require a space or a newline after a "#line XXX" directive |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark | ywarn() is actually only used inside toke.c, so it... |
blob | commitdiff | diff to current |
2008-11-07 |
Steve Peters | A small refactoring based on a comment in an old RT... |
blob | commitdiff | diff to current |
2008-11-03 |
Tim Bunce | Re: @{"_<$filename"} is unreasonably tied to use of... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen | PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez | Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark | Eliminate (SV *) casts from sv.c and [tu]*.c, except... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz | Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark | Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark | Two casts that are MUTABLE_?V. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-08-24 |
Bram | Unintented interpolation of $/ in regex (was: Re: ... |
blob | commitdiff | diff to current |
2008-06-17 |
Steve Hay | Make sure parser's filehandle is closed when finished |
blob | commitdiff | diff to current |
2008-06-08 |
Rafael Garcia-Suarez | Tweak the "Illegal character in prototype" warning... |
blob | commitdiff | diff to current |
2008-06-08 |
Renee Baecker | Add a new warning, "Prototype after '%s'" |
blob | commitdiff | diff to current |
2008-05-20 |
Rafael Garcia-Suarez | Re: [PATCH: TODO Tests] Re: [perl #53806] No complain... |
blob | commitdiff | diff to current |
2008-05-18 |
chromatic | Add ..., !!!, and ??? operators |
blob | commitdiff | diff to current |
2008-05-16 |
Rafael Garcia-Suarez | Prevent the tokenizer from segfaulting in debug mode... |
blob | commitdiff | diff to current |
next |