20000301-10:15 GMT+2 Chen Kedem <niki@actcom.co.il>

This commit is contained in:
Chen Kedem
2000-03-01 08:13:34 +00:00
parent 176ed31f81
commit 106f12dbca
16 changed files with 119 additions and 118 deletions

View File

@@ -1,3 +1,23 @@
20000301-10:15 GMT+2 Chen Kedem <niki@actcom.co.il>
* doc/en/ARRAY.TXT
* doc/en/BINNUM.TXT
* doc/en/BROWSE.TXT
* doc/en/DIR.TXT
* doc/en/ERROR.TXT
* doc/en/FILE.TXT
* doc/en/HVM.TXT
* doc/en/INPUT.TXT
* doc/en/MENU.TXT
* doc/en/MISC.TXT
* doc/en/OBJFUNC.TXT
* doc/en/SET.TXT
* doc/en/TERMINAL.TXT
* doc/en/TGETLIST.TXT
* doc/en/VAR.TXT
* Modify copyright detail for function/commands I wrote
! NOTE: Individual copyright holder should check his/her doc work
to make sure creadits are given to the right person
20000301-03:04 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/pp/*
include/hbpp.h

View File

@@ -7,7 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation
* Documentation for: ASORT()
*
* See doc/license.txt for licensing terms.
*
@@ -185,8 +185,8 @@
* item in the array will be removed completely. In other words, if an
* array element were to be inserted at the fifth subscript position,
* the element previously in the fifth position would now be located
* at the sixth position. The length of the array <aArray> will remain
* unchanged.
* at the sixth position. The length of the array <aArray> will remain
* unchanged.
* $EXAMPLES$
* LOCAL aArray:={"Harbour","is","Power!","!!!"}
* AINS(aArray,4)
@@ -551,4 +551,3 @@
* ASCAN(),EVAL(),SORT
* $END$
*/

View File

@@ -7,7 +7,8 @@
* www - http://www.harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* Documentation for all functions
* Documentation for: BIN2W(), BIN2I(), BIN2L(), BIN2U(), I2BIN(), W2BIN(),
* L2BIN(), U2BIN()
*
* See doc/license.txt for licensing terms.
*

View File

@@ -7,10 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* BROWSE() documentation
* DBEDIT() documentation
* TBROWSEDB() documentation
* DBSKIPPER() documentation
* Documentation for: BROWSE(), DBEDIT(), TBROWSEDB(), DBSKIPPER()
*
* See doc/license.txt for licensing terms.
*

View File

@@ -7,8 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* ADIR() documentation
* __DIR() documentation
* Documentation for: __DIR(), DIR, ADIR()
*
* See doc/license.txt for licensing terms.
*
@@ -16,7 +15,7 @@
/* $DOC$
* $FUNCNAME$
* __Dir()*
* __Dir()*
* $CATEGORY$
* File management
* $ONELINER$
@@ -106,10 +105,10 @@
*
* // list all PRG files in Harbour Run-Time library
* // for DOS compatible operating systems
* Dir "c:\harbour\source\rtl\*.prg"
* Dir "c:\harbour\source\rtl\*.prg"
*
* // list all files in the public section on a Unix like machine
* Dir "/pub"
* Dir "/pub"
* $TESTS$
* $STATUS$
* $COMPLIANCE$
@@ -192,11 +191,11 @@
* ENDIF
* $TESTS$
* $STATUS$
* R
* R
* $COMPLIANCE$
* <aName> is going to be fill with long file name and not necessarily
* the 8.3 uppercase name.
*
*
* $SEEALSO$
* ARRAY(),DIRECTORY(),SET DEFAULT
* $END$

View File

@@ -7,7 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* ERRORSYS() documentation
* Documentation for: ERRORSYS()
*
* See doc/license.txt for licensing terms.
*
@@ -40,4 +40,3 @@
* ERRORBLOCK(),Error class
* $END$
*/

View File

@@ -7,20 +7,11 @@
* www - http://www.harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* __TYPEFILE() / TYPE documentation
* Documentation for: __TYPEFILE(), TYPE
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* FOPEN() Documentation
* FCLOSE() Documentation
* FWRITE() Documentation
* FSEEK() Documentation
* FREAD() Documentation
* FILE() Documentation
* FREADSTR() Documentation
* FRENAME() Documentation
* FERROR() Documentation
* RENAME Documentation
* ERASE Documentation
* Documentation for: FOPEN(), FCLOSE(), FWRITE(), FSEEK(), FREAD(), FILE(),
* FREADSTR(), FRENAME(), FERROR(), RENAME, ERASE
*
* See doc/license.txt for licensing terms.
*

View File

@@ -7,12 +7,10 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* CLIPINIT() documentation
* __SETHELPK() documentation
* Documentation for: CLIPINIT(), __SETHELPK()
*
* Copyright 1999 Ryszard Glab <rglab@imid.med.pl>
* DO() documentation
* EVAL() documentation
* Documentation for: DO()
*
* See doc/license.txt for licensing terms.
*
@@ -220,7 +218,7 @@
* $COMPLIANCE$
* __QUIT() is fully CA-Clipper compliant.
* $SEEALSO$
* QUIT
* QUIT
* $END$
*/
@@ -252,7 +250,7 @@
* $PLATFORMS$
* $FILES$
* $SEEALSO$
* INIT PROCEDURE
* INIT PROCEDURE
* $END$
*/

View File

@@ -7,7 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* READKEY() documentation
* Documentation for: READKEY()
*
* See doc/license.txt for licensing terms.
*

View File

@@ -7,8 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* __ATPROMPT() documentation
* __MENUTO() documentation
* Documentation for: __ATPROMPT(), @...PROMPT, __MENUTO(), MENU TO
*
* See doc/license.txt for licensing terms.
*
@@ -91,7 +90,7 @@
/* $DOC$
* $FUNCNAME$
* __AtPrompt()
* __AtPrompt()
* $CATEGORY$
* Data input and output
* $ONELINER$
@@ -155,7 +154,7 @@
/* $DOC$
* $FUNCNAME$
* @...PROMPT
* @...PROMPT
* $CATEGORY$
* Command
* $ONELINER$
@@ -218,7 +217,7 @@
/* $DOC$
* $FUNCNAME$
* __MenuTo()
* __MenuTo()
* $CATEGORY$
* Data input and output
* $ONELINER$

View File

@@ -7,7 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* TONE()
* Documentation for: TONE()
*
* See doc/license.txt for licensing terms.
*
@@ -54,7 +54,7 @@
* and C compiler Version when the <nMode> parameter is used.
* $DESCRIPTION$
* This function returns the HARBOUR Version or the Harbour Version+C
* compiler Version used to create the Harbour runtime library
* compiler Version used to create the Harbour runtime library
* $EXAMPLES$
* ? QOUT(VERSION()) // Displays Harbour version only
* ? QOUT(VERSION(NIL)) // Displays Harbour and C Compiler versions
@@ -122,7 +122,7 @@
* $CATEGORY$
* DOS
* $ONELINER$
* Run a external program
* Run a external program
* $SYNTAX$
* __RUN( <cCommand> )
* $CATEGORY$

View File

@@ -7,7 +7,12 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for all functions
* Documentation for: __objHasData(), __objHasMethod(), __objGetMsgList(),
* __objGetMethodList(), __objGetValueList(),
* __ObjSetValueList(), __objAddMethod(),
* __objAddInline(), __objAddData(), __objModMethod(),
* __objModInline(), __objDelMethod(), __objDelInline(),
* __objDelData()
*
* See doc/license.txt for licensing terms.
*

View File

@@ -7,21 +7,20 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 David G. Holm <dholm@jsd-llc.com>
* SET()
* __SETCENTURY()
* Documentation for: SET(), __SETCENTURY()
*
* Copyright 1999 A White <awhite@user.rose.com>
* SETKEY()
* HB_SetKeyGet()
* HB_SETKEYSAVE()
* HB_SetKeyCheck()
* SET KEY
* Documentation for: SETKEY(), HB_SetKeyGet(), HB_SETKEYSAVE(),
* HB_SetKeyCheck(), SET KEY
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* __SetFunction() documentation
* Documentation for: __SetFunction(), SET FUNCTION
*
* Copyright 1999 Jose Lalin <dezac@corevia.com>
* SETTYPEAHEAD()
* Documentation for: SETTYPEAHEAD()
*
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* Documentation for: __XHELP()
*
* See doc/license.txt for licensing terms.
*
@@ -472,8 +471,8 @@
* $RETURNS$
* Current assigned action-block
* $DESCRIPTION$
* The HB_SetKeyGet() function returns the current code-block assigned to
* a key, and optionally assignes the condition-block to the
* The HB_SetKeyGet() function returns the current code-block assigned to
* a key, and optionally assignes the condition-block to the
* return-parameter
* $EXAMPLES$
* local bOldF10, bOldF10Cond
@@ -506,11 +505,11 @@
* $RETURNS$
* Current set-key list
* $DESCRIPTION$
* HB_SetKeySave() is designed to act like the set() function which
* returns the current state of an environment setting, and optionally
* assigning a new value. In this case, the "environment setting" is the
* internal set-key list, and the optional new value is either a value
* returned from a previous call to SetKeySave() - to restore that list,
* HB_SetKeySave() is designed to act like the set() function which
* returns the current state of an environment setting, and optionally
* assigning a new value. In this case, the "environment setting" is the
* internal set-key list, and the optional new value is either a value
* returned from a previous call to SetKeySave() - to restore that list,
* or the value of NIL to clear the current list.
* $EXAMPLES$
* local aKeys := HB_SetKeySave( NIL ) // removes all current set=keys
@@ -546,8 +545,8 @@
* If there is a hot-key association (before checking any condition):
* - if there is a condition-block, it is passed one parameter - <nKey>
* - when the hot-key code-block is called, it is passed 1 to 4 parameters,
* depending on the parameters passed to HB_SetKeyCheck(). Any
* parameters so passed are directly passed to the code-block, with an
* depending on the parameters passed to HB_SetKeyCheck(). Any
* parameters so passed are directly passed to the code-block, with an
* additional parameter being <nKey>
* $DESCRIPTION$
* HB_SetKeyCheck() is intended as a common interface to the SetKey()
@@ -643,7 +642,7 @@
* // Sets typeahead to 12
* SetTypeahead( 12 )
* $TESTS$
*
*
* $STATUS$
* R
* $COMPLIANCE$
@@ -678,6 +677,6 @@
* $COMPLIANCE$
* __XHELP() is fully CA-Clipper compliant.
* $SEEALSO$
*
*
* $END$
*/

View File

@@ -7,22 +7,18 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* HB_HB_COLORINDEX()
* Documentation for: HB_COLORINDEX()
*
* Copyright 1999 Jose Lalin <dezac@corevia.com>
* __WAIT() documentation
* __INPUT() documentation
* Documentation for: __WAIT(), __INPUT()
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* ALERT() documentation
* __NONOALERT() documentation
* __XSaveScreen() documentation
* __XRestScreen() documentation
* __TextSave() documentation
* __TextRestore() documentation
* Documentation for: ALERT(), __NONOALERT(), __XSaveScreen(), SAVE SCREEN
* __XRestScreen(), RESTORE SCREEN, __TextSave(),
* __TextRestore()
*
* Copyright 1999 David G. Holm <dholm@jsd-llc.com>
* DEVOUTPICT() documentation
* Documentation for: DEVOUTPICT()
*
* See doc/license.txt for licensing terms.
*
@@ -30,7 +26,7 @@
/* $DOC$
* $FUNCNAME$
* __XSaveScreen()
* __XSaveScreen()
* $CATEGORY$
* Data input and output
* $ONELINER$
@@ -117,7 +113,7 @@
/* $DOC$
* $FUNCNAME$
* __XRestScreen()
* __XRestScreen()
* $CATEGORY$
* Data input and output
* $ONELINER$
@@ -161,7 +157,7 @@
/* $DOC$
* $FUNCNAME$
* RESTORE SCREEN
* RESTORE SCREEN
* $CATEGORY$
* Command
* $ONELINER$
@@ -437,7 +433,7 @@
* $CATEGORY$
* Data input and output
* $ONELINER$
* Stops application
* Stops application
* $SYNTAX$
* __INPUT( <cMessage> ) --> <cString>
* $ARGUMENTS$
@@ -448,11 +444,11 @@
* This function waits for a console input and returns macroed
* expression entered.
* $EXAMPLES$
*
*
*
*
* $TESTS$
*
*
*
*
* $STATUS$
* S
* $COMPLIANCE$
@@ -468,7 +464,7 @@
* $CATEGORY$
* Internal
* $ONELINER$
* Redirect console output to printer or file and save old settings
* Redirect console output to printer or file and save old settings
* $SYNTAX$
* __TextSave( <cFile> ) --> NIL
* $ARGUMENTS$
@@ -553,4 +549,3 @@
* __ACCEPT(),__INPUT()
* $END$
*/

View File

@@ -7,7 +7,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* READVAR() documentation
* Documentation for: READVAR()
*
* See doc/license.txt for licensing terms.
*
@@ -59,4 +59,3 @@
* @...GET,@...PROMPT,MENU TO,READ,SET KEY,__AtPrompt(),__MenuTo()
* $END$
*/

View File

@@ -7,13 +7,13 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Ryszard Glab <rglab@imid.med.pl>
* __MV*() documentation
* MEMVARBLOCK() documentation
* TYPE() documentation
* Documentation for: __MVPUBLIC(), __MVPRIVATE(), __MVXRELEASE(),
* __MVRELEASE(), __MVSCOPE(), __MVCLEAR(),
* __MVDBGINFO(), __MVGET(), __MVPUT(), MEMVARBLOCK(),
* TYPE()
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* FIELDBLOCK() documentation
* FIELDWBLOCK() documentation
* Documentation for: FIELDBLOCK(), FIELDWBLOCK()
*
* See doc/license.txt for licensing terms.
*
@@ -156,7 +156,7 @@
* $CATEGORY$
* Variable Management
* $ONELINER$
* This function releases PRIVATE variables
* This function releases PRIVATE variables
* $SYNTAX$
* __MVRELEASE( <skeleton>, <include_exclude_flag> )
* $ARGUMENTS$
@@ -309,8 +309,8 @@
* It also returns the name of a variable if optional third argument
* is passed by reference.
*
* If requested variable doesn't exist (requested position is
* greater then the number of defined variables) then NIL value is
* If requested variable doesn't exist (requested position is
* greater then the number of defined variables) then NIL value is
* returned and variable name is set to "?"
*
* The dynamic symbols table is used to find a PUBLIC variable then
@@ -469,29 +469,29 @@
* $ONELINER$
* Returns a codeblock that sets/gets a value of memvar variable
* $SYNTAX$
* MEMVARBLOCK( <cMemvarName> )
* MEMVARBLOCK( <cMemvarName> )
* $ARGUMENTS$
* <cMemvarName> - a string that contains the name of variable
* <cMemvarName> - a string that contains the name of variable
* $RETURNS$
* a codeblock that sets/get the value of variable
* a codeblock that sets/get the value of variable
* $DESCRIPTION$
* This function returns a codeblock that sets/gets the value of
* PRIVATE or PUBLIC variable. When this codeblock is evaluated
* without any parameters passed then it returns the current value
* of given variable. If the second parameter is passed for
* the codeblock evaluation then its value is used to set the new
* value of given variable - the passed value is also returned
* as a value of the codeblock evaluation.
* This function returns a codeblock that sets/gets the value of
* PRIVATE or PUBLIC variable. When this codeblock is evaluated
* without any parameters passed then it returns the current value
* of given variable. If the second parameter is passed for
* the codeblock evaluation then its value is used to set the new
* value of given variable - the passed value is also returned
* as a value of the codeblock evaluation.
* $EXAMPLES$
* PROCEDURE MAIN()
* LOCAL cbSetGet
* PUBLIC xPublic
*
* cbSetGet = MEMVARBLOCK( "xPublic" )
* EVAL( cbSetGet, "new value" )
* ? "Value of xPublic variable", EVAL( cbSetGet )
* PROCEDURE MAIN()
* LOCAL cbSetGet
* PUBLIC xPublic
*
* RETURN
* cbSetGet = MEMVARBLOCK( "xPublic" )
* EVAL( cbSetGet, "new value" )
* ? "Value of xPublic variable", EVAL( cbSetGet )
*
* RETURN
* $TESTS$
* $STATUS$
* R
@@ -639,7 +639,7 @@
* If there is a call for any non-reserved Harbour function then "UI"
* is returned (in other words there is no call for passed UDF function
* during a data type determination - this is Clipper compatible
* behavior). Additionally if requested user defined function is not
* behavior). Additionally if requested user defined function is not
* linked into executable then "U" is returned.
*
* The data type of expression is checked by invoking a macro compiler
@@ -652,14 +652,14 @@
* the type of passed argument of any type. TYPE() requires a string
* argument with a valid Harbour expression - the data type of this
* expression is returned.
*
*
* Notes:
* - Incompatibility with Clipper:
* In the following code:
*
*
* PRIVATE lCond := 0
* ? TYPE( "IIF( lCond, 'true', MyUDF() )" )
*
*
* Clipper will print "UE" - in Harbour the output will be "UI"
*
* - if "UI" is returned then the syntax of the expression is