The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 543faa46ad * do not inline functions/procedures called with things like "nil^"
(that can be passed to a const-by-reference or var parameter,
     but leads to errors when inlining)

git-svn-id: trunk@9281 -
2007-11-18 14:29:19 +00:00
compiler * do not inline functions/procedures called with things like "nil^" 2007-11-18 14:29:19 +00:00
fv
ide
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * regenerated for darwin/x86-64 2007-11-17 19:31:14 +00:00
rtl * fixed GetDirs in case the last character of the passed directory 2007-11-17 19:53:33 +00:00
tests * make call by value stdcall for records and arrays delphi compatible 2007-11-18 12:53:55 +00:00
utils * another example 2007-11-14 23:16:55 +00:00
.gitattributes * make call by value stdcall for records and arrays delphi compatible 2007-11-18 12:53:55 +00:00
.gitignore
Makefile
Makefile.fpc