|
@@ -184,6 +184,7 @@ Fixed bugs:
|
|
|
bug0159.pp Invalid virtual functions - should compile OK 0.99.7 (FK)
|
|
|
bug0160.pp Incompatibility with BP: Self shouldn't be a
|
|
|
reserved word.
|
|
|
+ bug0164.pp crash when using undeclared array index in with statement OK 0.99.8 (PFV)
|
|
|
|
|
|
Unproducable bugs:
|
|
|
------------------
|
|
@@ -218,4 +219,3 @@ bug0161.pp internal error when trying to create a set with another set as
|
|
|
its element (instead of a syntax error)
|
|
|
bug0162.pp continue in repeat ... until loop doesn't work correct
|
|
|
bug0163.pp missing <= and >= operators for sets.
|
|
|
-bug0164.pp crash when using undeclared array index in with statement
|