Browse Source

* include recent changes

peter 24 years ago
parent
commit
7bebc8bc7e
1 changed files with 8 additions and 1 deletions
  1. 8 1
      compiler/README

+ 8 - 1
compiler/README

@@ -109,5 +109,12 @@ Changes in the syntax or semantic of FPC:
              constant support, the were always sign-extended before). This
              constant support, the were always sign-extended before). This
              may force you to add longint typecasts round hex numbers in
              may force you to add longint typecasts round hex numbers in
              your programs to avoid range check errors.
              your programs to avoid range check errors.
-
+  10/04/01   Argument names are now checked if names are the same in the
+             both the forward (interface) and implementation declaration
+  13/04/01   It's not possible anymore (except in -So mode) to pass a cardinal
+             to a parameter declared with a "var longint". The same goes for
+             the other signed-unsigned like smallint-word and shortint-byte.
+  13/04/01   in FPC mode you're now always forced to use @ to get the address
+             of a procedure and load it in a procedure variable. Before it was
+             sometimes a bit more relaxed