yury
|
fa0b2b2c85
* Skip this test for android.
|
12 жил өмнө |
yury
|
8936ee983c
* Fixed ifdefs linux to unix.
|
12 жил өмнө |
yury
|
d52ead284e
* Enable more tests for android.
|
12 жил өмнө |
yury
|
04902a15f9
* Fixed AnsiStrLComp() and AnsiStrLIComp().
|
12 жил өмнө |
yury
|
f55c3a0331
* Fixed stupid copy-paste error.
|
12 жил өмнө |
yury
|
23b95a4d70
* Regenerated all makefiles.
|
12 жил өмнө |
yury
|
2fc220cc6c
* Regenerated makefiles.
|
12 жил өмнө |
yury
|
3cd3b50104
* Fixed conflict of native android and java android targets.
|
12 жил өмнө |
yury
|
281768b145
* Set stackalign field.
|
12 жил өмнө |
yury
|
d26f0552a0
* Sync with trunk r23404.
|
12 жил өмнө |
yury
|
87df3ab325
* Enable more tests for android.
|
12 жил өмнө |
michael
|
cce67cf5ae
* Fixed case where connection is closed gracefully (Bug ID 23386)
|
12 жил өмнө |
yury
|
87f14b072f
* Use collation when comparing strings.
|
12 жил өмнө |
yury
|
2e58240861
* If there is no HOME directory, the current dir must be used.
|
12 жил өмнө |
yury
|
8333a4d000
* Fixed expanding ~ if there is no HOME env var set.
|
12 жил өмнө |
pierre
|
2b300ec2b4
Add breakpoint at Verbose.GenerateError procedure
|
12 жил өмнө |
pierre
|
6d8b1e03d7
Increase status.errorcount only inside GenerateError procedure, to simplify debugging
|
12 жил өмнө |
Almindor
|
235bda8746
* remove old cdecl record hack, fixes linker errors with aspell on mac os x
|
12 жил өмнө |
paul
|
38da152b11
tests: fixed test
|
12 жил өмнө |
paul
|
b2a613c17f
compiler: implement record constructors + tests
|
12 жил өмнө |
paul
|
51825b6f2e
compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation)
|
12 жил өмнө |
sergei
|
4c84febfae
* InterlockedIncrement/Decrement must return the modified value, not the initial one. Fixes a number of interface memory leaks in MIPS test suite. The functions remain not thread-safe yet.
|
12 жил өмнө |
sergei
|
b35d04ffa8
* MIPS: methodpointers must be compatible with records; since records are never passed by address in this ABI, so must be methodpointers. Fixes webtbs/tw9141.pp.
|
12 жил өмнө |
yury
|
5254f8e572
* Make sure that the thread has been started, before destroying the event.
|
12 жил өмнө |
yury
|
4cec8df547
* Do not use DOS code pages for Android. Now all CP string tests pass on Android.
|
12 жил өмнө |
yury
|
a5182d6487
* Use more common code pages 1251 and 1252 instead of old DOS code pages (not available on Android). There is Euro symbol character that has different code in 1251 and 1252 code pages. Use it for tests.
|
12 жил өмнө |
sergei
|
d2758265e3
* MIPS int->real conversion: When converting unsigned to single, load it into 64-bit FP register, otherwise further subtracting a 64-bit offset leads to invalid result. Fixes tw17714.pp.
|
12 жил өмнө |
sergei
|
b5eecab582
* Procvars (methodpointers) must be treated as records, too. Fixes tw12318.pp and tw14155.pp after r23377.
|
12 жил өмнө |
yury
|
09e2ec28e6
* Skip 2 tests for android, since they require local execution.
|
12 жил өмнө |
yury
|
32551f3c6b
* Fixed running library tests on android.
|
12 жил өмнө |