summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Gisle is correct - $host needs to stay in case the user sets itNicholas Clark2006-01-101-3/+25
| | | | | themselves. But if the user doesn't, default to INADDR_LOOPBACK. p4raw-id: //depot/perl@26772
* 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)H.Merijn Brand2006-01-101-6/+15
| | | | | | broken optimizer 2. Remove a compiler warning in a try program p4raw-id: //depot/perl@26770
* Why should Syslog jump through hoops to look up the hostname so it canNicholas Clark2006-01-101-22/+4
| | | | | | immediately convert it to an IP address, when all it really wants is a connection to the loopback device? p4raw-id: //depot/perl@26769
* If getservbyname fails tell what service the lookupGisle Aas2006-01-101-2/+2
| | | | | attempt tried to use. p4raw-id: //depot/perl@26768
* Missing an initialisation, as spotted by Merijn's HP compiler.Nicholas Clark2006-01-101-0/+1
| | | p4raw-id: //depot/perl@26767
* Remove Syslog tests that use external modulesRafael Garcia-Suarez2006-01-106-86/+0
| | | p4raw-id: //depot/perl@26766
* Move initialization of old values prior to moreswitches()Gisle Aas2006-01-101-4/+4
| | | | | closer to their use and together with 'switches_done'. p4raw-id: //depot/perl@26765
* It's the Barbie bus patchAndy Lester2006-01-1021-298/+260
| | | | | Message-ID: <20060110054243.GA26165@petdance.com> p4raw-id: //depot/perl@26764
* Remove stale date.Gisle Aas2006-01-101-2/+0
| | | p4raw-id: //depot/perl@26762
* Compress::Zlib becomes zlib agnosticPaul Marquess2006-01-10115-9002/+12829
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com> p4raw-id: //depot/perl@26761
* Avoid possible dereference of NULL in the initialization of PL_origalen.Gisle Aas2006-01-102-23/+25
| | | | | | This can only happen when perlparse is called with no argv. Don't try to update PL_origargv unless PL_origalen is at least 2. p4raw-id: //depot/perl@26760
* Make FAKE,READONLY optional on VMS in test 21Craig A. Berry2006-01-101-1/+1
| | | p4raw-id: //depot/perl@26759
* Add Digest::SHA to the Win32 makefilesRafael Garcia-Suarez2006-01-092-1/+7
| | | p4raw-id: //depot/perl@26758
* Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)Yitzchak Scott-Thoennes2006-01-091-0/+3
| | | | | Message-ID: <20060109143825.GB4132@efn.org> p4raw-id: //depot/perl@26757
* [patch] more about embed.fnc in perlgutsJim Cromie2006-01-092-13/+21
| | | | | | | Message-ID: <43C15B82.9090309@gmail.com> (with a few nits) p4raw-id: //depot/perl@26756
* Added standard core header to test cases for Digest::SHASteve Peters2006-01-0924-0/+162
| | | p4raw-id: //depot/perl@26755
* POSIX and Fcntl both export the same constants derived from the sameNicholas Clark2006-01-092-8/+10
| | | | | | | C macros. Given that constants are now real inline and *defined*, rather than merely declared and AUTOLOADed as needed, it is best that POSIX quite litereally re-exports the constants defined by Fcntl. p4raw-id: //depot/perl@26754
* Restore hardcoded PERL_PATCHNUM removed in change 26672.Gisle Aas2006-01-091-0/+4
| | | | | | This is actually needed for the current Configure logic to pick up the real patchnum from the .patch file. p4raw-id: //depot/perl@26753
* Upgrade to Sys::Syslog 0.12Rafael Garcia-Suarez2006-01-095-40/+46
| | | p4raw-id: //depot/perl@26752
* RE: Failing tests on VMS blead@26652Paul Marquess2006-01-0918-154/+75
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com> p4raw-id: //depot/perl@26751
* Revert change 26749Rafael Garcia-Suarez2006-01-091-5/+5
| | | p4raw-id: //depot/perl@26750
* identifiers always in main (was: defining a _ function breaks File::Find)Xavier Noria2006-01-091-5/+5
| | | | | | | Message-Id: <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com> clarify which variables are always forced into main:: p4raw-id: //depot/perl@26749
* Cope with change entries that are \r terminatedNicholas Clark2006-01-081-0/+1
| | | p4raw-id: //depot/perl@26747
* follow-up to 26740, shasum --> shasum.comCraig A. Berry2006-01-081-1/+1
| | | p4raw-id: //depot/perl@26745
* Grr. #26690 broke handling of old ODS-2 style namesCraig A. Berry2006-01-081-2/+2
| | | | | on current versions of VMS p4raw-id: //depot/perl@26744
* VMS needs the meta-quoted version of $0Craig A. Berry2006-01-081-1/+1
| | | p4raw-id: //depot/perl@26743
* Install shasum on Windows and VMS tooRafael Garcia-Suarez2006-01-083-3/+8
| | | p4raw-id: //depot/perl@26740
* Re: [perl #38181] Default IO Layer is ignored in 3-argument open call SADAHIRO Tomoyuki2006-01-082-7/+6
| | | | | Message-Id: <20060109012103.F20A.BQW10602@nifty.com> p4raw-id: //depot/perl@26739
* Update copyright with the 2 years where changes were made.Nicholas Clark2006-01-081-1/+1
| | | p4raw-id: //depot/perl@26737
* Update the copyright years in the generated files, and nostdio.hNicholas Clark2006-01-085-7/+9
| | | p4raw-id: //depot/perl@26736
* document svt_copy, svt_dup and svt_local vtable slotsDave Mitchell2006-01-081-1/+18
| | | p4raw-id: //depot/perl@26735
* Add shasum (from Digest::SHA) to utils.lstRafael Garcia-Suarez2006-01-081-0/+1
| | | p4raw-id: //depot/perl@26733
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-0814-14/+15
| | | | | did not update) p4raw-id: //depot/perl@26732
* run pod/buildtoc --build-allNicholas Clark2006-01-085-73/+223
| | | p4raw-id: //depot/perl@26726
* With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needsNicholas Clark2006-01-081-9/+9
| | | | | tweaking p4raw-id: //depot/perl@26725
* Add an option 'opened' which reports on the maintainers of all filesNicholas Clark2006-01-081-1/+12
| | | | | perforce currently has open. p4raw-id: //depot/perl@26713
* pod2usage2.t is not readily portable to VMS eitherCraig A. Berry2006-01-081-2/+2
| | | p4raw-id: //depot/perl@26710
* Tweak the code that generates unique entries in @POSIX::EXPORT so thatNicholas Clark2006-01-081-4/+5
| | | | | the array ends up with shared hash key scalars, for a memory saving. p4raw-id: //depot/perl@26709
* blead: format warningsJarkko Hietaniemi2006-01-083-11/+20
| | | | | Message-ID: <43C01990.6020207@gmail.com> p4raw-id: //depot/perl@26708
* hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)Jarkko Hietaniemi2006-01-081-2/+11
| | | | | Message-ID: <43C0DD9A.9080809@gmail.com> p4raw-id: //depot/perl@26707
* Add utils/shasum.PL to MANIFESTNicholas Clark2006-01-081-0/+1
| | | p4raw-id: //depot/perl@26706
* Add missing files in ext/Digest/SHA/src that somehow escaped the net.Nicholas Clark2006-01-088-0/+1329
| | | p4raw-id: //depot/perl@26705
* Add Digest-SHA-5.32 for SHA-256 support for CPAN.Steve Peters2006-01-0848-3/+3267
| | | p4raw-id: //depot/perl@26704
* Make v?snprintf available on VMS v7.3-2 and later and clean upCraig A. Berry2006-01-071-24/+22
| | | | | some other version-dependency checks. p4raw-id: //depot/perl@26703
* Remove the greedy quantifier from inside the grouping (?:) so that itNicholas Clark2006-01-071-1/+1
| | | | | | and the greedy quantifier on the (?:) don't fight each other until the C stack is exhausted. p4raw-id: //depot/perl@26702
* Reorder Fcntl's bootstrapping so that the constants actually getNicholas Clark2006-01-071-13/+19
| | | | | inlined within the functions that Fcntl defines. p4raw-id: //depot/perl@26701
* [perl #37946] preserve the referent associated with a shared RV.Dave Mitchell2006-01-071-23/+49
| | | | | | its faster, and the user doesn't see a different address each time for ref($sharedref). p4raw-id: //depot/perl@26695
* Additional const prototype fixes.Steve Peters2006-01-072-3/+3
| | | p4raw-id: //depot/perl@26694
* fix coredump on 'local $shared[N]' introduced by change #24942Dave Mitchell2006-01-071-15/+3
| | | | | p4raw-link: @24942 on //depot/perl: 0cbee0a449cc4e11ef8db851c20b026c8f9ff45e p4raw-id: //depot/perl@26693
* Don't code the absolute number of tests for the UTF8/EBCDIC case; muchNicholas Clark2006-01-061-1/+1
| | | | | better to subtract the number of tests that don't get run. p4raw-id: //depot/perl@26691