The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a311607ca6 * do not convert the second argument of inc/dec(ptrtype,value) into a
pointer, because that will force "value" to become unsigned, which
    result in errors in case of negative 64bit constants in case they
    are multiplied by the size of the pointed type in ncginl (the
    tconstexprint type operators have to handle positive and
    negative numbers differently) (mantis #17342)

git-svn-id: trunk@15951 -
2010-09-08 15:33:43 +00:00
compiler * do not convert the second argument of inc/dec(ptrtype,value) into a 2010-09-08 15:33:43 +00:00
ide + Use SetTbreak method 2010-08-24 13:35:36 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * Hercules support added (tested with dosbox, machine=hercules) 2010-09-07 20:56:08 +00:00
rtl + added {$asmmode gas} directives to fix compiling when fpc.cfg contains 2010-09-08 14:40:38 +00:00
tests * do not convert the second argument of inc/dec(ptrtype,value) into a 2010-09-08 15:33:43 +00:00
utils * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkg 2010-08-29 19:50:19 +00:00
.gitattributes * do not convert the second argument of inc/dec(ptrtype,value) into a 2010-09-08 15:33:43 +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