The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
ivost c0e9be49b8 * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$
* merged IOffset and EntryOffset of TInterfaceEntry. The meaning of IOffset depends now on IType
    * to optimize: IOffset and FieldOffset of TImplementedInterface can be merged also! fpc still generate an interfacetable entry even for interfaces that aren't implemented in the current class (redirected by IMPLEMENTS keyword)

git-svn-id: trunk@6206 -
2007-01-26 20:58:46 +00:00
compiler * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ 2007-01-26 20:58:46 +00:00
fcl * Fix for mantis bug #8213 2007-01-25 22:14:27 +00:00
fv * symbian support 2007-01-18 20:24:44 +00:00
ide * on CtrlF1, first do an exact name search, only allow longer names if exact is not found 2007-01-22 04:32:07 +00:00
installer * symbian support 2007-01-18 20:24:44 +00:00
packages * Echo -> cp 2007-01-24 12:47:42 +00:00
rtl * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ 2007-01-26 20:58:46 +00:00
tests + test 2007-01-26 17:40:30 +00:00
utils * also remove fplnet for targets without sockets unit support 2007-01-24 03:40:25 +00:00
.gitattributes + test 2007-01-26 17:40:30 +00:00
.gitignore * rtl part of first Nintendo DS port 2006-12-14 17:34:51 +00:00
Makefile * symbian support 2007-01-18 20:24:44 +00:00
Makefile.fpc * ignore error if no build stamp was found 2006-10-29 09:53:27 +00:00