#fpc #freepascal #compiler #fpcobj #pascal

sergei 141b2f7066 * arcsin and arccos: improve accuracy at small arguments by replacing sqr(1-x*x) with sqr((1-x)*(1+x)). 12 years ago
compiler b6d279d4aa * don't transform div-by-power-of-2 into a shift when overflow checking is 12 years ago
ide 5f744ff355 * fixed spelling error and updated link where to download the html docs 12 years ago
installer 1bea98995b * regenerated fpcmake makefiles after r25642 12 years ago
packages f02dd9fde9 fcl-db: sqldb: formatting + add default information schema query for SchemaType=stProcedures (for those TSQLConnection descendants, which does not implement own schema query use sql standard) 12 years ago
rtl 141b2f7066 * arcsin and arccos: improve accuracy at small arguments by replacing sqr(1-x*x) with sqr((1-x)*(1+x)). 12 years ago
tests b6d279d4aa * don't transform div-by-power-of-2 into a shift when overflow checking is 12 years ago
utils 926c1ba657 Fix extension od dxegen.pp source in fpmake 12 years ago
.gitattributes b6d279d4aa * don't transform div-by-power-of-2 into a shift when overflow checking is 12 years ago
.gitignore 04df0d537e * more finegrained parallelism support for testsuite runs: the tests are no 13 years ago
Makefile e219b8387e * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 12 years ago
Makefile.fpc e219b8387e * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 12 years ago
fpmake.pp df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 years ago
fpmake_add1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 years ago
fpmake_proc1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 years ago