summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate Changes; remove ^M chars in ChangesRafael Garcia-Suarez2006-01-271-9/+1553
| | | p4raw-id: //depot/perl@26967
* Remove patch numberRafael Garcia-Suarez2006-01-271-4/+0
| | | p4raw-id: //depot/perl@26966
* Mention ptardiff in perldelta.Rafael Garcia-Suarez2006-01-271-0/+6
| | | p4raw-id: //depot/perl@26965
* Don't install ptardiff in the module treeRafael Garcia-Suarez2006-01-271-2/+2
| | | p4raw-id: //depot/perl@26964
* Install the ptardiff utility that comes with Archive::TarRafael Garcia-Suarez2006-01-276-6/+15
| | | p4raw-id: //depot/perl@26963
* Install nit : README.e2x should be installed, the other READMEs shouldn'tRafael Garcia-Suarez2006-01-271-1/+1
| | | p4raw-id: //depot/perl@26962
* Regenerate PODsRafael Garcia-Suarez2006-01-272-282/+210
| | | p4raw-id: //depot/perl@26961
* Some spelling fixes by David Landgren.Rafael Garcia-Suarez2006-01-271-7/+5
| | | | | Mention perltodo. p4raw-id: //depot/perl@26960
* Revert change 24461, now that change 26757 allows TESTRafael Garcia-Suarez2006-01-271-1/+1
| | | | | to accept extra output from module tests p4raw-id: //depot/perl@26959
* quiet gcc Info message in cygwinYitzchak Scott-Thoennes2006-01-271-0/+3
| | | | | Message-ID: <20060126031608.GA2588@efn.org> p4raw-id: //depot/perl@26958
* Remove note about #elif, see :Steve Hay2006-01-271-32/+0
| | | | | | Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()' Message-ID: <43D9FF4E.6010501@uk.radan.com> p4raw-id: //depot/perl@26957
* A description of the new constants.Nicholas Clark2006-01-271-1/+12
| | | p4raw-id: //depot/perl@26955
* Simplify nested '#ifdef' by replacing it with '#elif defined()'Gisle Aas2006-01-271-10/+4
| | | p4raw-id: //depot/perl@26954
* Safer implementation of RTRIM().Gisle Aas2006-01-271-3/+3
| | | | | Don't rely on SvCUR to be sane unless SvPOK. p4raw-id: //depot/perl@26953
* Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can ↵Philippe M. Chiasson2006-01-261-4/+6
| | | | | | | | | cause segfaults From: "Philippe M. Chiasson" <gozer@ActiveState.com> Message-ID: <43D941AF.1060503@ActiveState.com> Date: Thu, 26 Jan 2006 13:39:59 -0800 p4raw-id: //depot/perl@26952
* Fix a few nits in perl593deltaSteve Peters2006-01-261-5/+5
| | | p4raw-id: //depot/perl@26951
* miniperl isn't enough anymore to run pod2man.Rafael Garcia-Suarez2006-01-261-2/+2
| | | p4raw-id: //depot/perl@26950
* 2 spelling corrections, and rephrase the entry on perlivp (betterNicholas Clark2006-01-261-4/+4
| | | | | grammer, more succinct) p4raw-id: //depot/perl@26949
* More work on perldeltaRafael Garcia-Suarez2006-01-261-24/+147
| | | p4raw-id: //depot/perl@26948
* Make dump and -u croak on Win32 and Cygwin to avoid confusionYves Orton2006-01-263-1/+7
| | | | | | | | such as was seen here: Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way." Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com> p4raw-id: //depot/perl@26947
* SvREADONLY_off inside the magic routines is also dangerous on sharedNicholas Clark2006-01-261-3/+2
| | | | | | hash key scalars, so decompose them to normal scalars if they ever get here. p4raw-id: //depot/perl@26946
* assertions.pm is dual-livedRafael Garcia-Suarez2006-01-261-0/+8
| | | p4raw-id: //depot/perl@26945
* aelemfast optimization opclass problem (c.f. [perl #38279])Stephen McCamant2006-01-253-2/+86
| | | | | Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU> p4raw-id: //depot/perl@26943
* Simplify &IO::Handle::sayGisle Aas2006-01-241-10/+4
| | | | | Message-ID: <lrzmll7pav.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26941
* Fix a regression on suidperl : the error message "No #! line" wasRafael Garcia-Suarez2006-01-241-3/+5
| | | | | | produced in erroneous cases, because we used to read values in a string buffer that pointed to nothing. p4raw-id: //depot/perl@26940
* Remove d_nanosleep from win32 configsSteve Hay2006-01-244-4/+0
| | | | | Change 19899 removed them before, but they have accidentally crept back. p4raw-id: //depot/perl@26936
* SPRINTF_RETURNS_STRLEN isn't really a compile-time option Steve Hay2006-01-242-3/+2
| | | | | | | | | | | | From: Gisle Aas <gisle@ActiveState.com> Date: 23 Jan 2006 02:12:04 -0800 Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com> Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option From: "Jan Dubois" <jand@ActiveState.com> Date: Mon, 23 Jan 2006 11:30:51 -0800 Message-ID: <008001c62053$86adf680$2217a8c0@candy> p4raw-id: //depot/perl@26935
* More work on perldeltaRafael Garcia-Suarez2006-01-231-2/+54
| | | p4raw-id: //depot/perl@26933
* constant_add_symbol needs to be static, else static builds can fail atNicholas Clark2006-01-231-1/+2
| | | | | link time. (*How* many meanings is "static" overloaded with?) p4raw-id: //depot/perl@26932
* Tru64: -Uusedl: lib/ExtUtils/t/Embed.tJarkko Hietaniemi2006-01-231-0/+6
| | | | | Message-ID: <43D521AA.7030008@gmail.com> p4raw-id: //depot/perl@26930
* Upgrade to Pod-Simple-3.04Steve Peters2006-01-233-12/+34
| | | p4raw-id: //depot/perl@26929
* Now that change #26410 is reverted, mark as TODO the tests addedRafael Garcia-Suarez2006-01-231-7/+3
| | | | | | | by change #26925. p4raw-link: @26925 on //depot/perl: 86f12da24a95dda38e6d599b881a5cca226226e4 p4raw-link: @26410 on //depot/perl: e26a497577f3ce7b9a4d9e1e62062839554dfd8f p4raw-id: //depot/perl@26928
* Missing chunk in change #26926Rafael Garcia-Suarez2006-01-231-2/+1
| | | | | p4raw-link: @26926 on //depot/perl: 6fbb66d654f8539b40e6cdc4ce45f9e073f37d64 p4raw-id: //depot/perl@26927
* Revert change 26410, marking the test that was added there as TODO.Nicholas Clark2006-01-231-11/+5
| | | | | | | See the thread : Subject: LVALUE m//g (was Re: au revoir ...) Message-ID: <20060118203058.GQ616@plum.flirble.org> p4raw-id: //depot/perl@26926
* Change the regression test added by 26410 to use test.pl; this makesNicholas Clark2006-01-232-3/+37
| | | | | | | | it easier to TODO if needed. Add the TODO test provided by Rick Delaney, but not as TODO, because change 26410 also made pos on LVALUE subroutines work for the first time. p4raw-id: //depot/perl@26925
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-237-11/+11
| | | | | things done by Swig, as noticed by Audrey. p4raw-id: //depot/perl@26924
* Upgrade to CPAN-1.83_58Steve Peters2006-01-237-160/+329
| | | p4raw-id: //depot/perl@26923
* Avoid warning with MS Visual C compiler.Gisle Aas2006-01-231-2/+2
| | | | | Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied p4raw-id: //depot/perl@26922
* Avoid most getprotobyname/number calls in IO::Socket::INETGisle Aas2006-01-231-11/+44
| | | | | Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26921
* Make Manifest.t do what is says it's doing.Craig A. Berry2006-01-211-2/+10
| | | p4raw-id: //depot/perl@26919
* Remove wrong cast to (void *), which fixes a gcc warning, and useMarcus Holland-Moritz2006-01-212-3/+2
| | | | | the return value of upg_version() at least once in the core. p4raw-id: //depot/perl@26918
* Note 5.8.8-RC1Nicholas Clark2006-01-201-0/+1
| | | p4raw-id: //depot/perl@26915
* Upgrade to Devel::PPPort 3.08Marcus Holland-Moritz2006-01-197-11/+23
| | | p4raw-id: //depot/perl@26914
* find_perl() must be after environment initializationCraig A. Berry2006-01-191-1/+1
| | | p4raw-id: //depot/perl@26913
* Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.tSteve Peters2006-01-191-1/+4
| | | | | to fail on VMS. p4raw-id: //depot/perl@26912
* Fix another concatenated filepath in a test for Digest::SHA.Steve Peters2006-01-191-1/+2
| | | p4raw-id: //depot/perl@26911
* Integrate 26847 from maint.Nicholas Clark2006-01-182-2/+2
| | | | | | | | | | [Whoops, that was never the plan. Didn't realise which directory I was in] p4raw-id: //depot/perl@26910 p4raw-integrated: from //depot/maint-5.8/perl@26904 'merge in' Porting/Maintainers.pl (@26588..) p4raw-integrated: from //depot/maint-5.8/perl@26847 'merge in' AUTHORS (@26590..)
* Change 26410 caused a regression, with the RVALUE return value ofNicholas Clark2006-01-181-2/+13
| | | | | method calls now failing if bound to a global match. Add a TODO test. p4raw-id: //depot/perl@26904
* Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.Gisle Aas2006-01-181-0/+3
| | | | | These were introduced in change 26897. p4raw-id: //depot/perl@26903
* Use the IPPROTO_TCP constant instead of 6.Gisle Aas2006-01-181-3/+3
| | | p4raw-id: //depot/perl@26902