summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-203-10/+10
* Doc nits to re.pmRafael Garcia-Suarez2006-11-171-17/+17
* add regmust() to re.pm/re.xsYves Orton2006-11-173-5/+92
* threads 1.51Jerry D. Hedden2006-11-166-54/+60
* Fix tests added by #29248 and #29249Steve Hay2006-11-152-1/+6
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+1
* Re: Fix linker error on Win32Yves Orton2006-11-151-1/+1
* The latest regression test to Scalar::Util doesn't pass with threaded perlsRafael Garcia-Suarez2006-11-131-2/+4
* A new regression test from:Paul Marquess2006-11-131-1/+12
* POD fixes and nits in re.pmRafael Garcia-Suarez2006-11-131-22/+20
* The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.Steve Peters2006-11-131-1/+1
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-134-123/+361
* Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep withNicholas Clark2006-11-121-363/+373
* Forgot to add the new files for 29248.Nicholas Clark2006-11-124-0/+72
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-123-2/+9
* Reinstate warning 'Useless use of "re" pragma'Rafael Garcia-Suarez2006-11-121-2/+3
* Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itert...Jerry D. Hedden2006-11-072-2/+18
* New regex syntax omnibusYves Orton2006-11-071-2/+2
* 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