The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 8282d6e37a * do not create a global symbol in the middle of ansi/unicodestring
constants on Darwin, because its linker uses global symbols as delimiters
    of subsections for dead code stripping. This was previously solved by
    never making any ansistring constants smart linkable, which is now
    solved

git-svn-id: trunk@21328 -
2012-05-19 10:19:35 +00:00
compiler * do not create a global symbol in the middle of ansi/unicodestring 2012-05-19 10:19:35 +00:00
ide * removed single remaining use of a 1.0.x deprecated function. 2012-05-18 12:11:50 +00:00
installer + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
packages * No resource files for event monitor components 2012-05-18 13:58:36 +00:00
rtl * removed some deprecated functions (deprecated since 2.2.0/2007 times) 2012-05-18 12:11:06 +00:00
tests * replaced deprecated shell by fpsystem. 2012-05-19 09:00:37 +00:00
utils * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
.gitattributes * Add PostGres Event notification component from Ludo Brands (22060) 2012-05-18 12:19:09 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00
Makefile.fpc * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00