| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@16074
|
|
|
| |
p4raw-id: //depot/perl@16073
|
|
|
| |
p4raw-id: //depot/perl@16072
|
|
|
| |
p4raw-id: //depot/perl@16071
|
|
|
| |
p4raw-id: //depot/perl@16070
|
|
|
| |
p4raw-id: //depot/perl@16069
|
|
|
| |
p4raw-id: //depot/perl@16068
|
|
|
| |
p4raw-id: //depot/perl@16066
|
|
|
|
|
|
|
| |
NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
it seems that it shouldn't (looks like a handle leak in PerlIO
to me)
p4raw-id: //depot/perl@16065
|
|
|
|
|
| |
when all three stdhandles are invalid (from Jan Dubois)
p4raw-id: //depot/perl@16062
|
|
|
| |
p4raw-id: //depot/perl@16060
|
|
|
| |
p4raw-id: //depot/perl@16059
|
|
|
| |
p4raw-id: //depot/perl@16058
|
|
|
|
|
|
| |
The real fix should be to turn this flag on in RunPerl but
I think we are too close 5.8 to change that.
p4raw-id: //depot/perl@16057
|
|
|
|
|
|
| |
Do not unlock mutex after it has been destroyed and freed.
Do not email p5p without uncrossing eyes.
p4raw-id: //depot/perl@16056
|
|
|
|
|
|
| |
SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
missing parens in macro definition
p4raw-id: //depot/perl@16055
|
|
|
| |
p4raw-id: //depot/perl@16054
|
|
|
|
|
| |
isn't the case on win64
p4raw-id: //depot/perl@16053
|
|
|
| |
p4raw-id: //depot/perl@16052
|
|
|
| |
p4raw-id: //depot/perl@16051
|
|
|
| |
p4raw-id: //depot/perl@16050
|
|
|
|
|
| |
failures when the test files happen to be CRLF terminated
p4raw-id: //depot/perl@16049
|
|
|
|
|
|
| |
change is from change#12026)
p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc
p4raw-id: //depot/perl@16048
|
|
|
|
|
| |
Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@16047
|
|
|
|
|
|
| |
From: "Mattia Barbon" <mbarbon@dsi.unive.it>
Message-ID: <3CC3150F.5798.22A05AE@localhost>
p4raw-id: //depot/perl@16046
|
|
|
|
|
|
|
| |
Message-ID: <3CC021EC.5080005@icb.chel.su>
(tweaked a bit)
p4raw-id: //depot/perl@16045
|
|
|
|
|
| |
order as joins (that assumption broke in a multicpu IRIX box)
p4raw-id: //depot/perl@16044
|
|
|
| |
p4raw-id: //depot/perl@16043
|
|
|
| |
p4raw-id: //depot/perl@16042
|
|
|
|
|
|
|
| |
{})->join() }, now we can loop over a million threads without a
problem.
Cleared up SVs that should have been mortal but never where.
p4raw-id: //depot/perl@16041
|
|
|
| |
p4raw-id: //depot/perl@16040
|
|
|
|
|
| |
p4raw-link: @15974 on //depot/perl: 8a6aa900aaa729fd6735df2eb96e87e52d2662e8
p4raw-id: //depot/perl@16039
|
|
|
| |
p4raw-id: //depot/perl@16036
|
|
|
| |
p4raw-id: //depot/perl@16035
|
|
|
|
|
| |
p4raw-link: @16033 on //depot/perl: c623ac675720b3145d48cc2ea9474a0f3e0cbbca
p4raw-id: //depot/perl@16034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* support for building it in the regular makefiles
* large files support via the _*i64() functions (this should be
portable to the 32-bit universe too, but quite untested and
and binary-incompatible, therefore not enabled there)
* three additional test failures in addition to the t/end.t one
(see README.win32)
* sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
the ones available from the CRT (needed because Perl uses
the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
* add a few 64-bit notes to README.win32
The following general problems were also fixed:
* s/struct stat/Stat_t/g
* Data::Dumper had some naughty 'long' typecasts
* Errno_pm.PL didn't work safe when winsock.h was not in the same
directory as errno.h
* various tell/seek things were incorrectly prototyped
* squelch ugly looking noise when running tests
* Embed.t wasn't linking in all the libraries
* perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
* re-enable all the disabled warnings (additional fixes may be
needed for the warnings uncovered by this)
p4raw-id: //depot/perl@16033
|
|
|
| |
p4raw-id: //depot/perl@16032
|
|
|
|
|
| |
Message-ID: <20020420073628.324.qmail@plover.com>
p4raw-id: //depot/perl@16031
|
|
|
|
|
|
|
|
| |
Cleans up memory now, destroys the mutex and frees thread
Makes returnvalues mortal
Doesn't run thread_destruct until the thread has stopped AND
all references to it are gone.
p4raw-id: //depot/perl@16030
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
p4raw-id: //depot/perl@16029
|
|
|
|
|
| |
Message-ID: <m37kn2o5bw.fsf@anima.de>
p4raw-id: //depot/perl@16028
|
|
|
| |
p4raw-id: //depot/perl@16026
|
|
|
|
|
| |
in preparation for completely redone win64 support
p4raw-id: //depot/perl@16025
|
|
|
|
|
|
| |
Message-ID: <3CC0F769.1010705@stason.org>
(with a minor formatting nit)
p4raw-id: //depot/perl@16024
|
|
|
|
|
| |
Message-ID: <m3vgamoheu.fsf@anima.de>
p4raw-id: //depot/perl@16021
|
|
|
| |
p4raw-id: //depot/perl@16020
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 16018]
Fill in the PERLIO sections.
[ 16017]
Add :bytes to POD part.
Remove 'alias' to Encode now it exists as a module.
[ 16014]
Tweak to Encode.xs to avoid buffer overrun.
[ 16007]
Silence warning generating warning message for U+FFFF does not map etc.
[ 15912]
XS versions of encode/decode for Encode::Unicode
p4raw-link: @16018 on //depot/perlio: 44a4342c9f1bf4dd16241a6721340a5828ede477
p4raw-link: @16017 on //depot/perlio: c1a61b17baa5d77173aa89ea26a8e563597258e5
p4raw-link: @16014 on //depot/perlio: 0172fc7f023949162f3e79310fb0db0dd22a98f1
p4raw-link: @16007 on //depot/perlio: c6a7db43c3667911196e8ad7c6a3ad53333f3cf3
p4raw-link: @15912 on //depot/perlio: d5c9ee33b57c6c516247cc68878006fd91166a49
p4raw-id: //depot/perl@16019
|
| |
| |
| | |
p4raw-id: //depot/perlio@16018
|
| |
| |
| |
| |
| | |
Remove 'alias' to Encode now it exists as a module.
p4raw-id: //depot/perlio@16017
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@16015
|