Description: win32sys
This file as text.
(active) Revisions in this set:
2e259ee3cc5d72202d207b5d6775974f791bc4d8,8d95da3feafcffcd7b2bf539bfdf4b90a09c2963,187cc46b327903667c670cf6c50a4b524824d892
288c7e3c9eeea0b079dafe0f73c98c23426eb968,1a4fdc7313a85c25efdf0279a422dbe26fecd34d,c4dd3b661a6c7a91b75e4f6d834702092dad6a40
1a0ba60de6d14f019d6b3fec2126037047bf7211,7d5b0d23827e124da3eab2f39fe6cd52673ff4c4,706e0904577fc4742b24a1aaa52fbe4db41ecde2
32d55bb0ea8042ee202b34d4e29d27b08afa2a58,e50d90b7e90bc6489eff6601d221446ca8df375b,78374bf772a15c8903240d4be5b484c7c44ed095
b5dd1f9beb9361901e264f78a1f0049f1453d594,0bad315dafc027649333ae3ed76fbee3c1426734,e74d89ce62efab3983701b34278fe7aa61aeead1
14ab1cfb716c0b7635638283fb8633d4080db964,a2f2af87d2c5ce1e2d68b97abfaf58bdacfd9a3d,a774075f2f36bffd342e4ef4d96d297a8524ef5e
acb6c7f36b15dd81480ef3f53a7a1a7675679790,b3800d38cbe140917d15416daf7c6489d97df25b,3cfec5e6a4e5c711dbea7bf001a1336faff1956b
e133ab579077b6f4297a0de4eb7b42c41f999c6a,fed9c609e821b8d714d996f9bf76ab660f0a259b,6489b6fc3662533e8785e06a3c1b8e22c6f46249
00156573426312d417d654ef9426f169b62e1c8e,41ae52dde1f6a3b213c49316921a2d8824d46077,4383aab15a238d013bfc9a98d7a09693c686b8e2
d7352e7b663fb94b38ffba53adbb94db3e2799ba,571088ff80cc883c5a26840a9fc41445b25af0ae,78f7d0bd1e984457dc332ccc982561502c8531f4
4dbb84f6298e3328298d38f13c76481cabdbf5c7,6a7d42bb22ff18fd0617108517ba9ece4b7a3e14,d8d6732a1053f04ea76025c3dc9542a48077de34
81a55adffb5c4aea8a13c6632e5d1fb0087cb3fa,dd5c25c2bc5377e605b12bd0daf5739eaa371637
Clicking a revision will expand files
* the VMT of the exception class needs to be referenced indirectly
* Windows: Reworked handling of command line arguments to properly support Unicode:
- Use the CommandLineToArgvW API function to parse the Unicode command line (we can use it since Win9x is not supported anymore).
- Implemented non-public functions ParamStrA and ParamStrU which are exposed in the objpas and uuchar units to provide correct AnsiString and UnicodeString versions of ParamStr().
- The cleanup code is moved from InternalExit to the finalization section of the System unit.
* Windows: Do not use CommandLineToArgvW for parsing command line parameters, because it treats \" as an escape sequence for the double quote.
- Implemented parsing of the command line which is backward compatible.
- Do not use GetCommandLineA.
* Do_IsDevice treats pipes and sockets the same way as character devices
* fix for broken wince compilation after
0046863
* rtl: implement TRandomGenerator for thread-safe random
* revert
0047598: implement TRandomGenerator
* handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves
0038299
* Synchronize API for AnsiString/Unicode string, keep string where possible.
* Fix windows compilation
* patch by Dean Mustakinov to improve commandline quote handling on Windows, resolves
gitlab 0040189
* set stack margin on windows, so there is stack space left for exception handling in case of a stack overflow, resolves
gitlab 0040589
* Windows CE does not support SetThreadStackGuarantee
Support Windows XP where SetThreadStackGuarantee is absent.
* win64 has always SetThreadStackGuarantee
* Handle potential double defintion of INFINITE
Fix + QoL + eye candy for Windows error boxes.
Calculate the amount of ansichars in argv with one call to WideCharToMultiByte.
Shorten win/systhrd.inc; fix SetThreadStackGuarantee signature.
Import Heap* functions on WinCE.
Fix off-by-one error in syswin.inc:setup_arguments.
Remove most of the VER3_0 conditionals.
Pass huge chunks directly to SysOSAlloc/Realloc/Free.
Initialize the heap lock in DLL_PROCESS_ATTACH and finalize in DLL_PROCESS_DETACH.
* remove packed from TTlsDirectory, packed makes no sense for API structures on Windows
and it might cause them to get wrongly aligned, found by Alfred Glänzer and reported in
gitlab 0041428
Fix leaks on DLL unloading.
Use OS zeroing in AllocMem.
* Typecast correct filename in FileGetDateTimeInfo. Fixes issue
gitlab 0041534
Update FreeBSD/PowerPC64 context mappings.
(inactive) Revisions in this set 5a20531d9be85ad43f38fbd240bc65f27c57c801,a06c034189304457633b01adbc978231674b7498,943b88e3daca1bd2f4c25fd9ceb725274d6ff0d0,48815baef63e4eff8191d1867a56615c7719295b,f510e6f59bbb20618d6011f175076257e63d18c7,38ca4f915768e2b984e1809dc3ff9d9dfd6be1e7,75b5e8e63d0d3a358b8630ab1166b7f55a766117,244d3df869c4dcc379f4c56cc34de14b1c4ae340,8d12774d3b94b44fe1f7d87e5abd7c8f737a5dc2,c68788e03e2de71ea957e74374005d35c8abd8e4,b1f0c504cc58d9441af5dd81229d54c84e74b162,025ad39ef0fc0c1e7624a10fd4299f73f7f65750,30a086685df6bb1652cacbd0e89eebc0aad836a3,2004855dbda926051470dcf51fafd91e12a9e192
* rework the basic event on Windows so that peventstate directly represents the Event handle
* cleanup of outdated defines
Delay-load CoWaitForMultipleHandles to not force the dependency on ole32.dll.
Load oleaut32.dll for widestrings on demand.
Most of the applications don’t and shouldn’t use widestrings, as unicodestrings are superior.
Use GetProcAddress to set GetFinalPathNameByHandle function pointer
* remove semicolon to make Lazarus happy
* fix
0040603:
- initialize thrdinfo record using Default() so that padding bytes are zeroed as well
- correctly pass the count of ULONG_PTRs
* make Lazarus' CodeTools happy
Low-level optimistic implementations of SysRelocateThreadvar that directly read TEB.
Fix wince compilation using FPC_HAS_SYSRELOCATETHREADVAR_ASM macro.
Replaces merge request !705
Always align threadvars on Windows.
* Fix issue about Trailing backslash for
This is a symbolic link generated using:
mklink utility with /D option.
Patch suggested by Bart@flyingsheep on gitlab
in Issue 34483.