summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Make use of $Config{d_pseudofork} in a couple of core testsSteve Hay2006-12-071-5/+2
| | | | | | | Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t because they are dual-lived modules and must work with older perls that don't have d_pseudofork p4raw-id: //depot/perl@29485
* Move Win32 from win32/ext/Win32 to ext/Win32Jan Dubois2006-12-073-0/+1273
| | | | | Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com> p4raw-id: //depot/perl@29483
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-1/+1
| | | | | Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com> p4raw-id: //depot/perl@29479
* Upgrade to Time-HiRes 1.9702Steve Hay2006-12-065-25/+43
| | | p4raw-id: //depot/perl@29478
* User pragmas now accessible from BJoshua ben Jore2006-12-064-1/+196
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com> p4raw-id: //depot/perl@29475
* Avoid my_regdupe type mismatch warning after #29430Craig A. Berry2006-12-061-1/+1
| | | p4raw-id: //depot/perl@29474
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-042-5/+2
| | | | | | Actually the regexp engine structure only needs one compilation function hook. p4raw-id: //depot/perl@29459
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-042-0/+3
| | | p4raw-id: //depot/perl@29458
* Upgrade to Devel::PPPort 3.10_02Marcus Holland-Moritz2006-12-025-2/+22
| | | p4raw-id: //depot/perl@29437
* Upgrade to Devel::PPPort 3.10_01Marcus Holland-Moritz2006-12-0242-161/+756
| | | p4raw-id: //depot/perl@29436
* Re: [PATCH] Make B::Lint use Module::PluggableJoshua ben Jore2006-12-013-64/+127
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com> p4raw-id: //depot/perl@29432
* Continue split of perl internal regexp structures from ones that are engine ↵Yves Orton2006-12-012-6/+4
| | | | | | | specific. Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com> p4raw-id: //depot/perl@29430
* Fix Time-HiRes linker error on Win32 introduced by upgradesRafael Garcia-Suarez2006-12-012-2/+9
| | | | | | | | | from version 1.94 (#29423 and #29426) Subject: Re: Time::HiRes not happy? From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com> p4raw-id: //depot/perl@29428
* Upgrade to Time-HiRes-1.96.Steve Peters2006-11-304-20/+15
| | | p4raw-id: //depot/perl@29426
* Upgrade to Time-HiRes-1.95Steve Peters2006-11-304-4/+35
| | | p4raw-id: //depot/perl@29423
* Patch by Derek Price to Time::Piece for CPAN bug #21255:Rafael Garcia-Suarez2006-11-292-2/+31
| | | | | NOTDATE - DATE should stringify DATE and let Perl handle things p4raw-id: //depot/perl@29417
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-281-1/+1
| | | p4raw-id: //depot/perl@29408
* Silence 4 "unreferenced local variable" warnings from VC++Steve Hay2006-11-282-5/+2
| | | p4raw-id: //depot/perl@29406
* Re: [PATCH 5.8.8] Build on OS/2Ilya Zakharevich2006-11-281-2/+2
| | | | | Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29405
* [PATCH[ threads 1.53Jerry D. Hedden2006-11-289-47/+70
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com> p4raw-id: //depot/perl@29399
* Eliminated unitialised clone_params value bug accidentally added withNicholas Clark2006-11-261-1/+1
| | | | | change 28229. p4raw-id: //depot/perl@29389
* Adding Time::Piece to the core...again.Steve Peters2006-11-2612-0/+2379
| | | p4raw-id: //depot/perl@29383
* smoke signs suppressionJarkko Hietaniemi2006-11-251-3/+5
| | | | | Message-ID: <45687324.3040102@iki.fi> p4raw-id: //depot/perl@29378
* Cleanup regexp flags and structureYves Orton2006-11-231-5/+5
| | | | | Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com> p4raw-id: //depot/perl@29360
* Upgrade to PathTools-3.24.Steve Peters2006-11-231-0/+13
| | | p4raw-id: //depot/perl@29356
* POSIX::remove() and directoriesPeter Dintelmann2006-11-221-1/+1
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net> p4raw-id: //depot/perl@29353
* VC8 regards 60 seconds as an invalid parameter for strftime()Steve Hay2006-11-221-1/+6
| | | | | so skip the test in that case. p4raw-id: //depot/perl@29352
* Remove tests for POD or POD coverage -- they're always skipped.Rafael Garcia-Suarez2006-11-226-114/+0
| | | p4raw-id: //depot/perl@29346
* threads 1.52Jerry D. Hedden2006-11-216-17/+30
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@29342
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-203-10/+10
| | | | | | Subject: 28325/6 break DateTime::Format::Strptime Message-ID: <877ixs6oa6.fsf@k75.linux.bogus> p4raw-id: //depot/perl@29324
* Doc nits to re.pmRafael Garcia-Suarez2006-11-171-17/+17
| | | p4raw-id: //depot/perl@29300
* add regmust() to re.pm/re.xsYves Orton2006-11-173-5/+92
| | | | | Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com> p4raw-id: //depot/perl@29299
* threads 1.51Jerry D. Hedden2006-11-166-54/+60
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com> p4raw-id: //depot/perl@29293
* Fix tests added by #29248 and #29249Steve Hay2006-11-152-1/+6
| | | p4raw-id: //depot/perl@29284
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+1
| | | | | Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com> p4raw-id: //depot/perl@29279
* Re: Fix linker error on Win32Yves Orton2006-11-151-1/+1
| | | | | Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com> p4raw-id: //depot/perl@29277
* The latest regression test to Scalar::Util doesn't pass with threaded perlsRafael Garcia-Suarez2006-11-131-2/+4
| | | p4raw-id: //depot/perl@29262
* A new regression test from:Paul Marquess2006-11-131-1/+12
| | | | | | | Subject: [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH] IO::Compress modules) From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> p4raw-id: //depot/perl@29261
* POD fixes and nits in re.pmRafael Garcia-Suarez2006-11-131-22/+20
| | | p4raw-id: //depot/perl@29255
* The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.Steve Peters2006-11-131-1/+1
| | | p4raw-id: //depot/perl@29253
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-134-123/+361
| | | | | | | | Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches to apply cleanly. p4raw-id: //depot/perl@29252
* Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep withNicholas Clark2006-11-121-363/+373
| | | | | opcode.pl OP order. p4raw-id: //depot/perl@29250
* Forgot to add the new files for 29248.Nicholas Clark2006-11-124-0/+72
| | | p4raw-id: //depot/perl@29249
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-123-2/+9
| | | | | | | can't be expected to know that sv_setsv() may now not "really" copy a scalar. So arrange things so that COW of shared hash key scalars is only done for calls within the the PERL_CORE. p4raw-id: //depot/perl@29248
* Reinstate warning 'Useless use of "re" pragma'Rafael Garcia-Suarez2006-11-121-2/+3
| | | p4raw-id: //depot/perl@29245
* Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when ↵Jerry D. Hedden2006-11-072-2/+18
| | | | | | | | itertaor is not at start From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@29224
* New regex syntax omnibusYves Orton2006-11-071-2/+2
| | | | | | | | Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com> Plus a portability fix (in string comparison for regex verbs) and doc tweaks / podchecker fixes p4raw-id: //depot/perl@29222
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
| | | | | ExtUtils::MM_Unix::parse_version to be happy. p4raw-id: //depot/perl@29200
* threads 1.49Jerry D. Hedden2006-11-036-10/+21
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@29199
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1
| | | | | | | Subject: [perl #40651] (Obscure) Bug in Dynaloader From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org> p4raw-id: //depot/perl@29198