The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2014-08-29 18:18:17 +00:00
compiler + MIPS: support floating point conditions in its emulated flags, on MIPS4+ convert such flags to registers using conditional move instructions (i.e. without branching). For older cores generated code remains the same. 2014-08-29 18:18:17 +00:00
ide AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
installer AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
packages fcl-db: base: if either MinValue or MaxValue is <> 0 then use range MinValue-MaxValue instead of MinRange-MaxRange (for TLongintField). It is compatible with other Fields and allows set range 0-X or X-0. Bug #26606 2014-08-28 12:28:36 +00:00
rtl amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start with ASYS, to avoid confusion on AmigaOS, so more to come 2014-08-28 21:50:05 +00:00
tests * merged new changes to avx2 branch (AVX2 vectory-memory support) by Torsten Grundke 2014-08-27 21:06:23 +00:00
utils * apply patch from issue #26635, dealing with exe extension. 2014-08-26 21:06:52 +00:00
.gitattributes amunits: fixed exec unit to actually build... 2014-08-26 22:57:20 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
Makefile.fpc