summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-3/+3
| | | | | | | | | code attempting to upgrade a BIND to anything into sv_upgrade(), which for now will croak, but in future can DTRT, for whatever TRT is decided to be. Make SvOK() check the flags of the referenant for a BIND, as I envisage that the only flag bit that will get set on a BIND is SVf_UTF8 even if the referant has a defined value. p4raw-id: //depot/perl@29642
* Update Compress Modules to version 2.002Paul Marquess2006-12-3034-75/+234
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com> p4raw-id: //depot/perl@29641
* fix a test failing under -DmadDave Mitchell2006-12-301-0/+3
| | | p4raw-id: //depot/perl@29640
* Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them viaNicholas Clark2006-12-283-5/+7
| | | | | B.pm, so that B::Concise doesn't need to hard code magic numbers. p4raw-id: //depot/perl@29631
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-284-11/+28
| | | | | | 4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX and PARENT_FAKELEX_FLAGS p4raw-id: //depot/perl@29629
* Upgrade to Errno-1.10 (!). I have left the core tests as is forSteve Peters2006-12-272-1/+6
| | | | | now as well as for Makefile.PL, which need some looking into. p4raw-id: //depot/perl@29627
* threads 1.57Jerry D. Hedden2006-12-218-67/+225
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com> p4raw-id: //depot/perl@29608
* threads::shared 1.06Jerry D. Hedden2006-12-205-56/+45
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@29599
* Proper cleanup for Errno.pmRafael Garcia-Suarez2006-12-191-1/+1
| | | p4raw-id: //depot/perl@29595
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-192-1/+5
| | | | | and silence a potential warning from it. p4raw-id: //depot/perl@29592
* Disable strictures in POSIX AUTOLOADRafael Garcia-Suarez2006-12-191-0/+1
| | | p4raw-id: //depot/perl@29591
* Ensure that POSIX.pm is strict and warnings compliant throughout ifNicholas Clark2006-12-181-3/+3
| | | | | the __END__ is temporarily removed. p4raw-id: //depot/perl@29587
* Given that POSIX already has AutoLoader loaded, move as much asNicholas Clark2006-12-181-57/+61
| | | | | | possible of POSIX::SigRt out to AutoLoadLand, so that it won't be loaded unless someone starts using the realtime signals interface. p4raw-id: //depot/perl@29586
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-181-0/+7
| | | | | Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29580
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-0/+7
| | | | | Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29578
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-181-1/+1
| | | | | Message-ID: <45860ED9.9090808@iki.fi> p4raw-id: //depot/perl@29576
* POSIX::SigAction::new can be moved into the AUTOLOAD section.Nicholas Clark2006-12-181-1/+1
| | | p4raw-id: //depot/perl@29571
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-1/+1
| | | | | flag SVpgv_GP, and use this in isGV_with_GP_on/off. p4raw-id: //depot/perl@29565
* threads 1.56Jerry D. Hedden2006-12-166-24/+27
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com> p4raw-id: //depot/perl@29563
* Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm changeYves Orton2006-12-151-0/+19
| | | | | Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com> p4raw-id: //depot/perl@29558
* threads 1.54 - Adds ->error() methodJerry D. Hedden2006-12-158-75/+232
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com> p4raw-id: //depot/perl@29557
* Silence a warning from (MinGW's) gccSteve Hay2006-12-141-1/+1
| | | p4raw-id: //depot/perl@29556
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-132-0/+10
| | | | | | Add the placeholder for new type, temporarily named BIND, for binding and aliasing in 6 on 5. p4raw-id: //depot/perl@29544
* Correct some assumptions about PVBM table offset in B.xsNicholas Clark2006-12-121-2/+5
| | | p4raw-id: //depot/perl@29538
* get ext/Win32/Win32.xs to compile on cygwinJan Dubois2006-12-121-47/+152
| | | | | | | | | | Date: Mon, 11 Dec 2006 13:09:09 -0800 Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com> and: Date: Mon, 11 Dec 2006 15:08:53 -0800 Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com> p4raw-id: //depot/perl@29528
* Move files from ext/Compress/IO to ext/IO/CompressRafael Garcia-Suarez2006-12-1194-0/+0
| | | p4raw-id: //depot/perl@29513
* Re: [PATCH] Deparse.pm bugfixBo Lindbergh2006-12-112-26/+44
| | | | | Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com> p4raw-id: //depot/perl@29512
* re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xsJan Dubois2006-12-112-1/+2
| | | | | Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com> p4raw-id: //depot/perl@29511
* Second patch from:Jan Dubois2006-12-111-0/+536
| | | | | | Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com> p4raw-id: //depot/perl@29510
* First patch from:Jan Dubois2006-12-111-1/+1
| | | | | | Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com> p4raw-id: //depot/perl@29509
* Restore change 27486 accidently removed (also added to 1.19 before release)Graham Barr2006-12-101-0/+1
| | | p4raw-id: //depot/perl@29499
* Upgrade to Scalar-List-Utils-1.19Graham Barr2006-12-106-29/+36
| | | p4raw-id: //depot/perl@29498
* Upgrade to Time-HiRes-1.9703Steve Peters2006-12-093-18/+30
| | | p4raw-id: //depot/perl@29495
* 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