Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gisle is correct - $host needs to stay in case the user sets it | Nicholas Clark | 2006-01-10 | 1 | -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 Brand | 2006-01-10 | 1 | -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 can | Nicholas Clark | 2006-01-10 | 1 | -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 lookup | Gisle Aas | 2006-01-10 | 1 | -2/+2 |
| | | | | | attempt tried to use. p4raw-id: //depot/perl@26768 | ||||
* | Missing an initialisation, as spotted by Merijn's HP compiler. | Nicholas Clark | 2006-01-10 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26767 | ||||
* | Remove Syslog tests that use external modules | Rafael Garcia-Suarez | 2006-01-10 | 6 | -86/+0 |
| | | | p4raw-id: //depot/perl@26766 | ||||
* | Move initialization of old values prior to moreswitches() | Gisle Aas | 2006-01-10 | 1 | -4/+4 |
| | | | | | closer to their use and together with 'switches_done'. p4raw-id: //depot/perl@26765 | ||||
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 21 | -298/+260 |
| | | | | | Message-ID: <20060110054243.GA26165@petdance.com> p4raw-id: //depot/perl@26764 | ||||
* | Remove stale date. | Gisle Aas | 2006-01-10 | 1 | -2/+0 |
| | | | p4raw-id: //depot/perl@26762 | ||||
* | Compress::Zlib becomes zlib agnostic | Paul Marquess | 2006-01-10 | 115 | -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 Aas | 2006-01-10 | 2 | -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 21 | Craig A. Berry | 2006-01-10 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26759 | ||||
* | Add Digest::SHA to the Win32 makefiles | Rafael Garcia-Suarez | 2006-01-09 | 2 | -1/+7 |
| | | | p4raw-id: //depot/perl@26758 | ||||
* | Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches) | Yitzchak Scott-Thoennes | 2006-01-09 | 1 | -0/+3 |
| | | | | | Message-ID: <20060109143825.GB4132@efn.org> p4raw-id: //depot/perl@26757 | ||||
* | [patch] more about embed.fnc in perlguts | Jim Cromie | 2006-01-09 | 2 | -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::SHA | Steve Peters | 2006-01-09 | 24 | -0/+162 |
| | | | p4raw-id: //depot/perl@26755 | ||||
* | POSIX and Fcntl both export the same constants derived from the same | Nicholas Clark | 2006-01-09 | 2 | -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 Aas | 2006-01-09 | 1 | -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.12 | Rafael Garcia-Suarez | 2006-01-09 | 5 | -40/+46 |
| | | | p4raw-id: //depot/perl@26752 | ||||
* | RE: Failing tests on VMS blead@26652 | Paul Marquess | 2006-01-09 | 18 | -154/+75 |
| | | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com> p4raw-id: //depot/perl@26751 | ||||
* | Revert change 26749 | Rafael Garcia-Suarez | 2006-01-09 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@26750 | ||||
* | identifiers always in main (was: defining a _ function breaks File::Find) | Xavier Noria | 2006-01-09 | 1 | -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 terminated | Nicholas Clark | 2006-01-08 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26747 | ||||
* | follow-up to 26740, shasum --> shasum.com | Craig A. Berry | 2006-01-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26745 | ||||
* | Grr. #26690 broke handling of old ODS-2 style names | Craig A. Berry | 2006-01-08 | 1 | -2/+2 |
| | | | | | on current versions of VMS p4raw-id: //depot/perl@26744 | ||||
* | VMS needs the meta-quoted version of $0 | Craig A. Berry | 2006-01-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26743 | ||||
* | Install shasum on Windows and VMS too | Rafael Garcia-Suarez | 2006-01-08 | 3 | -3/+8 |
| | | | p4raw-id: //depot/perl@26740 | ||||
* | Re: [perl #38181] Default IO Layer is ignored in 3-argument open call | SADAHIRO Tomoyuki | 2006-01-08 | 2 | -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 Clark | 2006-01-08 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26737 | ||||
* | Update the copyright years in the generated files, and nostdio.h | Nicholas Clark | 2006-01-08 | 5 | -7/+9 |
| | | | p4raw-id: //depot/perl@26736 | ||||
* | document svt_copy, svt_dup and svt_local vtable slots | Dave Mitchell | 2006-01-08 | 1 | -1/+18 |
| | | | p4raw-id: //depot/perl@26735 | ||||
* | Add shasum (from Digest::SHA) to utils.lst | Rafael Garcia-Suarez | 2006-01-08 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26733 | ||||
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 14 | -14/+15 |
| | | | | | did not update) p4raw-id: //depot/perl@26732 | ||||
* | run pod/buildtoc --build-all | Nicholas Clark | 2006-01-08 | 5 | -73/+223 |
| | | | p4raw-id: //depot/perl@26726 | ||||
* | With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs | Nicholas Clark | 2006-01-08 | 1 | -9/+9 |
| | | | | | tweaking p4raw-id: //depot/perl@26725 | ||||
* | Add an option 'opened' which reports on the maintainers of all files | Nicholas Clark | 2006-01-08 | 1 | -1/+12 |
| | | | | | perforce currently has open. p4raw-id: //depot/perl@26713 | ||||
* | pod2usage2.t is not readily portable to VMS either | Craig A. Berry | 2006-01-08 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26710 | ||||
* | Tweak the code that generates unique entries in @POSIX::EXPORT so that | Nicholas Clark | 2006-01-08 | 1 | -4/+5 |
| | | | | | the array ends up with shared hash key scalars, for a memory saving. p4raw-id: //depot/perl@26709 | ||||
* | blead: format warnings | Jarkko Hietaniemi | 2006-01-08 | 3 | -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 Hietaniemi | 2006-01-08 | 1 | -2/+11 |
| | | | | | Message-ID: <43C0DD9A.9080809@gmail.com> p4raw-id: //depot/perl@26707 | ||||
* | Add utils/shasum.PL to MANIFEST | Nicholas Clark | 2006-01-08 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26706 | ||||
* | Add missing files in ext/Digest/SHA/src that somehow escaped the net. | Nicholas Clark | 2006-01-08 | 8 | -0/+1329 |
| | | | p4raw-id: //depot/perl@26705 | ||||
* | Add Digest-SHA-5.32 for SHA-256 support for CPAN. | Steve Peters | 2006-01-08 | 48 | -3/+3267 |
| | | | p4raw-id: //depot/perl@26704 | ||||
* | Make v?snprintf available on VMS v7.3-2 and later and clean up | Craig A. Berry | 2006-01-07 | 1 | -24/+22 |
| | | | | | some other version-dependency checks. p4raw-id: //depot/perl@26703 | ||||
* | Remove the greedy quantifier from inside the grouping (?:) so that it | Nicholas Clark | 2006-01-07 | 1 | -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 get | Nicholas Clark | 2006-01-07 | 1 | -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 Mitchell | 2006-01-07 | 1 | -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 Peters | 2006-01-07 | 2 | -3/+3 |
| | | | p4raw-id: //depot/perl@26694 | ||||
* | fix coredump on 'local $shared[N]' introduced by change #24942 | Dave Mitchell | 2006-01-07 | 1 | -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; much | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
| | | | | | better to subtract the number of tests that don't get run. p4raw-id: //depot/perl@26691 |