summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use new clearer named #definesKarl Williamson2013-08-291-2/+2
* toke.c:scan_str: Document args in one spotFather Chrysostomos2013-08-251-8/+10
* Make __DATA__ use the right pkgFather Chrysostomos2013-08-251-15/+6
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* toke.c: Merge some mad and sane codeFather Chrysostomos2013-08-231-22/+11
* toke.c: Remove commented-out codeFather Chrysostomos2013-08-231-4/+0
* Fix typo in bf1b738b; another line num bugFather Chrysostomos2013-08-231-1/+1
* [perl #118931] Fix line number bugFather Chrysostomos2013-08-221-4/+11
* Further typo correction.Lukas Mai2013-08-171-1/+1
* Fix typo in comment. mauke- ++.James E Keenan2013-08-171-1/+1
* toke.c:S_incline: avoid vivifying GV under threadsFather Chrysostomos2013-08-091-2/+4
* Revert "toke.c:incline: Avoid duplicate symbol lookup"Father Chrysostomos2013-08-091-3/+2
* toke.c: s/below/above/Father Chrysostomos2013-08-051-1/+1