23 years agoAUTHORS update.
Jarkko Hietaniemi [Sun, 24 Jun 2001 13:15:45 +0000]
AUTHORS update.

p4raw-id: //depot/perl@10887

23 years agoEncode::Tcl for multibyte doesnot work
SADAHIRO Tomoyuki [Sun, 24 Jun 2001 22:48:21 +0000]
Encode::Tcl for multibyte doesnot work
Message-Id: <20010624223252.6658.BQW10602@nifty.com>

p4raw-id: //depot/perl@10886

23 years agoRemove tautology in error messages
Mike Guy [Sun, 24 Jun 2001 13:31:00 +0000]
Remove tautology in error messages
Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@10885

23 years agoDarwin needs -traditional-cpp for cppflags to build Errno.
Jarkko Hietaniemi [Sun, 24 Jun 2001 13:11:36 +0000]
Darwin needs -traditional-cpp for cppflags to build Errno.

p4raw-id: //depot/perl@10884

23 years agoRe: [PATCH 5.6.1] test suite
Ilya Zakharevich [Sun, 24 Jun 2001 05:47:05 +0000]
Re: [PATCH 5.6.1] test suite
Message-ID: <20010624054705.A27890@math.ohio-state.edu>

Test suite fixes.

p4raw-id: //depot/perl@10883

23 years agoRe: [PATCH 5.6.1] OS2 warnings
Ilya Zakharevich [Sun, 24 Jun 2001 05:37:19 +0000]
Re: [PATCH 5.6.1] OS2 warnings
Message-ID: <20010624053719.A27866@math.ohio-state.edu>

p4raw-id: //depot/perl@10882

23 years agoRe: [PATCH 5.6.1] pp_sys.c warnings
Ilya Zakharevich [Sun, 24 Jun 2001 05:34:50 +0000]
Re: [PATCH 5.6.1] pp_sys.c warnings
Message-ID: <20010624053450.A27856@math.ohio-state.edu>

Pacify compiler warnings.

p4raw-id: //depot/perl@10881

23 years agoRe: [PATCH 5.6.1] OS2 linking
Ilya Zakharevich [Sun, 24 Jun 2001 05:21:18 +0000]
Re: [PATCH 5.6.1] OS2 linking
Message-ID: <20010624052118.A27615@math.ohio-state.edu>

Enable compression of executables during link time.

p4raw-id: //depot/perl@10880

23 years agoRe: [PATCH 5.6.1] OS2 linking
Ilya Zakharevich [Sun, 24 Jun 2001 05:15:11 +0000]
Re: [PATCH 5.6.1] OS2 linking
Message-ID: <20010624051511.A27544@math.ohio-state.edu>

Add ordinals to the export list for Perl DLL.
(Breaks intra-version DLL compatibility.)

p4raw-id: //depot/perl@10879

23 years agoAllow (displaying and) re-editing the Subject in perlbug.
Jarkko Hietaniemi [Sun, 24 Jun 2001 02:12:04 +0000]
Allow (displaying and) re-editing the Subject in perlbug.
Also abstract the Subject quality control into a function.

p4raw-id: //depot/perl@10878

23 years agoDisplay $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
Jarkko Hietaniemi [Sun, 24 Jun 2001 01:40:53 +0000]
Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).

p4raw-id: //depot/perl@10877

23 years agoRegen toc and modlib.
Jarkko Hietaniemi [Sun, 24 Jun 2001 01:37:05 +0000]
Regen toc and modlib.

p4raw-id: //depot/perl@10876

23 years agoIn Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
Jarkko Hietaniemi [Sun, 24 Jun 2001 01:29:33 +0000]
In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
by John Peacock.  (Can be 'ntea' which means emulate UNIX file
attribute semantics as much as possible, or 'ntsec' which uses
native NTFS semantics.)  (See also #10877.)

p4raw-id: //depot/perl@10875

23 years ago(Retracted by #11586)
Jarkko Hietaniemi [Sat, 23 Jun 2001 23:57:28 +0000]
(Retracted by #11586)

Hack to get rid of the UNEXPECTEDLY succeeded message for now.

p4raw-id: //depot/perl@10874

23 years agoJust zap the -uPerlio.
Jarkko Hietaniemi [Sat, 23 Jun 2001 23:36:56 +0000]
Just zap the -uPerlio.

p4raw-id: //depot/perl@10873

23 years agoDo not test PerlIO if PerlIO not used.
Jarkko Hietaniemi [Sat, 23 Jun 2001 21:29:10 +0000]
Do not test PerlIO if PerlIO not used.

p4raw-id: //depot/perl@10872

23 years agoRegen perlapi.
Jarkko Hietaniemi [Sat, 23 Jun 2001 21:12:49 +0000]
Regen perlapi.

p4raw-id: //depot/perl@10871

23 years agoRe: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
Nicholas Clark [Sat, 23 Jun 2001 22:55:47 +0000]
Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
Message-ID: <20010623225547.Z98663@plum.flirble.org>

p4raw-id: //depot/perl@10870

23 years agoMacOS fixups for new lib/h2xs.t
Prymmer/Kahn [Sat, 23 Jun 2001 11:08:52 +0000]
MacOS fixups for new lib/h2xs.t
Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10869

23 years agocygwin needs cygwin1.dll in PATH or cwd to run external programs.
Jarkko Hietaniemi [Sat, 23 Jun 2001 16:04:38 +0000]
cygwin needs cygwin1.dll in PATH or cwd to run external programs.
cygwin does not taint cwd, just like win32.

p4raw-id: //depot/perl@10868

23 years agoRetract #10865, the patch should be unnecessary.
Jarkko Hietaniemi [Sat, 23 Jun 2001 15:39:15 +0000]
Retract #10865, the patch should be unnecessary.
(But seemingly helpful in Cygwin?  Strange.)

p4raw-id: //depot/perl@10867

23 years agoMisplaced test file; plus Cygwin filesystem semantics.
Jarkko Hietaniemi [Sat, 23 Jun 2001 15:06:30 +0000]
Misplaced test file; plus Cygwin filesystem semantics.

p4raw-id: //depot/perl@10866

23 years ago(Retracted by #10867.)
Jarkko Hietaniemi [Sat, 23 Jun 2001 15:01:02 +0000]
(Retracted by #10867.)

p4raw-id: //depot/perl@10865

23 years agoIn Cygwin do not build NDBM_File and ODBM_File unless
Jarkko Hietaniemi [Sat, 23 Jun 2001 14:25:20 +0000]
In Cygwin do not build NDBM_File and ODBM_File unless
-lndbm and -ldbm are available.

p4raw-id: //depot/perl@10863

23 years agoMore Cygwin filesystem semantics.
Jarkko Hietaniemi [Sat, 23 Jun 2001 14:02:14 +0000]
More Cygwin filesystem semantics.

p4raw-id: //depot/perl@10862

23 years agoMore DOSish permission semantics for Cygwin.
Jarkko Hietaniemi [Sat, 23 Jun 2001 13:38:00 +0000]
More DOSish permission semantics for Cygwin.

p4raw-id: //depot/perl@10861

23 years agoCygwin too has different permission semantics.
Jarkko Hietaniemi [Sat, 23 Jun 2001 13:32:41 +0000]
Cygwin too has different permission semantics.

p4raw-id: //depot/perl@10860

23 years agoThe group (and assumedly passwd) databases can have
Jarkko Hietaniemi [Sat, 23 Jun 2001 13:30:06 +0000]
The group (and assumedly passwd) databases can have
only one entry (this is the case in cygwin).

p4raw-id: //depot/perl@10859

23 years agoAlso in Cygwin use Socket to figure out domainname
Jarkko Hietaniemi [Sat, 23 Jun 2001 13:16:26 +0000]
Also in Cygwin use Socket to figure out domainname
(if any) (avoids trying to call external 'domainname',
which doesn't at the moment exist in Cygwin)

p4raw-id: //depot/perl@10858

23 years agoRemove also the lib$Foo.def, not just $Foo.def.
Jarkko Hietaniemi [Sat, 23 Jun 2001 12:48:32 +0000]
Remove also the lib$Foo.def, not just $Foo.def.

p4raw-id: //depot/perl@10857

23 years agoIn UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
Jarkko Hietaniemi [Sat, 23 Jun 2001 12:21:53 +0000]
In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().

p4raw-id: //depot/perl@10856

23 years agoFix for ID 20010619.003, the [[:print:]] is not supposed
Jarkko Hietaniemi [Sat, 23 Jun 2001 12:14:15 +0000]
Fix for ID 20010619.003, the [[:print:]] is not supposed
to match the whole isprint(), only the space character.

p4raw-id: //depot/perl@10855

23 years agoMake also the bigintpm.t (like op/sprintf.t) be less demanding
Jarkko Hietaniemi [Sat, 23 Jun 2001 03:48:09 +0000]
Make also the bigintpm.t (like op/sprintf.t) be less demanding
with its floats in os390 and s390 (UTS).

p4raw-id: //depot/perl@10853

23 years agoAdd also UTS (s390) to the non-IEEE float platforms.
Jarkko Hietaniemi [Sat, 23 Jun 2001 03:38:53 +0000]
Add also UTS (s390) to the non-IEEE float platforms.

p4raw-id: //depot/perl@10852

23 years agoRFC: what are applicable standards for exponent sizes?
Peter Prymmer [Tue, 19 Jun 2001 17:18:06 +0000]
RFC: what are applicable standards for exponent sizes?
Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>

p4raw-id: //depot/perl@10851

23 years agobuild (and test!) VMS::Stdio on VMS
Peter Prymmer [Fri, 22 Jun 2001 19:08:23 +0000]
build (and test!) VMS::Stdio on VMS
Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>

p4raw-id: //depot/perl@10850

23 years agocorrection to lib/ExtUtils.t patch
Peter Prymmer [Fri, 22 Jun 2001 17:56:01 +0000]
correction to lib/ExtUtils.t patch
Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>

p4raw-id: //depot/perl@10849

23 years agoRetract #10845.
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:51:31 +0000]
Retract #10845.

p4raw-id: //depot/perl@10848

23 years agoYet another error message.
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:50:38 +0000]
Yet another error message.

p4raw-id: //depot/perl@10847

23 years agoThe croak message for nonexistent socket functions may vary.
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:48:39 +0000]
The croak message for nonexistent socket functions may vary.

p4raw-id: //depot/perl@10846

23 years ago(Retracted by #10848.)
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:42:38 +0000]
(Retracted by #10848.)

p4raw-id: //depot/perl@10845

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:32:58 +0000]
Integrate perlio:

[ 10843]
Back out debug in taint.t

[ 10841]
Skip cwd test on Win32 ???

[ 10836]
Skip |- based op/write.t on Win32 as well as VMS

p4raw-link: @10843 on //depot/perlio: 368417138e099f70714a4b8804e7d16d31d19316
p4raw-link: @10841 on //depot/perlio: 004cc5080f573783a512f0d3ef678c4e019ac166
p4raw-link: @10836 on //depot/perlio: 7da144458ae5f3165669e6f0a8f2562715984328

p4raw-id: //depot/perl@10844

23 years agoBack out debug in taint.t
Nick Ing-Simmons [Fri, 22 Jun 2001 21:24:51 +0000]
Back out debug in taint.t

p4raw-id: //depot/perlio@10843

23 years agosetitimer() does not exist in Unicos, despite of what
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:20:02 +0000]
setitimer() does not exist in Unicos, despite of what
Configure thinks, from Mark P. Lutz.

p4raw-id: //depot/perl@10842

23 years agoSkip cwd test on Win32 ???
Nick Ing-Simmons [Fri, 22 Jun 2001 21:19:36 +0000]
Skip cwd test on Win32 ???

p4raw-id: //depot/perlio@10841

23 years agoCasting this way seems to keep both 64-bitint x86 FreeBSD
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:17:34 +0000]
Casting this way seems to keep both 64-bitint x86 FreeBSD
and Tru64 gcc -Wall happy.

p4raw-id: //depot/perl@10840

23 years agoThe packs must be done in native shorts, fix from Mark P. Lutz.
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:15:32 +0000]
The packs must be done in native shorts, fix from Mark P. Lutz.

p4raw-id: //depot/perl@10839

23 years agoCleanup of the cross-compilation unit.
Jarkko Hietaniemi [Fri, 22 Jun 2001 21:09:42 +0000]
Cleanup of the cross-compilation unit.

p4raw-id: //depot/perl@10837

23 years agoSkip |- based op/write.t on Win32 as well as VMS
Nick Ing-Simmons [Fri, 22 Jun 2001 20:45:12 +0000]
Skip |- based op/write.t on Win32 as well as VMS

p4raw-id: //depot/perlio@10836

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 22 Jun 2001 20:44:20 +0000]
Integrate perlio:

[ 10833]
Patcho fix.

p4raw-link: @10833 on //depot/perlio: 2a45baeabe2db1c5939737d9a253ed11845363b6

p4raw-id: //depot/perl@10835

23 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 22 Jun 2001 20:41:54 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10834

23 years agoPatcho fix.
Nick Ing-Simmons [Fri, 22 Jun 2001 20:22:58 +0000]
Patcho fix.

p4raw-id: //depot/perlio@10833

23 years agoFurther tiny bcopy cleanup
Andy Dougherty [Fri, 22 Jun 2001 14:29:51 +0000]
Further tiny bcopy cleanup
Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@10831

23 years agoMPE/iX prototype nits from Mark Bixby.
Jarkko Hietaniemi [Fri, 22 Jun 2001 19:50:15 +0000]
MPE/iX prototype nits from Mark Bixby.

p4raw-id: //depot/perl@10830

23 years agoDetypo.
Jarkko Hietaniemi [Fri, 22 Jun 2001 16:25:16 +0000]
Detypo.

p4raw-id: //depot/perl@10829

23 years agoIntegrate mainline (in near desperate attempt to get Win32 to build...)
Nick Ing-Simmons [Fri, 22 Jun 2001 15:33:37 +0000]
Integrate mainline (in near desperate attempt to get Win32 to build...)

p4raw-id: //depot/perlio@10828

23 years agosigaction workaround for VMS
Craig A. Berry [Fri, 22 Jun 2001 10:08:35 +0000]
sigaction workaround for VMS
Message-Id: <a05101001b75908704194@[192.168.56.145]>

p4raw-id: //depot/perl@10827

23 years agoNetWare scripts tweak from Ananth Kesari.
Jarkko Hietaniemi [Fri, 22 Jun 2001 13:35:37 +0000]
NetWare scripts tweak from Ananth Kesari.

p4raw-id: //depot/perl@10826

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 22 Jun 2001 13:00:55 +0000]
Update Changes.

p4raw-id: //depot/perl@10825

23 years agoAdd .i and .s targets.
Jarkko Hietaniemi [Fri, 22 Jun 2001 12:46:56 +0000]
Add .i and .s targets.

p4raw-id: //depot/perl@10824

23 years agoUpgrade to Locale::Maketext 1.03.
Jarkko Hietaniemi [Fri, 22 Jun 2001 12:25:20 +0000]
Upgrade to Locale::Maketext 1.03.

p4raw-id: //depot/perl@10823

23 years agoUpgrade to I18N::LangTags 0.26.
Jarkko Hietaniemi [Fri, 22 Jun 2001 12:23:57 +0000]
Upgrade to I18N::LangTags 0.26.

p4raw-id: //depot/perl@10822

23 years agoThe #10792 didn't take, and s/sighni/signi/, as noticed by
Jarkko Hietaniemi [Fri, 22 Jun 2001 12:16:41 +0000]
The #10792 didn't take, and s/sighni/signi/, as noticed by
Philip Newton.

p4raw-id: //depot/perl@10821

23 years agotrigraphs and tests for h2xs
Prymmer/Kahn [Fri, 22 Jun 2001 00:03:24 +0000]
trigraphs and tests for h2xs
Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10820

23 years agonmake specific cleanliness for lib/ExtUtils.t
Prymmer/Kahn [Thu, 21 Jun 2001 23:53:27 +0000]
nmake specific cleanliness for lib/ExtUtils.t
Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10819

23 years agoclean up after t/pod/plainer.t on Win32
Prymmer/Kahn [Thu, 21 Jun 2001 23:45:15 +0000]
clean up after t/pod/plainer.t on Win32
Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10818

23 years agoAUTHORS update.
Jarkko Hietaniemi [Fri, 22 Jun 2001 12:10:05 +0000]
AUTHORS update.

p4raw-id: //depot/perl@10817

23 years agoshould POSIX.xs use XSRETURN_UNDEF in sigaction?
Craig A. Berry [Thu, 21 Jun 2001 18:20:38 +0000]
should POSIX.xs use XSRETURN_UNDEF in sigaction?
Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>

p4raw-id: //depot/perl@10816

23 years agofix Deparse.t and write.t for VMS
Craig A. Berry [Thu, 21 Jun 2001 09:58:52 +0000]
fix Deparse.t and write.t for VMS
Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>

p4raw-id: //depot/perl@10815

23 years agoIntegrate mainline.
Nick Ing-Simmons [Fri, 22 Jun 2001 08:13:09 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@10814

23 years agoChange the prefixes only if $prefix is unset,
Jarkko Hietaniemi [Fri, 22 Jun 2001 02:48:58 +0000]
Change the prefixes only if $prefix is unset,
as originally patched by Marcel Grunauer.

p4raw-id: //depot/perl@10813

23 years agoRe: Patch for hints/darwin.sh
Wilfredo Sánchez [Thu, 21 Jun 2001 11:23:46 +0000]
Re: Patch for hints/darwin.sh
Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>

p4raw-id: //depot/perl@10812

23 years agoAdd .PHONY targets for non-file targets,
Jarkko Hietaniemi [Fri, 22 Jun 2001 02:34:27 +0000]
Add .PHONY targets for non-file targets,
from Wilfredo Sánchez.  Should help saying
"make install" on case-insensitive filesystems.

p4raw-id: //depot/perl@10811

23 years agoRe: Automated smoke report for patch 10764 (truncated)
Doug MacEachern [Thu, 21 Jun 2001 19:32:05 +0000]
Re: Automated smoke report for patch 10764 (truncated)
Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>

plus reword the getcwd() comment, plus use getcwd() buffer
size minus one.

p4raw-id: //depot/perl@10810

23 years agoMore gprofing from Doug MacEachern.
Jarkko Hietaniemi [Fri, 22 Jun 2001 01:16:58 +0000]
More gprofing from Doug MacEachern.

p4raw-id: //depot/perl@10809

23 years agoTell that you are removing the unneeded -lsfio.
Jarkko Hietaniemi [Fri, 22 Jun 2001 01:14:43 +0000]
Tell that you are removing the unneeded -lsfio.

p4raw-id: //depot/perl@10807

23 years agoMore MPE/iX tweaks from Mark Bixby.
Jarkko Hietaniemi [Fri, 22 Jun 2001 01:03:14 +0000]
More MPE/iX tweaks from Mark Bixby.

p4raw-id: //depot/perl@10806

23 years agoThe fchdir() proto is supposed to live in <unistd.h>.
Jarkko Hietaniemi [Thu, 21 Jun 2001 22:41:11 +0000]
The fchdir() proto is supposed to live in <unistd.h>.

p4raw-id: //depot/perl@10805

23 years agoThis town is too small for the Cwd extension and me,
Jarkko Hietaniemi [Thu, 21 Jun 2001 22:24:42 +0000]
This town is too small for the Cwd extension and me,
it would seem...

p4raw-id: //depot/perl@10804

23 years agoMore d'ohs.
Jarkko Hietaniemi [Thu, 21 Jun 2001 21:53:37 +0000]
More d'ohs.

p4raw-id: //depot/perl@10802

23 years agoOff-by-one. I'm so classic.
Jarkko Hietaniemi [Thu, 21 Jun 2001 21:38:38 +0000]
Off-by-one.  I'm so classic.

p4raw-id: //depot/perl@10801

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 21 Jun 2001 20:10:19 +0000]
Update Changes.

p4raw-id: //depot/perl@10800

23 years agoDocumentation patch for Net::FTP
Marcel Grunauer [Wed, 20 Jun 2001 23:03:26 +0000]
Documentation patch for Net::FTP
Message-Id: <20010620210309.DCMT6087.viemta06@localhost>

p4raw-id: //depot/perl@10799

23 years agoRetract the #10417 mg.c and embed.pl parts because of
Jarkko Hietaniemi [Thu, 21 Jun 2001 20:01:14 +0000]
Retract the #10417 mg.c and embed.pl parts because of
strange SEGVs in 64bit x86 FreeBSD observed by
Nicholas Clark.

p4raw-id: //depot/perl@10798

23 years agoAdd fchdir() probe (in non-UNIX systems assume it doesn't exist).
Jarkko Hietaniemi [Thu, 21 Jun 2001 19:40:34 +0000]
Add fchdir() probe (in non-UNIX systems assume it doesn't exist).

p4raw-id: //depot/perl@10797

23 years agoCwd tweak from Doug MacEachern.
Jarkko Hietaniemi [Thu, 21 Jun 2001 19:08:28 +0000]
Cwd tweak from Doug MacEachern.

p4raw-id: //depot/perl@10796

23 years agoProtect the fchdir() and lstat() with ifdefs.
Jarkko Hietaniemi [Thu, 21 Jun 2001 19:03:48 +0000]
Protect the fchdir() and lstat() with ifdefs.
fchdir() needs a Configure probe.

p4raw-id: //depot/perl@10795

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 21 Jun 2001 17:11:35 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10794

23 years agofix Cwd.xs for VMS
Craig A. Berry [Thu, 21 Jun 2001 13:04:54 +0000]
fix Cwd.xs for VMS
Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>

p4raw-id: //depot/perl@10793

23 years agooverlong =item
Robin Barker [Thu, 21 Jun 2001 18:08:04 +0000]
overlong =item
Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>

p4raw-id: //depot/perl@10792

23 years agoformat
Robin Barker [Thu, 21 Jun 2001 18:05:02 +0000]
format
Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>

p4raw-id: //depot/perl@10791

23 years agoRe: [PATCH 5.7.1] sv.c documentation
Radu Greab [Thu, 21 Jun 2001 19:06:02 +0000]
Re: [PATCH 5.7.1] sv.c documentation
Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>

p4raw-id: //depot/perl@10790

23 years agoCross-configuration changes: make $from to rm the files
Jarkko Hietaniemi [Thu, 21 Jun 2001 14:47:48 +0000]
Cross-configuration changes: make $from to rm the files
before copying them over (this means that he rm can be
removed from the fflushall test), create $targetmkdir
(not documented in install since it is supposed to internal
use only), make $run to copy over the executable only if
a stamp file .xok doesn't already exist (to avoid unnecessary
copying of the executable)

p4raw-id: //depot/perl@10788

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 21 Jun 2001 14:16:18 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10787

23 years agoRe-add the files as text.
Jarkko Hietaniemi [Thu, 21 Jun 2001 13:59:32 +0000]
Re-add the files as text.

p4raw-id: //depot/perl@10786

23 years agoDelete the binary files.
Jarkko Hietaniemi [Thu, 21 Jun 2001 13:57:55 +0000]
Delete the binary files.

p4raw-id: //depot/perl@10785

23 years agoUnnecessary pod2man calls in new extensions
Andy Dougherty [Thu, 21 Jun 2001 10:44:05 +0000]
Unnecessary pod2man calls in new extensions
Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@10784

23 years ago[ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
0000-Admin [Wed, 20 Jun 2001 14:11:49 +0000]
[ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>

Setting umask to something friendlier.

p4raw-id: //depot/perl@10783

23 years agoShuffle around tests to (ext|lib)/.../t/ subdirectories.
Jarkko Hietaniemi [Thu, 21 Jun 2001 13:42:17 +0000]
Shuffle around tests to (ext|lib)/.../t/ subdirectories.
Resort MANIFEST with sort -f, looks much better.

p4raw-id: //depot/perl@10782

23 years agoUpgrade to I18N::LangTags 0.25.
Jarkko Hietaniemi [Thu, 21 Jun 2001 13:16:04 +0000]
Upgrade to I18N::LangTags 0.25.

p4raw-id: //depot/perl@10781