20000211-19:11 GMT+1 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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 ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
Language extensions:
|
||||
--------------------
|
||||
|
||||
|
||||
@@ -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 ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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 ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -82,7 +82,6 @@ PRG_SOURCES=\
|
||||
menuto.prg \
|
||||
objfunc.prg \
|
||||
readkey.prg \
|
||||
readvar.prg \
|
||||
setfunc.prg \
|
||||
setkey.prg \
|
||||
setta.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
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
OUTPUT TEST_ALL.exe
|
||||
|
||||
FILE TEST_ALL.OBJ
|
||||
LIB BLXCLP52, BLXRATEX
|
||||
|
||||
Reference in New Issue
Block a user