The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe fba565d666 * use statvfs/fstatvfs on solaris instead of statfs/fstatfs, because the
latter are deprecated
  * replaced (wrong) statfs record definition with the definition of statvfs

git-svn-id: trunk@12815 -
2009-02-28 10:18:36 +00:00
compiler * store path information for source files in stabs debug info 2009-02-27 20:05:44 +00:00
ide * use directory separator from System unit 2009-02-25 21:28:41 +00:00
installer
packages * added new function for xsd enumerated types parsing to xmlxsd lib 2009-02-27 17:37:16 +00:00
rtl * use statvfs/fstatvfs on solaris instead of statfs/fstatfs, because the 2009-02-28 10:18:36 +00:00
tests * fixed AddDisk() in sysutils and dos units, and fixed memory leaks 2009-02-27 22:02:24 +00:00
utils
.gitattributes * fixed AddDisk() in sysutils and dos units, and fixed memory leaks 2009-02-27 22:02:24 +00:00
.gitignore
Makefile
Makefile.fpc