The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei cd44c5f45c Win32 and Win64, fixed DLL exit sequence, resolves #14603:
* Unwind to DllEntry context only if called from DllEntry. Otherwise, terminate the entire process, making sure that RTL won't be finalized twice.
* Call DLL_process_detach_hook before RTL is finalized, not after.

git-svn-id: trunk@20367 -
2012-02-16 23:39:03 +00:00
compiler * Fix loss of OPT variable content on last part of cross-cpu cycles 2012-02-16 14:26:12 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages packages: add opengl as required for win32 and win64 for gtk1 2012-02-16 06:46:00 +00:00
rtl Win32 and Win64, fixed DLL exit sequence, resolves #14603: 2012-02-16 23:39:03 +00:00
tests tests: fix test for systems where widestring=unicodestring 2012-02-16 00:57:46 +00:00
utils * Added support for conditional notes 2012-02-13 13:45:37 +00:00
.gitattributes * Cleaned out code marked as originated from glibc: 2012-02-14 16:09:45 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * some Makefiles regenerated to support mips-linux 2012-02-04 09:50:03 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00