| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <373067e9.56194713@smtp1.ibm.net>
p4raw-id: //depot/perl@3379
|
|
|
| |
p4raw-id: //depot/perl@3362
|
|
|
|
|
|
| |
Message-ID: <609bdff748.tom@compton.compton.nu>
Subject: ByteLoader patch
p4raw-id: //depot/perl@3356
|
|
|
|
|
|
|
|
| |
provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
p4raw-link: @3350 on //depot/perl: b5ce6607ab4b332cfeb9911174599b4208a0bc29
p4raw-link: @3345 on //depot/perl: 95140b9803ddf95b050f1d52936f19393a6b541c
p4raw-id: //depot/perl@3353
|
|
|
|
|
|
| |
and pipe open() operations, simplifying buffering headaches faced
by users; uses fflush(NULL), which may need Configure test
p4raw-id: //depot/perl@3352
|
|
|
| |
p4raw-id: //depot/perl@3350
|
|
|
|
|
| |
normalize lib paths to forward slashes internally
p4raw-id: //depot/perl@3345
|
|
|
|
|
|
| |
Message-ID: <37084742.22824479@smtp1.ibm.net>
Subject: Re: Win32::GetTickCount
p4raw-id: //depot/perl@3316
|
|
|
|
|
| |
(makes opendir(D,"c:") work reliably)
p4raw-id: //depot/perl@3300
|
|
|
|
|
|
|
| |
on win32)
p4raw-link: @3123 on //depot/perl: 0aaad0ff610b01c0682abfc20594c83a6d49f148
p4raw-id: //depot/perl@3269
|
|
|
| |
p4raw-id: //depot/perl@3217
|
|
|
| |
p4raw-id: //depot/perl@3135
|
|
|
| |
p4raw-id: //depot/perl@3134
|
|
|
|
|
| |
to size and better maintainability)
p4raw-id: //depot/perl@3129
|
|
|
|
|
|
| |
for asynchronous spawns; fix win32_kill() to always deal with
PIDs
p4raw-id: //depot/perl@3123
|
|
|
| |
p4raw-id: //depot/perl@3095
|
|
|
| |
p4raw-id: //depot/perl@3044
|
|
|
|
|
|
|
|
|
| |
as stacked list values
Message-ID: <36e22849.36531259@smtp1.ibm.net>
Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
p4raw-link: @2990 on //depot/perl: bb897dfcf82adc653513b0b92523fb44767a9837
p4raw-id: //depot/perl@3036
|
|\
| |
| | |
p4raw-id: //depot/perl@3023
|
| |
| |
| |
| |
| | |
also in non-Configure lands.
p4raw-id: //depot/cfgperl@3009
|
|/
|
|
|
| |
Message-ID: <36d15809.40853323@smtp1.ibm.net>
p4raw-id: //depot/perl@2990
|
|
|
| |
p4raw-id: //depot/perl@2957
|
|
|
| |
p4raw-id: //depot/perl@2944
|
|
|
|
|
|
| |
Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
p4raw-id: //depot/perl@2937
|
|
|
| |
p4raw-id: //depot/perl@2898
|
|
|
| |
p4raw-id: //depot/perl@2887
|
|
|
| |
p4raw-id: //depot/perl@2869
|
|
|
| |
p4raw-id: //depot/perl@2854
|
|
|
|
|
|
| |
now macros that point to the right malloc; fix various places in
sources that need to always use safesysmalloc() et al
p4raw-id: //depot/perl@2834
|
|
|
| |
p4raw-id: //depot/perl@2746
|
|
|
| |
p4raw-id: //depot/perl@2405
|
|
|
| |
p4raw-id: //depot/perl@2392
|
|
|
| |
p4raw-id: //depot/perl@2391
|
|
|
|
|
|
|
|
| |
avoid most uses of PL_na (which is much more inefficient than a
simple local); update docs to suit; PL_na now being thr->Tna may
be a minor compatibility issue for extensions--will require dTHR
outside of XSUBs (those get automatic dTHR)
p4raw-id: //depot/perl@2387
|
|
|
|
|
|
|
|
|
|
|
| |
on PL_threadnum were seriously flawed, since it means more than one
thread could enter the critical region; PL_na was global instead of
thread-local; child thread could finish and free thr structures
before Thread->new() got around to creating the Thread object;
cv_clone() needed locking, as it mucks with PL_comppad and other
global data; new_struct_thread() needed to lock template-thread's
mutex while copying its data
p4raw-id: //depot/perl@2385
|
|
|
|
|
|
| |
fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
win32 due to lack of select() that works on non-socket fds
p4raw-id: //depot/perl@2377
|
|
|
| |
p4raw-id: //depot/perl@2357
|
|
|
|
|
|
| |
Message-ID: <36589ec9.49964585@smtp1.ibm.net>
Subject: [PATCH 5.005_53] Devel::Peek integration
p4raw-id: //depot/perl@2322
|
|
|
| |
p4raw-id: //depot/perl@2262
|
|
|
|
|
| |
work on sockets
p4raw-id: //depot/perl@2255
|
|
|
| |
p4raw-id: //depot/perl@2254
|
|
|
| |
p4raw-id: //depot/perl@2234
|
|
|
|
|
| |
Message-ID: <364294bd.18052307@smtp1.ibm.net>
p4raw-id: //depot/perl@2221
|
|
|
|
|
|
|
|
|
|
| |
add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
enum; make regen_headers
p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304
p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8
p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3
p4raw-id: //depot/perl@2220
|
|
|
| |
p4raw-id: //depot/perl@2195
|
|
|
| |
p4raw-id: //depot/perl@2188
|
|
|
|
|
| |
Solaris and win32
p4raw-id: //depot/perl@2163
|
|
|
|
|
| |
Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
p4raw-id: //depot/perl@2148
|
|
|
|
|
|
| |
Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
p4raw-id: //depot/perl@2147
|
|
|
|
|
|
|
|
|
|
| |
(objpp.h is gone, embed.pl now does some of that); objXSUB.h
should soon be automated also; the global variables that
escaped the PL_foo conversion are now reined in; renamed
MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
type of same name; duplicated lists of pp_things in various
places is now gone; result has only been tested on win32
p4raw-id: //depot/perl@2133
|