The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 55d40b4db6 r335 | jonas | 2012-02-11 17:22:41 +0100 (Sat, 11 Feb 2012) | 3 lines
Changed paths:
   M /trunk/MPPInterfaces/Files.pas

  * fixed DirIDType declaration (unsigned -> signed)
  * fixed last parameter of FSOpenFork() (SInt16 -> FSIORefNum)

git-svn-id: trunk@20312 -
2012-02-11 16:23:27 +00:00
compiler * Emit published method table into single object section (previously every method name was written into a section of its own), labels for method names no longer have to be global. 2012-02-11 13:51:29 +00:00
ide
installer
packages r335 | jonas | 2012-02-11 17:22:41 +0100 (Sat, 11 Feb 2012) | 3 lines 2012-02-11 16:23:27 +00:00
rtl * Access VMT members using TVmt record instead of pointer manipulations. 2012-02-11 10:16:50 +00:00
tests compiler: 2012-02-09 08:22:38 +00:00
utils * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
.gitattributes New file adapted from Darwin 2012-02-10 00:23:50 +00:00
.gitignore
Makefile
Makefile.fpc