Commit Graph

25 Commits

Author SHA1 Message Date
florian
a3f17a9e74 * fixed a couple of array related bugs:
- var a : array[0..1] of char;   p : pchar;  p:=a+123; works now
    - open arrays with an odd size doesn't work: movsb wasn't generated
    - introduced some new array type helper routines (is_special_array) etc.
    - made the array type checking in isconvertable more strict, often
      open array can be used where is wasn't allowed etc...
1999-05-19 20:40:12 +00:00
peter
b107bae0b3 * overloaded conversion has lower priority 1999-05-06 10:10:02 +00:00
peter
1e89937590 * small tp7 fix
* fix void pointer with formaldef
1999-04-26 09:30:46 +00:00
pierre
fb8299c685 + valid_for_formal_var and valid_for_formal_const added 1999-04-21 22:00:01 +00:00
pierre
8ef9a31210 ra386att.pas 1999-04-21 16:31:40 +00:00
peter
7e2211d2d9 * fixed bool-bool conversion 1999-04-15 08:56:24 +00:00
peter
d0cb5a147a * fixed bugs 212,222,225,227,229,231,233 1999-03-24 23:16:42 +00:00
peter
ba1cc62a46 * moved comp<->real warning so it doesn't occure everytime that
isconvertable is called with
1999-03-06 17:25:19 +00:00
peter
f4f4f17da7 * fixed overloading of array of char 1999-03-02 18:24:19 +00:00
pierre
c3080c078e htypechk.pas 1999-01-27 13:53:27 +00:00
pierre
36ddf5811b * bool to int must be explicit 1999-01-27 13:12:10 +00:00
pierre
f01a9ec364 * fix for boolean to comp conversion (now disabled) 1999-01-19 15:55:32 +00:00
peter
a22d732459 * string:=pchar not allowed in tp mode 1998-12-15 17:11:37 +00:00
peter
1b369bb4bb + globtype,tokens,version unit splitted from globals 1998-12-11 00:02:37 +00:00
florian
4244dda54b + basic operations with int64/qord (compiler with -dint64)
+ rtti of enumerations extended: names are now written
1998-12-10 09:47:13 +00:00
peter
d02a24bc75 * newcnv -> not oldcnv 1998-11-29 12:40:19 +00:00
peter
a62eb86cde * new int - int conversion -dNEWCNV
* some function renamings
1998-11-26 13:10:39 +00:00
peter
85726fcb35 * more ansistring fixes 1998-11-17 00:36:38 +00:00
peter
b7dcdb0966 * fixed small typo 1998-10-14 13:33:24 +00:00
peter
7c2bb05a9a * fixed small tp7 things
* boolean:=longbool and longbool fixed
1998-10-14 12:53:38 +00:00
florian
e05ec93224 + support of <procedure var type>:=<pointer> in delphi mode added 1998-10-12 09:49:53 +00:00
peter
b6bf708ca9 * fixed bool-bool cnv 1998-09-30 16:42:52 +00:00
peter
8e85a889de + aktmodeswitches 1998-09-24 23:49:05 +00:00
peter
692155686a * rewritten isconvertable to use case
* array of .. and single variable are compatible
1998-09-24 09:02:13 +00:00
peter
ee6e14cd40 * splitted pass_1 1998-09-23 20:42:22 +00:00