peter
|
67e16340be
* revert r8118
|
18 years ago |
daniel
|
21293f5818
+ Add common type integer promotion.
|
18 years ago |
florian
|
fa2a2b0bd0
* generics without specialization can't be used as a type, resolves #9225
|
18 years ago |
Jonas Maebe
|
c6ffa724f3
* clarified pointer->integer warning
|
18 years ago |
daniel
|
4ea8448c6d
+ Warn when converting pointers to signed types.
|
18 years ago |
daniel
|
45832d4314
+ New hint; for exmaple int64:=longint+longint says "Converting the operands to
|
18 years ago |
florian
|
078f6e05fa
* typos corrected
|
18 years ago |
daniel
|
b15740c0e5
- Remove -Mgpc from command line options.
|
18 years ago |
florian
|
c7100799ed
+ forbid usage of $E on targets supporting no fpu emulation
|
18 years ago |
Jonas Maebe
|
20b99dade3
- reverted r7600, see additional comments in mantis #9027
|
18 years ago |
Jonas Maebe
|
5a8679131f
+ support for new/dispose with extra size parameter in macpas mode
|
18 years ago |
florian
|
7b519c1ce3
* prevent usage of units being compiled with different fpu emulation state
|
18 years ago |
peter
|
b29e4ad12f
* add used by unit to can't find unit message
|
18 years ago |
florian
|
9f56a89617
+ added cyrillic code page tables
|
18 years ago |
Jonas Maebe
|
de1af478c3
* do not allow passing properties as var parameters (mantis #8777)
|
18 years ago |
florian
|
2eb40fc025
* forbid file types as function results
|
18 years ago |
Jonas Maebe
|
96d1a246ee
* fixed typos (MacOS -> Mac OS)
|
18 years ago |
florian
|
63523e8a7f
* regenerated
|
18 years ago |
florian
|
fd392dc2b6
* allow inherited; calling abstract methods in delphi mode, resolves #5896
|
18 years ago |
peter
|
bb33395686
* support public also for initialized variables
|
18 years ago |
florian
|
301be02148
* forbid anonymous generic specializations
|
18 years ago |
Jonas Maebe
|
c0e9782da9
* regenerated message text files with new stabs disabling message
|
18 years ago |
Jonas Maebe
|
c866400823
+ support for VMTOFFSET in assembler readers to get VMT offset of virtual
|
18 years ago |
florian
|
ad7e261a04
* forbid to take the address of a label defined outside of the current procedure
|
18 years ago |
Jonas Maebe
|
c0eb91ffc8
* fixed error message for trying to assign to formal parameters and
|
18 years ago |
florian
|
76dc5ab588
+ support of -fPIC (is equivalent to -Cg) so people won't be confused if ld tells them to recompile their code with -fPIC
|
18 years ago |
florian
|
2ccba3604c
* fixed generation of constants containing a vmt
|
18 years ago |
Jonas Maebe
|
efd1e86418
* give a verbose fatal error instead of an internalerror when a required
|
18 years ago |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 years ago |
florian
|
c4d96ec538
* only non generic types can be used when specializing generics, fixes 7735
|
18 years ago |