This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove unnecessary cruft from the module example.
[perl5.git] / toke.c
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-10-06 Father ChrysostomosModify S_pending_ident to use sv_catpvn_flags
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Frasertoke.c: Some simple mending to get readline() working...
2011-10-06 Father Chrysostomostoke.c: Take utf8 into account when creating DATA handle
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-10-06 Brian Frasertoke.c: S_scan_inputsymbol, initial GV-related UTF8...
2011-10-06 Brian Frasertoke.c: S_checkcomma, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: yylex, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_find_in_my_stash, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_intuit_method, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_intuit_more, GV-related UTF8 cleanup
2011-10-06 Brian Frasertoke.c: S_force_ident, GV-related UTF8 cleanup
2011-10-06 Brian Frasergv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8...
2011-09-21 Eric BrineFix inability of lex_read_unichar to handle 80-FF under...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-09 Zeframremove index offsetting ($[)
2011-09-08 Robin Barkerremove unused variables and assignments
2011-08-12 Father Chrysostomos[perl #95546] Allow () after __FILE__, etc.
2011-07-13 Brian FraserPassing the flag to the pad functions in toke.c
2011-07-13 ZeframAPIify pad functions
2011-07-04 Eric BrineStop having one of the following qw() warnings hide...
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-06 David Mitchell[perl #88776] Signedness warning in toke.c
2011-05-19 David Leadbeaterscan_heredoc could reallocate PL_parser->linestr's PV
2011-04-14 Jan Dubois[perl #88420] BOM support on Windows broken in 5.13.11
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /aia
2011-04-03 Father Chrysostomos[perl #87064] eval no longer shares filters
2011-03-26 David Mitchellfix compiler warning in toke.c
2011-03-20 Karl Williamsonreg_namedseq: Restructure so doesn't duplicate code
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2011-02-21 Karl Williamsontoke.c: 'Specialized /le message is only for substitutes
2011-02-21 Karl Williamsonmove brace to same line as conditional
2011-02-21 Karl Williamsontoke.c: fix comment
2011-02-20 Karl WilliamsonAllow suffix form for /a /d /l /u
2011-02-20 Karl Williamsontoke.c: Don't take the address of a register
2011-02-20 Karl Williamsontoke.c: Move suffix re mods message to one place
2011-02-15 Karl Williamsontoke.c: silence win32 compiler warning
2011-02-14 Father Chrysostomosperldiag: retitle Ambiguous use of %c{%s%s}
2011-02-14 Karl WilliamsonSilence win32 smoke compiler warning
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-28 Karl Williamsontoke.c: Add comment
2011-01-24 Nicholas ClarkBreak out the generated function Perl_keywords() into...
2011-01-17 Karl WilliamsonCH] Change usage of regex/op common to common names
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Zeframrecursive-descent expression parsing
2010-12-08 Karl Williamsontoke.c: Fix EBCDIC problem
2010-12-08 Karl Williamsontoke.c: highlight problematic-mentioning comment
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-30 Nicholas ClarkIn S_scan_const(), use my_snprintf() instead of my_spri...
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-03 Father Chrysostomosy///r
2010-10-28 Nicholas ClarkIn S_scan_const(), use the return value of my_sprintf...
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-22 Nicholas ClarkS_tokeq()'s fast scan loop should terminate on \\ not \
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Zeframremove redundant lex_end
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-12 ZeframAPIify op list constructors
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-09 Nicholas ClarkCreate populate_isa() to de-duplicate logic to populate...
2010-10-09 Nicholas ClarkMove the automatic instantiation of @AnyDBM_File::ISA...
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-03 Karl Williamsontoke.c: call regcurly instead of duplicating code
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-11 Zeframfix MAD breakage caused by qw patch
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Zeframfunction interface to parse Perl statement
2010-08-30 Eric BrineAvoid needless use of UTF8=1 format [RT#56336]
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-11 Father Chrysostomos[perl #75904] \$ prototype does not make a unary function
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-27 Karl WilliamsonCorrect comment in toke.c
2010-07-26 James MastrosNormalize formatting of "Ambiguous call resolved as...
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-07-05 Nicholas ClarkIn Perl_lex_start(), use newSVpvn_flags() to reduce...
2010-07-03 David Mitchelleval $overloaded can crash
2010-06-30 Nicholas ClarkIn Perl_filter_del(), no need to NULL IoANY(datasv).
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-29 Karl WilliamsonAdd clarifying comment to toke.c
2010-06-25 Father ChrysostomosRT 75902: Add prototypes for tie() and untie() to allow...
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-06-10 Nicholas ClarkParameters for * in *printf must be int - add a cast...
next