#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 年之前
compiler b6d279d4aa * don't transform div-by-power-of-2 into a shift when overflow checking is 12 年之前
ide 5f744ff355 * fixed spelling error and updated link where to download the html docs 12 年之前
installer 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
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 年之前
rtl 141b2f7066 * arcsin and arccos: improve accuracy at small arguments by replacing sqr(1-x*x) with sqr((1-x)*(1+x)). 12 年之前
tests b6d279d4aa * don't transform div-by-power-of-2 into a shift when overflow checking is 12 年之前
utils 926c1ba657 Fix extension od dxegen.pp source in fpmake 12 年之前
.gitattributes b6d279d4aa * don't transform div-by-power-of-2 into a shift when overflow checking is 12 年之前
.gitignore 04df0d537e * more finegrained parallelism support for testsuite runs: the tests are no 13 年之前
Makefile e219b8387e * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 12 年之前
Makefile.fpc e219b8387e * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 12 年之前
fpmake.pp df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 年之前
fpmake_add1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 年之前
fpmake_proc1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 年之前