See ChangeLog entry 2001-03-08 13:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2001-03-08 17:58:18 +00:00
parent c004eb7ef4
commit 055c626d5c
8 changed files with 17 additions and 14 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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()

View File

@@ -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"

View File

@@ -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"

View File

@@ -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()

View File

@@ -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"

View File

@@ -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 )