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 |
sizeof(const SV *) is the same as sizeof(SV *), except... |
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 |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Bugs revealed by replacing (SV *) casts with something... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-09-20 |
Nicholas Clark |
Two missing 'static's, spotted by Merijn's smoker. |
blob | commitdiff | diff to current |
2008-09-07 |
Claes Jacobsson |
[DOC PATCH] av.c - clearify that av_shift returns ... |
blob | commitdiff | diff to current |
2008-03-12 |
blino@mandriva.com |
[perl #51636] segmentation fault with array ties |
blob | commitdiff | diff to current |
2008-03-08 |
Nicholas Clark |
Assert that the av argument to all the av_*() functions... |
blob | commitdiff | diff to current |
2008-02-27 |
Nicholas Clark |
Comment on why I don't think changing Perl_safesysmallo... |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
If the C library provides malloc_size(), we can use... |
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-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2007-12-31 |
Craig A. Berry |
Needed one more cast after 32760. The VMS compiler... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Change 32760 needed to add a cast to avoid a warning. |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Change Perl_av_iter_p() to return IV* rather than I32... |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Implement each @array. |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Perl_newAV() can become a mathom by making newAV()... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-08-31 |
Brandon Black |
Re: optimize push @ISA, (was Re: parent.pm at corion... |
blob | commitdiff | diff to current |
2007-06-26 |
Brandon Black |
Second patch from: |
blob | commitdiff | diff to current |
2007-05-03 |
Andy Lester |
The revenge of the consts |
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-01-29 |
Nicholas Clark |
Add av_create_and_push() and av_create_and_unshift_one... |
blob | commitdiff | diff to current |
2006-11-06 |
Nicholas Clark |
assert() that SvPV_set() isn't used on arrays. |
blob | commitdiff | diff to current |
2006-10-30 |
Gisle Aas |
Improve documentation of av_len and av_fill. |
blob | commitdiff | diff to current |
2006-06-06 |
Andy Lester |
more accumulated cleanups |
blob | commitdiff | diff to current |
2006-05-24 |
Andy Lester |
Refactoring in av.c |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Note in av_store() that S_regclass relies on being... |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
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-10 |
Andy Lester |
It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark |
Update copyright years (including some years where... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2005-12-29 |
Andy Lester |
av.c cleanup, plus! |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas |
Cleanup; replace a croak("panic: ...") with assert(). |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas |
assert(av); Cleanup the way that the av_*() functions... |
blob | commitdiff | diff to current |
2005-12-27 |
Andy Lester |
pre-likely cleanup |
blob | commitdiff | diff to current |
2005-11-14 |
Nicholas Clark |
Mark all places where perl needs to look at a possibly... |
blob | commitdiff | diff to current |
2005-10-29 |
Steve Peters |
Coverage stats say av_fake() is a mathom too. |
blob | commitdiff | diff to current |
2005-10-19 |
Andy Lester |
More consting, and DRY leads to shrinking object code |
blob | commitdiff | diff to current |
2005-10-16 |
Dave Mitchell |
an assert in av_undef was leaking memory |
blob | commitdiff | diff to current |
2005-10-14 |
Steve Peters |
gcc complains when it sees variables declared |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-06-21 |
Nicholas Clark |
No need to set flags twice. |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-09 |
Nicholas Clark |
$r = do {my @a; \$#a}; $$r = 503 # is also naughty... |
blob | commitdiff | diff to current |
2005-06-09 |
Nicholas Clark |
Fixes the case of $a = \$#{[]}; and then accessing $$a |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester |
Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark |
Goodbye xav_arylen. You won't be missed that much. |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark |
Goodbye AvFLAGS |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez |
Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-07 |
Andy Lester |
GCC attributes! |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting five |
blob | commitdiff | diff to current |
2005-03-14 |
Andy Lester |
Adding const qualifiers |
blob | commitdiff | diff to current |
2004-09-05 |
Dave Mitchell |
only mortalize deleted array elements for AvREAL |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell |
[perl #30733] memory leak in array delete |
blob | commitdiff | diff to current |
2004-06-08 |
Jarkko Hietaniemi |
Re: [PATCH] Re: Lack of error for large string on Solaris |
blob | commitdiff | diff to current |
2004-03-31 |
Dave Mitchell |
[perl #28032] delete $_[0] + (\$) prototype = bad... |
blob | commitdiff | diff to current |
2004-03-17 |
Jarkko Hietaniemi |
malloc wrappage |
blob | commitdiff | diff to current |
2003-04-19 |
Dave Mitchell |
allow recursive FETCHes |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-01-22 |
Dave Mitchell |
Re: [perl #15439] unreferenced scalar due to double... |
blob | commitdiff | diff to current |
2002-09-26 |
H.Merijn Brand |
LEAKTEST is dead, RIP |
blob | commitdiff | diff to current |
2002-08-17 |
Mark-Jason Dominus |
Negative subscripts optionally passed to tied array... |
blob | commitdiff | diff to current |
2002-08-17 |
Michael G. Schwern |
Remove pseudo-hashes (complete) |
blob | commitdiff | diff to current |
2002-04-27 |
Jarkko Hietaniemi |
More VC5-induced casting found by Nikola Knezevic. |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-03-11 |
Paul Marquess |
more warnings tidyup |
blob | commitdiff | diff to current |
2002-03-02 |
Mark-Jason Dominus |
PATCH (bleadperl): Quieter handling of tied arrays |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Missed the =head1 additions. |
blob | commitdiff | diff to current |
2001-07-12 |
Abhijit Menon-Sen |
Re: Perl bug with "delete" on arrays |
blob | commitdiff | diff to current |
2001-05-30 |
Jarkko Hietaniemi |
More -Wall sweeping. |
blob | commitdiff | diff to current |
2001-05-30 |
Jarkko Hietaniemi |
Medley of -Wall cleanups from Michael Schwen, Hugo... |
blob | commitdiff | diff to current |
2001-05-20 |
Dave Mitchell |
[LARGE!] symbolic magic |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi |
Bump up Larry's copyright. |
blob | commitdiff | diff to current |
2000-12-05 |
Jarkko Hietaniemi |
dTHR is a nop in 5.6.0 onwards. Ergo, it can go. |
blob | commitdiff | diff to current |
2000-11-23 |
Ben Tilly |
Re: av.c patch (having slight problems) |
blob | commitdiff | diff to current |
2000-10-31 |
Jens Hamisch |
[ID 20001030.001] 5.7.0-7489: Null-Pointer reference... |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-07-25 |
Simon Cozens |
av.c apidoc |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
fixes for most warnings identified by gcc -Wall |
blob | commitdiff | diff to current |
2000-03-03 |
Gurusamy Sarathy |
support for list assignment to pseudohashes (from John... |
blob | commitdiff | diff to current |
2000-02-26 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-14 |
Gurusamy Sarathy |
notes about running Purify |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Minor fixes to assuage picky compilers (unsigned compar... |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-08 |
Gurusamy Sarathy |
documentation patches (from Michael Schwern and Yitzchak |
blob | commitdiff | diff to current |
next |