The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 92c7553818 * fixed wrong freeing of system threads when a tthread is freed
(first threadfunc would call endthread -> detach+pthread exit,
     and then tthread.destroy would waitfor -> pthread_join for
     this pthread, while you cannot join a detached thread)
  * cleaned up freeing an InitiallySuspended thread

git-svn-id: trunk@3889 -
2006-06-18 12:35:44 +00:00
compiler * fixed compilation 2006-06-17 21:33:08 +00:00
fcl * Support for file type parsing (part 2) 2006-06-12 20:08:12 +00:00
fv * Handle video initialization failure. 2006-06-11 10:11:34 +00:00
ide * small fixes due to tcentre 2006-06-16 20:04:22 +00:00
installer * use -P for cross compile 2006-04-23 18:53:29 +00:00
packages * removed debug writeln from init section 2006-06-10 09:46:18 +00:00
rtl * fixed wrong freeing of system threads when a tthread is freed 2006-06-18 12:35:44 +00:00
tests * optimize away "x mod 1" and "x div 1" + test (ppc code generator handled 2006-06-15 15:53:43 +00:00
utils * Take link contents into account when writing seealso section 2006-06-13 22:54:59 +00:00
.gitattributes * optimize away "x mod 1" and "x div 1" + test (ppc code generator handled 2006-06-15 15:53:43 +00:00
.gitignore * win64 compile fixes 2006-04-20 11:16:46 +00:00
Makefile * use -P for cross compile 2006-04-23 18:53:29 +00:00
Makefile.fpc * reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet) 2006-04-20 08:50:08 +00:00