Browse Source

+ inc/dec is done

peter 27 years ago
parent
commit
467fbbf27f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bugs/readme.txt
  2. 1 1
      compiler/todo.txt

+ 1 - 1
bugs/readme.txt

@@ -157,6 +157,7 @@ Fixed bugs:
   bug0139.pp   Cannot access protected method of ancestor class from other unit. OK 0.99.6
   bug0139.pp   Cannot access protected method of ancestor class from other unit. OK 0.99.6
   bug0140.pp   Shows that interdependent units still are not OK.     OK 0.99.6 (PFV)
   bug0140.pp   Shows that interdependent units still are not OK.     OK 0.99.6 (PFV)
   bug0141.pp   Wrong Class sizes when using forwardly defined classes. OK 0.99.6
   bug0141.pp   Wrong Class sizes when using forwardly defined classes. OK 0.99.6
+  bug0147.pp   function b; is not allowed in implementation          OK 0.99.7 (PFV)
 
 
 Unproducable bugs:
 Unproducable bugs:
 ------------------
 ------------------
@@ -195,7 +196,6 @@ bug0143.pp   cannot concat string and array of char in $X+ mode
 bug0144.pp   problem with 'with object do'
 bug0144.pp   problem with 'with object do'
 bug0145.pp   typed files with huges records (needs filerec.size:longint)
 bug0145.pp   typed files with huges records (needs filerec.size:longint)
 bug0146.pp   no sizeof() for var arrays and the size is pushed incorrect
 bug0146.pp   no sizeof() for var arrays and the size is pushed incorrect
-bug0147.pp   function b; is not allowed in implementation
 bug0148.pp   crash when setting function result of a declared but not yet
 bug0148.pp   crash when setting function result of a declared but not yet
              implemented function in another function
              implemented function in another function
 bug0149.pp   (a, b) compile bug0149b twice and you'll get a crash
 bug0149.pp   (a, b) compile bug0149b twice and you'll get a crash

+ 1 - 1
compiler/todo.txt

@@ -67,4 +67,4 @@ compiler version and your short cut.
 - fix all bugs of the bug directory
 - fix all bugs of the bug directory
 - include/exclude
 - include/exclude
 - make dec/inc internal
 - make dec/inc internal
-- make length internal
+	- make length internal.................................... 0.99.6 (PFV)