Revision: 10492
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10492&view=rev
Author: druzus
Date: 2009-03-01 12:53:15 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
2009-03-01 13:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/include/hbstack.h
* harbour/source/vm/hvm.c
* harbour/source/vm/estack.c
* harbour/source/vm/memvars.c
! fixed __M[V]CLEAR()/ __M[V]RESTORE() to be exactly Clipper compatible
and do not release PUBLIC GetList value. Here it's small example
which illustrates current behavior and exploits bug in previous
version:
memvar getlist
proc main()
getlist:="public:getlist"
? getlist
private getlist:="private:getlist"
? getlist
CLEAR MEMORY
? getlist
return
* harbour/source/compiler/gencc.c
+ added Harbour exception to the license - it's mine code with
few lines added/modified by Ryszard and Viktor. I hope they do
not have anything against.
* harbour/source/compiler/hbmain.c
* harbour/source/compiler/hbident.c
* minor formatting
Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/include/hbapi.h
trunk/harbour/include/hbstack.h
trunk/harbour/source/compiler/gencc.c
trunk/harbour/source/compiler/hbident.c
trunk/harbour/source/compiler/hbmain.c
trunk/harbour/source/vm/estack.c
trunk/harbour/source/vm/hvm.c
trunk/harbour/source/vm/memvars.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour