summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Coverity is a persistent beast. Hot on the tails of fixing one leak,Nicholas Clark2006-04-171-8/+31
* Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().Nicholas Clark2006-04-171-2/+2
* Compress::ZlibPaul Marquess2006-04-172-3/+26
* Coverity is flagging a potential problem because it sees a check forNicholas Clark2006-04-161-4/+1
* Potential (?) memory leak in Storable.xs (Coverity)bah@longitude.com2006-04-151-2/+8
* Coverity was getting upset about an assignment from a functionNicholas Clark2006-04-151-14/+23
* Coverity reports that Storable can potentially cause a NULL pointerNicholas Clark2006-04-151-1/+5
* Coverity notes that resource are leaked in the unfinished and neverNicholas Clark2006-04-151-1/+6
* Coverity correctly reports that gv might (just) be NULL. So don'tNicholas Clark2006-04-152-3/+4
* Update the assertion to a croak "Out of range special SV number"Nicholas Clark2006-04-151-3/+5
* IO::Compress::*Paul Marquess2006-04-1428-108/+350
* Fix implementation of threads->_handle on unixes.Jerry D. Hedden2006-04-141-1/+1
* (Hopefully) fix coredumps in ByteLoader, which were a side effect ofNicholas Clark2006-04-132-2/+6
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-134-9/+65
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-102-1/+26
* Fix skip count in ext\B\t\lint.tSteve Hay2006-04-061-1/+1
* Re: expr foreach (...) isn't a B::Lint warning anymoreJoshua ben Jore2006-04-052-10/+48
* There should be only one META.yml fileRafael Garcia-Suarez2006-04-052-22/+0
* Simplify tests for fork() capabilitiesSteve Hay2006-04-053-27/+21
* Re: Making IO::Socket pass test on Win32Jim Cromie2006-04-041-3/+3
* threads.pm should overload != operatorJan Dubois2006-04-042-13/+17
* Fix syntax error in io_pipe testRafael Garcia-Suarez2006-04-041-1/+1
* Re: Making IO::Socket pass test on Win32Yves Orton2006-04-045-40/+105
* 2nd patch to sync blead 'threads' with CPAN [REPOST]Jerry D. Hedden2006-04-039-185/+317
* ext/IO/t/io_unix.tJarkko Hietaniemi2006-04-031-1/+20
* The make_ext script should pass MAKE=$MAKE to submakes it invokes forNicholas Clark2006-04-031-2/+2
* Convert ByteLoader to use CopARYBASE_set().Nicholas Clark2006-04-022-1/+2
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* IO::Compress::ZipPaul Marquess2006-03-311-2/+45
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-3/+3
* Devel::DProf constingAndy Lester2006-03-291-40/+41
* Improved description of the tmon.out format.Gisle Aas2006-03-281-8/+33
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-1/+1
* Update to IO-1.23Graham Barr2006-03-2615-100/+100
* ext/Compress/IO/Zlib/t/050interop-gzip.tPaul Marquess2006-03-251-34/+63
* (2nd revised) 1st patch to sync blead 'threads' with CPANJerry D. Hedden2006-03-2415-192/+477
* Increase the length of content compressed as a kludge to get Steve Peters2006-03-221-1/+5
* Test croak(NULL)Gisle Aas2006-03-212-5/+15
* Move DynaLoader.o into libperl.so.Gisle Aas2006-03-202-0/+8
* Data::Dumper constingAndy Lester2006-03-191-34/+36
* threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression Jan Dubois2006-03-172-1/+2
* Avoid hardcoded $(OBJ_EXT)Gisle Aas2006-03-161-1/+1
* Change 27520 was a bit too aggressive. Let's keep the warning.Gisle Aas2006-03-161-0/+3
* Remove unused code. No extension use Makefile.SH any more.Gisle Aas2006-03-161-8/+0
* Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10Paul Marquess2006-03-1639-212/+250
* Make the threads tests silent with regard to the new :unique deprecation warningRafael Garcia-Suarez2006-03-161-0/+1
* Forgot the ending \. Why did it still compile ?Rafael Garcia-Suarez2006-03-131-1/+1
* Automatically SPAGAIN in the poor-man's-multicall APIRobin Houston2006-03-131-0/+1
* Removed unnecessary NULL check in Digest::SHAAndy Lester2006-03-121-4/+2
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1