florian
|
1ba8255af0
* do not try to unroll a loop if previously an error was thrown, resolves #37475
|
hace 5 años |
ondrej
|
9fca033ac3
sql parser: unify identifier path code
|
hace 5 años |
yury
|
f7d14128b5
* 8086: Do not force far calls in the TP mode by default. This is TP compatible. Other modes need forced far calls by default in order to compile non-TP code.
|
hace 5 años |
yury
|
9d3b105fab
* msdos: By default external routine names with the pascal calling convention must be all upper case. This is TP and TASM compatible.
|
hace 5 años |
yury
|
631ec77157
* 8086: Fixed calling of local routines with the near attribute in the 'far code' memory models.
|
hace 5 años |
ondrej
|
38c7659d07
TEncoding: fix base convert functions for empty inputs
|
hace 5 años |
ondrej
|
56613723b9
sql parser: fix source position
|
hace 5 años |
ondrej
|
0fb6419edd
sql parser: support CASE expression
|
hace 5 años |
yury
|
887de9f27c
* Fixed nasm writer by adding a new line after the GLOBAL directive.
|
hace 5 años |
ondrej
|
6caf046df2
sql parser: support LIMIT for FireBird/MSSQL/Postgres/MySQL
|
hace 5 años |
michael
|
dfca0bf9c8
* Improved exception handling, patch by Henrique Werlang (bug ID 37567)
|
hace 5 años |
ondrej
|
0ca6707e95
sql parser: support []-identifiers
|
hace 5 años |
michael
|
2c545f3afe
* Patch from Henrique Werlang to improve generation of IsImpl (bug ID 37510)
|
hace 5 años |
ondrej
|
67d2c51b8d
sql parser: add test for SQL generation of fields with path
|
hace 5 años |
ondrej
|
97ced59af0
sql parser: support field with schema
|
hace 5 años |
ondrej
|
49f1d08467
sql parser: change Functions to Properties for better debugging
|
hace 5 años |
ondrej
|
f368c848a5
sql parser: support table with schema
|
hace 5 años |
florian
|
ac6f74a6a2
* patch by Christo Crause to make nostackframe with the windowed xtensa abi working, resolves #37550
|
hace 5 años |
yury
|
aefc1be555
* Reverted accidentally committed files.
|
hace 5 años |
yury
|
7b65f85a0b
* Accidental commit.
|
hace 5 años |
michael
|
98d5654678
* Fix range check error (bug ID 37566)
|
hace 5 años |
michael
|
afcc7e0090
* Fix memleak
|
hace 5 años |
michael
|
d6760f0ded
* Avoid reallocating string when parsing unicode char (bug ID 0037562)
|
hace 5 años |
svenbarth
|
8ae16284f2
- remove Writelns from JSONStringToString which were probably adding for debugging
|
hace 5 años |
svenbarth
|
17d583a419
* fix for Mantis #37559: the adjustment of the section type should only be done for internal COFF writers
|
hace 5 años |
svenbarth
|
dc4637862f
+ add a constant that describes all internal COFF writers (be it PE/COFF or not)
|
hace 5 años |
svenbarth
|
fbb8e161fa
+ add test for already fixed Mantis #37286
|
hace 5 años |
florian
|
43d66a4ac8
* it's usefull to enable the test for all platforms
|
hace 5 años |
florian
|
cdd80c131d
+ forgotten test
|
hace 5 años |
florian
|
c37f6c052e
* patch by J. Gareth Moreton: fix constant handling on aarch64, resolves #37554
|
hace 5 años |