joost
|
683f59a70c
* Fixed test TestAddDblIndex
|
17 years ago |
joost
|
a681f946f8
* Do not search for a semicolon anymore to check if there is more then one field in FieldValues
|
17 years ago |
yury
|
cf235145cb
* Fixed a_load_reg_reg for arm.
|
17 years ago |
michael
|
92d83f61a2
* Patch from Giulio Bernardi to fix installation
|
17 years ago |
Jonas Maebe
|
7901625134
* call finalization routine of dynamic linker before exiting (forgot to
|
17 years ago |
yury
|
18e663240a
* Fixed AnsiXXX string handling routines.
|
17 years ago |
joost
|
809d16257b
* Case-insensitive indexes support
|
17 years ago |
joost
|
d7983c3936
* Removed obsolete code
|
17 years ago |
Jonas Maebe
|
a3b877247c
* don't perform call/jmp into push/jmp in case we're generating
|
17 years ago |
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 |