mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 12:50:23 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Note: The only RTL where this could lead to problems is for BeOS with the old threading implementation as this does not use "BeginThread" at all (the newer implementation does). rtl/objpas/classes/classes.inc, TThread.Destroy: * call "CloseThread" if the thread handle is valid (mimics the logic of the Windows RTL) rtl/win/tthread.inc, TThread.SysDestroy: * remove the call to "CloseHandle"; this is done by "CloseThread" afterwards git-svn-id: trunk@24313 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |