peter
|
db87f86f00
* Length made internal
|
24 years ago |
peter
|
ca8d604964
* various widestring updates, it works now mostly without charset
|
24 years ago |
peter
|
55eb369653
* better const to var checking
|
24 years ago |
peter
|
1023129869
* changed int64($ffffffff) that is buggy under 1.0.x to expression
|
24 years ago |
Jonas Maebe
|
4fb34be618
+ added warning about missing implementation for high(dynamic_array)
|
24 years ago |
peter
|
e84d1fadf1
* moved code from firstpass to det_resulttype and remove extraneous
|
24 years ago |
peter
|
9a47ac9ec2
* m68k updates merged from fixes branch
|
24 years ago |
peter
|
b36f87d7aa
* call set_varstate for setlength
|
24 years ago |
peter
|
a7cf57524e
* symtable change to classes
|
24 years ago |
peter
|
6f8b934ce7
* fixed fpu inline functions typeconvs
|
24 years ago |
peter
|
759f678192
* move constant folding into det_resulttype
|
24 years ago |
florian
|
64d7d5682e
* applied several fixes to get the DD8 Delphi Unit compiled
|
24 years ago |
peter
|
4e2655cdc5
* resulttype rewrite
|
24 years ago |
florian
|
e964449b71
+ some stuff to compile FreeCLX added
|
24 years ago |
michael
|
fb05310d44
+ Patches from peter
|
24 years ago |
Jonas Maebe
|
d6116bc751
* fixed low() for signed types < 64bit
|
24 years ago |
peter
|
684970ea22
* merged generic m68k updates from fixes branch
|
24 years ago |
Jonas Maebe
|
9ecf1c9aa7
* fixed bug in previous fix (hopped over revision 1.26 because that one
|
24 years ago |
peter
|
b3956651be
* fix to compile again, but high(cardinal) with $R+ still fails!
|
24 years ago |
Jonas Maebe
|
db0fc0ac36
* fixed high/low for cardinal, int64 and qword
|
24 years ago |
peter
|
38af966c3b
* merged fix for 1310
|
24 years ago |
peter
|
e16486a958
* fixed wrong notes about locals
|
24 years ago |
Jonas Maebe
|
4c8ca9774f
+ implemented/fixed docompare() mathods for all nodes (not tested)
|
24 years ago |
peter
|
32b9cdb7cf
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
24 years ago |
peter
|
d083200fa1
* fixed crash with val()
|
25 years ago |
florian
|
b9796f6a7f
* unused units removed from uses clause
|
25 years ago |
Jonas Maebe
|
72f618d322
* also don't do conversion for chars/booleans (hopefully final change :/)
|
25 years ago |
Jonas Maebe
|
333c590a00
* don't do inc/dec to add/sub conversion for enums
|
25 years ago |
peter
|
5ad5433930
* ptr returns farpointer
|
25 years ago |
Jonas Maebe
|
0052fd1eb6
* convert inc/dec to add/sub when range/overflow checking is on
|
25 years ago |