This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reinstate "regcomp.c: Change, variable, fcn name"
[perl5.git] / toke.c
2013-07-13 Peter Martini[perl #118567] Add a warning for prototypes if a missing
2013-07-13 Father ChrysostomosRevert "Allow => to quote built-in keywords across...
2013-07-13 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-12 Father Chrysostomos[perl #118627] Don’t do COW when creating ${"_<-e"}[0]
2013-07-11 Peter MartiniSplit the handling for "Illegal character" and "Illegal...
2013-07-10 Peter Martini'Prototype after' and 'Illegal character' warnings...
2013-07-05 Peter MartiniIntroduce validate_proto / stop stripping spaces
2013-07-05 Tony Cookminor clean up of the refactoring of d6a4f4b531
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-27 Father Chrysostomos[perl #117535, #76910] Fix bogus ambiguity warnings
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-25 Peter MartiniRemove spaces from a (copy of) a proto when used. The...
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-23 Father Chrysostomostoke.c: Don’t depend on sv_force_normal’s good graces
2013-06-22 Peter MartiniTreat a consecutive semicolons in a prototype as 1
2013-06-14 Tony Cooktboffset hasn't been used since 7196fc2f
2013-06-11 Nicholas ClarkInline a subset of S_force_word() into the KEY_format...
2013-06-11 Brian Frasertoke.c: Remove the allow_initial_tick hack from S_force...
2013-06-11 Brian FraserEliminate the last call to S_force_word() passing allow...
2013-06-08 Father Chrysostomos[perl #24482] Fix sort and require to treat CORE::...
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-06-01 Father Chrysostomostoke.c: Under -DT, report pending idents more clearly
2013-05-27 Father ChrysostomosMake \N{ } deprecation warnings fatalizable
2013-05-27 Father ChrysostomosTurn \N{ } deprecation warnings on by default
2013-05-22 Nicholas ClarkAdd comments describing the operation of S_scan_ident().
2013-05-20 Karl Williamsontoke.c: Remove redundant test
2013-05-20 Brian Frasertoke.c: VALID_LEN_ONE_IDENT only needs a char, not...
2013-05-20 Brian Frasertoke.c, S_intuit_method: Minor parsing speedup for...
2013-05-20 Karl Williamsontoke.c: Call base macro that does the same thing
2013-05-09 David Mitchelltoke.c/MAD: silence a couple of warnings
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David Mitchelladd lex_re_reparsing boolean to yy_parser struct
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 2
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-25 Nicholas ClarkIn In S_scan_heredoc(), avoid memNE() reading beyond...
2013-03-25 Nicholas ClarkIn S_scan_heredoc(), the explicit test for '\n' duplica...
2013-03-15 Brian Frasertoke.c, S_scan_ident: Ignore whitespace on both sides...
2013-03-09 Brian FraserPATCH: [perl #117101] toke.c: Make \$$1 work again.
2013-03-06 Brian Fraseropen FOO || die; doesn't need a special identifier...
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2013-03-06 Brian FraserFix several differences in the parsing of $.. and ...
2013-03-03 Peter MartiniStop SEGV on 'our sub { syntax error }'
2013-02-25 Karl WilliamsonAdd, fix comments
2013-01-25 Peter MartiniFix format string warnings in toke.c Changed literals...
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-20 Karl Williamsontoke.c: White-space alignment only
2013-01-18 Daniel Draganrearrange initializations in S_intuit_more for better...
2013-01-14 Karl WilliamsonAdd warnings for "\08", /\017/
2013-01-11 Karl Williamsongrok_bslash_[ox]: Add param to silence non-portable...
2013-01-11 Karl WilliamsonAdd optional strict mode to grok_bslash_[xo]
2013-01-11 Karl WilliamsonRevise calling sequences for grok_bslash_[xo]
2013-01-07 Karl Williamsontoke.c: Silence compiler uninitialized warning
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-31 Karl WilliamsonConvert uses of isALNUM_lazy_if to isWORDCHAR_lazy_if
2012-12-22 Karl WilliamsonCreate internal _is_utf8_mark()
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-09 Karl WilliamsonSilence some g++ compiler warnings
2012-12-09 Father ChrysostomosStop invalid charnames from leaking
2012-12-09 Father Chrysostomostoke.c:S_new_constant: Use NN SvREFCNT_inc in 2 places
2012-12-09 Father ChrysostomosStop Constant(%s) errors from leaking
2012-12-09 Father ChrysostomosChange Constant(undef) error to something meaningful
2012-12-09 Father Chrysostomostoke.c: Make _charnames check more robust
2012-12-09 Father ChrysostomosFewer strEQ calls in toke.c:S_new_constant
2012-12-05 Father ChrysostomosStop "\N{...}" from leaking after errors
2012-12-05 Father ChrysostomosStop v111111111111111 from leaking under fatal warnings
2012-12-05 Father Chrysostomostoke.c apidocs: Note that scan_vstring might croak
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father ChrysostomosStop toke.c:S_scan_const from leaking
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-14 Daniel Draganremove most calls to strlen in S_force_ident
2012-11-14 Father ChrysostomosStop eval "END OF TERMS" from leaking
2012-11-14 Father ChrysostomosFix various mad eval leaks
2012-11-11 Karl Williamsontoke.c: White-space only; no code changes
2012-11-11 Karl Williamsontoke.c: Don't force \N{} into utf8 unnecessarily
2012-11-11 Karl Williamsontoke.c: Remove redundant checks
2012-11-11 Karl Williamsontoke.c: Reorder declaration
2012-11-11 Karl Williamsontoke.c: Use UTF-8 macros for portability
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Karl Williamsontoke.c: Fail on malformed UTF-8 in \N{} input
2012-11-11 Karl Williamsontoke.c: Remove no-longer needed {...} and outdent corre...
2012-11-11 Brian Frasertoke.c: [RT#73022] Make \N{...} UTF-8 clean.
2012-11-11 Karl Williamsontoke.c Refactor S_get_and_check_backslash_N_name()
2012-11-11 Karl Williamsontoke.c: Don't validate core charnames output
2012-11-11 Karl Williamsoncharnames: Don't accept illegal :aliases
2012-11-11 Karl WilliamsonMake \N{alias} deprecations fatal.
2012-11-11 Karl Williamsontoke.c: Extract part of \N{} processing to new function
2012-11-06 Father ChrysostomosStop eval "qq'\$\0foo'" from leaking
2012-11-05 Father ChrysostomosDon’t leak pattern buffer when invalid flags croak
2012-11-05 Father ChrysostomosFix invalid token warning with PERL_XMLDUMP and label
2012-10-28 Daniel Draganyyerror->yyerror_pvn in toke.c:S_new_constant
2012-10-28 Daniel Draganrmv a sv_2mortal and unused var in toke.c:Perl_yyerror_pvn
2012-10-27 Yves Ortonsilence warning in toke.c charnames support
2012-10-27 Reini UrbanRT #115488 cxstack -1 at nested scan_heredoc
2012-10-25 Karl Williamsontoke.c: Avoid unnecessary uninitialized value msgs
2012-10-24 Karl WilliamsonMake \N{unknown char} a syntax error
2012-10-24 Karl Williamsontoke.c: Indent properly
next