summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make use of $Config{d_pseudofork} in a couple of core testsSteve Hay2006-12-071-5/+2
* Move Win32 from win32/ext/Win32 to ext/Win32Jan Dubois2006-12-073-0/+1273
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-1/+1
* Upgrade to Time-HiRes 1.9702Steve Hay2006-12-065-25/+43
* User pragmas now accessible from BJoshua ben Jore2006-12-064-1/+196
* Avoid my_regdupe type mismatch warning after #29430Craig A. Berry2006-12-061-1/+1
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-042-5/+2
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-042-0/+3
* Upgrade to Devel::PPPort 3.10_02Marcus Holland-Moritz2006-12-025-2/+22
* Upgrade to Devel::PPPort 3.10_01Marcus Holland-Moritz2006-12-0242-161/+756
* Re: [PATCH] Make B::Lint use Module::PluggableJoshua ben Jore2006-12-013-64/+127
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-012-6/+4
* Fix Time-HiRes linker error on Win32 introduced by upgradesRafael Garcia-Suarez2006-12-012-2/+9
* Upgrade to Time-HiRes-1.96.Steve Peters2006-11-304-20/+15
* Upgrade to Time-HiRes-1.95Steve Peters2006-11-304-4/+35
* Patch by Derek Price to Time::Piece for CPAN bug #21255:Rafael Garcia-Suarez2006-11-292-2/+31
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-281-1/+1
* Silence 4 "unreferenced local variable" warnings from VC++Steve Hay2006-11-282-5/+2
* Re: [PATCH 5.8.8] Build on OS/2Ilya Zakharevich2006-11-281-2/+2
* [PATCH[ threads 1.53Jerry D. Hedden2006-11-289-47/+70
* Eliminated unitialised clone_params value bug accidentally added withNicholas Clark2006-11-261-1/+1
* Adding Time::Piece to the core...again.Steve Peters2006-11-2612-0/+2379
* smoke signs suppressionJarkko Hietaniemi2006-11-251-3/+5
* Cleanup regexp flags and structureYves Orton2006-11-231-5/+5
* Upgrade to PathTools-3.24.Steve Peters2006-11-231-0/+13
* POSIX::remove() and directoriesPeter Dintelmann2006-11-221-1/+1
* VC8 regards 60 seconds as an invalid parameter for strftime()Steve Hay2006-11-221-1/+6
* Remove tests for POD or POD coverage -- they're always skipped.Rafael Garcia-Suarez2006-11-226-114/+0
* threads 1.52Jerry D. Hedden2006-11-216-17/+30
* 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