The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 4739762790 * Try to avoid deadlocks with worker threads:
* Add three separate try/except blocks:
       - Around thread create calls to handle fails in constructor
       - Around ProcessThreadResult calls
       - Around Terminate calls
    Set ErrorState and ErrorMessage if an exception is raised
    inside those try/except blocks.

git-svn-id: trunk@46684 -
2020-08-25 12:20:52 +00:00
compiler * Xtensa: fixed TCPUAddNode.second_cmpsmallset 2020-08-24 21:02:08 +00:00
installer
packages * Try to avoid deadlocks with worker threads: 2020-08-25 12:20:52 +00:00
rtl * Disable range and overflow checking inside softfpu implementation 2020-08-25 06:34:29 +00:00
tests * non-zero exit code on failure 2020-08-23 11:31:16 +00:00
utils * Expose ExtraUnits, remove hardcoded DTypesUnit, patch by Henrique Werlang (bug ID 37570) 2020-08-15 07:31:43 +00:00
.gitattributes * never create a regular temp for inline parameters that can be modified by 2020-08-23 11:27:59 +00:00
.gitignore Add zxspectrum, msxdos and amstradcpc list of unsupported OSes for most utils packages 2020-08-05 09:30:16 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile
Makefile.fpc