This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #122090] Non-word-boundary doesn't match EOS
[perl5.git] / toke.c
2014-06-25 Jarkko HietaniemiFollow-up to 51f14a05: not ignoring my_snprintf return...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-25 Jarkko HietaniemiUnused snprintf results noticed by clang in Linux.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-17 Dagfinn Ilmari Man... Remove "ternary operator parsed as search pattern"...
2014-06-17 Dagfinn Ilmari Man... Remove support for ?PATTERN? without explicit 'm' operator
2014-06-16 Jarkko HietaniemiFor HP-UX, do not potentially deref NULL CopFILESV.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-13 Karl Williamsontoke.c: Change S_scan_str parameter meaning
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-05 Karl Williamsonperlapi: Include general information
2014-05-31 Norman KochClarify "require <>"-message.
2014-05-30 Karl WilliamsonWrap various pod uses of NUL with C<>
2014-05-30 Karl WilliamsonDeprecate NBSP in \N{...} names
2014-05-30 Karl WilliamsonFix bug where charnames xlator doesn't return utf8
2014-05-30 Karl WilliamsonFatalize deprecated \N{} definitions
2014-05-30 Karl Williamsoncharnames: Eliminate need to sync code in two places
2014-05-30 Jarkko HietaniemiRevert "DEBUG_X_TEST are only for DEBUGGING."
2014-05-30 Jarkko HietaniemiDEBUG_X_TEST are only for DEBUGGING.
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiPointers set but then (immediately or very shortly...
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-05-12 Tony Cookensure qw//, q'' and '' report line on a missing terminator
2014-02-25 Steve HaySilence some VC++ compiler warnings
2014-02-15 Peter MartiniRemove a redundant EXTEND (its followed by XPUSHs)
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-01 Zeframsubroutine signatures
2014-01-19 Father Chrysostomos[perl #119973] Treat initial { in format args as block
2014-01-04 Karl Williamsontoke.c: Set locale for all scan_num() calls; restore...
2013-12-31 Father Chrysostomostoke.c: Remove redundant check
2013-12-24 Father ChrysostomosInterpret do CORE() as do-file
2013-12-04 Father Chrysostomostoke.c: Pass GV_NOTQUAL for override lookup
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-24 Father Chrysostomos->$#*
2013-11-23 Nicholas ClarkPerl_load_module() no longer moves the current stack...
2013-11-17 Father ChrysostomosSprinkle diag_listed_as
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2013-11-17 Father Chrysostomosperldiag: \%d better written as $%d
2013-11-14 Father Chrysostomos[perl #120463] s/// and tr/// with wide delimiters
2013-11-09 Father Chrysostomostoke.c: Remove unnecessary assignment
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 Father ChrysostomosMake _charnames comparison null-safe
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-08 Father Chrysostomostoke.c: Remove dead code handling <FH> //
2013-11-08 David Mitchellremove some unused vars from op.c and toke.c
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father Chrysostomostoke.c: Remove unnecessary UTF check
2013-11-06 Father ChrysostomosPut common override code into gv_override
2013-11-06 Father ChrysostomosFix readline overriden with a constant
2013-11-06 Father ChrysostomosAllow CORE::GLOBAL:: subs in general to be aliased...
2013-11-05 Father Chrysostomostoke.c: Remove unnecessary SvRV null check
2013-11-05 Father ChrysostomosFix readpipe overriden with a constant
2013-11-01 Father Chrysostomostoke.c:S_tokeq: add comment
2013-11-01 Father Chrysostomostoke.c:S_tokeq: remove dead code
2013-10-30 Father ChrysostomosEliminate ‘Can't use \1 to mean $1’ false positives
2013-10-25 Karl WilliamsonSilence some Win32 compiler warnings
2013-10-22 David Mitchellspurious "Use of "-x" without parentheses" mesg
2013-10-18 David Mitchelladd comment to foreach toking code
2013-10-18 HioCorrectly parse class name in 'for my class $foo
2013-10-17 Jesse Luehrsfix compiler warning
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
2013-10-05 Father ChrysostomosMake postderef experimental
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father ChrysostomosHide postderef behind the feature feature
2013-10-05 Father Chrysostomostoke.c:postderef: rmv obsolete comment
2013-10-05 Father ChrysostomosPostfix dereference syntax
2013-09-21 Brian FraserRemoved the ifdefs for __SC__ in toke.c
2013-09-21 Brian FraserRemoved an '#ifdef COMMENTARY' in toke.c
2013-09-21 Brian Frasertoke.c: Remove a cargo-culted #undef CLINE
2013-09-21 Brian FraserRemove a '#undef ff_next' remnant from ages past.
2013-09-20 Father ChrysostomosFix line nums when multiline ${expr} spans here-doc
2013-09-20 Father ChrysostomosFix parser buffer corruption with multiline *{...}
2013-09-18 Brian Frasertoke.c, scan_ident: No need for a while loop when using...
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Frasertoke.c, S_scan_ident(): Don't take a "end of buffer...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian Frasertoke.c, S_scan_ident: Skip over newlines as well as...
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovscalar value %x{'a'} better written as $x{'a'}
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-10 Brian Frasertoke.c: "Unrecognized character" error shouldn't leak...
2013-09-10 David LeadbeaterUse PERL_INT_MAX, this works in microperl
2013-09-09 Father ChrysostomosFix buffer overflow with overlong identifiers
2013-09-09 Father ChrysostomosFix assertion failure with -DT -e\"
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father ChrysostomosMove herelines out of the lex_shared struct
2013-09-08 Father ChrysostomosRespect #line directives in here-docs
2013-09-08 Father ChrysostomosFix line numbers in <<foo,<<bar
2013-09-08 Father Chrysostomostoke.c: In sublex_push use multi_close to detect here-doc
2013-09-02 Karl Williamsontoke.c: Clarify comment
2013-09-01 Father Chrysostomostoke.c:scan_const: Don’t use PL_bufptr
2013-09-01 Father ChrysostomosFix debugger lines with keyword <newline> =>
next