The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 91eac4986d + mouse unit for go32v2: implement a 'hide count' for the custom drawn mouse
cursor, so it behaves consistently with the cursor drawn by the int 33h
  mouse driver

git-svn-id: trunk@28981 -
2014-11-04 01:47:27 +00:00
compiler Removed vecn nodes from constant pointer address calculations to absolute variables, since only subscripts were being handled leading to problems like those described in issue #17118. 2014-11-03 20:12:19 +00:00
ide * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 2014-11-03 12:42:33 +00:00
installer * support for 7 additional packages, maximum number of packages/tab in installer increased to 45 2014-10-23 23:14:30 +00:00
packages + mouse unit for go32v2: implement a 'hide count' for the custom drawn mouse 2014-11-04 01:47:27 +00:00
rtl * make FPC RTL again compatible to OS/2 2.x (avoid using DosAllocThreadAlloc/FreeMemory if not available while keeping to use them if possible) 2014-11-03 21:05:32 +00:00
tests * Fixed RTTI name mangling for nested types, resolves #26069. 2014-11-01 14:54:16 +00:00
utils * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 2014-11-03 12:42:33 +00:00
.gitattributes * Fixed RTTI name mangling for nested types, resolves #26069. 2014-11-01 14:54:16 +00:00
.gitignore * Removed empty directories 2014-11-01 20:05:33 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Add missing closing brace for error function 2014-10-22 14:58:01 +00:00
Makefile.fpc Add missing closing brace for error function 2014-10-22 14:58:01 +00:00