From 961352483b085c52a40b2b2d93aeb3f6841c0dad Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 27 Jun 2003 07:17:43 +0000 Subject: [PATCH] 2003-06-27 09:13 UTC+0100 --- harbour/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 36b5eaca58..36a7f49f62 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-06-27 09:13 UTC+0100 Antonio Linares + * source/compiler/gencli.c + ! .NET IL implementation for HB_P_FRAME + + Notice: HB_P_FRAME is generated for declaring locals and params. On IL + only locals are declared. Params are declared on the same (function) method + declaration. Strong typing is not supported yet. + + To test it simply declare several locals, compile using /gi and check the + .IL created file. + 2003-06-25 08:32 UTC+0100 Antonio Linares * source/compiler/gencli.c ! object type use implementation for QOUT()