| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
some WinCE files to the list of DOSish files.
p4raw-id: //depot/perl@11667
|
|
|
| |
p4raw-id: //depot/perl@11632
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
Subject: Re: [PATCH: perl@11564] introducing perlivp
From: Prymmer/Kahn <pvhp@best.com>
Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11594
|
|
|
|
|
|
|
| |
make it into mainline
p4raw-link: @8178 on //depot/maint-5.6/perl: 961154a63c3a7b345be8bfbe688f4d089c92e684
p4raw-id: //depot/perl@11589
|
|
|
| |
p4raw-id: //depot/perl@11581
|
|
|
|
|
| |
Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
p4raw-id: //depot/perl@11565
|
|
|
| |
p4raw-id: //depot/perl@11550
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11534
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
Rename the script a little bit more sensibly.
p4raw-id: //depot/perl@11453
|
|
|
|
|
|
|
| |
(Rest of $ENV{PATH} / system() fix.)
p4raw-id: //depot/perl@11412
p4raw-integrated: from //depot/maint-5.6/perl@11411 'merge in'
win32/perlhost.h (@11400..)
|
|
|
|
|
|
|
|
|
| |
from perl5.6*
p4raw-id: //depot/perl@11405
p4raw-integrated: from //depot/maint-5.6/perl@11404 'merge in'
win32/win32.c (@8917..)
p4raw-integrated: from //depot/maint-5.6/perl@11400 'merge in'
win32/perlhost.h (@11399..)
|
|
|
| |
p4raw-id: //depot/perl@11354
|
|
|
|
|
| |
to avoid /unicode vs /Unicode issues.
p4raw-id: //depot/perlio@11346
|
|
|
| |
p4raw-id: //depot/perl@11334
|
|
|
| |
p4raw-id: //depot/perl@11328
|
|
|
| |
p4raw-id: //depot/perl@11324
|
|
|
|
|
|
|
|
|
|
|
|
| |
change#11300 needs to return the status of failed win32_spawnvp())
fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
splitting correctly; remove unused variables; 'require' at run time
rather than 'use' at compile time for I18N::Langinfo, since it
isn't everyware
p4raw-link: @11300 on //depot/perl: a52054cddb558e8fac6bc289e7eb6b2720470b9d
p4raw-id: //depot/perl@11310
|
|
|
| |
p4raw-id: //depot/perlio@11295
|
|
|
|
|
| |
Message-ID: <20010711151146.G24560@jester.slaysys.com>
p4raw-id: //depot/perl@11282
|
|
|
| |
p4raw-id: //depot/perl@11227
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
since it doesn't ensure threads other than the one calling fork()
aren't holding any locks; the fix is to use pthread_atfork() to
hold global locks
building perl with -Dusemymalloc exacerbates the problem since
Perl_malloc() holds a mutex, and perl's exec() calls New()
XXX the code in win32thread.h may be needed on platforms that have
no pthread_atfork()
p4raw-id: //depot/perl@11151
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
Borland C vs PerlIO.
p4raw-id: //depot/perl@11079
|
|
|
| |
p4raw-id: //depot/perl@11068
|
|
|
|
|
|
|
|
|
|
| |
naming discipline
win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
because of this)
fix a warning about "fd" being used without being set in Cwd.xs
p4raw-id: //depot/perl@11067
|
|
|
| |
p4raw-id: //depot/perl@11065
|
|
|
|
|
|
|
| |
from win32/bin (or it gets deleted by distclean); don't delete
lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
NT (should be made Win9x specific, and added to makefile.mk)
p4raw-id: //depot/perl@11064
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@10970
|
|
|
|
|
| |
Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
p4raw-id: //depot/perl@10954
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perlio@10728
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10717
|
|\
| |
| | |
p4raw-id: //depot/perlio@10709
|
| |
| |
| | |
p4raw-id: //depot/perl@10685
|
| |
| |
| | |
p4raw-id: //depot/perl@10682
|
|/
|
| |
p4raw-id: //depot/perlio@10708
|
|
|
|
|
| |
Message-ID: <20010616074119.A24720@lustre.linux.in>
p4raw-id: //depot/perl@10654
|
|
|
|
|
| |
docs for some Memoize submodules.
p4raw-id: //depot/perl@10647
|
|
|
|
|
| |
for UNIX breakage.
p4raw-id: //depot/perlio@10632
|
|
|
| |
p4raw-id: //depot/perlio@10627
|
|
|
| |
p4raw-id: //depot/perlio@10606
|
|\
| |
| |
| |
| |
| |
| |
| | |
[ 10591]
Steps along the road toward Win32 building again.
p4raw-link: @10591 on //depot/perlio: e06a3afbe255226c27f480b83177014c2fe65464
p4raw-id: //depot/perl@10594
|
| |
| |
| | |
p4raw-id: //depot/perlio@10591
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perlio@10589
|
|
|
|
|
| |
extremely experimental, not even prompted for.
p4raw-id: //depot/perl@10569
|