20000220-12:22 GMT+2 Chen Kedem <niki@actcom.co.il>

This commit is contained in:
Chen Kedem
2000-02-20 10:21:19 +00:00
parent 456ed72fef
commit 411d45e4a3
5 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
20000220-12:22 GMT+2 Chen Kedem <niki@actcom.co.il>
* doc/cvs_ssh.txt
+ Add CVS ID
* doc/gnulice.txt
! Fixed CVS ID
* source/rtl/setfunc.prg
* source/rtl/tgetlist.prg
+ Add missing copyrigth for the docs
20000219 11:10 Brian Hays
* doc\gnulice.txt
* Formatted to NG specs

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
This is how I got SSH and CVS to work together!
The trick was in how to set up the CVSROOT variable.
I did this on NT4, but it should be similar for 95/98 and OS/2.

View File

@@ -1,5 +1,5 @@
/*
* $Id:
* $Id$
*/
/* $DOC$

View File

@@ -33,11 +33,23 @@
*
*/
/*
* The following parts are Copyright of the individual authors.
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* __SetFunction() documentation
*
* See doc/license.txt for licensing terms.
*
*/
#include "inkey.ch"
#include "common.ch"
/* $DOC$
* $FUNCNAME$
* __SetFunction()
* __SetFunction()
* $CATEGORY$
* Environment
* $ONELINER$
@@ -106,9 +118,10 @@ PROCEDURE __SetFunction( nFunctionKey, cString )
ENDIF
RETURN
/* $DOC$
* $FUNCNAME$
* SET FUNCTION
* SET FUNCTION
* $CATEGORY$
* Command
* $ONELINER$
@@ -141,7 +154,7 @@ PROCEDURE __SetFunction( nFunctionKey, cString )
* $EXAMPLES$
* // Set F1 with a string
* CLS
* Set Function 1 to "I Am Lazy" + CHR( 13 )
* Set Function 1 to "I Am Lazy" + CHR( 13 )
* cTest := SPACE( 20 )
* @ 10, 0 SAY "type something or F1 for lazy mode " GET cTest
* READ

View File

@@ -33,6 +33,17 @@
*
*/
/*
* The following parts are Copyright of the individual authors.
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* READVAR() documentation
*
* See doc/license.txt for licensing terms.
*
*/
#include "hbclass.ch"
#include "common.ch"
#include "getexit.ch"
@@ -714,4 +725,3 @@ function GetApplyKey( oGet, nKey )
endif
return nil