peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
Jonas Maebe
|
c10b375615
* give an error for high(ansistring) and high(widestring)
|
18 years ago |
peter
|
67e16340be
* revert r8118
|
18 years ago |
daniel
|
21293f5818
+ Add common type integer promotion.
|
18 years ago |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 years ago |
daniel
|
11c7fcef7b
* Cosmetic cleanup of constexprint leftovers.
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
95da9cb07a
* fixed missing propagation of changed parameter type
|
18 years ago |
Jonas Maebe
|
497df2bb37
* also check for properties passed to read(ln) when reading integers
|
18 years ago |
Jonas Maebe
|
c80d4225ca
+ support for ISO Extended Pascal ReadStr() and WriteStr() routines
|
18 years ago |
Jonas Maebe
|
2f12e94947
* don't warn about uninitialised open array out parameters when
|
18 years ago |
florian
|
f4840620f0
* location.size of trunc/round must be OS_S64
|
18 years ago |
florian
|
1cd41b68f7
* compiler handled round/trunc for x86
|
18 years ago |
Jonas Maebe
|
69cf42c4f7
* fixed val(s,int64) (it accepted values in the range
|
18 years ago |
Jonas Maebe
|
3b3060cec5
* fixed uninitialized result of handle_typed_read_write in
|
18 years ago |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 years ago |
Jonas Maebe
|
cc1dfcae7e
* fixed IE in case of trying to (un)pack an array of 0-byte records
|
18 years ago |
Jonas Maebe
|
674660d53b
* getting the length of a string means that it has to be
|
18 years ago |
Jonas Maebe
|
d614eab0fb
* don't call afterconstruction/beforedestruction in case an exception
|
18 years ago |
Jonas Maebe
|
a3f059bc29
* call the ansistring version of val for zero-based array-of-char
|
18 years ago |
yury
|
b3c82a05c5
* Use fpc_Write_Text_Currency and fpc_Read_Text_Currency for currency.
|
18 years ago |
yury
|
52b72564e9
* Str and Val for currency values are handled by fpc_xxx_Currency and fpc_Val_Currency_xxx.
|
18 years ago |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 years ago |
florian
|
80d4887e67
* fixed warnings for length/high/low(<normal array>; <ord>; <enum>)
|
18 years ago |
yury
|
8765e488ac
* fixed compilation of tbs/tb0460.pp for targets where currency is stored as ordinal.
|
18 years ago |
Jonas Maebe
|
991c7da136
* support inc(pointer) in TP mode with range/overflow checking on as well
|
18 years ago |
Jonas Maebe
|
9e60d6791d
* show name of procedure/function called with too few parameters
|
18 years ago |
Jonas Maebe
|
1c8dc092b2
* create fpc_write* length/frac parameters as s32inttype to match the
|
18 years ago |
Jonas Maebe
|
b8c3fecd1d
* fixed overflow checking for inc/dec on non-x86
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |