summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Doc patches to clarify the stringification rules of {} and =>Rafael Garcia-Suarez2005-03-132-5/+10
| | | | | by Jarkko (bug #34419) p4raw-id: //depot/perl@24033
* gcc warning patch by Andy LesterRafael Garcia-Suarez2005-03-131-1/+3
| | | p4raw-id: //depot/perl@24032
* Re: Encoding neutral unpackTon Hospel2005-03-121-1/+13
| | | | | | | Message-ID: <d0vdt5$81a$1@post.home.lunix> A new test. p4raw-id: //depot/perl@24031
* Indentation patch by Ton Hospel for pp_packRafael Garcia-Suarez2005-03-121-330/+330
| | | p4raw-id: //depot/perl@24030
* Change my email, put real name of PixelRafael Garcia-Suarez2005-03-121-2/+2
| | | p4raw-id: //depot/perl@24029
* Upgrade to DB_File 1.811, by Paul MarquessRafael Garcia-Suarez2005-03-125-20/+33
| | | p4raw-id: //depot/perl@24028
* Add standard core test headers to the Class::ISA new testsRafael Garcia-Suarez2005-03-112-0/+8
| | | p4raw-id: //depot/perl@24027
* Upgrade to Class::ISA 0.33Rafael Garcia-Suarez2005-03-116-43/+138
| | | p4raw-id: //depot/perl@24026
* Update ChangesRafael Garcia-Suarez2005-03-111-404/+8511
| | | p4raw-id: //depot/perl@24025
* FAQ syncRafael Garcia-Suarez2005-03-1110-255/+432
| | | p4raw-id: //depot/perl@24024
* pad_push numero three-oAndy Lester2005-03-117-31/+31
| | | | | Message-ID: <20050310211728.GC32386@petdance.com> p4raw-id: //depot/perl@24023
* Make the return value of close() depend not only on the success of theRafael Garcia-Suarez2005-03-101-3/+6
| | | | | | close itself, but also on whether the output stream had a previous error. From Jim Meyering <jim@meyering.net>, via Debian. p4raw-id: //depot/perl@24022
* 8 is not an octal digit. (from Debian)Rafael Garcia-Suarez2005-03-101-1/+1
| | | p4raw-id: //depot/perl@24021
* 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