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.