summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-092-0/+7
* Unroll 27425 - keeping Larry's order in op.c means that exactly theNicholas Clark2006-03-091-6/+6
* The last MAD change to op.c changes the pad offsets of the test thatNicholas Clark2006-03-081-6/+6
* Re: [perl #38684] O::Deparse not working as expected Stephen McCamant2006-03-082-7/+9
* Upgrade to PathTools-3.17Steve Peters2006-03-072-2/+9
* Add and remove files forgotten in change #27384Rafael Garcia-Suarez2006-03-06110-33025/+1632
* Compress::ZlibPaul Marquess2006-03-06143-993/+37694
* Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7Jarkko Hietaniemi2006-03-031-1/+16
* Re: Patch lint for grep { /.../ } and grep /.../,Joshua ben Jore2006-03-012-3/+12