florian
|
49cff00793
* unified ie
|
16 years ago |
florian
|
04402dd6cc
* initialize allow_array_constructor for each compilation run, fixes probably #12283
|
16 years ago |
florian
|
5d87a1c6e7
* typos fixed
|
17 years ago |
florian
|
fffc05731c
* don't crash when ranges are passed erroneously to an array of const, resolves #11632
|
17 years ago |
florian
|
b5c114934d
* reverted 9727 and made a better fix for it
|
17 years ago |
Jonas Maebe
|
e72fab1e43
* perform floating point type conversions directly in assignment nodes
|
17 years ago |
Jonas Maebe
|
d46b433778
* move conversions of winlinke widestring, variant and records/arrays-
|
17 years ago |
Jonas Maebe
|
154601b41d
* don't handle dynamic arrays using fpc_copy_proc(), because it
|
17 years ago |
peter
|
6058b2c247
* renamed t_times to executionweight and moved it to
|
17 years ago |
yury
|
4e3547c7bf
* Improved warning "Converting pointers to signed integers may result in wrong comparison results and range errors, use an unsigned type instead.":
|
17 years ago |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 years ago |
Jonas Maebe
|
dc71827e2e
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918)
|
18 years ago |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
peter
|
e0cf015159
* refactor function result handling
|
18 years ago |
peter
|
0fda1126b5
* fix invalid typecast
|
18 years ago |
peter
|
b36a06e4d4
* use regular ref_incr/ref_decr for related interface assignments
|
18 years ago |
peter
|
eefd81094e
* remove old_append_str
|
18 years ago |
Jonas Maebe
|
e1aefdbac5
* Improved escape analysis so the improved tretopt no longer fails.
|
18 years ago |
Jonas Maebe
|
df84ca49b4
* fixed tests/cg/opt/tretopt, and also in more cases
|
18 years ago |
florian
|
c1640b078b
* create init rtti for fpc_copy instead of full rtti
|
18 years ago |
florian
|
37bd49692e
* proper fix for 8481 et. al.
|
18 years ago |
Jonas Maebe
|
e1b7ce5aa9
* fixed dynarr_property:=nil + test
|
18 years ago |
Jonas Maebe
|
fa5e232055
* fixed assigning an interface to a property after better property
|
18 years ago |
Jonas Maebe
|
3a4508b1bb
* fixed compile error when assigning to a widestring property which
|
18 years ago |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 years ago |
peter
|
9676482f8e
* fix array constructors that start with nil
|
18 years ago |
pierre
|
f82d47e370
* Use IncRefCountBy
|
18 years ago |
florian
|
8ecdbbc515
* fix intf assignment
|
18 years ago |
Jonas Maebe
|
c0eb91ffc8
* fixed error message for trying to assign to formal parameters and
|
18 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
18 years ago |