summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Update the assertion to a croak "Out of range special SV number"Nicholas Clark2006-04-151-3/+5
| | | | | to give ByteLoader more meaningful failure diagnostics. p4raw-id: //depot/perl@27822
* IO::Compress::*Paul Marquess2006-04-1428-108/+350
| | | | | Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com> p4raw-id: //depot/perl@27799
* Fix implementation of threads->_handle on unixes.Jerry D. Hedden2006-04-141-1/+1
| | | | | | | | See : Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST] From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net> p4raw-id: //depot/perl@27796
* (Hopefully) fix coredumps in ByteLoader, which were a side effect ofNicholas Clark2006-04-132-2/+6
| | | | | | | fixing a bug in B, and non-robust autogenerated code. When autogenerating initialiser statements for an array, it's a bad plan to have the size of that array hard coded. p4raw-id: //depot/perl@27795
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-134-9/+65
| | | p4raw-id: //depot/perl@27786
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-102-1/+26
| | | | | S_unshare_hek_or_pvn() had broken it. Now fixed and tested. p4raw-id: //depot/perl@27761
* Fix skip count in ext\B\t\lint.tSteve Hay2006-04-061-1/+1
| | | p4raw-id: //depot/perl@27729
* Re: expr foreach (...) isn't a B::Lint warning anymoreJoshua ben Jore2006-04-052-10/+48
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com> p4raw-id: //depot/perl@27727
* There should be only one META.yml fileRafael Garcia-Suarez2006-04-052-22/+0
| | | p4raw-id: //depot/perl@27721
* Simplify tests for fork() capabilitiesSteve Hay2006-04-053-27/+21
| | | | | | | | | | Jarkko pointed out that change #27710 was causing some black smoke so makes the tests for fork() simpler, as per lib\Test\Simple\t\fork.t for now. (Ideally we want a $Config{d_pseudofork}, as suggested by Andy Dougherty, but that'll have to wait until I get some more tuits.) p4raw-link: @27710 on //depot/perl: 2f78ce11bc4a9355ade5d20a0825b10fbb177169 p4raw-id: //depot/perl@27718
* Re: Making IO::Socket pass test on Win32Jim Cromie2006-04-041-3/+3
| | | | | Message-ID: <44328B97.2060903@gmail.com> p4raw-id: //depot/perl@27714
* threads.pm should overload != operatorJan Dubois2006-04-042-13/+17
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy> p4raw-id: //depot/perl@27712
* Fix syntax error in io_pipe testRafael Garcia-Suarez2006-04-041-1/+1
| | | p4raw-id: //depot/perl@27711
* Re: Making IO::Socket pass test on Win32Yves Orton2006-04-045-40/+105
| | | | | | | Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com> plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t p4raw-id: //depot/perl@27710
* 2nd patch to sync blead 'threads' with CPAN [REPOST]Jerry D. Hedden2006-04-039-185/+317
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net> p4raw-id: //depot/perl@27705
* ext/IO/t/io_unix.tJarkko Hietaniemi2006-04-031-1/+20
| | | | | Message-ID: <44301E8F.2060503@gmail.com> p4raw-id: //depot/perl@27699
* The make_ext script should pass MAKE=$MAKE to submakes it invokes forNicholas Clark2006-04-031-2/+2
| | | | | | extentions, as they in turn may invoke $MAKE, and should invoke the same $MAKE as at the top level, which may not be $Config{make} p4raw-id: //depot/perl@27693
* Convert ByteLoader to use CopARYBASE_set().Nicholas Clark2006-04-022-1/+2
| | | p4raw-id: //depot/perl@27674
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
| | | p4raw-id: //depot/perl@27671
* IO::Compress::ZipPaul Marquess2006-03-311-2/+45
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com> p4raw-id: //depot/perl@27640
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-3/+3
| | | | | | | | underlying hash. (It used to, if the underlying hash had had storage allocated). This has the side effect of changing the return value from hv_store and hv_store_ent for some tied hash scenarios. But *to* something consistent (ly crazy) p4raw-id: //depot/perl@27636
* Devel::DProf constingAndy Lester2006-03-291-40/+41
| | | | | Message-ID: <20060326053213.GA10401@petdance.com> p4raw-id: //depot/perl@27627
* Improved description of the tmon.out format.Gisle Aas2006-03-281-8/+33
| | | | | The / lines where undocumented. p4raw-id: //depot/perl@27620
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-1/+1
| | | | | | | the near identical code in pp_entertry into Perl_create_eval_scope. Move the cut & paste code from Perl_call_sv/Perl_fold_constants into Perl_delete_eval_scope. p4raw-id: //depot/perl@27617
* Update to IO-1.23Graham Barr2006-03-2615-100/+100
| | | p4raw-id: //depot/perl@27609
* ext/Compress/IO/Zlib/t/050interop-gzip.tPaul Marquess2006-03-251-34/+63
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com> p4raw-id: //depot/perl@27601
* (2nd revised) 1st patch to sync blead 'threads' with CPANJerry D. Hedden2006-03-2415-192/+477
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net> p4raw-id: //depot/perl@27594
* Increase the length of content compressed as a kludge to get Steve Peters2006-03-221-1/+5
| | | | | around incompatibilities in OpenBSD's gzip. p4raw-id: //depot/perl@27565
* Test croak(NULL)Gisle Aas2006-03-212-5/+15
| | | p4raw-id: //depot/perl@27560
* Move DynaLoader.o into libperl.so.Gisle Aas2006-03-202-0/+8
| | | | | | | | | | This avoids the need to statically link DynaLoader into the stub perl executable and make libperl.so provide all the code needed to get a functional embedded perl interpreter up running. As a side effect this also moves DynaLoader into libperl.a for non-useshrplib builds. Fixes [perl #32539] p4raw-id: //depot/perl@27549
* Data::Dumper constingAndy Lester2006-03-191-34/+36
| | | | | Message-ID: <20060319072204.GB5596@petdance.com> p4raw-id: //depot/perl@27540
* threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression Jan Dubois2006-03-172-1/+2
| | | | | | | Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> Also includes a version bump to ext/threads/threads.pm. p4raw-id: //depot/perl@27529
* Avoid hardcoded $(OBJ_EXT)Gisle Aas2006-03-161-1/+1
| | | p4raw-id: //depot/perl@27522
* Change 27520 was a bit too aggressive. Let's keep the warning.Gisle Aas2006-03-161-0/+3
| | | p4raw-id: //depot/perl@27521
* Remove unused code. No extension use Makefile.SH any more.Gisle Aas2006-03-161-8/+0
| | | p4raw-id: //depot/perl@27520
* Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10Paul Marquess2006-03-1639-212/+250
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com> p4raw-id: //depot/perl@27516
* Make the threads tests silent with regard to the new :unique deprecation warningRafael Garcia-Suarez2006-03-161-0/+1
| | | p4raw-id: //depot/perl@27514
* Forgot the ending \. Why did it still compile ?Rafael Garcia-Suarez2006-03-131-1/+1
| | | p4raw-id: //depot/perl@27487
* Automatically SPAGAIN in the poor-man's-multicall APIRobin Houston2006-03-131-0/+1
| | | | | Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@27486
* Removed unnecessary NULL check in Digest::SHAAndy Lester2006-03-121-4/+2
| | | | | Message-ID: <20060307181235.GA25688@petdance.com> p4raw-id: //depot/perl@27482
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1
| | | | | p4raw-link: @27440 on //depot/perl: 516d25e8e8c09c6c60bf2f46703fc4d5add0f5fb p4raw-id: //depot/perl@27441
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-092-0/+7
| | | | | dumping core. p4raw-id: //depot/perl@27440
* Unroll 27425 - keeping Larry's order in op.c means that exactly theNicholas Clark2006-03-091-6/+6
| | | | | same sequence of pad usage is generated with and without MAD. p4raw-id: //depot/perl@27433
* The last MAD change to op.c changes the pad offsets of the test thatNicholas Clark2006-03-081-6/+6
| | | | | ext/B/t/f_map.t is using. p4raw-id: //depot/perl@27425
* Re: [perl #38684] O::Deparse not working as expected Stephen McCamant2006-03-082-7/+9
| | | | | Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU> p4raw-id: //depot/perl@27415
* Upgrade to PathTools-3.17Steve Peters2006-03-072-2/+9
| | | p4raw-id: //depot/perl@27398
* Add and remove files forgotten in change #27384Rafael Garcia-Suarez2006-03-06110-33025/+1632
| | | | | p4raw-link: @27384 on //depot/perl: 25f0751fb55a0f87a7e18ae8960f9acf2407ae32 p4raw-id: //depot/perl@27387
* Compress::ZlibPaul Marquess2006-03-06143-993/+37694
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com> p4raw-id: //depot/perl@27384
* Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7Jarkko Hietaniemi2006-03-031-1/+16
| | | | | Message-ID: <44075996.1000002@gmail.com> p4raw-id: //depot/perl@27365
* Re: Patch lint for grep { /.../ } and grep /.../,Joshua ben Jore2006-03-012-3/+12
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com> p4raw-id: //depot/perl@27353