joost
|
97f2a80d0d
* Implemented descending indexes, for those too lazy to use last-prior-prior ;)
|
17 years ago |
joost
|
0aacad124c
* Placed warning in the code that RowsAffected does not work properly with range-checking
|
17 years ago |
yury
|
f82028ec50
* Removed unused local var.
|
17 years ago |
yury
|
20a12503b8
* Fixed fpc_shortstr_to_shortstr for arm.
|
17 years ago |
joost
|
a27c5a8af5
* Fix testLargeIntValues
|
17 years ago |
yury
|
348e30958e
* If object has VMT, properly align whole object instance if target CPU requires alignment. It fixes usage of static object instances created as var or const on CPUs which require alignment.
|
17 years ago |
yury
|
4341b18461
* Fixed cleanroom implementation of DoVarClearArray. It fixes tw9098.
|
17 years ago |
michael
|
d8fdb83aa2
* Fixed access violation
|
17 years ago |
Jonas Maebe
|
76e23fc54e
* fixed internalerror when having to choose between different
|
17 years ago |
Jonas Maebe
|
81ad9ea6e8
* fixed typo in r10602 causing the names of all record structures of
|
17 years ago |
Jonas Maebe
|
af44dfc40b
o BeOS fixes from Olivier Coursière:
|
17 years ago |
michael
|
6650d151f6
* Fixed (hopefully) childpos writing
|
17 years ago |
Jonas Maebe
|
668d1283a9
+ test for already fixed mantis 11053
|
17 years ago |
yury
|
3dc94e678d
* Fixed fpc_shortstr_assign for arm.
|
17 years ago |
yury
|
a9295d1c66
* On windows event can not be "abandoned". Skip this part of the test.
|
17 years ago |
yury
|
adeafe6ef4
* Updated readme about running test suite on arm-wince device.
|
17 years ago |
yury
|
62e616cae0
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
|
17 years ago |
yury
|
bc50a7fd6c
* Removed unused vars.
|
17 years ago |
yury
|
9472825478
* Fixed warnings.
|
17 years ago |
yury
|
5dc6e54925
* Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
|
17 years ago |
yury
|
0399268e0a
* Fixed packages building for wince.
|
17 years ago |
joost
|
654898d11a
* Moved code to clear calculated fields from TDataset to TBufDataset, based on patch from Petr Kristan
|
17 years ago |
marco
|
36b557b142
* quick test successful -> commit
|
17 years ago |
florian
|
951a202e5d
* fix by Jan Bruns for #11042: improves reading of references on arm
|
17 years ago |
florian
|
6c5471f324
* don't destroy LastError when resolving a threadvar on windows, resolves #10205 (?)
|
17 years ago |
michael
|
fce221f9b4
* Added clocale.pp from Petr Kristan
|
17 years ago |
Jonas Maebe
|
42a4684f60
* use global label to refer enum subrange type for setdefs
|
17 years ago |
joost
|
1a4ee73146
* Added NoWideStringSupport runtime error
|
17 years ago |
michael
|
d20636a319
* Fix from Petr Kristan to remofe timereformat (kills AM/PM)
|
17 years ago |
joost
|
dd348c8093
* Patch from Petr Kristan to fix TDataSet.SetFieldDefs
|
17 years ago |