summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a2p manpage (from Debian)Rafael Garcia-Suarez2005-03-101-2/+2
| | | p4raw-id: //depot/perl@24020
* Remove a spurious undefined warning when using getopts.pl with -w.Rafael Garcia-Suarez2005-03-101-1/+1
| | | | | (from Debian) p4raw-id: //depot/perl@24019
* Doc patch for Devel::DProf (from Debian)Rafael Garcia-Suarez2005-03-101-2/+2
| | | p4raw-id: //depot/perl@24018
* Add support for Debian GNU/k*BSDRafael Garcia-Suarez2005-03-102-0/+16
| | | p4raw-id: //depot/perl@24017
* Patch for Debian bug #258618, compilation under Debian/HurdRafael Garcia-Suarez2005-03-101-0/+3
| | | p4raw-id: //depot/perl@24016
* Minor AUTHORS patchMike Giroux2005-03-101-1/+1
| | | | | | From: "Mike Giroux" <rmgiroux@hotmail.com> Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl> p4raw-id: //depot/perl@24015
* More Win32 dmake fixesSteve Hay2005-03-101-12/+12
| | | | | | | | | Use $B macro as per change 23991 in more places, and fix some syntax errors in the subst's (missing trailing ",") Tested with GCC and MSVC. I don't have BCC available, so those parts are untested. p4raw-id: //depot/perl@24014
* Upgrade to CGI.pm 3.06Rafael Garcia-Suarez2005-03-106-452/+665
| | | p4raw-id: //depot/perl@24013
* Further pack optimisations by Ton HospelRafael Garcia-Suarez2005-03-091-10/+13
| | | p4raw-id: //depot/perl@24012
* Fix memory corruption when growing pack utf8 bufferRafael Garcia-Suarez2005-03-091-5/+5
| | | p4raw-id: //depot/perl@24011
* Encoding neutral unpackTon Hospel2005-03-0813-695/+1399
| | | | | Message-Id: <d0fi6i$k06$1@post.home.lunix> p4raw-id: //depot/perl@24010
* Minor AUTHORS patchAndy Lester2005-03-081-2/+2
| | | | | Message-ID: <20050308154445.GB3213@petdance.com> p4raw-id: //depot/perl@24009
* Some updates to current statusH.Merijn Brand2005-03-081-9/+17
| | | p4raw-id: //depot/perl@24008
* Include regcomp.h in Win32 makefilesYves Orton2005-03-072-0/+2
| | | | | | Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32 Message-ID: <9b18b311050306001624012bd@mail.gmail.com> p4raw-id: //depot/perl@24007
* A better fix than change 24005 was ;)Steve Hay2005-03-042-3/+2
| | | | | | | | | Actually, "@echo." still emits a blank line. Use "@rem" instead as the no-op. This was being used in the Win95 case, but works fine on WinNT too, and is actually what ExtUtils-MakeMaker uses. Also change the nmake Makefile. p4raw-id: //depot/perl@24006
* Suppress "ECHO is on." messages when using dmake on Win32Steve Hay2005-03-041-1/+1
| | | | | | (The shell's "echo" command displays the current echo setting when called with no arguments. Use "echo." to display nothing.) p4raw-id: //depot/perl@24005
* Stop mktables from needlessly re-running when using dmake on Win32Steve Hay2005-03-041-6/+1
| | | p4raw-id: //depot/perl@24004
* Update -v copyright noticeRafael Garcia-Suarez2005-03-041-1/+1
| | | p4raw-id: //depot/perl@24003
* Add a regression test for bug #32193, and make theRafael Garcia-Suarez2005-03-032-3/+12
| | | | | fix a bit more robust p4raw-id: //depot/perl@24002
* [perl #32193] Tie::RefHash DELETE does not return value for ref keys Yuval Kojman2005-03-031-3/+3
| | | | | | From: Yuval Kojman (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org> p4raw-id: //depot/perl@24001
* do "filename" is not really used with perl subroutine librairiesRafael Garcia-Suarez2005-03-031-3/+2
| | | | | anymore. p4raw-id: //depot/perl@24000
* Fix for bug [ID 20020227.005] format bug with undefined _TOPH.Merijn Brand2005-02-271-1/+1
| | | | | | | | http://rt.perl.org/rt3/Ticket/Display.html?id=8698 If there was no TOP format the lines left on page was set to fixed number, now set to the current page length of the IO channel used. More debugging for yet another bug needed. p4raw-id: //depot/perl@23999
* ithreads: cond_signal() on a non-shared object coredumpedDave Mitchell2005-02-261-2/+2
| | | p4raw-id: //depot/perl@23998
* SvUTF8 can be present on scalars other than PVsNicholas Clark2005-02-261-1/+2
| | | | | (specifically references with overloaded stringification) p4raw-id: //depot/perl@23997
* 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
* Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.Yves Orton2005-02-241-4/+69
| | | | | Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com> p4raw-id: //depot/perl@23995
* dprofpp helpAndy Lester2005-02-241-34/+58
| | | | | Message-ID: <20050224061042.GA20259@petdance.com> p4raw-id: //depot/perl@23994
* (patch blead) Extend t/harness to allow filtering of the file list by regex.Yves Orton2005-02-231-0/+12
| | | | | Message-ID: <9b18b3110502190210105decf4@mail.gmail.com> p4raw-id: //depot/perl@23993
* Patch Win32 makefiles for blead to allow parameters to be passed to harness:Yves Orton2005-02-232-6/+6
| | | | | Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com> p4raw-id: //depot/perl@23992
* Fix Win32's dmake makefile.mk for new dmakes built with Visual C++Steve Hay2005-02-231-7/+18
| | | p4raw-id: //depot/perl@23991
* Porting/manicheck is not happy when I use spaces instead of tabs.Rafael Garcia-Suarez2005-02-221-26/+26
| | | p4raw-id: //depot/perl@23990
* IPC::Run test failures with utf8Nicholas Clark2005-02-211-0/+5
| | | | | Message-ID: <20050219002757.GO13998@plum.flirble.org> p4raw-id: //depot/perl@23989
* signed/unsigned help for pp_pack.cCraig A. Berry2005-02-211-9/+9
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42160CFC.3080304@mac.com> p4raw-id: //depot/perl@23988
* (blead patch) Skip a torture test under blead, and skip certain torture ↵Yves Orton2005-02-211-2/+3
| | | | | | | tests under Win32. Message-ID: <9b18b3110502190204641e103c@mail.gmail.com p4raw-id: //depot/perl@23987
* Patch for Perlbug #4253Nikolai Eipel2005-02-182-2/+13
| | | | | | | | Message-Id: <200501291652.53841.eipel@web.de> (-T and -B invalidate _ filehandle when no read permission on file) plus a regression test p4raw-id: //depot/perl@23986
* Install and build corelist on VMS, tooRafael Garcia-Suarez2005-02-181-1/+4
| | | p4raw-id: //depot/perl@23985
* Add corelist to the win32 makefilesRafael Garcia-Suarez2005-02-182-2/+4
| | | | | (noticed by demerphq) p4raw-id: //depot/perl@23984
* [perl #32968] [PATCH] Re: B::walkoptree segfaults Stephen McCamant2005-02-182-3/+3
| | | | | Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU> p4raw-id: //depot/perl@23983
* Re: Integration of PathTools 3.04Yves Orton2005-02-181-2/+4
| | | | | Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com> p4raw-id: //depot/perl@23982
* 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
* Integrate encoding::warnings from Autrijus Tang.Rafael Garcia-Suarez2005-02-185-0/+309
| | | p4raw-id: //depot/perl@23980
* find2perl, new optionsSlaven Rezic2005-02-181-2/+16
| | | | | Message-Id: <1108675813.24421@devpc01.iconmobile.de> p4raw-id: //depot/perl@23979
* Missing dependencies in x2p makefile, by Slaven Rezic.Rafael Garcia-Suarez2005-02-181-0/+4
| | | p4raw-id: //depot/perl@23978
* Upgrade to PathTools 3.04Rafael Garcia-Suarez2005-02-1720-62/+5368
| | | | | (plus tweaks to Cwd and cwd.t to run when building perl) p4raw-id: //depot/perl@23977
* Upgrade to Pod::LaTeX 0.58Rafael Garcia-Suarez2005-02-172-11/+21
| | | p4raw-id: //depot/perl@23976
* 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
* Jan Dubois has taken over maintenance of Win32 stuff from SarathySteve Hay2005-02-152-4/+9
| | | p4raw-id: //depot/perl@23972
* Fix documentation bug in using Socket's import tags :David Dyck2005-02-151-4/+4
| | | | | | | Subject: [perl #34141] example in perlbug -f getsockopt incomplete From: David Dyck (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org> p4raw-id: //depot/perl@23971