Jonas Maebe
|
d6d411442b
* more small indentation fixes
|
15 жил өмнө |
Jonas Maebe
|
e66dbe1317
* fixed indentation of for-in code
|
15 жил өмнө |
florian
|
af3eee54cd
* make nested comment warning go away
|
15 жил өмнө |
Jonas Maebe
|
a48a37d38b
* fixed extended syntax checking {$x-} by moving it from the typecheck pass
|
15 жил өмнө |
Jonas Maebe
|
88f5addd1c
* do not typecheck statements before checking whether they are valid,
|
15 жил өмнө |
Jonas Maebe
|
d60e1f674c
* automatically try to call procvars that are subscripted or used in a
|
15 жил өмнө |
florian
|
c6ffbe9eda
* support string constants > 255 chars
|
15 жил өмнө |
paul
|
009ef9184d
compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things
|
15 жил өмнө |
florian
|
448f3d99c1
* cleanup of case <string> of code by Sergei Gorelkin, resolves #13700
|
15 жил өмнө |
paul
|
d89463588c
compiler: don't compile incorrect statements if operators are involved (issue #0015338) + test
|
15 жил өмнө |
Jonas Maebe
|
40f88809af
* don't error out or generate invalid code for "with x do ;"
|
15 жил өмнө |
Jonas Maebe
|
559e284bd0
* merged r13762-14047 from trunk
|
15 жил өмнө |
paul
|
aa5a5e79ce
merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994:
|
15 жил өмнө |
florian
|
44aed2af60
o patch by Michael Denisenko, resolves #14734:
|
16 жил өмнө |
Jonas Maebe
|
d34276c575
--- Merging r13696 through r13760 into '.':
|
16 жил өмнө |
florian
|
02eeb3dad6
o update by Michael Denisenko for case <string> of
|
16 жил өмнө |
Jonas Maebe
|
ed9656d1e6
Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-13658,13660,13664-13667,13672-13675,13680,13682,13687 via svnmerge from
|
16 жил өмнө |
florian
|
cf215d5097
o patch by Michael V. Denisenko to handle case <string> of (see also #13700)
|
16 жил өмнө |
Jonas Maebe
|
a149674a75
Merged revisions 13458-13596 via svnmerge from
|
16 жил өмнө |
florian
|
c0d4efed2e
* forbid passing derived classes to call by reference parent classes (for objects, this is still allowed), resolves #13135
|
16 жил өмнө |
Jonas Maebe
|
5a2ccfff52
--WARNING: start build process with FPC 2.2.4; won't work when
|
16 жил өмнө |
Jonas Maebe
|
3dd32daa03
* always create a temp for MacPas objects in with-expressions (mantis
|
16 жил өмнө |
yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
17 жил өмнө |
florian
|
19e723c869
* germanism fixed (aktexceptblock -> current_exceptblock)
|
17 жил өмнө |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 жил өмнө |
florian
|
bc73f9021c
Merged revisions 5891-10167,10169-10180 via svnmerge from
|
17 жил өмнө |
peter
|
505e4f7809
* don't give illegal expression for errorn statements. The error is already given
|
17 жил өмнө |
florian
|
50cc61c8fd
* ignore register list in pure assembler routines, resolves #9335
|
18 жил өмнө |
Jonas Maebe
|
12b4f034ea
* only allow using array elements as for-loop counter variables
|
18 жил өмнө |
peter
|
6434772c3c
* error message when a goto label is optimized away
|
18 жил өмнө |