| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@10479
|
|
|
|
|
|
|
|
|
|
| |
merge README.plan9 and plan9/perlplan9.pod;
delete plan9/perlplan9.* (the perlplan.doc needs to
be regenerated in Plan 9); make the =head1 and =head2
in the README.platform to be a little more verbose
(skipped README.os2 not to anger Ilya) so that they
look better in the toc; regen toc.
p4raw-id: //depot/perl@10461
|
|
|
|
|
|
| |
probe to cast, not whine; test for %Ld and %Lf before %lld and
%llf because the L is the ANSI way.
p4raw-id: //depot/perl@10434
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10398
|
|
|
|
|
|
|
|
|
| |
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/perlio@10350
|
|
|
| |
p4raw-id: //depot/perlio@10344
|
|
|
| |
p4raw-id: //depot/perl@10325
|
|
|
|
|
|
|
|
|
|
| |
s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
p4raw-link: @10144 on //depot/maint-5.6/perl: cbbad9417dd16a4762c5a931d93d530adc27f4f6
p4raw-id: //depot/perl@10155
p4raw-integrated: from //depot/maint-5.6/perl@10152 'merge in'
win32/config_H.bc win32/config_H.gc win32/config_H.vc (@8666..)
win32/config.bc win32/config.gc win32/config.vc (@8995..)
|
|
|
| |
p4raw-id: //depot/perlio@10050
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10018
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10004
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9971
|
|
|
|
|
| |
Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
p4raw-id: //depot/perl@9943
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9903
|