2009-05-19 |
Nicholas Clark |
In Perl_yylex(), no need to Newxz() a buffer we immedia... |
blob | commitdiff |
2009-05-14 |
Claes Jakobsson |
Amelioration of the error message "Unrecognized charact... |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark |
Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark |
GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff | diff to current |
2009-04-12 |
Nicholas Clark |
Deprecate use of the attribute :locked on subroutines. |
blob | commitdiff | diff to current |
2009-03-14 |
Ian Goodacre |
Return OPERATOR('[') for '[' without falling through... |
blob | commitdiff | diff to current |
2009-02-14 |
Rafael Garcia-Suarez |
Forbid to use "foreach" as an attribute |
blob | commitdiff | diff to current |
2009-01-19 |
Karl |
Combine sv_utf8_upgrade with a following grow |
blob | commitdiff | diff to current |
2009-01-15 |
karl williamson |
[perl #59908] \x, \0, and \N{} not ok in double-quotish... |
blob | commitdiff | diff to current |
2009-01-14 |
Steve Hay |
Allow '\r' after "#line XXX" directives. |
blob | commitdiff | diff to current |
2009-01-06 |
Rafael Garcia-Suarez |
Require a space or a newline after a "#line XXX" directive |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
ywarn() is actually only used inside toke.c, so it... |
blob | commitdiff | diff to current |
2008-11-07 |
Steve Peters |
A small refactoring based on a comment in an old RT... |
blob | commitdiff | diff to current |
2008-11-03 |
Tim Bunce |
Re: @{"_<$filename"} is unreasonably tied to use of... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from sv.c and [tu]*.c, except... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Two casts that are MUTABLE_?V. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-08-24 |
Bram |
Unintented interpolation of $/ in regex (was: Re: ... |
blob | commitdiff | diff to current |
2008-06-17 |
Steve Hay |
Make sure parser's filehandle is closed when finished |
blob | commitdiff | diff to current |
2008-06-08 |
Rafael Garcia-Suarez |
Tweak the "Illegal character in prototype" warning... |
blob | commitdiff | diff to current |
2008-06-08 |
Renee Baecker |
Add a new warning, "Prototype after '%s'" |
blob | commitdiff | diff to current |
2008-05-20 |
Rafael Garcia-Suarez |
Re: [PATCH: TODO Tests] Re: [perl #53806] No complain... |
blob | commitdiff | diff to current |
2008-05-18 |
chromatic |
Add ..., !!!, and ??? operators |
blob | commitdiff | diff to current |
2008-05-16 |
Rafael Garcia-Suarez |
Prevent the tokenizer from segfaulting in debug mode... |
blob | commitdiff | diff to current |
2008-05-11 |
Florian Ragwitz |
Handle PL_minus_E before PL_minus_{n,p}. |
blob | commitdiff | diff to current |
2008-03-04 |
Nicholas Clark |
Three variables in S_scan_trans only hold flags for... |
blob | commitdiff | diff to current |
2008-02-18 |
Jim Cromie |
[ patch ] silence 2 possibly uninitialized vars |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-02-09 |
Dave Mitchell |
[perl #49472] Attributes + Unkown Error |
blob | commitdiff | diff to current |
2008-01-29 |
Steven Schubiger |
toke.c/universal.c: consting |
blob | commitdiff | diff to current |
2008-01-28 |
Gerard Goossen |
also report forced tokens when using -DT |
blob | commitdiff | diff to current |
2008-01-11 |
Rafael Garcia-Suarez |
Remove the -P switch |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
2007-12-27 |
Nicholas Clark |
"Automate" change 32648 (ensure that -E always loads... |
blob | commitdiff | diff to current |
2007-12-19 |
Rafael Garcia-Suarez |
Make -E require 5.11 features |
blob | commitdiff | diff to current |
2007-11-21 |
Rafael Garcia-Suarez |
Rename yylval to pl_yylval, to avoid confusing bogus... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
It seems crazy for Perl_yylex() to individually shift... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Inline and eliminate S_incl_perldb(), as it's only... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Eliminate some uses of sv_setpv() where we already... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Change newSVpv() to newSVpvn() where we know the length... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Don't call strlen() on CopFILE() for the unthreaded... |
blob | commitdiff | diff to current |
2007-10-18 |
Rafael Garcia-Suarez |
Silence a casting warning |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Where possible, change gv_fetchfile() to gv_fetchfile_f... |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark |
Given that S_feature_is_enabled() is a static function... |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark |
Pass in explicit lengths for the key and type arguments to |
blob | commitdiff | diff to current |
2007-10-06 |
Craig A. Berry |
Re: several compilation problems on VMS in perl@32039 |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Finally! Worked out how to const Perl_moreswitches(). |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Remove remaining C<Nullch>s and C<Nullsv>s |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
In the MAD code, eliminate one Perl_sv_catpvf() and... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
PL_cshname is actually a constant value known at compil... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
Eliminate most *printf-like calls that use a simple... |
blob | commitdiff | diff to current |
2007-09-07 |
Rafael Garcia-Suarez |
Remove the 'err' keyword |
blob | commitdiff | diff to current |
2007-08-10 |
Rafael Garcia-Suarez |
Fix compilation with threads |
blob | commitdiff | diff to current |
2007-08-10 |
Claes Jacobsson |
Re: [PATCH] Adding more information to "Unrecognized... |
blob | commitdiff | diff to current |
2007-07-11 |
Rick Delaney |
Re: [perl #43545] 'no warnings' effects $@. |
blob | commitdiff | diff to current |
2007-07-07 |
Gerard Goossen |
MAD: disable constant subs when PL_madskills |
blob | commitdiff | diff to current |
2007-06-07 |
Father Chrysostomos |
Re: [perl #43082] "$_[0]->method" interpolation |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_multi_end into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_tokenbuf into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-15 |
Dave Mitchell |
change 31200 broke src filters used within an eval |
blob | commitdiff | diff to current |
2007-05-13 |
Dave Mitchell |
fix some (mostly MAD) compiler warnings |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
eliminate a stray PL_lex_state |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
save old PL_curcop value in parser struct |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell |
move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
migrate more variables to PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
move some more variables into the PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
toke.c changes missed from change #31134 |
blob | commitdiff | diff to current |
2007-05-02 |
Jerry D. Hedden |
Remove ext/Thread |
blob | commitdiff | diff to current |
2007-04-24 |
Dave Mitchell |
move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-24 |
Steve Hay |
Silence 5 "possible loss of data" warnings from VC6 |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Fix bug in change 31015 - saving the wrong size of... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Several members of struct yy_parser can go on a diet... |
blob | commitdiff | diff to current |
2007-04-20 |
Gerard Goossen |
Re: [PATCH] madprop about forced words |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark |
Only append ?? match ops to the list used by reset... |
blob | commitdiff | diff to current |
2007-04-06 |
Gerard Goossen |
madprop about forced words |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-04-03 |
Gerard Goossen |
Re: [PATCH] MAD disable constant inlining |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Make parser_free() be called slightly later, |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_curforce outside of toke.c |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_bufend outside of toke.c: |
blob | commitdiff | diff to current |
2007-03-26 |
Rafael Garcia-Suarez |
Make the warning "interpreted as function" a bit less... |
blob | commitdiff | diff to current |
2007-03-26 |
Rafael Garcia-Suarez |
say() should parse exactly like print() |
blob | commitdiff | diff to current |
2007-03-24 |
Rafael Garcia-Suarez |
Make sure readpipe without argument can be followed... |
blob | commitdiff | diff to current |
2007-03-15 |
Rick Delaney |
Re: What is this MAD stuff all about? |
blob | commitdiff | diff to current |
2007-03-07 |
Rafael Garcia-Suarez |
Use another method to avoid the "possible interpolation... |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
Avoid an assertion failure when overloading readpipe. |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
More assertion failures, found by auditing the code. |
blob | commitdiff | diff to current |
2007-02-28 |
Rafael Garcia-Suarez |
(?p{}) has been deprecated for a long time. |
blob | commitdiff | diff to current |
next |