From ddcf314a71f53993fabfe24ecae1d3e03f38c016 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Feb 2000 18:20:08 +0000 Subject: [PATCH] 20000211-19:11 GMT+1 Victor Szakats --- harbour/ChangeLog | 18 ++++++++++++++++++ harbour/{tests => bin}/bld_b16.bat | 0 harbour/{tests => bin}/bld_b32.bat | 0 harbour/{tests => bin}/bld_b32o.bat | 0 harbour/{tests => bin}/bld_b32w.bat | 0 harbour/bin/bld_tpl.bat | 2 +- harbour/bin/bld_tpl.cmd | 2 +- harbour/{tests => bin}/bld_vc.bat | 0 harbour/doc/cvshowto.txt | 2 +- harbour/doc/harbext.txt | 4 ++++ harbour/make_tpl.bat | 2 +- harbour/make_tpl.cmd | 2 +- harbour/make_tpl.sh | 2 +- harbour/source/rtl/Makefile | 1 - harbour/source/rtl/tbcolumn.prg | 5 +++-- harbour/tests/test_all.lnk | 5 ----- 16 files changed, 31 insertions(+), 14 deletions(-) rename harbour/{tests => bin}/bld_b16.bat (100%) rename harbour/{tests => bin}/bld_b32.bat (100%) rename harbour/{tests => bin}/bld_b32o.bat (100%) rename harbour/{tests => bin}/bld_b32w.bat (100%) rename harbour/{tests => bin}/bld_vc.bat (100%) delete mode 100644 harbour/tests/test_all.lnk diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5918cf22c9..83933a1155 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,21 @@ +20000211-19:11 GMT+1 Victor Szakats + * source/rtl/Makefile + - readvar.prg removed. + * tests/bld_b16.bat + tests/bld_b32.bat + tests/bld_b32o.bat + tests/bld_b32w.bat + tests/bld_vc.bat + * Files moved to the bin\ directory. + - tests/test_all.lnk + - Blinker specific, probably obsolete file removed. + * doc/cvshowto.txt + bin/bld_tpl.* + make_tpl.* + * My name changed to the real one. + * source/rtl/tbcolumn.prg + ! NOFIX: -> TOFIX: + 20000211-09:33 GMT+1 Patrick Mast + doc/harbext.txt * This contains the Language and RTL extensions of Harbour diff --git a/harbour/tests/bld_b16.bat b/harbour/bin/bld_b16.bat similarity index 100% rename from harbour/tests/bld_b16.bat rename to harbour/bin/bld_b16.bat diff --git a/harbour/tests/bld_b32.bat b/harbour/bin/bld_b32.bat similarity index 100% rename from harbour/tests/bld_b32.bat rename to harbour/bin/bld_b32.bat diff --git a/harbour/tests/bld_b32o.bat b/harbour/bin/bld_b32o.bat similarity index 100% rename from harbour/tests/bld_b32o.bat rename to harbour/bin/bld_b32o.bat diff --git a/harbour/tests/bld_b32w.bat b/harbour/bin/bld_b32w.bat similarity index 100% rename from harbour/tests/bld_b32w.bat rename to harbour/bin/bld_b32w.bat diff --git a/harbour/bin/bld_tpl.bat b/harbour/bin/bld_tpl.bat index e732cd132a..727bf8a542 100644 --- a/harbour/bin/bld_tpl.bat +++ b/harbour/bin/bld_tpl.bat @@ -10,7 +10,7 @@ rem Template to build a final Harbour executable, using Harbour rem with the C code generation feature, then calling the proper C rem linker/compiler. rem -rem Copyright 1999 Victor Szel +rem Copyright 1999 Victor Szakats rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/bin/bld_tpl.cmd b/harbour/bin/bld_tpl.cmd index 81864cbd57..d645ab5e63 100644 --- a/harbour/bin/bld_tpl.cmd +++ b/harbour/bin/bld_tpl.cmd @@ -10,7 +10,7 @@ rem Template to build a final Harbour executable, using Harbour rem with the C code generation feature, then calling the proper C rem linker/compiler. rem -rem Copyright 1999 Victor Szel +rem Copyright 1999 Victor Szakats rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/tests/bld_vc.bat b/harbour/bin/bld_vc.bat similarity index 100% rename from harbour/tests/bld_vc.bat rename to harbour/bin/bld_vc.bat diff --git a/harbour/doc/cvshowto.txt b/harbour/doc/cvshowto.txt index 1bc63c31af..91cd5dca12 100644 --- a/harbour/doc/cvshowto.txt +++ b/harbour/doc/cvshowto.txt @@ -23,4 +23,4 @@ Here's how to upload you changes to the CVS server 14.) Send the email message containing the changes 15.) Go offline -Victor Szel +Victor Szakats diff --git a/harbour/doc/harbext.txt b/harbour/doc/harbext.txt index 66881fe285..d055cbd212 100644 --- a/harbour/doc/harbext.txt +++ b/harbour/doc/harbext.txt @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + Language extensions: -------------------- diff --git a/harbour/make_tpl.bat b/harbour/make_tpl.bat index e8d8284bd9..7773b18d10 100644 --- a/harbour/make_tpl.bat +++ b/harbour/make_tpl.bat @@ -12,7 +12,7 @@ rem rem For further information about the GNU make system please rem check doc/gmake.txt rem -rem Copyright 1999 Victor Szel +rem Copyright 1999 Victor Szakats rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/make_tpl.cmd b/harbour/make_tpl.cmd index 8526af3c6d..761d50f804 100644 --- a/harbour/make_tpl.cmd +++ b/harbour/make_tpl.cmd @@ -12,7 +12,7 @@ rem rem For further information about the GNU make system please rem check doc/gmake.txt rem -rem Copyright 1999 Victor Szel +rem Copyright 1999 Victor Szakats rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/make_tpl.sh b/harbour/make_tpl.sh index 1af56027c8..0360ce664b 100644 --- a/harbour/make_tpl.sh +++ b/harbour/make_tpl.sh @@ -12,7 +12,7 @@ # For further information about the GNU make system please # check doc/gmake.txt # -# Copyright 1999 Victor Szel +# Copyright 1999 Victor Szakats # See doc/license.txt for licensing terms. # --------------------------------------------------------------- diff --git a/harbour/source/rtl/Makefile b/harbour/source/rtl/Makefile index 1abd387617..0e088ef5aa 100644 --- a/harbour/source/rtl/Makefile +++ b/harbour/source/rtl/Makefile @@ -82,7 +82,6 @@ PRG_SOURCES=\ menuto.prg \ objfunc.prg \ readkey.prg \ - readvar.prg \ setfunc.prg \ setkey.prg \ setta.prg \ diff --git a/harbour/source/rtl/tbcolumn.prg b/harbour/source/rtl/tbcolumn.prg index 00df8e458f..e1af962f63 100644 --- a/harbour/source/rtl/tbcolumn.prg +++ b/harbour/source/rtl/tbcolumn.prg @@ -62,7 +62,8 @@ METHOD New() CLASS TBColumn return Self -/* NOFIX: In Clipper the column width are not determined at this point. */ +/* TOFIX: In Clipper the column widths are not determined at this point. + [vszakats] */ function TBColumnNew( cHeading, bBlock ) @@ -91,7 +92,7 @@ function TBColumnNew( cHeading, bBlock ) nWidth := 0 endcase - oCol:Width := If( cHeading != nil, Max( Len( cHeading ), nWidth ), nWidth ) + oCol:Width := iif( cHeading != nil, Max( Len( cHeading ), nWidth ), nWidth ) endif diff --git a/harbour/tests/test_all.lnk b/harbour/tests/test_all.lnk deleted file mode 100644 index f3b22457f1..0000000000 --- a/harbour/tests/test_all.lnk +++ /dev/null @@ -1,5 +0,0 @@ -OUTPUT TEST_ALL.exe - - FILE TEST_ALL.OBJ - LIB BLXCLP52, BLXRATEX -