2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff |
2006-07-16 |
Jarkko Hietaniemi |
Re: [PATCH] various safety/portability tweaks |
blob | commitdiff | diff to current |
2006-07-15 |
Jarkko Hietaniemi |
various safety/portability tweaks |
blob | commitdiff | diff to current |
2006-07-11 |
Steve Hay |
Fix change #28533: my_strlcpy does not return the dest... |
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-10 |
Steve Peters |
Change existing uses of strlcpy()/strlcat() to use... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Add Russ Allbery's public domain implementations of... |
blob | commitdiff | diff to current |
2006-06-30 |
Rafael Garcia-Suarez |
Fix casting warnings related to snprintf/vsnprintf |
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-06-06 |
Andy Lester |
more accumulated cleanups |
blob | commitdiff | diff to current |
2006-05-22 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.60 |
blob | commitdiff | diff to current |
2006-05-19 |
Jarkko Hietaniemi |
Re: [PATCH] Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-18 |
Rafael Garcia-Suarez |
Adjust calling of Perl_va_copy(), noticed by Jarkko |
blob | commitdiff | diff to current |
2006-05-17 |
Nicholas Clark |
Another SvVOK(). I believe that this is the last. |
blob | commitdiff | diff to current |
2006-05-17 |
Rafael Garcia-Suarez |
Oops, missed a SvVOK. |
blob | commitdiff | diff to current |
2006-05-17 |
Jarkko Hietaniemi |
Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-10 |
Dave Mitchell |
disable WARN and DIE hooks during constant folding |
blob | commitdiff | diff to current |
2006-05-09 |
Jarkko Hietaniemi |
PERL_MEM_LOG enhancements |
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-20 |
Andy Lester |
Localizing vars |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Calling cv_undef() on the CV created by newCONSTSUB... |
blob | commitdiff | diff to current |
2006-04-18 |
Alex Waugh |
Support compiling for RISC OS |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Turn on UTF8 cache assertions with -Ca |
blob | commitdiff | diff to current |
2006-04-13 |
Steve Hay |
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-05 |
Steve Peters |
Try not to use negative values when accessing arrays... |
blob | commitdiff | diff to current |
2006-03-29 |
Jarkko Hietaniemi |
re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Remove set magic from typeglobs. Remove typeglob magic... |
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-10 |
Nicholas Clark |
With PERL_POISON defined, ensure freshly malloc()ed... |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark |
Enhance PERL_TRACK_MEMPOOL so that it also emulates... |
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-02-02 |
Nicholas Clark |
Yet more instances of gv_fetchpv... that should be... |
blob | commitdiff | diff to current |
2006-01-31 |
Nicholas Clark |
Silence a warning from the MS compiler about signed... |
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-28 |
Nicholas Clark |
By changing SvVOK() from returning 0/1 to 0/pointer... |
blob | commitdiff | diff to current |
2006-01-21 |
Marcus Holland-Moritz |
Remove wrong cast to (void *), which fixes a gcc warnin... |
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-11 |
Nicholas Clark |
Refactor S_vdie_common so that Perl_vwarn can use it... |
blob | commitdiff | diff to current |
2006-01-11 |
Steve Peters |
Fix the new warning created with version-0.53 |
blob | commitdiff | diff to current |
2006-01-11 |
Steve Peters |
Upgrade to version-0.53 |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester |
It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Steve Peters |
Upgrade to version-0.52 |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
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-02 |
Rafael Garcia-Suarez |
Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-31 |
Dave Mitchell |
tidy index arrangements in new MY_CXT code |
blob | commitdiff | diff to current |
2005-12-29 |
Dave Mitchell |
re-implement MY_CXT API more efficiently, and add explicit |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas |
Leaner ninstr(). |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas |
Remove test for NUL ending in r?instr(). |
blob | commitdiff | diff to current |
2005-12-27 |
Andy Lester |
pre-likely cleanup |
blob | commitdiff | diff to current |
2005-12-23 |
Nicholas Clark |
For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the... |
blob | commitdiff | diff to current |
2005-12-23 |
Nicholas Clark |
If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then... |
blob | commitdiff | diff to current |
2005-12-23 |
Nicholas Clark |
Create a struct to use as the header with PERL_TRACK_ME... |
blob | commitdiff | diff to current |
2005-12-23 |
Andy Lester |
Speedup (rn|n)?instr |
blob | commitdiff | diff to current |
2005-12-14 |
Steve Hay |
Fix compilation error when building with -DPERL_MEM_LOG... |
blob | commitdiff | diff to current |
2005-12-06 |
Nicholas Clark |
Add a ; that 26281 was lacking. |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-12-03 |
Steve Peters |
Upgrade to version-0.50 |
blob | commitdiff | diff to current |
2005-11-20 |
Jan Dubois |
Reworked PERL_TRACK_MEMPOOL patch |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester |
Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
Moving the 4 writes of PL_no_mem followed by exit(1... |
blob | commitdiff | diff to current |
2005-11-08 |
Nicholas Clark |
Eliminate some unnecessary strlen()s |
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-11-04 |
Alan Burlison |
use clearenv if available |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Given that sv_nosharing performs the same function... |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Store the raw bytes of the pid in PL_pidstatus, rather... |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Most platforms don't actually need PL_pidstatus, or... |
blob | commitdiff | diff to current |
2005-10-25 |
Nicholas Clark |
Code in wait4pid was calling hv_delete with the hash... |
blob | commitdiff | diff to current |
2005-10-25 |
Nicholas Clark |
Replace all the strlen()s related to PL_pidstatus with... |
blob | commitdiff | diff to current |
2005-10-24 |
Nicholas Clark |
Add my_sprintf, which is usually just a macro for sprin... |
blob | commitdiff | diff to current |
2005-10-17 |
Jarkko Hietaniemi |
another Symbian update: Alan's fault :-) |
blob | commitdiff | diff to current |
2005-10-14 |
Steve Peters |
gcc complains when it sees variables declared |
blob | commitdiff | diff to current |
2005-10-11 |
Alan Burlison |
environ fixup |
blob | commitdiff | diff to current |
2005-09-26 |
Nicholas Clark |
const sausage const const bacon const tomato and const |
blob | commitdiff | diff to current |
2005-09-15 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.48 |
blob | commitdiff | diff to current |
2005-09-13 |
Andy Lester |
The return of the consting |
blob | commitdiff | diff to current |
2005-08-25 |
Rafael Garcia-Suarez |
Fix miniperl build with threaded perl |
blob | commitdiff | diff to current |
2005-08-24 |
John Peacock |
[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] |
blob | commitdiff | diff to current |
2005-08-10 |
Alexey Tourbin |
conflicting types for 'Perl_my_popen' |
blob | commitdiff | diff to current |
2005-08-01 |
John E. Malmberg |
Re: blead@25210 on OpenVMS (not good) |
blob | commitdiff | diff to current |
2005-07-29 |
Andy Lester |
More embed.fnc goodness |
blob | commitdiff | diff to current |
2005-07-20 |
Jarkko Hietaniemi |
support POSIX SA_SIGINFO |
blob | commitdiff | diff to current |
2005-07-17 |
Dave Mitchell |
$SIG{__WARN__} = sub { goto &foo } could recurse infinitely |
blob | commitdiff | diff to current |
2005-07-12 |
Jarkko Hietaniemi |
Make PERL_MEM_LOG more portable. |
blob | commitdiff | diff to current |
2005-07-10 |
Jarkko Hietaniemi |
yet another way of debugging memory allocations |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester |
Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-10 |
Jarkko Hietaniemi |
yet another way of debugging memory allocations |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-04 |
Andy Lester |
Post-YAPC consting, now with an attachment! |
blob | commitdiff | diff to current |
2005-07-02 |
Dave Mitchell |
replace ckWARN macros with functions |
blob | commitdiff | diff to current |
next |