2006-08-09 |
Steve Peters |
A couple const's and a cast to get Sun CC to compile... |
blob | commitdiff |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-26 |
SADAHIRO Tomoyuki |
interpolation of @- (and @+) in patterns ([perl #27940... |
blob | commitdiff | diff to current |
2006-07-23 |
Rafael Garcia-Suarez |
Revert part of last change, that was causing utf8 test... |
blob | commitdiff | diff to current |
2006-07-23 |
Jarkko Hietaniemi |
z/OS: pp_sys.c, reg*.c, toke.c, utf8.c |
blob | commitdiff | diff to current |
2006-07-15 |
SADAHIRO Tomoyuki |
comment update for scan_const |
blob | commitdiff | diff to current |
2006-07-11 |
Rafael Garcia-Suarez |
Revert bogus fix for bug #27940, which wasn't really... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Convert some low hanging fruit to my_strlcpy/my_strlcat. |
blob | commitdiff | diff to current |
2006-07-04 |
Andy Lester |
toke.c consting and localizing |
blob | commitdiff | diff to current |
2006-06-30 |
Rafael Garcia-Suarez |
Fix a couple of compilation warnings |
blob | commitdiff | diff to current |
2006-06-21 |
Dr.Ruud |
<toke.c> isALNUM(*s) && *s != '_' |
blob | commitdiff | diff to current |
2006-06-20 |
Rafael Garcia-Suarez |
Change 28404 broke the construct s/foo/<<BAR/e. So... |
blob | commitdiff | diff to current |
2006-06-20 |
Ben Carter |
[perl #39365] Bug in toke.c (eval in subst) |
blob | commitdiff | diff to current |
2006-06-06 |
Andy Lester |
Accumulated toke.c cleanups |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-12 |
Andy Lester |
Proper use of static funcs in toke.c and pp_sys.c |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez |
Add "state" feature |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez |
Introduce a new keyword, state, for state variables. |
blob | commitdiff | diff to current |
2006-05-02 |
Jarkko Hietaniemi |
toke.c: function pointer to data pointer |
blob | commitdiff | diff to current |
2006-04-29 |
Jarkko Hietaniemi |
more -ansi -pedantic cleanliness |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-24 |
Bas van Sisseren |
[perl #38475] attribute multiline fix (in tokenizer) |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
Cleanup some gcc warnings |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
A couple of casts to PADOFFSET. |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Fix compilation of microperl, which doesn't have INT_MAX. |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Coverity is upset about a signed int in ext/Filter... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-14 |
Rafael Garcia-Suarez |
Deprecate :unique even with threads |
blob | commitdiff | diff to current |
2006-03-14 |
Rafael Garcia-Suarez |
Make usage of :unique emit a deprecation warning. |
blob | commitdiff | diff to current |
2006-03-11 |
Nicholas Clark |
isSPACE('\0') is false, so can simplify the condition... |
blob | commitdiff | diff to current |
2006-03-11 |
Andy Lester |
Localizing some vars in S_checkcomma |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Move the 12 static MAD variables from toke.c into the... |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Rename the 12 static variables in toke.c to PL_* |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Summon constman! S_checkcomma now has all 3 arguments... |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Tease apart the keyword/subroutine test in S_checkcomma. |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Superior *printf-fu lets us avoid modifying source... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
-Dmad works, albeit with some test failures: |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
The remainder of the toke.c MAD changes. Now to investi... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Another refactoring from Larry implicit in the MAD... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Refactoring from Larry implicit in the MAD patch. |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
Replace PL_nextval[PL_nexttoke].opval with the macro... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
MAD changes for bare skipspace() |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Replace direct flags tests ... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester |
Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-09 |
Steve Peters |
Fix breakage in S_set_csh() from change #27136. |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
And as we've now got to the point where all calls to... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
Eliminating PL_suidscript is more tricky, and requires... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark |
gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-01-31 |
Nicholas Clark |
Make Perl_gv_fetchpvn_flags actually heed the passed... |
blob | commitdiff | diff to current |
2006-01-30 |
Nicholas Clark |
Silence another Irix compiler warning. |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
Call gv_fetchpvn_flags where we already know the length. |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-16 |
Rafael Garcia-Suarez |
defined %foo::bar:: wasn't working like it used to... |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
A few more places that can use hv_fetchs(). |
blob | commitdiff | diff to current |
2006-01-10 |
Nicholas Clark |
Missing an initialisation, as spotted by Merijn's HP... |
blob | commitdiff | diff to current |
2006-01-10 |
Gisle Aas |
Move initialization of old values prior to moreswitches() |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester |
It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-06 |
Gisle Aas |
Remove code duplicated a few lines above by change... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Make the new STR_WITH_LEN() affected compile under... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Add an extra NUL so that we can use sv_catpvs() |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Removed unused part of string passed to sv_catpvn(). |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce STR_WITH_LEN macro in the form suggested... |
blob | commitdiff | diff to current |
2006-01-03 |
Dave Mitchell |
silence some compiler warnings |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez |
Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Gisle Aas |
Get rid of length argument for the FEATURE_IS_ENABLED... |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-29 |
Andy Lester |
av.c cleanup, plus! |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas |
Use memchr() instead of ninstr() to locate the end... |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester |
Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-21 |
Robin Houston |
Feature bundle is now :5.10, and add -E switch |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
Take care in toke.c not to convert constant subroutine... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
Get the "cv" from the "gv" once, and be more careful... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
In Perl_yylex, move the declaration of orig_keyword... |
blob | commitdiff | diff to current |
2005-12-19 |
Nicholas Clark |
In Perl_yylex, make tmp a temporary variable local... |
blob | commitdiff | diff to current |
2005-12-19 |
Nicholas Clark |
Assert that orig_keyword, gv and gvp aren't used before... |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
Re: [PATCH] Make the 'sort' pragma lexically scoped |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-15 |
Nicholas Clark |
Expand the comment describing the intent of change... |
blob | commitdiff | diff to current |
2005-12-15 |
Rafael Garcia-Suarez |
Don't autovivify stashes as soon as the lexer sees... |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
It helps to actually *remove* the now-superfluous strlen(). |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
Eliminate some unnecessary strlen()s |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
S_tokereport's unused parm |
blob | commitdiff | diff to current |
2005-10-18 |
Rafael Garcia-Suarez |
Force _ to be always a bareword after filetest operators |
blob | commitdiff | diff to current |
2005-10-18 |
Rafael Garcia-Suarez |
Fix tokenizer debugging trace for file tests |
blob | commitdiff | diff to current |
next |