From 7630e615358c4977795fd423fff99254641b4cf5 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 2 Feb 2001 15:54:57 +0000 Subject: [PATCH] 2001-02-02 16:48 GMT+1 --- harbour/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 19eb24c4bb..fb7b234bcc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,16 @@ +2001-02-02 16:48 GMT+1 Antonio Linares + * source/vm/debug.c + + New function __vmVarLSet() added. + Purpose: It sets the contents of a local variable placed + at nProcLevel stack deep. + Syntax: __vmVarLSet( , , ) --> nil + + * source/debug/debugger.prg + * Improved METHOD EditVar() for local variables + (it uses the new __vmVarLSet() function). + + * Improved GetVarInfo() static function. + 2001-02-02 15:40 GMT+1 Antonio Linares * source/compiler/harbour.c * HB_P_LOCALNAME local index fixed.