2009-04-13 |
Nicholas Clark |
GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff |
2009-03-25 |
Ben Morrow |
Fall back to "" overload for -X. |
blob | commitdiff | diff to current |
2009-01-02 |
Vincent Pit |
In amagic_call(), offset should be strictly lesser... |
blob | commitdiff | diff to current |
2009-01-02 |
Vincent Pit |
Fix overload index mismatch in overloading logic. |
blob | commitdiff | diff to current |
2009-01-02 |
Rafael Garcia-Suarez |
Bump copyright year after previous change d15cd8313063e574 |
blob | commitdiff | diff to current |
2009-01-02 |
Rafael Garcia-Suarez |
Move variable declaration without initialisation at... |
blob | commitdiff | diff to current |
2009-01-02 |
Yuval Kogman |
'overloading' pragma |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
is_gv_magical() is only called from within gv.c. |
blob | commitdiff | diff to current |
2008-11-20 |
Tim Bunce |
Hard-coded Perl_pp_entersub and Perl_pp_entereval shoul... |
blob | commitdiff | diff to current |
2008-11-14 |
Chip Salzenberg |
[perl #948] [PATCH] Allow tied $, |
blob | commitdiff | diff to current |
2008-11-03 |
Marcus Holland-Moritz |
Fix DBM module handling broken by #34653. |
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-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
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 |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-05-10 |
Nicholas Clark |
Run Porting/checkARGS_ASSERT.pl and fix what it picks... |
blob | commitdiff | diff to current |
2008-04-17 |
Nicholas Clark |
Remove a dead case from the error reporting in |
blob | commitdiff | diff to current |
2008-04-17 |
Nicholas Clark |
Perl_gv_fetchmethod{,_autoload,_flags} are actually... |
blob | commitdiff | diff to current |
2008-04-17 |
Rafael Garcia-Suarez |
%.*s mandates an "int", says the C standard |
blob | commitdiff | diff to current |
2008-04-17 |
Rafael Garcia-Suarez |
Fix warning with int size in printf format |
blob | commitdiff | diff to current |
2008-04-17 |
Nicholas Clark |
/* This code tries to figure out just what went wrong... |
blob | commitdiff | diff to current |
2008-04-16 |
Nicholas Clark |
Avoid forwards and then backwards on the :: splitting... |
blob | commitdiff | diff to current |
2008-04-16 |
Nicholas Clark |
Using memEQ() rather than strnEQ() when the length... |
blob | commitdiff | diff to current |
2008-04-11 |
Gerard Goossen |
is_gv_magical correctly check "ISA" |
blob | commitdiff | diff to current |
2008-02-14 |
Robin Barker |
use svtype |
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-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2007-11-24 |
Nicholas Clark |
Eliminating the duplicate logic in S_method_common... |
blob | commitdiff | diff to current |
2007-10-22 |
Nicholas Clark |
SQL::Translator triggered a subtle piece of wrongness... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
Change 32136 introduced an error - passing a const... |
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 |
In Perl_amagic_call(), construct the SV with newSVpvn... |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
No need to call strlen() on the result of CopSTASHPV... |
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 |
Nicholas Clark |
Where possible, change gv_fetchfile() to gv_fetchfile_f... |
blob | commitdiff | diff to current |
2007-10-17 |
Nicholas Clark |
Storing the length of all the overloading names saves... |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark |
PL_AMG_names is only used by gv.c (as far as Google... |
blob | commitdiff | diff to current |
2007-10-08 |
Brandon Black |
Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook... |
blob | commitdiff | diff to current |
2007-09-21 |
Rafael Garcia-Suarez |
Silence a load of "value computed is not used" warnings |
blob | commitdiff | diff to current |
2007-07-11 |
Rafael Garcia-Suarez |
Turn the "$# / $* is no longer supported" warnings... |
blob | commitdiff | diff to current |
2007-06-26 |
Brandon Black |
First patch from: |
blob | commitdiff | diff to current |
2007-06-06 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Callbacks for named captures (%+ and %-) |
blob | commitdiff | diff to current |
2007-05-03 |
Ævar Arnfjörð Bjar... |
FETCH/STORE/LENGTH callbacks for numbered capture variables |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-19 |
Rafael Garcia-Suarez |
Put the "Can't locate package..." warnings in the ... |
blob | commitdiff | diff to current |
2007-04-19 |
Brandon Black |
Re: new C3 MRO patch |
blob | commitdiff | diff to current |
2007-04-16 |
Nicholas Clark |
Remove the "performance hack" that suppressed used... |
blob | commitdiff | diff to current |
2007-04-11 |
Nicholas Clark |
Work round what appears to be a bug in Sun C++ 5.8... |
blob | commitdiff | diff to current |
2007-03-19 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.71, by John Peacock |
blob | commitdiff | diff to current |
2007-03-14 |
Dave Mitchell |
use a fresh stack when loading Errno.pm etc. |
blob | commitdiff | diff to current |
2007-03-08 |
Yves Orton |
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak... |
blob | commitdiff | diff to current |
2007-03-08 |
Yves Orton |
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak... |
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-07 |
Rafael Garcia-Suarez |
Avoid to load the *+ and *- globs too early. |
blob | commitdiff | diff to current |
2007-03-06 |
Rafael Garcia-Suarez |
Fix error messages returned by S_require_tie_mod. Fix... |
blob | commitdiff | diff to current |
2007-03-06 |
Rafael Garcia-Suarez |
Fix a small leak on loading *+ and *- globs |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
More assertion failures, found by auditing the code. |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
Don't crash if the symbol table entry for ISA isn't... |
blob | commitdiff | diff to current |
2007-02-23 |
Rick Delaney |
Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does... |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-02-09 |
Nicholas Clark |
Fix Pod errors. |
blob | commitdiff | diff to current |
2007-02-03 |
Nicholas Clark |
Purge all references to 5005 threads variables in the... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
Stop S_incline needing to temporarily write a '\0'... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
As we're not passing over (or copying in) a NUL, don... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
Convert the last remaining 256 byte "small"bufs to... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark |
Change 28058 hadn't been tested with -DPERL_CREATE_GVSV |
blob | commitdiff | diff to current |
2007-01-18 |
Marcus Holland-Moritz |
Add missing SVfARG()s in require_tie_mod(). |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark |
Add get_cvn_flags(), which is like get_cv() but takes... |
blob | commitdiff | diff to current |
2007-01-10 |
Nicholas Clark |
An implementation of change 29735 for blead (PL_curcop... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2006-12-22 |
Rafael Garcia-Suarez |
Unshare the shared string gp_file_hek only if it exists... |
blob | commitdiff | diff to current |
2006-12-16 |
Nicholas Clark |
Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym... |
blob | commitdiff | diff to current |
2006-12-16 |
Nicholas Clark |
Split out the use of SVp_SCREAM for GVs with GPs into... |
blob | commitdiff | diff to current |
2006-11-04 |
Nicholas Clark |
Change 27506 wasn't quite correct - the copy of the... |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-10-06 |
Nicholas Clark |
Don't bother generating the "Operation \"%s\": no metho... |
blob | commitdiff | diff to current |
2006-08-08 |
Jarkko Hietaniemi |
g++ stage 1 reached |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-08-02 |
Rick Delaney |
Re: [perl #39733] $AUTOLOAD is never tainted |
blob | commitdiff | diff to current |
2006-06-12 |
Andy Lester |
Proper use of enums |
blob | commitdiff | diff to current |
2006-06-11 |
Nicholas Clark |
A little more work needed to get ext/re/t/re.t test... |
blob | commitdiff | diff to current |
2006-06-07 |
Yitzchak Scott-Tho... |
exhausting <> in BEGIN{} gets ARGVOUT used only once... |
blob | commitdiff | diff to current |
2006-05-29 |
Andy Lester |
[PATCH] gv.c consting |
blob | commitdiff | diff to current |
2006-05-09 |
Nicholas Clark |
In Perl_Gv_AMupdate(), there's no need to call sv_unmag... |
blob | commitdiff | diff to current |
2006-05-09 |
Nicholas Clark |
Gv_AMupdate() always creates magic, so mg can never... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
GvFILE() cannot be a pointer to the memory owned by... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
De-duplicate the code that creates new GPs into Perl_ne... |
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 |
next |