florian
|
77db0e5185
+ length(<variant>);
|
20 years ago |
florian
|
a53c9e2666
* fixed stupid copy/paste which turned softfloat always off
|
20 years ago |
florian
|
2f8fe7d2e6
- readln(<pchar>) forbidden, there is no way to prevent an buffer overflow, fixes 4227
|
20 years ago |
peter
|
f2f968f48a
* fix overflow checking for inc(cardinal,x) and inc(pointer,x)
|
20 years ago |
peter
|
6846195a6c
* insert explicit typecast to left type of inc(left,right) before
|
20 years ago |
florian
|
7cd67ea3f0
* node optimizer branch merged
|
20 years ago |
peter
|
f67de71de2
* insert typeconv to ptrint for all inc(pointer) operations
|
20 years ago |
Jonas Maebe
|
0115a0a38e
* convert inc/dec(pointertype) to add/sub if overflow checking is turned on
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
2d62e884c8
* only give warnings for uninitialized variables in low()/high()
|
20 years ago |
peter
|
3f9d6ab32f
* add hint when passing an uninitialized variable to a var parameter
|
20 years ago |
Jonas Maebe
|
9fc51ed8f0
* terrornode.create -> cerrornode.create
|
20 years ago |
peter
|
dbcfe36b70
* check parameters of str() better
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
peter
|
50d0ba7a7f
* low(var) var must be valid
|
20 years ago |
florian
|
020bbc8913
* another improvement of pi handling
|
20 years ago |
florian
|
cc9534cf41
+ added pi bit pattern to the compiler, so pi should always be correct
|
20 years ago |
peter
|
2b6456fe16
* procvar handling for tp procvar mode fixed
|
20 years ago |
peter
|
08d0d3b73c
* fixed read temp for result
|
21 years ago |
peter
|
9a64d34d34
* add checks for filedef type to prevent crashes
|
21 years ago |
peter
|
89b1b583c9
* ttempcreatenode.create_reg merged into .create with parameter
|
21 years ago |
peter
|
4d8460ec2f
* float routines all use internproc and compilerproc helpers
|
21 years ago |
peter
|
95e0ed26f8
* use helper call to retrieve address of input/output to reduce
|
21 years ago |
peter
|
6458bd0ce1
* tvarsym splitted
|
21 years ago |
peter
|
2e161c5e9e
* nf_internal flag for internal inserted typeconvs. This will
|
21 years ago |
florian
|
239dd7121e
- removed unnecessary printnode
|
21 years ago |
florian
|
73c30d6579
* fixed arm compilation with cgutils
|
21 years ago |
peter
|
c95a859f0a
* generic tlocation
|
21 years ago |
peter
|
4978a7635a
* another fix for reading of subranges
|
21 years ago |