summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to DB_File 1.811, by Paul MarquessRafael Garcia-Suarez2005-03-125-20/+33
| | | p4raw-id: //depot/perl@24028
* Doc patch for Devel::DProf (from Debian)Rafael Garcia-Suarez2005-03-101-2/+2
| | | p4raw-id: //depot/perl@24018
* ithreads: cond_signal() on a non-shared object coredumpedDave Mitchell2005-02-261-2/+2
| | | p4raw-id: //depot/perl@23998
* Fix leaks in List::Util::reduce,firstDave Mitchell2005-02-262-3/+4
| | | | | | When the block is a closure, the cloned CV created on each call was never freed p4raw-id: //depot/perl@23996
* [perl #32968] [PATCH] Re: B::walkoptree segfaults Stephen McCamant2005-02-181-2/+2
| | | | | Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU> p4raw-id: //depot/perl@23983
* Re: Bug in Socket::IO::INET Version 1.27Gisle Aas2005-02-181-1/+1
| | | | | Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com> p4raw-id: //depot/perl@23981
* Upgrade to PathTools 3.04Rafael Garcia-Suarez2005-02-176-35/+5239
| | | | | (plus tweaks to Cwd and cwd.t to run when building perl) p4raw-id: //depot/perl@23977
* Upgrade to Time::HiRes 1.66Rafael Garcia-Suarez2005-02-174-43/+129
| | | p4raw-id: //depot/perl@23975
* [perl #31730] [PATCH] IO::File reads garbage from directory filehandles Steve Peters2005-02-171-2/+10
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org> p4raw-id: //depot/perl@23974
* Re: [PATCH] Re: perl winpid?Yitzchak Scott-Thoennes2005-02-161-1/+1
| | | | | Message-ID: <20050216044512.GA2516@efn.org> p4raw-id: //depot/perl@23973
* Remove 2 unused variables from APItest.xs.Marcus Holland-Moritz2005-02-021-4/+0
| | | p4raw-id: //depot/perl@23927
* Upgrade to Devel::PPPort 3.06.Marcus Holland-Moritz2005-02-028-86/+66
| | | p4raw-id: //depot/perl@23926
* Attempt to fix problems with new exception handling macros.Marcus Holland-Moritz2005-02-024-26/+38
| | | p4raw-id: //depot/perl@23925
* fix POSIX::strtod error handling documentationDave Mitchell2005-02-021-2/+2
| | | p4raw-id: //depot/perl@23921
* Picky compilers (e.g. vac on AIX 5.2) do not accept statementsH.Merijn Brand2005-02-021-1/+2
| | | | | between declarations p4raw-id: //depot/perl@23919
* Upgrade to Devel::PPPort 3.05.Marcus Holland-Moritz2005-01-3159-200/+538
| | | p4raw-id: //depot/perl@23912
* Add simple exception handling macros for XS writers.Marcus Holland-Moritz2005-01-313-2/+65
| | | p4raw-id: //depot/perl@23911
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-3110-0/+10
| | | | | | From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org> p4raw-id: //depot/perl@23909
* Calculate the number of tests in one place, so that the skip()s willNicholas Clark2005-01-282-4/+6
| | | | | always agree with the plan()s p4raw-id: //depot/perl@23894
* Re: [patch] decrufting OptreeCheck stuffJim Cromie2005-01-2710-485/+790
| | | | | | Message-ID: <41EB03C0.7030509@divsol.com> (with minor typos fixed) p4raw-id: //depot/perl@23891
* [perl #32503] Fix for Storable module Steven N. Hirsch2005-01-211-0/+1
| | | | | | From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org> p4raw-id: //depot/perl@23852
* Fix spurious warnings emitted by XSLoader via Data::DumperRafael Garcia-Suarez2005-01-211-2/+2
| | | p4raw-id: //depot/perl@23851
* [perl #32967] [PATCH] Re: More B bugs: svref_2object Stephen McCamant2005-01-211-1/+9
| | | | | Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU> p4raw-id: //depot/perl@23845
* doc SVt_PVLV <=> SVt_PVGV change version in B.pmYitzchak Scott-Thoennes2005-01-211-5/+5
| | | | | Message-ID: <20041220075754.GA800@efn.org> p4raw-id: //depot/perl@23841
* Make Data::Dumper work when dynamic extensions are not availableJos I. Boumans2005-01-191-24/+33
| | | | | | From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net> p4raw-id: //depot/perl@23820
* Fix dependencies in ext/B/Makefile.PLRafael Garcia-Suarez2005-01-191-1/+1
| | | | | (bug #8254, fix by Alan Burlison) p4raw-id: //depot/perl@23819
* Fix for building with MinGW under CygwinYitzchak Scott-Thoennes2005-01-171-1/+7
| | | | | | Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32) Message-ID: <20050114001136.GC2516@efn.org> p4raw-id: //depot/perl@23807
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-072-123/+77
| | | | | Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com> p4raw-id: //depot/perl@23768
* Correct a Greengrocer's apostrophe.Nicholas Clark2005-01-051-1/+1
| | | p4raw-id: //depot/perl@23756
* Upgrade to Devel::PPPort 3.04Marcus Holland-Moritz2004-12-299-15/+105
| | | p4raw-id: //depot/perl@23700
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-2922-74/+180
| | | | | Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU> p4raw-id: //depot/perl@23691
* Data::Dumper Freezer fixesSam Tregar2004-12-233-10/+115
| | | | | | | Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com> and bump Data::Dumper's VERSION p4raw-id: //depot/perl@23671
* Fix typoNicholas Clark2004-12-221-1/+1
| | | p4raw-id: //depot/perl@23670
* Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]Andy Dougherty2004-12-161-0/+4
| | | | | Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@23659
* Re: B::walkoptree segfaultsAlexey Tourbin2004-12-141-1/+1
| | | | | Message-ID: <20041203020649.GD3898@solemn.turbinal.org> p4raw-id: //depot/perl@23651
* Make Sys::Syslog stricture-compliantRafael Garcia-Suarez2004-12-141-24/+29
| | | p4raw-id: //depot/perl@23650
* Allow escaping %m as %%m in Sys::Syslog format stringsRafael Garcia-Suarez2004-12-141-3/+3
| | | | | | (suggested by Joshua Richardson <jric@yahoo-inc.com> and Yitzchak Scott-Thoennes) p4raw-id: //depot/perl@23649
* :encoding(utf8) broken in perl-5.8.6Gisle Aas2004-12-091-1/+12
| | | | | Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@23631
* Upgrade to Encode 2.09Rafael Garcia-Suarez2004-12-077-46/+70
| | | p4raw-id: //depot/perl@23624
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-012-5/+8
| | | | | | From: Ingo Weinhold (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org> p4raw-id: //depot/perl@23584
* Doc nit for B::LintAndy Lester2004-11-261-9/+10
| | | | | | Subject: [PATCH] B::Lint Message-ID: <20041126063048.GA10161@petdance.com> p4raw-id: //depot/perl@23546
* Re: [perl #32486] error in documentation for POSIX::pipeMichael G. Schwern2004-11-231-3/+3
| | | | | Message-ID: <20041119192856.GA4769@windhund.schwern.org> p4raw-id: //depot/perl@23527
* [perl #3422] [PATCH] CHECK routine called after syntax error Steve Peters2004-11-231-0/+2
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org> p4raw-id: //depot/perl@23526
* [perl #32486] error in documentation for POSIX::pipe Chris Lightfoot2004-11-191-2/+2
| | | | | | From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org> p4raw-id: //depot/perl@23518
* Remaining nit in the deparsing of reversed foreach loopsRafael Garcia-Suarez2004-11-182-2/+6
| | | p4raw-id: //depot/perl@23516
* Fix deparsing of reversed foreach loops,Rafael Garcia-Suarez2004-11-182-4/+11
| | | | | plus a bug in the previous commit p4raw-id: //depot/perl@23514
* Fix deparsing of reversed sort and descending sorts,Rafael Garcia-Suarez2004-11-182-10/+31
| | | | | due to the recent optimisations on this part of the optree. p4raw-id: //depot/perl@23513
* s/hierachy/hierarchy/Larry Shatzer Jr.2004-11-162-3/+3
| | | | | | From: "Larry Shatzer Jr." <larrysh@cpan.org> Message-ID: <20041115225913.GA22373@zippy.zyx.net> p4raw-id: //depot/perl@23500
* Adjust test count for non-windows machinesRafael Garcia-Suarez2004-11-091-1/+1
| | | p4raw-id: //depot/perl@23490
* fix IO::File to support binmodeJos I. Boumans2004-11-092-0/+71
| | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org> p4raw-id: //depot/perl@23489