The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 14b95b3b9b * always force range checking for the upper and lower bounds of for-loops if
they are constants (instead of only on 32 bit systems), and always use the
    actual upper/lower bound of the loop variable instead of hardcoding the
    bounds of longint (mantis #17646)

git-svn-id: trunk@16213 -
2010-10-24 14:55:48 +00:00
compiler * always force range checking for the upper and lower bounds of for-loops if 2010-10-24 14:55:48 +00:00
ide + disable UserScreen for now on Amiga/MorphOS, dummy implementation causes more trouble than it solves 2010-10-21 23:44:17 +00:00
installer + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
packages * xmlread.pp, continued reducing DOM dependencies: 2010-10-23 18:20:49 +00:00
rtl Fixed conversion from string to enum value for 64 bit platforms requiring proper alignment (e.g. ppc64/linux) 2010-10-23 20:19:32 +00:00
tests * always force range checking for the upper and lower bounds of for-loops if 2010-10-24 14:55:48 +00:00
utils * build fpcres also for haiku (patch by Olivier Coursière, mantis #17696) 2010-10-23 19:53:36 +00:00
.gitattributes * always force range checking for the upper and lower bounds of for-loops if 2010-10-24 14:55:48 +00:00
.gitignore * updated ptc 2010-09-19 22:10:28 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00