2007-10-04 13:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/tests/multifnc/t0.prg
    * show information about Harbour version and used C compiler
This commit is contained in:
Przemyslaw Czerpak
2007-10-04 11:15:14 +00:00
parent 9e390bcdcf
commit bc5b34f088
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-10-04 13:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/tests/multifnc/t0.prg
* show information about Harbour version and used C compiler
2007-10-04 12:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvm.c
! removed one call to hb_vmRequestRestore() left by mistake

View File

@@ -1,4 +1,6 @@
proc main()
? OS(), VERSION(), DATE(), TIME()
? HB_COMPILER()
__NONOALERT()
? "main", procfile("main"), procfile(@main())
? "alert", procfile("alert"), procfile(@alert()), alert()