See ChangeLog entry 2001-03-08 13:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2001-03-08 13:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>
|
||||
* tests/inkeytst.prg
|
||||
* tests/longdev.prg
|
||||
* tests/output.prg
|
||||
* tests/readfile.prg
|
||||
* tests/round.prg
|
||||
* tests/scroll.prg
|
||||
* tests/seconds.prg
|
||||
* Donated to the public domain.
|
||||
|
||||
2001-03-07 21:31 GMT-3 Horacio Roldan <horacioroldan@usa.net>
|
||||
* harbour/source/rdd/dbfcdx1.h
|
||||
* harbour/source/rdd/dbfcdx2.h
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
// Testing Harbour keyboard input.
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
|
||||
Modularization and display improvements by
|
||||
Alejandro de Garate <alex_degarate@hotmail.com>
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
// Testing Harbour long string handling with device output.
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
*/
|
||||
|
||||
FUNCTION Main()
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
// Testing Harbour device management.
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
*/
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
// Test program for new class that reads a file one line at a time
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
*/
|
||||
|
||||
#include "fileio.ch"
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
// Testing Harbour rounding.
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
*/
|
||||
|
||||
function main()
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
// Testing Harbour screen scrolling (requires the GT API)
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
*/
|
||||
#include "box.ch"
|
||||
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
/* Test SECONDS() */
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
|
||||
*/
|
||||
|
||||
function Main( cParam )
|
||||
|
||||
Reference in New Issue
Block a user