http://svn.freepascal.org/svn/fpc/trunk
r1386 (florian)
* fixed test, using := operator as type cast is now much stricter
git-svn-id: branches/fixes_2_0@1387 -
http://svn.freepascal.org/svn/fpc/trunk
r1299 (florian)
* exit_group isn't available on older linuxes, if exit_group fails, use exit
git-svn-id: branches/fixes_2_0@1300 -
http://peter@svn.freepascal.org/svn/fpc/trunk
r1265 (florian)
+ sqr uses sse on x86 if possible
* the result type of sqr is equal to the argument in case of usual floats
r1266 (florian)
+ use sse for sqrt if possible
* same optimization for sqrt as for sqr
git-svn-id: branches/fixes_2_0@1290 -
http://peter@svn.freepascal.org/svn/fpc/trunk
r1274 (florian)
* procedures containing nested procedures accessing their data can't be inlined, fixes ie in tcalfun8.pp
r1275 (florian)
* first ie of tb0468 fixed
r1276 (florian)
* hopefully final fix for the hinstance problem of libraries
r1279 (karoly)
* added SysResetFPU, which is required for MorphOS
git-svn-id: branches/fixes_2_0@1287 -
svn+ssh://peter@www.freepascal.org/FPC/svn/fpc/trunk
r1259 (peter)
* use exit_group syscall to also stop all threads
git-svn-id: branches/fixes_2_0@1260 -
http://svn.freepascal.org/svn/fpc/trunk
r1248 (florian)
+ overriding of inithandlers
r1249 (florian)
+ loading of components from resources
r1250 (florian)
* resources aren't case sensitive
* fixed installing of default component loading handler
r1252 (florian)
* zero out resource info record
r1253 (florian)
* we should zero out the data instead of the pointer
r1257 (florian)
* fixed fillchar parameters
git-svn-id: branches/fixes_2_0@1258 -
svn+ssh://peter@www.freepascal.org/FPC/svn/fpc/trunk
r1212 (sg)
* GLX is part of libGL (or libMesaGL), so don't try to load the lib again
* GLX now uses DLLFuncs, as the GL unit itself
r1213 (florian)
+ *stat wrappers for linux
r1214 (florian)
* first fixes for previous commit
r1215 (yury)
* ifdef for WinCE was added.
r1216 (peter)
* simple test for the bug
r1217 (michael)
+ Portugese Translation by Ari Ricardo Ody
r1218 (florian)
* fixed FPC_USE_LIBC on linux
r1219 (marco)
* FreeBSD 5.4 now needs linklib kvm
r1220 (marco)
* {$inline on in baseunix and some inlines in bunxovlh while I was at it
r1221 (marco)
* inlined few procs. Didn't inline makeraw since that triggers inline WITH bug.
r1223 (peter)
* fixed compilation with 2.0.x
r1227 (oro06)
* updated sqlite/testapiv3x.README
r1228 (sg)
* Added glxtest, contributed by Bart Tierens
r1239 (joost)
+ Implemented GetSchemaInfoSQ
+ Added support for OID and constand fields
r1240 (joost)
+ recreate is not supported by postgres
git-svn-id: branches/fixes_2_0@1242 -