2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
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 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-28 |
Nicholas Clark |
Eliminate (HV *) casts in u*.c. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-09-12 |
Nicholas Clark |
Create a direct lookup hash for ->isa() lookup, by... |
blob | commitdiff | diff to current |
2008-09-11 |
Nicholas Clark |
Abolish the warning "Can't locate package %"SVf" for... |
blob | commitdiff | diff to current |
2008-09-11 |
Nicholas Clark |
As stash can't be NULL, no need to check name_stash... |
blob | commitdiff | diff to current |
2008-09-11 |
Nicholas Clark |
Use 1 line of code in place of 6 in Perl_sv_derived_from(). |
blob | commitdiff | diff to current |
2008-09-11 |
Nicholas Clark |
S_isa_lookup() no longer recurses (as of Brandon's... |
blob | commitdiff | diff to current |
2008-08-22 |
Nicholas Clark |
No, I didn't mean to commit the version *with* the... |
blob | commitdiff | diff to current |
2008-08-22 |
Nicholas Clark |
Note that we have no test coverage for this particular... |
blob | commitdiff | diff to current |
2008-07-18 |
Marcus Holland-Moritz |
Welcome to refcount hell. Fix the leaks reported by... |
blob | commitdiff | diff to current |
2008-05-23 |
Jerry D. Hedden |
Silence build warnings in universal.c |
blob | commitdiff | diff to current |
2008-05-21 |
Nicholas Clark |
Make the worst case error message for Perl_croak_xs_usa... |
blob | commitdiff | diff to current |
2008-05-21 |
Nicholas Clark |
Add Perl_croak_xs_usage(), which reduces a lot of expli... |
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-02 |
Nicholas Clark |
In XS_PerlIO_get_layers() take advantage of the impleme... |
blob | commitdiff | diff to current |
2008-02-02 |
Nicholas Clark |
In XS_re_regexp_pattern(), use newSVpvn_flags() to... |
blob | commitdiff | diff to current |
2008-01-29 |
Steven Schubiger |
toke.c/universal.c: consting |
blob | commitdiff | diff to current |
2008-01-09 |
Jerry D. Hedden |
Move re::regexp_pattern to universal.c |
blob | commitdiff | diff to current |
2008-01-07 |
Nicholas Clark |
Post change 32880, restore the dummy sub Regexp::DESTROY {} |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
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 |
Marcus Holland-Moritz |
Forgot to remove dTARGET with change #32816. |
blob | commitdiff | diff to current |
2008-01-03 |
Marcus Holland-Moritz |
Fix memory leaks in XS_PerlIO_get_layers() by mortalizing |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
First class regexps. |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark |
use newSVpvs() on the constant string "isa", rather... |
blob | commitdiff | diff to current |
2007-06-28 |
Yves Orton |
Rename various regex defined so that they have distinct... |
blob | commitdiff | diff to current |
2007-06-18 |
Ævar Arnfjörð Bjar... |
SvRX() and SvRXOK() macros |
blob | commitdiff | diff to current |
2007-06-08 |
Craig A. Berry |
Make symbols short enough for VMS after #31341. |
blob | commitdiff | diff to current |
2007-06-07 |
Jerry D. Hedden |
Silence compiler warnings |
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-09 |
Andy Lester |
Remove unused parms in S_isa_lookup |
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-21 |
Nicholas Clark |
Eliminate Internals::inc_sub_generation, which nothing... |
blob | commitdiff | diff to current |
2007-04-21 |
Rafael Garcia-Suarez |
Upgrade to version-0.7203. |
blob | commitdiff | diff to current |
2007-04-20 |
Rafael Garcia-Suarez |
Nit to S_isa_lookup by Brandon Black |
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-14 |
H.Merijn Brand |
Typo in croak message |
blob | commitdiff | diff to current |
2007-03-31 |
Rafael Garcia-Suarez |
Fix the error message "Can't call method "DOES" on... |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark |
In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-23 |
Rafael Garcia-Suarez |
Don't use PL_na. |
blob | commitdiff | diff to current |
2007-03-22 |
Rafael Garcia-Suarez |
Fix error message for re::regnames_iterinit() |
blob | commitdiff | diff to current |
2007-03-22 |
Yves Orton |
Resolve PL_curpm issues with (??{}) and fix corruption... |
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-08 |
Yves Orton |
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak... |
blob | commitdiff | diff to current |
2007-03-03 |
Rafael Garcia-Suarez |
Compilation warnings fixes by Jerry D. Hedden |
blob | commitdiff | diff to current |
2007-03-02 |
Nicholas Clark |
More assertion failures, found by auditing the code. |
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-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 |
2006-09-18 |
John Peacock |
Re: [perl #37714] XSUB.h version check may fail due... |
blob | commitdiff | diff to current |
2006-09-17 |
Rafael Garcia-Suarez |
A better version of change #28847 |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Silence empty if-statement warning. |
blob | commitdiff | diff to current |
2006-07-04 |
Andy Lester |
consting and localizing in universal.c |
blob | commitdiff | diff to current |
2006-06-12 |
chromatic |
Add the new method UNIVERSAL::DOES() and the API functi... |
blob | commitdiff | diff to current |
2006-06-09 |
John Peacock |
[patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64... |
blob | commitdiff | diff to current |
2006-05-22 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.60 |
blob | commitdiff | diff to current |
2006-05-15 |
chromatic |
[REPATCH universal.c] Make sv_derived_from Documentatio... |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
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-03-19 |
Andy Lester |
Change the semantics of S_isa_lookup |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
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-03 |
Rafael Garcia-Suarez |
Fix file where internal XS functions are defined |
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-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez |
More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2005-12-27 |
Nicholas Clark |
As what we're doing is generating subroutines, which... |
blob | commitdiff | diff to current |
2005-12-23 |
Andy Lester |
Speed up Perl_sv_derived_from |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester |
Ho! Ho! Ho! Santa brings consting! |
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-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-11-30 |
SADAHIRO Tomoyuki |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
blob | commitdiff | diff to current |
2005-11-24 |
SADAHIRO Tomoyuki |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
blob | commitdiff | diff to current |
2005-11-23 |
SADAHIRO Tomoyuki |
XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
blob | commitdiff | diff to current |
2005-11-17 |
Peter Dintelmann |
[perl #37694] segfault with PerlIO::get_layers() |
blob | commitdiff | diff to current |
2005-11-07 |
Andy Lester |
Consting and localizing: Part LXVIII |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
Use the return value from sprintf(). |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-08-23 |
Rick Delaney |
Use SvGETMAGIC more often |
blob | commitdiff | diff to current |
2005-07-13 |
John Peacock |
was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Use sv_setpvn where we know the length. |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
We know the length, so use sv_setpvn rather than sv_setpv. |
blob | commitdiff | diff to current |
2005-06-20 |
Andy Lester |
The continuing adventures of Constman and Localize Boy |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Lint support |
blob | commitdiff | diff to current |
2005-06-13 |
John Peacock |
Bring bleadperl up to version.pm |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
More SvPV consting. And other related drive-by refactoring. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
n_a no more |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting. |
blob | commitdiff | diff to current |
2005-05-23 |
Andy Lester |
universal.c warnings hushed |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
next |