fpc/rtl/win
pierre bffd571f9d * win/sysos.inc: TTlsDirectory, new record type
Used to support TlsCallbacks.

    Tls callback code added inside
    ifdef FPC_USE_TLS_DIRECTORY.
    NOTE: This code needs compiler changes also to work.

  * win/systhread.inc:
    Exec_Tls_callback: Callback for main executable.
    Several new external variables:
    FreePascal_TLS_callback, FreePascal_end_of_TLS_callback
    need to be placed into .CRT$XL* section,
    using  name '.section .CRT$XLFPC __FPC_tls_callbacks'
    extension to be provided by compiler change.
    tls_callbacks : pointer; external name '___crt_xl_start__';
    tls_data_start : pointer; external name '___tls_start__';
    tls_data_end : pointer; external name '___tls_end__';
    provided by linker script.
    tls_index : DWord that will contain the automatic
    TlsIndex generated by executable launch code (not used by
    FPC code, but might be used by code from loaded objects).
    _tls_used: TTlsdirectory record.

  * win32/system.pp and win64/system.pp:
    Code to force loading of _tls_used record.

git-svn-id: trunk@17893 -
2011-07-01 10:40:35 +00:00
..
wininc * line > 255 chars wrapped 2011-06-03 13:02:30 +00:00
crt.pp * win crt unit returns #13 for numeric enter as well, resolves #13203 2009-12-21 09:59:04 +00:00
dos.pp * win/dos.pp: cleanup GetDiskFreeSpace related stuff, patch similar to sysutils.pp rev.16540. 2011-06-12 03:35:45 +00:00
dynlibs.inc * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
fpcmemdll.pp + sharemem unit 2006-08-11 22:05:37 +00:00
fpwinsockh.inc * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 2007-05-13 19:13:43 +00:00
keyboard.pp * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 2008-04-12 13:34:26 +00:00
messages.pp + more units for win64 2006-04-17 21:39:54 +00:00
mouse.pp * Fixed warnings. 2007-12-22 12:27:03 +00:00
printer.pp + more units for win64 2006-04-17 21:39:54 +00:00
sharemem.pp * Change to ptruint. 2007-07-05 07:35:12 +00:00
sockets.pp + add missing SHUT_* constants for fpshutdown() (aliases from winsock2) 2008-10-20 16:57:32 +00:00
sysdir.inc * ansistring versions of mk/rm/chdir in objpas, Mantis 15010. The os-dependant routines of *nix/os2/win/dos have been converted 2009-11-18 18:04:51 +00:00
sysfile.inc * Fix for Bug report 17550 2010-10-06 16:04:46 +00:00
sysheap.inc * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
sysos.inc * win/sysos.inc: TTlsDirectory, new record type 2011-07-01 10:40:35 +00:00
sysosh.inc + few package related declarations added 2007-06-28 17:50:11 +00:00
systhrd.inc * SysAllocateThreadVars: Make sure the data slot is only allocated once 2011-07-01 10:07:38 +00:00
sysutils.pp * Fixed compile error in FileCreate 2011-05-24 07:10:33 +00:00
syswin.inc * win/sysos.inc: TTlsDirectory, new record type 2011-07-01 10:40:35 +00:00
tthread.inc * On thread creation error, use a resourcestring message and textual representation of system error code. 2011-03-22 15:26:28 +00:00
varutils.pp * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). 2010-12-09 01:27:09 +00:00
video.pp * corrected wrong register in x86_64 asm 2010-08-19 08:52:37 +00:00
windirs.pp * Unit windirs does not need to depend on unit strings. 2011-06-12 02:56:40 +00:00
winevent.pp * avoid deadlock when shutting down the event handler thread 2007-11-11 22:27:29 +00:00
winres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
winsock2.pp * Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924 2010-11-13 15:51:43 +00:00
winsock.pp * PWSADAta was missing ^ to make it a pointer. 2009-10-23 19:01:35 +00:00