summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Added Changes file left out from change #28001.Steve Peters2006-04-281-0/+36
* threads - miscellaneousJerry D. Hedden2006-04-287-86/+109
* Upgrade to Encode-2.15Steve Peters2006-04-275-25/+67
* threads - consolidate XS functionsJerry D. Hedden2006-04-262-193/+164
* Continuing threads syncJerry D. Hedden2006-04-253-44/+60
* "Don't Repeat Yourself" on the "We *really* need to overwrite theseNicholas Clark2006-04-222-0/+36
* Remove the enable_debugging member from the structure, and insteadNicholas Clark2006-04-211-6/+7
* Use a struct to hold the regexp engine state information, to makeNicholas Clark2006-04-211-16/+43
* Merge the install and uninstall routines.Nicholas Clark2006-04-212-37/+30
* Refactor re.pm slightly. This has no change to documented behaviour,Nicholas Clark2006-04-211-19/+16
* Rework threads destruct callJerry D. Hedden2006-04-213-29/+508
* [REPOST] [PATCH] Remove superfluous counter in threadsJerry D. Hedden2006-04-202-46/+39
* Support compiling for RISC OSAlex Waugh2006-04-181-0/+6
* 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