This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to IPC-SysV 2.07 from CPAN
[perl5.git] / toke.c
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2016-05-09 Karl Williamsontoke.c: Fix comment
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-05 Karl WilliamsonPATCH: [perl #127262] assertion fail on malformed UTF8
2016-02-29 Alex VandiverAdjust callsites that use UTF8SKIP without checking UTF
2016-02-10 Tony Cook[perl #127334] S_incline: avoid overrunning the end...
2016-02-03 David Mitchelladd CX_CUR() macro
2016-02-03 Tony Cook[perl #125540] handle already being at EOF while not...
2016-01-27 Jarkko Hietaniemi[perl #127183] Non-canonical hexadecimal floats are...
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-25 Karl Williamsontoke.c: Remove soon-to-be invalid t assumption
2015-11-24 Tony Cook[perl #126443] make sure PL_oldbufptr is preserved...
2015-11-20 Jarkko Hietaniemihexfp: if HEXFP_NV the shift2 is unused
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2015-09-18 Karl WilliamsonChange meaning of UNI_IS_INVARIANT on EBCDIC platforms
2015-09-13 Karl WilliamsonPATCH [perl #126036] toke.c: Silence some compiler...
2015-09-12 Karl Williamsontoke.c: Silence some compiler warnings
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Karl Williamsonperlapi: Change slightly weird construct
2015-08-27 Andy BroadThe #ifdef NV_MIN_EXP straddled the if () braces.
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-26 Jarkko HietaniemiExplicitly use and check for FD_CLOEXEC.
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-08-01 Karl Williamsontoke.c: White-space, comment, added braces only
2015-07-23 Tony Cook[perl #123961] handle a missing closing ` for -DT output
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-22 Jarkko Hietaniemistatic inlines from dquote_static.c -> new dquote_inline.h
2015-07-22 Daniel Dragancombine PERLDB_LINE and PERLDB_SAVESRC flag tests
2015-07-13 Karl Williamsontoke.c: Move macro definition
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Karl Williamsontoke.c: Comments, white-space only
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-22 Leon TimmermansRespect hashbangs containing perl6
2015-04-25 David Mitchell[perl #123737] Fix assertion failure with 0$#{
2015-04-15 David Mitchellassertion failure on interpolated parse err
2015-03-31 Alex Vandivertoke.c: UTF-8 aware warning cleanups
2015-03-27 Alex VandiverFix "...without parentheses is ambuguous" warning for...
2015-03-27 Alex VandiverAllow unquoted UTF-8 HERE-document terminators
2015-03-27 Alex Vandiver[perl #124113] Make check for multi-dimensional arrays...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-19 Father Chrysostomos[perl #123995] Assert fail with s;@{<<;
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-11 Father Chrysostomos[perl #123963] "@<fullwidth digit>"
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-02 Father Chrysostomos[perl #123955] Fix assert fail with 0 s/// in quotes
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with "\L\L"
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with /$0{}/
2015-02-23 Father Chrysostomos[perl #123801] Stop s##[}#e from crashing
2015-02-22 Father Chrysostomos[perl #123893] Fix hang with "@{"
2015-02-16 Father Chrysostomos[perl #123712] Don’t check sub_inwhat
2015-02-16 Father Chrysostomos[perl #123712] Fix /$a[/ parsing
2015-02-16 Father Chrysostomostoke.c: Don’t bother setting type for FORMRBRACK
2015-02-09 Father Chrysostomos[perl #123677] Crash with token stack overflow
2015-02-09 Father Chrysostomostoke.c: Assert that we don’t overflow token stack
2015-02-08 Father Chrysostomos[perl #123753] Assert fail with &{+foo} and errors
2015-02-08 Father Chrysostomostoke.c: Remove redundant PL_expect assignment
2015-02-07 Father Chrysostomos[perl #123753] &\0foo parsing
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-05 Father Chrysostomostoke.c: Remove redundant PL_lex_stuff null checks
2015-02-05 Father ChrysostomosLocalise PL_lex_stuff (crash fix)
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2015-02-05 Father Chrysostomostoke.c: Use SvREFCNT_dec_NN in one spot
2015-02-02 Father Chrysostomostoke.c: Simplify \N{U+...} code
2015-02-02 Karl Williamson"A" =~ '\N{U+41}' (partial) should be true on all platforms
2015-02-01 Father Chrysostomos[perl #123711] Fix crash with 0-5x-l{0}
2015-02-01 Father ChrysostomosParse and compile string- and num-specific bitops
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Hugo van der Sandenintuit_more: no need to copy before keyword check
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-10 Karl Williamsontoke.c: White-space only
2015-01-09 Father ChrysostomosSimplify s/// and tr/// parsing logic
2014-12-19 Father ChrysostomosAlso allow /\N{}/
2014-12-18 Father Chrysostomos[perl #123417] Allow lexer to parse \N{U+dotted.hex}
2014-12-12 Father Chrysostomos[perl #123410] sort CORE::fake bizarre behaviour
2014-12-11 Karl Williamsontoke.c: Use mnemonic rather than numeric
2014-12-11 Karl Williamsontoke.c: \v is a legal C89 mnemonic.
2014-12-09 Karl Williamsontoke.c: Generalize trace for non-ASCII platform
2014-12-07 Father ChrysostomosRevert ‘Used pad name lists for pad ids’
2014-12-06 Father ChrysostomosRevert "toke.c: Remove redundant PL_expect check"
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-24 Karl Williamsontoke.c: Add comment
2014-11-24 Karl Williamsontoke.c: Ignore 'use encoding' on \N{}
2014-11-24 Karl Williamsontoke.c: Typo in comment
2014-11-21 Karl Williamsontoke.c: Consistently upgrade under encoding
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
next