The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 304a8f4db7 * only insert the current list of pc-relative data if it's not empty,
solves the problem whereby an empty list could sometimes be inserted
    after a jump table load (in case the jump table was larger than the
    maximally allowed offset, and if there was a skipinstr between the
    previous instruction and the jump table load) (mantis #17164)

git-svn-id: trunk@15831 -
2010-08-16 20:17:07 +00:00
compiler * only insert the current list of pc-relative data if it's not empty, 2010-08-16 20:17:07 +00:00
ide * add *.dpr and *.lpr to the Pascal highlight extensions 2010-06-15 07:49:06 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages Adds a Corel Draw file format explorer and starts implementing the CDR reader in fpvectorial 2010-08-16 15:00:54 +00:00
rtl Removes non-working constant from wince rtl, see bug #15062 2010-08-16 09:38:31 +00:00
tests * only insert the current list of pc-relative data if it's not empty, 2010-08-16 20:17:07 +00:00
utils * stuff interface implementation data into contentfile. 2010-08-16 03:22:39 +00:00
.gitattributes * only insert the current list of pc-relative data if it's not empty, 2010-08-16 20:17:07 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00