The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn c2b0256869 - don't define 'CPU8086' on the i8086 target, because it clashes with the
selected instruction set define (CPU8086/CPU80186/CPU80286, etc.)
  For a generic i8086 target define, 'CPUI8086' should be used instead of
  'CPU8086'.

git-svn-id: trunk@33006 -
2016-01-26 00:33:02 +00:00
compiler - don't define 'CPU8086' on the i8086 target, because it clashes with the 2016-01-26 00:33:02 +00:00
ide
installer
packages * re-enabled SEM_GETNCNT..SEM_SETALL for Darwin, after they were disabled 2016-01-24 21:37:40 +00:00
rtl * Patch from Ondrej Pokorny to make Trect methods more Delphi compatible (Bug ID 29479) 2016-01-24 15:16:18 +00:00
tests * forgotten commit to redir.ExecuteProcess 2016-01-24 15:25:59 +00:00
utils * pas2jni: Fixed handling of global procvars. 2016-01-25 15:43:12 +00:00
.gitattributes * Remove redundant files 2016-01-24 15:18:25 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00
Makefile.fpc * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00