summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [perl #42844] careless use of gethostbyname() in Socket.xs kan@dcit.cz2007-05-042-2/+3
* Documentation fixes for EGID/GID confusionDavid Leadbeater2007-05-041-1/+1
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-0/+10
* Fix breakages caused by #31130:Steve Hay2007-05-031-8/+9
* Silence some VC6 compiler warnings in the regex codeSteve Hay2007-05-031-2/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-032-6/+16
* Upgrade to XSLoader 0.08Rafael Garcia-Suarez2007-05-021-3/+3
* Remove ext/ThreadJerry D. Hedden2007-05-0225-1209/+0
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-302-16/+18
* Remove the Thread typemapRafael Garcia-Suarez2007-04-261-24/+0
* Re: The Strict trapJohan Vromans2007-04-261-1/+1
* fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)Alexey Tourbin2007-04-262-11/+30
* Safely store user locks in threads::sharedJerry D. Hedden2007-04-253-4/+18
* Thread.xs doesn't need magic sig anymoreJerry D. Hedden2007-04-251-3/+0
* Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and GraphBrandon Black2007-04-251-1/+2
* Avoid the need for 2 casts added in 31055 by using a better type forNicholas Clark2007-04-251-4/+4
* Move hash action constants to hv.hJerry D. Hedden2007-04-251-8/+1
* Upgrade to Encode-2.20Steve Peters2007-04-2511-48/+482
* Fix a function signature missed by #31027 to silence a VC6 warningSteve Hay2007-04-241-1/+1
* Silence 5 "possible loss of data" warnings from VC6Steve Hay2007-04-241-2/+2
* Adjust test count.Rafael Garcia-Suarez2007-04-241-1/+1
* Reduce directory depth for IO::Compress modules.Craig A. Berry2007-04-2494-0/+0
* Typo fix by AbigailRafael Garcia-Suarez2007-04-211-2/+2
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-1/+1
* Bug in Hash::Util::FieldHashAnno Siegel2007-04-214-1/+28
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+1
* Re: [perl #41574] cond_wait hang ups under MSWin32Jerry D. Hedden2007-04-193-27/+41
* Fix spelling nit.Steve Peters2007-04-111-1/+1
* Cast needed to get POSIX compiling with g++ on FreeBSD.Nicholas Clark2007-04-101-1/+1
* Could someone explain why this file was added twice.Rafael Garcia-Suarez2007-04-101-105/+0
* Upgrade to threads::shared 1.09 :Rafael Garcia-Suarez2007-04-106-58/+229
* BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]Tels2007-04-103-30/+81
* Upgrade to Encode 2.19Nicholas Clark2007-04-0714-23/+73
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-5/+36
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-3/+11
* Remove op_pmnext from PMOPs, and instead store the list for reset asNicholas Clark2007-04-061-0/+4
* Allow any *DBM_File to work for DynaLoader testingJerry D. Hedden2007-04-062-2/+22
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-062-0/+3
* Re: pmdynflags and thread safetyYves Orton2007-04-047-58/+57
* C++ compilation patch by JarkkoRafael Garcia-Suarez2007-04-031-3/+6
* Mark new regex glob test as a TODO on VMS.Craig A. Berry2007-04-011-1/+2
* Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' brokenRafael Garcia-Suarez2007-03-311-2/+4
* This was released as 2.16.Abhijit Menon-Sen2007-03-311-1/+1
* Add new hints files.Abhijit Menon-Sen2007-03-311-0/+2
* Bump File::Glob's VERSION to go with change 30103.Nicholas Clark2007-03-301-1/+1
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-1/+1
* Upgrade to Devel::PPPort 3.11_01Marcus Holland-Moritz2007-03-238-18/+135
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-232-2/+9
* Re: [perl #32687] Encode::is_utf8 on tainted UTF8 stringRafael Garcia-Suarez2007-03-221-4/+0
* Fix to threads::shared t/waithires.tJerry D. Hedden2007-03-221-20/+12