This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX math: simplify the fpclassify emulation.
[perl5.git] / toke.c
2014-09-02 Father ChrysostomosFix thinko in toke.c in 211a434
2014-09-01 Father ChrysostomosFix assertion failure with our subs and constants
2014-08-30 Father ChrysostomosAvoid vivifying stuff when looking up barewords
2014-08-26 Father Chrysostomostoke.c: Remove unnecessary PL_expect assignment
2014-08-26 Father ChrysostomosStop trying to disambiguate {} after $
2014-08-25 Father Chrysostomostoke.c: Remove unnecessary condition
2014-08-25 Father ChrysostomosSet PL_expect only once after curly subscripts
2014-08-25 Father Chrysostomostoke.c: Remove PL_lex_expect define
2014-08-25 Father ChrysostomosStop setting PL_lex_expect
2014-08-25 Father Chrysostomostoke.c: Consolidate some PL_expect assignments
2014-08-25 Father ChrysostomosStop using the value of PL_expect
2014-08-25 Father Chrysostomostoke.c: For plugins, don’t set PL_expect if PL_nexttoke
2014-08-25 Father Chrysostomostoke.c: Touch PL_expect less for implicit [.,] in quotes
2014-08-25 Father Chrysostomos[perl #80368] Fix implicit assignop in qq"a\U="
2014-08-25 Father Chrysostomostoke.c: Correct S_ao description
2014-08-25 Father Chrysostomostoke.c: Skip PL_expect assignment under KEY_require
2014-08-25 Father Chrysostomostoke.c: Rework LOOPX macro
2014-08-25 Father Chrysostomostoke.c:S_lop: Don’t set PL_expect if PL_nexttoke
2014-08-25 Father ChrysostomosExpand a comment in toke.c (eliminate ‘why?’)
2014-08-25 Father ChrysostomosSet PL_expect less often when parsing semicolons
2014-08-25 Father Chrysostomostoke.c: Don’t set PL_expect when emitting USE tokens
2014-08-22 Jarkko HietaniemiFix the PEEK_INFNAN (wrong macro arg name).
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-21 Karl WilliamsonUse constant now defined for ESC
2014-08-20 Jarkko HietaniemiComment: scan_num also handles hexadecimal floats now.
2014-08-16 Father ChrysostomosUpdate exp_name in toke.c, following b5b6210a976
2014-08-15 Jarkko HietaniemiOn literal hexadecimal floats use uquad, not UV.
2014-08-15 Jarkko HietaniemiUse XDIGIT_VALUE().
2014-08-15 Jarkko HietaniemiWhitespace only: line breaks before elses.
2014-08-14 Jarkko HietaniemiHexadecimal float literals, for perl #122219
2014-08-13 Father Chrysostomos[perl #46947] Parse method-BLOCK arguments as a term
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-07-24 Rafael Garcia-SuarezRemove flagging OP_READLINE with OPf_SPECIAL
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-29 Karl Williamsontoke.c: White-space alignment, add comment
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
next