2011-10-07 |
Brian Fraser | Cast to signed before negating, to avoid compiler warnings |
blob | commitdiff |
2011-10-06 |
Brian Fraser | toke.c, ext/attributes/attributes.xs: Make attributes... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Modify S_pending_ident to use sv_catpvn_flags |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c, op.c, sv.c: Prototype parsing and checking... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: Some simple mending to get readline() working... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | toke.c: Take utf8 into account when creating DATA handle |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | mro UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: S_scan_inputsymbol, initial GV-related UTF8... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: S_checkcomma, GV-related UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: yylex, GV-related UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: S_find_in_my_stash, GV-related UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: S_intuit_method, GV-related UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: S_intuit_more, GV-related UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: S_force_ident, GV-related UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8... |
blob | commitdiff | diff to current |
2011-09-21 |
Eric Brine | Fix inability of lex_read_unichar to handle 80-FF under... |
blob | commitdiff | diff to current |
2011-09-10 |
Steve Hay | The Borland Chainsaw Massacre |
blob | commitdiff | diff to current |
2011-09-09 |
Zefram | remove index offsetting ($[) |
blob | commitdiff | diff to current |
2011-09-08 |
Robin Barker | remove unused variables and assignments |
blob | commitdiff | diff to current |
2011-08-12 |
Father Chrysostomos | [perl #95546] Allow () after __FILE__, etc. |
blob | commitdiff | diff to current |
2011-07-13 |
Brian Fraser | Passing the flag to the pad functions in toke.c |
blob | commitdiff | diff to current |
2011-07-13 |
Zefram | APIify pad functions |
blob | commitdiff | diff to current |
2011-07-04 |
Eric Brine | Stop having one of the following qw() warnings hide... |
blob | commitdiff | diff to current |
2011-06-14 |
Father Chrysostomos | Allow ‘continue;’ without feature.pm |
blob | commitdiff | diff to current |
2011-06-11 |
Father Chrysostomos | [perl #90130] Allow CORE::* without feature.pm |
blob | commitdiff | diff to current |
2011-06-06 |
David Mitchell | [perl #88776] Signedness warning in toke.c |
blob | commitdiff | diff to current |
2011-05-19 |
David Leadbeater | scan_heredoc could reallocate PL_parser->linestr's PV |
blob | commitdiff | diff to current |
2011-04-14 |
Jan Dubois | [perl #88420] BOM support on Windows broken in 5.13.11 |
blob | commitdiff | diff to current |
2011-04-10 |
Karl Williamson | PATCH: partial [perl #86972]: Allow /aia |
blob | commitdiff | diff to current |
2011-04-03 |
Father Chrysostomos | [perl #87064] eval no longer shares filters |
blob | commitdiff | diff to current |
2011-03-26 |
David Mitchell | fix compiler warning in toke.c |
blob | commitdiff | diff to current |
2011-03-20 |
Karl Williamson | reg_namedseq: Restructure so doesn't duplicate code |
blob | commitdiff | diff to current |
2011-03-01 |
Karl Williamson | toke.c: Raise error for multiple regexp mods |
blob | commitdiff | diff to current |
2011-02-27 |
Father Chrysostomos | [perl #79442] A #line "F" in a string eval doesn't... |
blob | commitdiff | diff to current |
2011-02-21 |
Karl Williamson | toke.c: 'Specialized /le message is only for substitutes |
blob | commitdiff | diff to current |
2011-02-21 |
Karl Williamson | move brace to same line as conditional |
blob | commitdiff | diff to current |
2011-02-21 |
Karl Williamson | toke.c: fix comment |
blob | commitdiff | diff to current |
2011-02-20 |
Karl Williamson | Allow suffix form for /a /d /l /u |
blob | commitdiff | diff to current |
2011-02-20 |
Karl Williamson | toke.c: Don't take the address of a register |
blob | commitdiff | diff to current |
2011-02-20 |
Karl Williamson | toke.c: Move suffix re mods message to one place |
blob | commitdiff | diff to current |
2011-02-15 |
Karl Williamson | toke.c: silence win32 compiler warning |
blob | commitdiff | diff to current |
2011-02-14 |
Father Chrysostomos | perldiag: retitle Ambiguous use of %c{%s%s} |
blob | commitdiff | diff to current |
2011-02-14 |
Karl Williamson | Silence win32 smoke compiler warning |
blob | commitdiff | diff to current |
2011-02-10 |
Karl Williamson | Fix up \cX for 5.14 |
blob | commitdiff | diff to current |
2011-01-28 |
Karl Williamson | toke.c: Add comment |
blob | commitdiff | diff to current |
2011-01-24 |
Nicholas Clark | Break out the generated function Perl_keywords() into... |
blob | commitdiff | diff to current |
2011-01-17 |
Karl Williamson | CH] Change usage of regex/op common to common names |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2010-12-16 |
Jan Dubois | Silence some data truncation compiler warnings |
blob | commitdiff | diff to current |
2010-12-13 |
Zefram | permit labels to be stacked |
blob | commitdiff | diff to current |
2010-12-12 |
Zefram | recursive-descent expression parsing |
blob | commitdiff | diff to current |
2010-12-08 |
Karl Williamson | toke.c: Fix EBCDIC problem |
blob | commitdiff | diff to current |
2010-12-08 |
Karl Williamson | toke.c: highlight problematic-mentioning comment |
blob | commitdiff | diff to current |
2010-11-30 |
Father Chrysostomos | [perl #77762] Constant assignment warning |
blob | commitdiff | diff to current |
2010-11-30 |
Nicholas Clark | In S_scan_const(), use my_snprintf() instead of my_spri... |
blob | commitdiff | diff to current |
2010-11-28 |
Nicholas Clark | Make my $pi := 4; a syntax error. |
blob | commitdiff | diff to current |
2010-11-24 |
Zefram | Deprecate ?PATTERN? without explicit m operator |
blob | commitdiff | diff to current |
2010-11-03 |
Father Chrysostomos | y///r |
blob | commitdiff | diff to current |
2010-10-28 |
Nicholas Clark | In S_scan_const(), use the return value of my_sprintf... |
blob | commitdiff | diff to current |
2010-10-25 |
Zefram | function to parse isolated label |
blob | commitdiff | diff to current |
2010-10-25 |
Zefram | function to parse unlabelled statement |
blob | commitdiff | diff to current |
2010-10-22 |
Nicholas Clark | S_tokeq()'s fast scan loop should terminate on \\ not \ |
blob | commitdiff | diff to current |
2010-10-21 |
David Golden | Add single-term prototype |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | function to parse Perl code block |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | handle bracket stack better in recdescent parsing |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | add lex_start to the API |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | avoid side-effecting source held in scalar |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | remove redundant lex_end |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | replace PL_doextract with better kinds of variable |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | remove filter inheritance option from lex_start |
blob | commitdiff | diff to current |
2010-10-12 |
Zefram | APIify op list constructors |
blob | commitdiff | diff to current |
2010-10-11 |
Zefram | plugin mechanism to rewrite calls to a subroutine |
blob | commitdiff | diff to current |
2010-10-09 |
Nicholas Clark | Create populate_isa() to de-duplicate logic to populate... |
blob | commitdiff | diff to current |
2010-10-09 |
Nicholas Clark | Move the automatic instantiation of @AnyDBM_File::ISA... |
blob | commitdiff | diff to current |
2010-10-04 |
Zefram | [PATCH] function to parse Perl statement sequence |
blob | commitdiff | diff to current |
2010-10-03 |
Karl Williamson | toke.c: call regcurly instead of duplicating code |
blob | commitdiff | diff to current |
2010-09-28 |
Zefram | systematically provide pv/pvn/pvs/sv quartets |
blob | commitdiff | diff to current |
2010-09-22 |
Andy Dougherty | Extract regcurly as a static inline function. |
blob | commitdiff | diff to current |
2010-09-11 |
Florian Ragwitz | Shorten external symbol name for VMS |
blob | commitdiff | diff to current |
2010-09-11 |
Zefram | fix MAD breakage caused by qw patch |
blob | commitdiff | diff to current |
2010-09-08 |
Zefram | make qw(...) first-class syntax |
blob | commitdiff | diff to current |
2010-09-06 |
Zefram | function interface to parse Perl statement |
blob | commitdiff | diff to current |
2010-08-30 |
Eric Brine | Avoid needless use of UTF8=1 format [RT#56336] |
blob | commitdiff | diff to current |
2010-08-21 |
Ben Morrow | Remove CALL_FPTR and CPERLscope. |
blob | commitdiff | diff to current |
2010-08-11 |
Father Chrysostomos | [perl #75904] \$ prototype does not make a unary function |
blob | commitdiff | diff to current |
2010-07-27 |
Karl Williamson | Change function signature of grok_bslash_o |
blob | commitdiff | diff to current |
2010-07-27 |
Karl Williamson | Correct comment in toke.c |
blob | commitdiff | diff to current |
2010-07-26 |
James Mastros | Normalize formatting of "Ambiguous call resolved as... |
blob | commitdiff | diff to current |
2010-07-18 |
Karl Williamson | Add \o{} escape |
blob | commitdiff | diff to current |
2010-07-06 |
Bo Lindbergh | Code for allowing uppercase X/B in hexadecimal/binary... |
blob | commitdiff | diff to current |
2010-07-05 |
Nicholas Clark | In Perl_lex_start(), use newSVpvn_flags() to reduce... |
blob | commitdiff | diff to current |
2010-07-03 |
David Mitchell | eval $overloaded can crash |
blob | commitdiff | diff to current |
2010-06-30 |
Nicholas Clark | In Perl_filter_del(), no need to NULL IoANY(datasv). |
blob | commitdiff | diff to current |
2010-06-29 |
Karl Williamson | Deprecate no space after s/a/b/ and keyword |
blob | commitdiff | diff to current |
2010-06-29 |
Karl Williamson | Add clarifying comment to toke.c |
blob | commitdiff | diff to current |
2010-06-25 |
Father Chrysostomos | RT 75902: Add prototypes for tie() and untie() to allow... |
blob | commitdiff | diff to current |
2010-06-18 |
Karl Williamson | Deprecate no space between pattern, following word |
blob | commitdiff | diff to current |
2010-06-10 |
Nicholas Clark | Parameters for * in *printf must be int - add a cast... |
blob | commitdiff | diff to current |
2010-05-30 |
Nicholas Clark | Eliminate some newSV(0)s by merging the SV allocation... |
blob | commitdiff | diff to current |
2010-05-29 |
Nicholas Clark | Fix the regexp in t/porting/args_assert.t, and add... |
blob | commitdiff | diff to current |
next |