This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix =/== typo in ext/re/t/regop.t
[perl5.git] / toke.c
2012-06-13 David Mitchellfix scanning for code blocks
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellIgnore code blocks within /[...]/
2012-06-13 David Mitchellmake recent re_eval changes compile under -Dmad
2012-06-13 David Mitchelldisable lexing of (?{}) within \Q, \U etc
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-13 David Mitchellcorrect comment about how strings are tokenised
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-05-21 Dagfinn Ilmari Man... Don't warn about "ambiguous without parens" for ctrl...
2012-03-25 Father ChrysostomosCopy the pv in parse_label
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-25 Brian Frasertoke.c: "Illegal character in prototype" for Latin...
2012-03-25 Brian Frasertoke.c: "Precedence problem: open %s should be open...
2012-03-25 Brian Frasertoke.c: "CORE::%s is not a keyword" cleanup.
2012-03-25 Brian Frasertoke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.
2012-03-25 Brian Frasertoke.c: "Bareword "%s" refers to nonexistent package...
2012-03-25 Brian Frasertoke.c: "Bad name after %s%s" cleanup.
2012-03-23 Brian Frasertoke.c: "Ambiguous use of %c{%s} resolved to %c%s"...
2012-03-23 Brian Frasertoke.c: S_checkcomma, "No comma allowed after %s" cleanup
2012-03-23 Brian Frasertoke.c: "Possible unintended interpolation of %s in...
2012-03-23 Brian Frasertoke.c: '"(my|state)" variable %s can't be in a package...
2012-03-23 Brian Frasertoke.c: 'No package name allowed for variable %s in...
2012-03-23 Brian Frasertoke.c: 'No such class %s' cleanup.
2012-03-23 Brian Frasertoke.c: 'Operator or semicolon missing before %c%s...
2012-03-23 Brian Frasertoke.c: 'Scalar value %s better written as $%s' cleanup.
2012-03-23 Brian Frasertoke.c: 'You need to quote %s' cleanup.
2012-03-23 Brian Frasertoke.c: 'Unrecognized character' croak cleanup.
2012-03-23 Brian Frasertoke.c: S_no_op cleanup
2012-03-23 Father ChrysostomosRemove yyerror_sv
2012-03-23 Brian Frasertoke.c: yyerror cleanup.
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-02-27 Nicholas ClarkThe parser should always close the file handle that...
2012-02-25 Zeframdelay allocating trans table until needed
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
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
next