This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ensure qw//, q'' and '' report line on a missing terminator
[perl5.git] / toke.c
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> =>
2013-09-01 Father ChrysostomosFix two line numbers bugs involving quote-like ops
2013-09-01 Father Chrysostomostoke.c: Reorder checks around deprecate_escaped_meta
2013-08-29 Karl Williamsontoke.c: Fix EBCDIC bugs with single char variable names
2013-08-29 Karl Williamsontoke.c: An EBCDIC fix
2013-08-29 Karl Williamsontoke.c: Simplify some code
2013-08-29 Karl Williamsontoke.c: Remove EBCDIC dependency
2013-08-29 Karl Williamsontoke.c: Remove character set dependency
2013-08-29 Karl WilliamsonAdd macro OFFUNISKIP
2013-08-29 Karl Williamsontoke.c: white space only
2013-08-29 Karl Williamsontoke.c: Don't remap \N{} for EBCDIC
2013-08-29 Karl WilliamsonConvert some uvuni() to uvchr()
2013-08-29 Karl WilliamsonDeprecate NATIVE_TO_NEED and ASCII_TO_NEED
2013-08-29 Karl WilliamsonRemove remaining calls of NATIVE_TO_NEED
2013-08-29 Karl Williamsontoke.c: Remove some NATIVE_TO_NEED calls
2013-08-29 Karl Williamsontoke.c: Emphasize that only [A-Za-z] is used here
2013-08-29 Karl WilliamsonUse real illegal UTF-8 byte
2013-08-29 Karl Williamsontoke.c: Remove remapping for EBCDIC for octal
2013-08-29 Karl WilliamsonAdd and use macro to return EBCDIC
2013-08-29 Karl WilliamsonFix some EBCDIC problems
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-29 Karl WilliamsonDon't use EBCDIC macro for a C language escape
2013-08-29 Karl WilliamsonUse new clearer named #defines
2013-08-25 Father Chrysostomostoke.c:scan_str: Document args in one spot
2013-08-25 Father ChrysostomosMake __DATA__ use the right pkg
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-23 Father Chrysostomostoke.c: Merge some mad and sane code
next