summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the ifdefs for __SC__ in toke.cBrian Fraser2013-09-211-12/+0
* Removed an '#ifdef COMMENTARY' in toke.cBrian Fraser2013-09-211-4/+2
* toke.c: Remove a cargo-culted #undef CLINEBrian Fraser2013-09-211-3/+0
* Remove a '#undef ff_next' remnant from ages past.Brian Fraser2013-09-211-4/+0
* Fix line nums when multiline ${expr} spans here-docFather Chrysostomos2013-09-201-0/+2
* Fix parser buffer corruption with multiline *{...}Father Chrysostomos2013-09-201-5/+5
* toke.c, scan_ident: No need for a while loop when using PEEKSPACEBrian Fraser2013-09-181-3/+3
* toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace.Brian Fraser2013-09-181-7/+22
* toke.c, S_scan_ident(): Don't take a "end of buffer" argument, use PL_bufendBrian Fraser2013-09-181-14/+16
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-0/+4
* toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs.Brian Fraser2013-09-181-2/+2
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-161-1/+1
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-23/+17
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-10/+9
* index/value array slice operationRuslan Zakirov2013-09-131-0/+3
* scalar value %x{'a'} better written as $x{'a'}Ruslan Zakirov2013-09-131-0/+21
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-3/+3
* toke.c: "Unrecognized character" error shouldn't leak memory or mangle charac...Brian Fraser2013-09-101-8/+6
* Use PERL_INT_MAX, this works in microperlDavid Leadbeater2013-09-101-8/+1
* Fix buffer overflow with overlong identifiersFather Chrysostomos2013-09-091-1/+1
* Fix assertion failure with -DT -e\"Father Chrysostomos2013-09-091-1/+7
* Fix line numbers with #! -d:foo and PERL5DB=$'\n'Father Chrysostomos2013-09-081-8/+25
* Move herelines out of the lex_shared structFather Chrysostomos2013-09-071-22/+18
* Respect #line directives in here-docsFather Chrysostomos2013-09-071-1/+8
* Fix line numbers in <<foo,<<barFather Chrysostomos2013-09-071-5/+8
* toke.c: In sublex_push use multi_close to detect here-docFather Chrysostomos2013-09-071-5/+1
* toke.c: Clarify commentKarl Williamson2013-09-021-3/+8
* toke.c:scan_const: Don’t use PL_bufptrFather Chrysostomos2013-09-011-2/+2
* Fix debugger lines with keyword <newline> =>Father Chrysostomos2013-09-011-3/+8
* Fix two line numbers bugs involving quote-like opsFather Chrysostomos2013-09-011-2/+54
* toke.c: Reorder checks around deprecate_escaped_metaFather Chrysostomos2013-09-011-2/+2
* toke.c: Fix EBCDIC bugs with single char variable namesKarl Williamson2013-08-291-4/+11
* toke.c: An EBCDIC fixKarl Williamson2013-08-291-1/+1
* toke.c: Simplify some codeKarl Williamson2013-08-291-9/+5
* toke.c: Remove EBCDIC dependencyKarl Williamson2013-08-291-11/+3
* toke.c: Remove character set dependencyKarl Williamson2013-08-291-15/+9
* Add macro OFFUNISKIPKarl Williamson2013-08-291-1/+1
* toke.c: white space onlyKarl Williamson2013-08-291-1/+3
* toke.c: Don't remap \N{} for EBCDICKarl Williamson2013-08-291-14/+13
* Convert some uvuni() to uvchr()Karl Williamson2013-08-291-6/+6
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-10/+0
* Remove remaining calls of NATIVE_TO_NEEDKarl Williamson2013-08-291-3/+3
* toke.c: Remove some NATIVE_TO_NEED callsKarl Williamson2013-08-291-10/+10
* toke.c: Emphasize that only [A-Za-z] is used hereKarl Williamson2013-08-291-5/+5
* Use real illegal UTF-8 byteKarl Williamson2013-08-291-3/+3
* toke.c: Remove remapping for EBCDIC for octalKarl Williamson2013-08-291-4/+3
* Add and use macro to return EBCDICKarl Williamson2013-08-291-4/+3
* Fix some EBCDIC problemsKarl Williamson2013-08-291-1/+1
* Extract common code to an inline functionKarl Williamson2013-08-291-7/+1
* Don't use EBCDIC macro for a C language escapeKarl Williamson2013-08-291-1/+1