This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate the unused global override $WarnPattern from ReTest.pl
[perl5.git] / toke.c
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2011-02-21 Karl Williamsontoke.c: 'Specialized /le message is only for substitutes
2011-02-21 Karl Williamsonmove brace to same line as conditional
2011-02-21 Karl Williamsontoke.c: fix comment
2011-02-20 Karl WilliamsonAllow suffix form for /a /d /l /u
2011-02-20 Karl Williamsontoke.c: Don't take the address of a register
2011-02-20 Karl Williamsontoke.c: Move suffix re mods message to one place
2011-02-15 Karl Williamsontoke.c: silence win32 compiler warning
2011-02-14 Father Chrysostomosperldiag: retitle Ambiguous use of %c{%s%s}
2011-02-14 Karl WilliamsonSilence win32 smoke compiler warning
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-28 Karl Williamsontoke.c: Add comment
2011-01-24 Nicholas ClarkBreak out the generated function Perl_keywords() into...
2011-01-17 Karl WilliamsonCH] Change usage of regex/op common to common names
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Zeframrecursive-descent expression parsing
2010-12-08 Karl Williamsontoke.c: Fix EBCDIC problem
2010-12-08 Karl Williamsontoke.c: highlight problematic-mentioning comment
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-30 Nicholas ClarkIn S_scan_const(), use my_snprintf() instead of my_spri...
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-03 Father Chrysostomosy///r
2010-10-28 Nicholas ClarkIn S_scan_const(), use the return value of my_sprintf...
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-22 Nicholas ClarkS_tokeq()'s fast scan loop should terminate on \\ not \
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Zeframremove redundant lex_end
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-12 ZeframAPIify op list constructors
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-09 Nicholas ClarkCreate populate_isa() to de-duplicate logic to populate...
2010-10-09 Nicholas ClarkMove the automatic instantiation of @AnyDBM_File::ISA...
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-03 Karl Williamsontoke.c: call regcurly instead of duplicating code
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-11 Zeframfix MAD breakage caused by qw patch
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Zeframfunction interface to parse Perl statement
2010-08-30 Eric BrineAvoid needless use of UTF8=1 format [RT#56336]
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-11 Father Chrysostomos[perl #75904] \$ prototype does not make a unary function
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-27 Karl WilliamsonCorrect comment in toke.c
2010-07-26 James MastrosNormalize formatting of "Ambiguous call resolved as...
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-07-05 Nicholas ClarkIn Perl_lex_start(), use newSVpvn_flags() to reduce...
2010-07-03 David Mitchelleval $overloaded can crash
2010-06-30 Nicholas ClarkIn Perl_filter_del(), no need to NULL IoANY(datasv).
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-29 Karl WilliamsonAdd clarifying comment to toke.c
2010-06-25 Father ChrysostomosRT 75902: Add prototypes for tie() and untie() to allow...
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-06-10 Nicholas ClarkParameters for * in *printf must be int - add a cast...
2010-05-30 Nicholas ClarkEliminate some newSV(0)s by merging the SV allocation...
2010-05-29 Nicholas ClarkFix the regexp in t/porting/args_assert.t, and add...
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 Nicholas ClarkRe-instate the use of gv_stashpvn_flags(), and the...
2010-05-21 Nicholas ClarkRemove the tokeniser hack that prevents compile-time...
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Deprecation warnings should always be mandatory...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-04 Rafael Garcia-SuarezIf we're going to introduce an @@ array, we'll want...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-25 Karl WilliamsonPATCH: memory leak introduced in 5.12.0
2010-04-23 Robin Barkerconsting in lex_stuff_pvn
2010-04-23 Rafael Garcia-SuarezDeprecation warnings should always be mandatory since...
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2010-04-15 David Mitchelluse cBOOL for bool casts
2010-04-14 Zefram[perl #74006] 5.12.0-RC stuffing bug
2010-04-13 Jesse VincentRevert "Revert "* Fixed typo in toke.c docs, identified...
2010-04-12 Jesse VincentRevert "* Fixed typo in toke.c docs, identified by...
2010-04-11 brian d foy* Fixed typo in toke.c docs, identified by Zefram
2010-03-03 Jan DuboisRevert "Forbid labels with keyword names"
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Marcus Holland-MoritzAdd some missing dVAR's
2010-02-19 Rafael Garcia-SuarezAvoid returning an undefined SV*
2010-02-19 Karl WilliamsonMake a missing right brace on \N{ fatal
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-03 Jesse VincentAllow arbitrary whitespace between NAME and VERSION...
2010-01-16 David GoldenParse 'use NAME VERSION' with C locale
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-03 Vincent PitAllow "{sub f}" to compile
next