peter
|
a8684d35ad
unsigned*unsigned will also have unsigned result.
|
20 years ago |
peter
|
d45dea5db8
* fix methodpointer compare, compare only the proc field
|
20 years ago |
peter
|
2e161c5e9e
* nf_internal flag for internal inserted typeconvs. This will
|
21 years ago |
peter
|
f80f3fc0fa
* shortstr compare with empty string fixed
|
21 years ago |
peter
|
33a834821f
* paraloc branch merged
|
21 years ago |
peter
|
38bebdb044
* only make both operands the same for xor,and,or when both are
|
21 years ago |
Jonas Maebe
|
e3eb4f8359
* fixed "if @procvar_of_object <> nil" in Delphi/TP mode for for non-x86
|
21 years ago |
florian
|
8cb7072e5f
* fixed several ie9999s when illegal operators were used
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
florian
|
588e2c38bf
* dwarf branch merged
|
21 years ago |
peter
|
71280bedad
* fix cardinal+constint
|
21 years ago |
florian
|
d6b865167c
+ added set of widechar support (limited to 256 chars, is delphi compatible)
|
21 years ago |
peter
|
324144db92
* only convert widechar to widestring when both operands are
|
21 years ago |
florian
|
35f9b5a3ee
* fixed <ordinal>+<pointer>
|
21 years ago |
florian
|
b5bf8cefad
+ <pointer> - <pointer> result is divided by the pointer element size now
|
21 years ago |
peter
|
c25228226d
* don't change sign for unsigned shl/shr operations
|
21 years ago |
daniel
|
b721e5872c
* Prepare compiler infrastructure for multiple ansistring types
|
21 years ago |
florian
|
e4f4b8acd6
* fixed web bug #3048: comparision of dyn. arrays
|
21 years ago |
peter
|
e661df03ee
* fixes to previous constant integer commit
|
21 years ago |
peter
|
e46cdcea48
* constants ordinals now always have a type assigned
|
21 years ago |
peter
|
6b96b70118
* fixed operator overload allowing for pointer-string
|
21 years ago |
daniel
|
3ea87ad054
* Avoid memory allocation and string copying
|
21 years ago |
peter
|
c844c5a505
* procvar cleanup
|
21 years ago |
florian
|
465aa5851b
* several fixes to compile x86-64 system
|
21 years ago |
peter
|
ecfbbeffc3
* renamed xNNbittype to xNNinttype
|
21 years ago |
florian
|
e35b683e4d
+ added prefetch(const mem) support
|
21 years ago |
florian
|
c37035a450
* common addnode code for x86-64 and i386
|
21 years ago |
peter
|
60814ccb16
* disable addmmxset
|
21 years ago |
Jonas Maebe
|
2af569745c
* if currency = int64, FPC_CURRENCY_IS_INT64 is defined
|
21 years ago |
Jonas Maebe
|
a75ef67bfd
* properly fixed assigned() mess (by handling it separately in ncginl)
|
21 years ago |