| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20011218180322.8278.qmail@foad.org>
p4raw-id: //depot/perl@13785
|
|
|
| |
p4raw-id: //depot/perl@13590
|
|
|
| |
p4raw-id: //depot/perl@13350
|
|
|
|
|
|
|
|
|
| |
- known dummy URLs (Peter Prymmer)
- do also READMEs and INSTALL (Michael Schwern)
- do also ftp URLs
- add fork retry loop in case the allowed number
of processes per user is low
p4raw-id: //depot/perl@13344
|
|
|
| |
p4raw-id: //depot/perl@13219
|
|
|
|
|
| |
Message-ID: <20011123235553.A2310@not.autrijus.org>
p4raw-id: //depot/perl@13199
|
|
|
| |
p4raw-id: //depot/perl@13033
|
|
|
|
|
|
|
|
|
|
|
| |
Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
Patching README.foo instead of pod/perlfoo.pod,
not patching Math::BigInt (Tels will take care of that),
dropping broken hv.c and sv.h patches, patching libnetcfg.PL
and perldoc.PL instead of libnetcfg and perldoc, patching
ext/Digest/MD5/t/files.t since MD5.pm was changed.
p4raw-id: //depot/perl@12954
|
|
|
|
|
| |
Message-Id: <20011108133318.1786.qmail@plover.com>
p4raw-id: //depot/perl@12897
|
|
|
|
|
| |
Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
p4raw-id: //depot/perl@12457
|
|
|
| |
p4raw-id: //depot/perl@12131
|
|
|
|
|
|
|
| |
and not going to; regen perltoc, perlmodlib.
(Some references still linger in perltoc, have to figure
out where they are coming from.)
p4raw-id: //depot/perl@12095
|
|
|
|
|
| |
The found conflicts are being worked on.
p4raw-id: //depot/perl@12051
|
|
|
|
|
|
|
| |
(??{CODE}) regex
Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
p4raw-id: //depot/perl@12027
|
|
|
|
|
|
|
| |
Message-ID: <3B9D6055.BA334A31@orcaware.com>
plus regen Configure.
p4raw-id: //depot/perl@11991
|
|
|
|
|
| |
Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
p4raw-id: //depot/perl@11941
|
|
|
|
|
| |
working in 5.7.x
p4raw-id: //depot/perl@11803
|
|
|
|
|
|
| |
Thanks to H. Merijn Brand for the patch.
Some of the comments and or guards might be removable in perl.h now.
p4raw-id: //depot/perl@11758
|
|
|
|
|
| |
to get old files back.
p4raw-id: //depot/perl@11741
|
|
|
| |
p4raw-id: //depot/perl@11704
|
|
|
| |
p4raw-id: //depot/perl@11666
|
|
|
| |
p4raw-id: //depot/perl@11664
|
|
|
| |
p4raw-id: //depot/perl@11631
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
try to define (most importantly) Perl_is{inf,nan}(x).
For this first cut, assume none such APIs exist in non-UNIXoid
platforms-- this is of course too unkind: Win32 rumoredly has
_fpclass() and _isnan(), and VMS/VOS very probably have some
of the APIs available. The only thing Perl uses at the moment
is Perl_isnan() (has been in use for a while now).
NOTE: the Win32 and NetWare config_h.?c need regenerating.
p4raw-id: //depot/perl@11618
|
|
|
| |
p4raw-id: //depot/perl@11519
|
|
|
| |
p4raw-id: //depot/perl@11468
|
|
|
| |
p4raw-id: //depot/perl@11447
|
|
|
|
|
| |
Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@11443
|
|
|
| |
p4raw-id: //depot/perl@11354
|
|
|
|
|
|
|
| |
repository ']
Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
p4raw-id: //depot/perl@11338
|
|
|
| |
p4raw-id: //depot/perl@11334
|
|
|
| |
p4raw-id: //depot/perl@11320
|
|
|
| |
p4raw-id: //depot/perl@11005
|
|
|
|
|
|
| |
Expected not to exist in non-UNIX excepting in VMS, where
according to a quick web survey they just might.
p4raw-id: //depot/perl@11003
|
|
|
|
|
| |
("It's" not searched, pods not searched.)
p4raw-id: //depot/perl@10980
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@10831
|
|
|
| |
p4raw-id: //depot/perl@10797
|
|
|
|
|
|
|
|
|
| |
use systems' realpath(). Too many security problems,
too many buggy implementations.
TODO: the realpath() emulation code in util.c doesn't
seem fully operational? (readlink(), for example?)
p4raw-id: //depot/perl@10744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Abstract execution of compiled test executables with $run,
and abstract transfer of files with $to and $from.
Under cross-compilation the $run, $to, and $from will point
to appropriate wrapper scripts, by default ssh and scp,
but also rsh, rcp, and cp are supported. If not
cross-compiling, they will be set to '', ':', and ':',
respectively.
With these patches I was able to get Configure for
iPAQ ARM Linux on an Intel Linux about 95% right
(only a few tests failed to execute or they produced
incorrect results), and I was able to compile
a functional miniperl.
The symbol crosscompile renamed to be usecrosscompile,
the corresponding C symbol from CROSSCOMPILE to
USE_CROSS_COMPILE.
p4raw-id: //depot/perl@10592
|
|
|
|
|
| |
extremely experimental, not even prompted for.
p4raw-id: //depot/perl@10569
|
|
|
| |
p4raw-id: //depot/perl@10479
|
|
|
| |
p4raw-id: //depot/perl@10475
|
|
|
|
|
| |
often this prototype goes with HAS_SETRESUID_PROTO.
p4raw-id: //depot/perl@10420
|
|
|
|
|
|
|
|
|
| |
probe for realpath(), for setresuid() and setresgid()
prototypes; use realpath() (try to be paranoid enough),
use the setres[ug]id prototypes because glibc has the functions
but not their prototypes; add -Wall -ansi to gcc ccflags;
regen toc.
p4raw-id: //depot/perl@10372
|
|
|
| |
p4raw-id: //depot/perl@10325
|
|
|
| |
p4raw-id: //depot/perl@10127
|
|
|
|
|
| |
Message-ID: <3AE703F6.3234.1833C45@localhost>
p4raw-id: //depot/perl@9836
|
|
|
|
|
| |
as my_strftime(), requires HAS_STRFTIME.
p4raw-id: //depot/perl@9746
|
|
|
| |
p4raw-id: //depot/perl@9700
|
|
|
|
|
| |
(Requires ATOM, that is, Tru64.)
p4raw-id: //depot/perl@9672
|