The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 3eec0569be * fixed shared library initialisation for FPC-compiled libraries
when linked to FPC-compiled programs under linux/i386 which
    do not use libc + test (mantis #8730). Programs which do use
    libc and other linux targets have to be fixed in a similar
    way until we properly fix everything by not exporting
    any symbols at all from shared libraries by default (and
    only those appearing in the "exports" section).

    Finalisation does not work yet either for FPC-compiled
    programs on linux/anything.

git-svn-id: trunk@10495 -
2008-03-15 23:28:09 +00:00
compiler * fixed shared library initialisation for FPC-compiled libraries 2008-03-15 23:28:09 +00:00
ide * use UpdateCrc32 instead of Crc32 2008-01-17 19:58:32 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * simplify compile states 2008-03-13 21:07:19 +00:00
rtl * fixed shared library initialisation for FPC-compiled libraries 2008-03-15 23:28:09 +00:00
tests * fixed shared library initialisation for FPC-compiled libraries 2008-03-15 23:28:09 +00:00
utils * also build fpcres* for solaris 2008-03-13 10:57:40 +00:00
.gitattributes * fixed shared library initialisation for FPC-compiled libraries 2008-03-15 23:28:09 +00:00
.gitignore * base removed 2008-01-27 17:32:57 +00:00
Makefile * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00
Makefile.fpc * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00