| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
testsuite because @INC intuition from location of perlcore.dll seems
to be broken. Also, system() and qx// seem broken as well.
p4raw-id: //depot/asperl@1033
|
|\
| |
| | |
p4raw-id: //depot/asperl@1010
|
| |
| |
| |
| |
| |
| |
| | |
run embed.pl
p4raw-link: @995 on //depot/maint-5.004/perl: eed40d4c6e2818f110664d5fbaa0edac73f6b1a6
p4raw-id: //depot/win32/perl@1005
|
| |
| |
| |
| |
| |
| |
| | |
clean build+test on Solaris
p4raw-link: @905 on //depot/maint-5.004/perl: 15e73149a8419f18d739227762eab108524cec56
p4raw-id: //depot/win32/perl@976
|
| |
| |
| | |
p4raw-id: //depot/win32/perl@895
|
| |
| |
| |
| |
| |
| | |
Message-Id: <35400e2a.13538517@smtp1.ibm.net>
Subject: Re: Per-Interpreter variables for win32.c
p4raw-id: //depot/win32/perl@894
|
| |
| |
| | |
p4raw-id: //depot/asperl@908
|
|\ \
| |/
| | |
p4raw-id: //depot/asperl@884
|
| |
| |
| |
| |
| | |
invalidate local stack pointer
p4raw-id: //depot/win32/perl@864
|
| |
| |
| |
| |
| | |
[ah]v.c to thrdvar.h
p4raw-id: //depot/win32/perl@802
|
|\ \
| |/
| | |
p4raw-id: //depot/asperl@607
|
| |
| |
| | |
p4raw-id: //depot/win32/perl@605
|
| |
| |
| |
| |
| | |
discussion)
p4raw-id: //depot/asperl@521
|
|\ \
| |/
| | |
p4raw-id: //depot/asperl@493
|
| |
| |
| |
| |
| |
| |
| | |
variables. Moved threadnum to a per-interpreter variable and
made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
more than one thread may be running. Minor tweaks to Thread.xs.
p4raw-id: //depot/perl@453
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
To: "'Gurusamy Sarathy'" <gsar@umich.edu>
Here's an additional diff against //depot/asperl
The field name mg_length was changed back to mg_len
The function name mg_len was change to mg_length
The need for sort_mutex removed thanks to the code derived
from Tom Horsley's work.
-- Doug
p4raw-id: //depot/asperl@451
|
|/
|
| |
p4raw-id: //depot/asperl@443
|
|
|
| |
p4raw-id: //depot/win32/perl@349
|
|
|
|
|
|
|
| |
Mainly for Mingw32 which cannot import data.
Now only Opcode tests fail (op_desc/op_name not
handled yet stuff)
p4raw-id: //depot/ansiperl@341
|
|
Split generated embed.h into two - new embedvar.h
is #included when 'op' etc. will not mess up proto.h etc.
Removed #define foo (thr->Tfoo) from thread.h
Added some 'missing' symbols to global.sym, removed
those in the *var*.h files
Has build all MULTIPLICITY/USE_THREADS options on win32
with VC++ (and passed tests), but not with exactly this set
of files.
p4raw-id: //depot/ansiperl@338
|