The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 722d48c8c2 * only return an error if locking a file fails when the file is already
locked, but not when another error occurs (such as EsysNOLCK, because
    this error may always be returned if the kernel doesn't support
    locking, in which case programs such as fpcmake no longer work on
    such systems)

git-svn-id: trunk@14350 -
2009-12-07 13:30:19 +00:00
compiler Adds mipsel lazarus project 2009-12-07 13:04:05 +00:00
ide * another minor incompatibility 2009-12-06 21:05:51 +00:00
installer
packages * Updated to devkitARM r27 and libnds 1.4.0 2009-12-06 19:37:58 +00:00
rtl * only return an error if locking a file fails when the file is already 2009-12-07 13:30:19 +00:00
tests * made test names unique (if you overwrite an existing binary with another 2009-12-04 21:06:33 +00:00
utils * haiku now an unix, Mantis 15032 2009-12-04 13:03:41 +00:00
.gitattributes Adds mipsel lazarus project 2009-12-07 13:04:05 +00:00
.gitignore
Makefile
Makefile.fpc