2006-09-14 15:23 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)

* harbour/tests/testlbl.prg
     ! use lower name in report name to work properly on case sensitive
       file systems
This commit is contained in:
Viktor Szakats
2006-09-14 13:24:26 +00:00
parent c35391da65
commit 27ccee95a1
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* harbour/include/hbclass.ch
* harbour/include/hboo.ch
* harbour/source/rtl/tclass.prg
* harbour/source/vm/arrays.c
* harbour/source/vm/classes.c
+ added support for object destructors
* harbour/source/vm/garbage.c

View File

@@ -6,7 +6,7 @@ FUNCTION MAIN()
USE test New
LABEL FORM TEST
LABEL FORM test
USE