The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 5c67fcc43f + change always floating point divisions into multiplications if they are a power of two,
this is an exact operation so it is always allowed
* change only divisions by normal numbers into multiplications

git-svn-id: trunk@29085 -
2014-11-16 20:47:38 +00:00
compiler + change always floating point divisions into multiplications if they are a power of two, 2014-11-16 20:47:38 +00:00
ide * do not hide the cursor after returning from the output screen, because it may have to be visible (if e.g. the editor window has the focus); instead, cursor state should be restored in UserScreen^.SwitchBackToIDEScreen 2014-11-16 19:09:25 +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 * fixed the go32v2 mouse unit for 40 column modes 2014-11-13 23:07:48 +00:00
rtl + implements TExtended80Rec, TDoubleRec, TSingleRec 2014-11-16 20:47:33 +00:00
tests + implements TExtended80Rec, TDoubleRec, TSingleRec 2014-11-16 20:47:33 +00:00
utils * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
.gitattributes + implements TExtended80Rec, TDoubleRec, TSingleRec 2014-11-16 20:47:33 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
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