This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta changes for this branch
[perl5.git] / toke.c
2018-02-05 Tony Cook(perl #125351) abort parsing if parse errors happen...
2018-01-31 Karl Williamsontoke.c: Remove unnecessary macro calls
2018-01-22 Karl WilliamsonAllow space for NUL is UTF-8 array decls
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 Zeframfactor out remaining fcntl F_SETFD calls
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-08 Zeframassert min identifier length in S_pending_ident()
2017-12-06 Zeframfix oct/bin fp fractions in non-HEXFP_UQUAD builds
2017-12-06 Tony Cooklimit digits based on radix for oct/bin fp
2017-12-06 Zeframavoid negative shift in scan_num()
2017-12-06 Zeframassert legality of bitshifts in scan_num()
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-04 Father ChrysostomosMake Bad name error less unhelpful
2017-11-29 Zeframremove useless "break" mechanism
2017-11-28 Zeframremove useless "default" mechanism
2017-11-28 Jarkko HietaniemiInitialize the variable.
2017-11-27 Father Chrysostomostoke.c: Don’t leak memory
2017-11-26 Father Chrysostomos[perl #132485] Warn about "$foo'bar"
2017-11-26 Father Chrysostomostoke.c: Comment typo
2017-11-26 Karl Williamsontoke.c: Convert to use is_utf8_non_invariant_string
2017-11-23 Karl Williamsontoke.c lex_stuff_pvn(): Use fcn, not handrolled code
2017-11-13 Zeframlocalise $@ around source filters
2017-11-13 Zeframavoid redundant initialisation around Newxz()
2017-11-12 Lukas Maiprevent invalid memory access in S_check_uni (RT #132433)
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-11-10 Zeframparse yada-yada only as a statement
2017-11-09 Karl Williamsontoke.c: Add comment
2017-11-09 Karl WilliamsonDest buffer needs to be bigger for utf16_to_utf8()
2017-11-08 Lukas Mairestore error message for unterminated strings
2017-11-07 Karl Williamsontoke.c: Fix wrong use of memrchr
2017-11-06 Nicolas Rtoke.c: use my_memrchr helper for portability [round 2]
2017-11-06 Karl Williamsontoke.c: Convert some strchr to memchr
2017-11-06 Karl Williamsontoke.c use memBEGINs with prev commit
2017-11-06 Karl Williamsontoke.c: Add limit parameter to 3 static functions
2017-11-06 Karl Williamsondquote.c: Use memchr() instead of strchr()
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonChange some strBEGINs() to memBEGINs()
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-05 Zeframadd assertions about format lexing
2017-11-02 Lukas Maiyada-yada is a term, not an operator
2017-11-02 Karl Williamsontoke.c: Rmv useless code
2017-11-02 Karl Williamsontoke.c: White space only
2017-10-29 Tony Cook(perl #132245) don't leak on \N{}
2017-10-29 Tony Cook(perl #132245) don't try to process a char range with...
2017-10-27 Karl Williamsontoke.c: Add commentary
2017-10-19 Nicolas RUse SvLEN_set/SvCUR_set in a few extra locations
2017-10-16 Nicolas RUse preprocessor check for some DEBUG_X_TEST
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-09-19 Tony Cook(perl #131777) prevent non-'=' assign ops tokens in...
2017-09-08 Lukas Maisimplify s///eee lexing logic
2017-08-30 Tony Cook(perl #131949) adjust s in case peekspace() moves the...
2017-08-28 Father Chrysostomos[perl #131883] Include pkg in :prototype warnings
2017-08-28 Father ChrysostomosAdd another param to validate_proto
2017-08-28 Tony Cook(perl #131836) avoid a use-after-free after parsing...
2017-08-22 Father ChrysostomosSprinkle diag_listed_as; perldiag tweaks
2017-08-17 Tony Cook(perl #131793) sanely handle PL_linestart > PL_bufptr
2017-08-14 Tony Cook(perl #131725) ignore the exponent on a decimal float...
2017-07-02 Father Chrysostomos[perl #131679] Fix ‘our sub foo::bar’ message
2017-06-29 Yves OrtonParse caret vars with subscripts the same as normal...
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated comma-less format variable lists
2017-03-20 Leon TimmermansRevert "Respect hashbangs containing perl6"
2017-02-21 Hugo van der Sanden[perl #130814] update pointer into PL_linestr after...
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-14 Karl WilliamsonImprove handling pattern compilation errors
2017-02-14 Karl Williamsontoke.c: Make sure things are initialized
2017-02-14 Karl Williamsontoke.c: Quit now if error at end of input
2017-02-14 Karl Williamsontoke.c: Un-special case something
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-02-14 Karl Williamsontoke.c: Add internal function to abort parsing
2017-02-14 Karl Williamsontoke.c: White-space only
2017-02-14 Karl WilliamsonRelax internal function API
2017-02-14 Karl WilliamsonExtract code into a function
2017-02-14 Karl Williamsontoke.c: Rmv no longer necessary UTF-8 checks
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-14 Karl Williamsontoke.c: Add branch prediction
2017-02-14 Karl Williamsontoke.c: Fix comments describing S_tokeq
2017-02-14 Karl Williamsontoke.c: Slight refactor.
2017-02-14 Karl Williamsontoke.c: White space, comments, braces
2017-02-14 Karl Williamsontoke.c: Don't compare same bytes twice
2017-02-14 Karl Williamsontoke.c: Move declaration
2017-02-02 Karl Williamsontoke.c: Remove unused param from static function
2017-01-31 Karl WilliamsonPATCH: [perl #130655] Unrecognized UTF-8 char
2017-01-31 Karl WilliamsonPATCH: [perl #130656] tr// failue with UTF-8 across...
2017-01-30 David Mitchellsignature sub (\x80 triggered an assertion
2017-01-30 Karl WilliamsonPATCH: [perl #130666]: Revert "toke.c, S_scan_ident...
2017-01-26 Karl Williamsonperlapi: Fix grammar
2017-01-26 Karl WilliamsonPATCH: [perl #130567] Assertion failure in scan_const
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-24 Tony Cook(perl #129190) intuit_method() can move the line buffer
next