summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
* threads 1.49Jerry D. Hedden2006-11-036-10/+21
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-17/+34
* [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pmVadim Konovalov2006-11-021-0/+5
* Forgot to bump Time-HiRes $VERSION in change #29180Steve Hay2006-11-011-1/+1
* Silence VC++ compiler warningsSteve Hay2006-11-012-3/+4
* Remove beta status from compression modulesPaul Marquess2006-11-0131-235/+47
* Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it'sRafael Garcia-Suarez2006-10-311-1/+2
* Fix a case of segfault in ithread destructionRafael Garcia-Suarez2006-10-311-2/+2
* Doc clarification for PerlIO::encodingRafael Garcia-Suarez2006-10-311-6/+8
* threads 1.47Jerry D. Hedden2006-10-317-22/+16
* Avoid Devel::DProf failing an assertion during global destruction.Nicholas Clark2006-10-301-3/+7
* threads 1.46Jerry D. Hedden2006-10-305-100/+188
* Silence a g++ warning reported by Jarkko.Rafael Garcia-Suarez2006-10-301-1/+1
* Delete Encode's MANIFEST (or else the make process complainsRafael Garcia-Suarez2006-10-301-198/+0
* [patch] simplify optree test supportJim Cromie2006-10-301-20/+6
* [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH...Paul Marquess2006-10-291-3/+12
* Re: Deparse bug?Stephen McCamant2006-10-292-6/+16
* Make 'threads' conform to perlgutsJerry D. Hedden2006-10-271-44/+44
* Spelling fixes for re.pm.Steve Peters2006-10-271-4/+4
* Spelling nits from Debian bug list...Matt Taggart2006-10-271-1/+1
* IO::Compress modulesPaul Marquess2006-10-2639-268/+873
* threads-shared 1.05Jerry D. Hedden2006-10-265-19/+31
* threads 1.45Jerry D. Hedden2006-10-265-23/+22
* Protection against overwriting defsubs.h via a symlinkRafael Garcia-Suarez2006-10-231-0/+1
* Removed typo that caused a variable to shadow an existing variableSteve Peters2006-10-221-1/+1
* Changes for threads::shared to all building with g++.Steve Peters2006-10-212-8/+13
* Fixes for Storable.xs when compiling a threaded Perl with g++.Steve Peters2006-10-211-3/+3
* Better solution to silencing prereq warnings from threads'sSteve Peters2006-10-211-12/+17
* Comment out Hash::Util and IO::File from prereqs of threads, sinceSteve Peters2006-10-201-2/+2
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-206-13/+61
* Re: Off by one in the trie code?Yves Orton2006-10-195-55/+95
* Re: Off by one in the trie code?Yves Orton2006-10-192-2/+2
* Upgrade to Time-HiRes-1.94.Steve Peters2006-10-173-32/+53
* Upgrade to Time-HiRes-1.93.Steve Peters2006-10-153-8/+33
* Upgrade to Digest-SHA-5.44.Steve Peters2006-10-149-23/+28
* Upgrade to XSLoader-0.07.Steve Peters2006-10-142-27/+43
* Upgrade to Time-HiRes-1.92.Steve Peters2006-10-136-30/+380
* Upgrade to PathTools-3.23.Steve Peters2006-10-121-0/+7
* threads::shared 1.04Jerry Hedden2006-10-121-4/+5
* threads 1.44Jerry Hedden2006-10-124-7/+12
* RE: g++ compile and make test 100%Robin Barker2006-10-121-1/+1
* RE: g++ compile and make test 100%Robin Barker2006-10-111-5/+5
* Fix typo in NDBM_File.xs and bump up the version number.Steve Peters2006-10-112-2/+2
* Update comment (by Yves Orton), plus POD fixesRafael Garcia-Suarez2006-10-111-11/+12
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-112-4/+5
* Grrr...moved the files, but forgot to update Soundex.pmSteve Peters2006-10-111-94/+195
* Update to PathTools-3.22.Steve Peters2006-10-102-5/+8
* Regexp Recurse by name.Yves Orton2006-10-101-10/+20