reiniero
|
83a236f9b3
* revert previous commit - was due to a misunderstanding: TestFloatParamQuery already covers the bug.
|
vor 12 Jahren |
reiniero
|
9ad462590a
* fcl-db: dbtestframework: add test for parameter .AsFloat; bug #24728
|
vor 12 Jahren |
joost
|
531ce2dfc2
* If one include-file is resolved, do not stop resolving the other include-files
|
vor 12 Jahren |
joost
|
23f065faa0
* Resolve files for all targets before the creation of an archive
|
vor 12 Jahren |
nickysn
|
a8729ca784
+ added test for the div/mod bug fixed in r24247
|
vor 12 Jahren |
florian
|
912268b1b9
* make loop unrolling dependent on the cpu optimization type instead of the instruction set
|
vor 12 Jahren |
nickysn
|
db541b59fa
- disallow calling tai_symbol_end.Createname with a symbol name that isn't yet defined
|
vor 12 Jahren |
florian
|
b262b4d76b
* fix loop unrolling of for in loops
|
vor 12 Jahren |
paul
|
24f8623490
rtl, utils: apply patch from Inoussa (mantis #24158):
|
vor 12 Jahren |
Jonas Maebe
|
fb8fb29574
* record/use the code page of string constants typecasted to an ansistring
|
vor 12 Jahren |
michael
|
41b3ebe844
* Fixed bug #24813
|
vor 12 Jahren |
michael
|
5fa6d73619
* Fixed bug #24814
|
vor 12 Jahren |
Tomas Hajny
|
00a0bf992f
* SHUT_* constants added for improved compatibility to other platforms
|
vor 12 Jahren |
Tomas Hajny
|
5f1b12573f
* fix for a typo in previous commit (SocketClose->CloseSocket)
|
vor 12 Jahren |
nickysn
|
d0fa5fff8c
* use Tai_const.Create_nil_dataptr in TVMTWriter.intf_gen_intf_ref for writing the nil value for the GUID ptr of Corba interfaces
|
vor 12 Jahren |
nickysn
|
875e676441
* use Create_nil_dataptr in objectdef_rtti_class_full() when writing the current vmt address for objects that have no vmt
|
vor 12 Jahren |
nickysn
|
a000d65447
* use Taiconst.Create_nil_codeptr when writing nil values for abstract methods in TVMTWriter.do_gen_published_methods
|
vor 12 Jahren |
marco
|
0c3f9d73c9
* old comment removed. closesocket is considered stable now.
|
vor 12 Jahren |
Tomas Hajny
|
9c68645784
* more complete fix for bug #24802 (use SocketClose instead of FileClose on all platforms)
|
vor 12 Jahren |
Tomas Hajny
|
2015c55bf1
+ additional constants added to unit sockets to make it more complete and improve compatibility with implementation for other platforms
|
vor 12 Jahren |
nickysn
|
259bb5421e
* tobjectdef.vmtmethodoffset updated to take into account the current i8086 memory model code pointer size
|
vor 12 Jahren |
nickysn
|
b85f87620c
* use Tai_const.Create_nil_dataptr for creating the nil pointers located before the method table in the class vmt
|
vor 12 Jahren |
nickysn
|
0bdd9db7a2
* terminate the list of virtual method pointers in the vmt with Tai_const.Create_nil_codeptr
|
vor 12 Jahren |
nickysn
|
728e8c62a7
* virtual method pointers in the objpas.TVmt record declared as codepointer; the vmtXXX constants also fixed
|
vor 12 Jahren |
nickysn
|
9b364f4989
* use Tai_const.Create_nil_dataptr instead of Tai_const.Create_sym(nil) when writing nil for the parent vmt pointer
|
vor 12 Jahren |
Tomas Hajny
|
c8221c4196
* fix breakage of the OS/2 RTL
|
vor 12 Jahren |
Károly Balogh
|
614afca755
ARM: try to inline 64bit multiplication for the most common cases instead of calling FPC_MUL_ helpers (results in 5-10x speedup)
|
vor 12 Jahren |
Jonas Maebe
|
fcbc435435
* only call findclose if findfirst succeeded
|
vor 12 Jahren |
marco
|
ba263f162b
* call closesocket for mswindows instead of fileclose. Probably needs to be checked for Amiga and OS/2 too.
|
vor 12 Jahren |
sergei
|
1f8a67f552
+ Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil.
|
vor 12 Jahren |