20000211-19:11 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-11 18:20:08 +00:00
parent 0c459453bc
commit ddcf314a71
16 changed files with 31 additions and 14 deletions

View File

@@ -1,3 +1,21 @@
20000211-19:11 GMT+1 Victor Szakats <info@szelvesz.hu>
* 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 <harbour@PatrickMast.com>
+ doc/harbext.txt
* This contains the Language and RTL extensions of Harbour

View File

@@ -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 <info@szelvesz.hu>
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -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 <info@szelvesz.hu>
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

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

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
Language extensions:
--------------------

View File

@@ -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 <info@szelvesz.hu>
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -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 <info@szelvesz.hu>
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -12,7 +12,7 @@
# For further information about the GNU make system please
# check doc/gmake.txt
#
# Copyright 1999 Victor Szel <info@szelvesz.hu>
# Copyright 1999 Victor Szakats <info@szelvesz.hu>
# See doc/license.txt for licensing terms.
# ---------------------------------------------------------------

View File

@@ -82,7 +82,6 @@ PRG_SOURCES=\
menuto.prg \
objfunc.prg \
readkey.prg \
readvar.prg \
setfunc.prg \
setkey.prg \
setta.prg \

View File

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

View File

@@ -1,5 +0,0 @@
OUTPUT TEST_ALL.exe
FILE TEST_ALL.OBJ
LIB BLXCLP52, BLXRATEX