summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Replace some sprintf()'s in Data::Dumper with my_snprintf()'sSteve Peters2006-07-241-6/+7
| | | p4raw-id: //depot/perl@28614
* The rest of the changes for Sys-Syslog-0.17 which my new patch noSteve Peters2006-07-234-19/+40
| | | | | longer automatically "p4 edits" for me. p4raw-id: //depot/perl@28611
* Upgrade to Sys-Syslog-0.17Steve Peters2006-07-231-61/+147
| | | p4raw-id: //depot/perl@28610
* Upgrade to Devel::PPPort 3.09_01Marcus Holland-Moritz2006-07-217-19/+40
| | | p4raw-id: //depot/perl@28605
* More tweaks to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-215-51/+48
| | | p4raw-id: //depot/perl@28604
* Upgrade to threads 1.37, by Jerry D. HeddenRafael Garcia-Suarez2006-07-206-253/+315
| | | p4raw-id: //depot/perl@28602
* [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]Jerry D. Hedden2006-07-182-9/+27
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net> p4raw-id: //depot/perl@28598
* MIME::Base64 quoted-print.t: z/OS (EBCDIC)Jarkko Hietaniemi2006-07-161-0/+165
| | | | | Message-ID: <44BA10C3.8040007@iki.fi> p4raw-id: //depot/perl@28590
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-1/+2
| | | | | Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com> p4raw-id: //depot/perl@28589
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-0/+1
| | | | | Message-Id: <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com> p4raw-id: //depot/perl@28582
* Make sysconf tests handle unimplemented success indicationsCraig A. Berry2006-07-141-3/+4
| | | | | for the benefit of Mac OS X and VMS. p4raw-id: //depot/perl@28574
* Silence a compiler warning on Win32/VC++Anno Siegel2006-07-141-14/+15
| | | | | | Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de> p4raw-id: //depot/perl@28573
* Skip tests for pathconf() and fpathconf() on HP-UX for Steve Peters2006-07-141-8/+16
| | | | | | _PC_CHOWN_RESTRICTED. The HP-UX manpage suggests not trying to do it, and that the errno will not be set on failure. p4raw-id: //depot/perl@28572
* Version bumps for z/OS fixes.Steve Peters2006-07-133-3/+3
| | | p4raw-id: //depot/perl@28569
* z/OS: CPAN-ized ext/ and lib/Jarkko Hietaniemi2006-07-138-24/+85
| | | | | Message-ID: <44B6A8B3.5070605@iki.fi> p4raw-id: //depot/perl@28568
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen ↵Jarkko Hietaniemi2006-07-131-1/+1
| | | | | | | McCamant's comment Message-ID: <44B67921.6090901@iki.fi> p4raw-id: //depot/perl@28567
* Cleanup and conversion to t/test.plRafael Garcia-Suarez2006-07-121-12/+8
| | | p4raw-id: //depot/perl@28559
* Fix change #28552: VC++ doesn't like code before declarationsSteve Hay2006-07-121-1/+2
| | | | | p4raw-link: @28552 on //depot/perl: 91dba0be91f1c35e9474de79c0592c0c8d8379dc p4raw-id: //depot/perl@28556
* Re: [PATCH] FieldHash coverity-compliantAnno Siegel2006-07-121-5/+14
| | | | | Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de> p4raw-id: //depot/perl@28552
* Upgrade to PathTools 3.19Rafael Garcia-Suarez2006-07-121-0/+18
| | | p4raw-id: //depot/perl@28551
* Adjust test count in threads testRafael Garcia-Suarez2006-07-111-1/+1
| | | p4raw-id: //depot/perl@28544
* threads 1.36 - Signalling terminated threads core dumpsJerry D. Hedden2006-07-116-13/+15
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net> p4raw-id: //depot/perl@28543
* FieldHash coverity-compliantAnno Siegel2006-07-114-50/+60
| | | | | Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de> p4raw-id: //depot/perl@28542
* sysconf.t: still failing in tru64, try harder to skipJarkko Hietaniemi2006-07-111-10/+32
| | | | | Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi> p4raw-id: //depot/perl@28540
* threads 1.35 - Borland compiler fixJerry D. Hedden2006-07-105-10/+13
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net> p4raw-id: //depot/perl@28529
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-2/+2
| | | | | | my_strlcat() API. Convert ext/File/Glob/bsd_glob.c to use my_strlcat(). Add to the strlcy()/strlcat() todo entry. p4raw-id: //depot/perl@28528
* Skip tests of a POSIX constant on Mac OS X because saved IDs are borkedDominic Dunlop2006-07-101-4/+8
| | | | | Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com> p4raw-id: //depot/perl@28520
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-095-24538/+0
| | | | | be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513
* Skip some POSIX tests when the thing they are testing is unimplementedYves Orton2006-07-082-9/+22
| | | | | Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com> p4raw-id: //depot/perl@28508
* Upgrade to Devel::PPPort 3.09Marcus Holland-Moritz2006-07-0811-88/+471
| | | p4raw-id: //depot/perl@28507
* POSIX test improvements on True64Jarkko Hietaniemi2006-07-083-15/+94
| | | | | | Subject: [PATCH] the new POSIX tests Message-ID: <44AF7019.3070509@iki.fi> p4raw-id: //depot/perl@28505
* Test scripts for I18N::Langinfo and POSIXSébastien Aperghis-Tramoni2006-07-073-15/+137
| | | | | | | | | | Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr> Only includes changes to: * ext/I18N/Langinfo/t/Langinfo.t * ext/POSIX/t/sysconf.t * ext/POSIX/t/termios.t p4raw-id: //depot/perl@28503
* threads 1.34 - state methodsJerry D. Hedden2006-07-077-12/+411
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net> p4raw-id: //depot/perl@28501
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-1/+1
| | | p4raw-id: //depot/perl@28489
* Adjust test count after introducing new constants in POSIXRafael Garcia-Suarez2006-07-051-1/+1
| | | p4raw-id: //depot/perl@28487
* Add constants needed for recvmsg()/sendmsg() support.Steve Peters2006-07-051-1/+2
| | | p4raw-id: //depot/perl@28486
* RE: [PATCH] threads 1.33Jerry D. Hedden2006-07-051-3/+9
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net> exiting from threads works differently on VMS p4raw-id: //depot/perl@28481
* more warning-silencing in FieldHashAnno Siegel2006-07-043-7/+10
| | | | | | Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de> Date: Tue, 4 Jul 2006 19:42:12 +0200 p4raw-id: //depot/perl@28478
* threads 1.33Jerry D. Hedden2006-07-0412-80/+459
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net> p4raw-id: //depot/perl@28475
* Upgrade to Devel::PPPort 3.08_07Marcus Holland-Moritz2006-07-0310-30/+80
| | | p4raw-id: //depot/perl@28474
* DProf.xs patchAndy Lester2006-07-031-3/+7
| | | | | Message-ID: <20060702171708.GA20392@petdance.com> p4raw-id: //depot/perl@28470
* Cleanup in Hash::Util::FieldHashAnno Siegel2006-06-293-8/+4
| | | | | Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de> p4raw-id: //depot/perl@28449
* Update for IO::Uncompress::BasePaul Marquess2006-06-283-22/+42
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com> p4raw-id: //depot/perl@28445
* Adjust test preamble for Hash::Util tests too.Rafael Garcia-Suarez2006-06-261-1/+1
| | | p4raw-id: //depot/perl@28433
* Adjust test preambles for Hash::Util::FieldHash tests to changeRafael Garcia-Suarez2006-06-268-16/+32
| | | | | the @INC path only when testing inside the core p4raw-id: //depot/perl@28432
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-263-9/+20
| | | | | Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de> p4raw-id: //depot/perl@28431
* Compilation fixes for VMS by John E. MalmbergRafael Garcia-Suarez2006-06-251-2/+2
| | | p4raw-id: //depot/perl@28426
* Upgrade to Devel::PPPort 3.08_06Marcus Holland-Moritz2006-06-2530-93/+312
| | | p4raw-id: //depot/perl@28424
* Re: [PATCH] Hash::Util::FieldHashYves Orton2006-06-251-1/+1
| | | | | Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com> p4raw-id: //depot/perl@28423
* Upgrade to Devel::PPPort 3.08_05Marcus Holland-Moritz2006-06-236-8069/+35
| | | p4raw-id: //depot/perl@28420