This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
filelify shouldn't always escape dots.
[perl5.git] / toke.c
2012-01-27 Rafael Garcia-SuarezAllow prototypes (_@) and (_%)
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-16 Nicholas ClarkIn Perl_feature_is_enabled() use cBOOL to convert the...
2012-01-05 Father Chrysostomos[perl #90030] sort with no arguments
2012-01-03 Father ChrysostomosChange wording of \E warning
2012-01-03 Brian Frasertoke.c: Unpaired '\E's in double-quotish contexts shoul...
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-25 Father ChrysostomosDon’t warn for open(foo::bar)
2011-12-24 Father Chrysostomostoke.c: Add assertion to feature_is_enabled
2011-12-24 Father Chrysostomostoke.c: include feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-22 Father Chrysostomosspeed up feature-checking slightly
2011-12-21 Karl WilliamsonAutoload charnames for \N{name}
2011-12-21 Karl Williamsontoke.c: Reorder a test
2011-12-19 Karl Williamsontoke.c, util.c: setlocale returns new locale, not old
2011-12-16 Karl Williamsontoke.c, perldiag: Note delay of some things to 5.18
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-08 Father ChrysostomosDon’t warn for open local *FH
2011-11-26 Father ChrysostomosOptimise __SUB__ to a constant
2011-11-25 Father ChrysostomosDon’t warn for foo+1 with ($) proto
2011-11-24 Matthew Horsfall... When parsing subs with user-defined prototypes, store...
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Father ChrysostomosDon’t create an AV for unfiltered code
2011-11-13 Nicholas ClarkIn Perl_lex_start(), don't read the byte before SvPVX().
2011-11-06 Father Chrysostomostoke.c:lex_start: Move len into the only block that...
2011-11-06 Father ChrysostomosUpdate docs about lex_start’s flags param
2011-11-06 Father ChrysostomosAvoid redundant copies in string evals
2011-11-06 Father ChrysostomosMake multiple #line’s update dblines in evals
2011-11-06 Father ChrysostomosMake source filters work in evalbytes
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Father ChrysostomosForbid source filters in Unicode evals
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-10-06 Father ChrysostomosModify S_pending_ident to use sv_catpvn_flags
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Frasertoke.c: Some simple mending to get readline() working...
2011-10-06 Father Chrysostomostoke.c: Take utf8 into account when creating DATA handle
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-10-06 Brian Frasertoke.c: S_scan_inputsymbol, initial GV-related UTF8...
2011-10-06 Brian Frasertoke.c: S_checkcomma, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: yylex, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_find_in_my_stash, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_intuit_method, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_intuit_more, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_force_ident, GV-related UTF8 cleanup
2011-10-06 Brian Frasergv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8...
2011-09-21 Eric BrineFix inability of lex_read_unichar to handle 80-FF under...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-09 Zeframremove index offsetting ($[)
2011-09-08 Robin Barkerremove unused variables and assignments
2011-08-12 Father Chrysostomos[perl #95546] Allow () after __FILE__, etc.
2011-07-13 Brian FraserPassing the flag to the pad functions in toke.c
2011-07-13 ZeframAPIify pad functions
2011-07-04 Eric BrineStop having one of the following qw() warnings hide...
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-06 David Mitchell[perl #88776] Signedness warning in toke.c
2011-05-19 David Leadbeaterscan_heredoc could reallocate PL_parser->linestr's PV
2011-04-14 Jan Dubois[perl #88420] BOM support on Windows broken in 5.13.11
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /aia
2011-04-03 Father Chrysostomos[perl #87064] eval no longer shares filters
2011-03-26 David Mitchellfix compiler warning in toke.c
2011-03-20 Karl Williamsonreg_namedseq: Restructure so doesn't duplicate code
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
next