marco
|
f5e684067d
* turn off MB_PRECOMPOSED for encodings named in MSDN multibytetowidechar function, as detailed by Aserge in https://forum.lazarus.freepascal.org/index.php?topic=45380.0;topicseen
|
vor 6 Jahren |
florian
|
b421ed0db1
* fixed TranslateMxcsr
|
vor 7 Jahren |
Tomas Hajny
|
e5ceb04725
* patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64
|
vor 8 Jahren |
svenbarth
|
3f45860cf9
Use constref instead of const when passing TEntryInformation along
|
vor 9 Jahren |
svenbarth
|
535621faaa
Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name
|
vor 9 Jahren |
svenbarth
|
788393c298
Change WideString initialization to work correctly with indirect main information as well
|
vor 9 Jahren |
Tomas Hajny
|
92d045c483
* GetStdHandle returns a THandle (use of longint was not 64-bit safe)
|
vor 9 Jahren |
svenbarth
|
6afda909d4
Rework TlsKey handling on Windows so that it works as intended with indirect main information
|
vor 9 Jahren |
svenbarth
|
e3060130a4
Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets).
|
vor 9 Jahren |
pierre
|
260c6583cf
Only set StdInputHandle, StdOutputHandle and StdErrorHandle once
|
vor 11 Jahren |
michael
|
d5a88caecd
* Do not display error message if NoErrMsg is set.
|
vor 11 Jahren |
nickysn
|
fb20791cbe
* replaced all the remaining uses of nativeint in the rtl with either sizeint
|
vor 11 Jahren |
sergei
|
e79e038f9c
+ Win32/Win64 SEH: STATUS_FLOAT_MULTIPLE_(FAULTS|TRAPS) need additional handling. Makes floating-point exceptions consistent between x87 and SSE.
|
vor 11 Jahren |
nickysn
|
5242ed7864
* changed TResStrInitTable.Count and TWStrInitTablesTable.Count to nativeint
|
vor 11 Jahren |
sergei
|
1f22c2de22
- Text i/o routines are not expected to return a value.
|
vor 11 Jahren |
sergei
|
83deae45b8
* First part of 64-bit Windows fixes from Mantis #23074.
|
vor 11 Jahren |
Jonas Maebe
|
d1b2a5f362
* changed the initial value DefaultFileSystemCodePage from CP_ACP to CP_UTF8:
|
vor 11 Jahren |
sergei
|
04c0845189
* Moved more reusable exception handling code from seh64.inc to syswin.inc.
|
vor 12 Jahren |
sergei
|
6a40ff730c
* In preparation to support SEH on Win32, moved definitions that apply to Win32 from seh64.inc into syswin.inc.
|
vor 12 Jahren |
Jonas Maebe
|
598d2feeb6
+ rtldefs.inc file for every target that contains defines shared by multiple
|
vor 13 Jahren |
sergei
|
cd44c5f45c
Win32 and Win64, fixed DLL exit sequence, resolves #14603:
|
vor 13 Jahren |
sergei
|
167ee9867e
* Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.
|
vor 13 Jahren |
sergei
|
ebb2205c63
* Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets.
|
vor 14 Jahren |
sergei
|
76b9d7e766
- Removed Win32Wide2AnsiMove() again, it was removed already in r17202 but got restored during subsequent cpstrnew merging.
|
vor 14 Jahren |
pierre
|
4a9c8e330b
+ Move EXEC_callback into separate file win/systlsdir.inc
|
vor 14 Jahren |
sergei
|
37abdd52df
* Reverted r19693, calling SysInitMultithreading from PROCESS_ATTACH is plain wrong because it depends on initialized thread manager. Calling InitSystemThreads is more correct, but in case of Win32 it further depends on EnrtyInformation, which is not available at this point. Properly solving the issue requires moving the entire TLS stuff into sysinit units or something like that.
|
vor 14 Jahren |
sergei
|
266acd1bed
* Windows TLS callbacks, call SysInitMultithreading early, it is necessary because if a statically loaded DLL creates a thread, apparently DLL_THREAD_ATTACH callback executes right away before the entry point. In turn, DLL_THREAD_ATTACH requires TLSIndex to be initialized.
|
vor 14 Jahren |
paul
|
270fb09e87
rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ansi and console code pages
|
vor 14 Jahren |
paul
|
5bf39cd1c1
rtl: remove ver2_2 define
|
vor 14 Jahren |
paul
|
836889fc64
rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE
|
vor 14 Jahren |