See changelog 20000423 22:00

This commit is contained in:
Luiz Rafael Culik
2000-04-23 16:20:06 +00:00
parent b8dd37e8f6
commit d00057b64a
4 changed files with 59 additions and 59 deletions

View File

@@ -19,7 +19,7 @@
* $FUNCNAME$
* __dbCopyStruct()
* $CATEGORY$
* Databases
* Database
* $ONELINER$
* Create a new database based on current database structure
* $SYNTAX$
@@ -61,7 +61,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is rdd.lib
* Library is rdd
* $SEEALSO$
* COPY STRUCTURE,COPY STRUCTURE EXTENDED,DBCREATE(),DBSTRUCT(),__dbCopyXStruct(),__dbCreate(),__dbStructFilter()
* $END$
@@ -117,7 +117,7 @@
* $FUNCNAME$
* __dbCopyXStruct()
* $CATEGORY$
* Databases
* Database
* $ONELINER$
* Copy current database structure into a definition file
* $SYNTAX$
@@ -183,7 +183,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is rdd.lib
* Library is rdd
* $SEEALSO$
* COPY STRUCTURE,COPY STRUCTURE EXTENDED,CREATE,CREATE FROM,DBCREATE(),DBSTRUCT(),__dbCopyStruct(),__dbCreate()
* $END$
@@ -263,7 +263,7 @@
* $FUNCNAME$
* __dbCreate()
* $CATEGORY$
* Databases
* Database
* $ONELINER$
* Create structure extended file or use one to create new file
* $SYNTAX$
@@ -364,7 +364,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is rdd.lib
* Library is rdd
* $SEEALSO$
* COPY STRUCTURE,COPY STRUCTURE EXTENDED,CREATE,CREATE FROM,DBCREATE(),DBSTRUCT(),__dbCopyStruct(),__dbCopyXStruct()
* $END$
@@ -510,7 +510,7 @@
* $FUNCNAME$
* __FLEDIT()*
* $CATEGORY$
* Databases
* Database
* $ONELINER$
* Filter a database structure array
* $SYNTAX$
@@ -590,7 +590,7 @@
* All
* $FILES$
* Header file is dbstruct.ch
* Library is rdd.lib
* Library is rdd
* $SEEALSO$
* DBCREATE(),DBSTRUCT(),__dbCopyStruct(),__dbStructFilter()
* $END$
@@ -600,7 +600,7 @@
* $FUNCNAME$
* __dbStructFilter()
* $CATEGORY$
* Databases
* Database
* $ONELINER$
* Filter a database structure array
* $SYNTAX$
@@ -672,7 +672,7 @@
* All
* $FILES$
* Header file is dbstruct.ch
* Library is rdd.lib
* Library is rdd
* $SEEALSO$
* DBCREATE(),DBSTRUCT(),__dbCopyStruct(),__FLEDIT()*
* $END$

View File

@@ -17,7 +17,7 @@
* $FUNCNAME$
* DISKSPACE()
* $CATEGORY$
* Low level disk information
* Low level
* $ONELINER$
* Get the amount of space available on a disk
* $SYNTAX$

View File

@@ -21,7 +21,7 @@
* $FUNCNAME$
* FOPEN()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Open a file.
* $SYNTAX$
@@ -68,7 +68,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compliant
* $FILES$
* Library is rtl.lib
* Library is rtl
* Header is fileio.ch
* $SEEALSO$
* FCREATE(),FERROR(),FCLOSE()
@@ -79,7 +79,7 @@
* $FUNCNAME$
* FCREATE()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Creates a file
* $SYNTAX$
@@ -123,7 +123,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compliant
* $FILES$
* Library is rtl.lib
* Library is rtl
* Header is fileio.ch
* $SEEALSO$
* FCLOSE(),FOPEN(),FWRITE(),FREAD(),FERROR()
@@ -134,7 +134,7 @@
* $FUNCNAME$
* FREAD()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Reads a specified number of bytes from a file.
* $SYNTAX$
@@ -184,7 +184,7 @@
* This function is not CA-Clipper compliant since may can read
* strings greather the 65K depending of platform.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* BIN2I(),BIN2L(),BIN2W(),FERROR(),FWRITE()
* $END$
@@ -194,7 +194,7 @@
* $FUNCNAME$
* FWRITE()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Writes characters to a file
* $SYNTAX$
@@ -238,7 +238,7 @@
* This function is not CA-Clipper compatile since
* it can writes strings greather the 64K
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* FCLOSE(),FCREATE(),FERROR(),FOPEN(),I2BIN(),L2BIN()
* $END$
@@ -248,7 +248,7 @@
* $FUNCNAME$
* FERROR()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Reports the error status of low-level file functions
* $SYNTAX$
@@ -297,7 +297,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compatible
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* FCLOSE(),FERASE(),FOPEN(),FWRITE()
* $END$
@@ -307,7 +307,7 @@
* $FUNCNAME$
* FCLOSE()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Closes an open file
* $SYNTAX$
@@ -331,7 +331,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compliant
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* FOPEN(),FCREATE(),FREAD(),FWRITE(),FERROR()
* $END$
@@ -341,7 +341,7 @@
* $FUNCNAME$
* FERASE()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Erase a file from disk
* $SYNTAX$
@@ -377,7 +377,7 @@
* $COMPLIANCE$
* This function is CA-Clipper Compatible
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* FERROR(),FRENAME()
* $END$
@@ -431,7 +431,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compliant
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* ERASE,FERASE(),FERROR(),FILE(),RENAME
* $END$
@@ -441,7 +441,7 @@
* $FUNCNAME$
* FSEEK()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Positions the file pointer in a file.
* $SYNTAX$
@@ -507,7 +507,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compliant.
* $FILES$
* Library is rtl.lib
* Library is rtl
* Header is fileio.ch
* $SEEALSO$
* FCREATE(),FERROR(),FOPEN(),FREAD(),FREADSTR(),FWRITE()
@@ -547,7 +547,7 @@
* $COMPLIANCE$
* This function is CA-Clipper compatible.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* SET PATH,SET DEFAULT,SET()
* $END$
@@ -557,7 +557,7 @@
* $FUNCNAME$
* FREADSTR()
* $CATEGORY$
* Low level file handling
* Low level
* $ONELINER$
* Reads a string from a file.
* $SYNTAX$
@@ -599,7 +599,7 @@
* This function is not CA-Clipper compliant since may read
* strings greather the 65K depending of platform.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* BIN2I(),BIN2L(),BIN2W(),FERROR(),FREAD(),FSEEK()
* $END$
@@ -637,7 +637,7 @@
* $COMPLIANCE$
* This command is CA-Clipper compatible
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* CURDIR(),ERASE,FILE(),FERASE(),FRENAME()
* $END$
@@ -759,7 +759,7 @@
* $COMPLIANCE$
* __TYPEFILE() works exactly like CA-Clipper's __TYPEFILE()
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* COPY FILE,SET DEFAULT,SET PATH,SET PRINTER,TYPE
* $END$
@@ -863,7 +863,7 @@
* $PLATFORMS$
* ALL
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* FILE()
* $END$

View File

@@ -58,7 +58,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* ISDIGIT(),ISLOWER(),ISUPPER(),LOWER(),UPPER()
* $END$
@@ -93,7 +93,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* ISALPHA(),ISLOWER(),ISUPPER(),LOWER(),UPPER()
* $END$
@@ -128,7 +128,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* ISALPHA(),ISLOWER(),ISDIGIT(),LOWER(),UPPER()
* $END$
@@ -163,7 +163,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* ISALPHA(),ISDIGIT(),ISUPPER(),LOWER(),UPPER()
* $END$
@@ -194,7 +194,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* TRIM(),RTRIM(),ALLTRIM()
* $END$
@@ -231,7 +231,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* RAT()
* $END$
@@ -268,7 +268,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* AT(),SUBSTR(),RIGHT()
* $END$
@@ -303,7 +303,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* SUBSTR(),RIGHT(),AT(),RAT()
* $END$
@@ -336,7 +336,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* SUBSTR(),LEFT(),AT(),RAT()
* $END$
@@ -388,7 +388,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* LEFT(),AT(),RIGHT()
* $END$
@@ -398,7 +398,7 @@
* $FUNCNAME$
* STR()
* $CATEGORY$
* Run-time Library, Strings
* Strings
* $ONELINER$
* Convert a numeric expression to a character string.
* $SYNTAX$
@@ -462,7 +462,7 @@
* $COMPLIANCE$
* CA-Clipper compatible.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* STRZERO(),VAL()
* $END$
@@ -472,7 +472,7 @@
* $FUNCNAME$
* STRZERO()
* $CATEGORY$
* Run-time Library, Strings
* Strings
* $ONELINER$
* Convert a numeric expression to a character string, zero padded.
* $SYNTAX$
@@ -536,7 +536,7 @@
* $COMPLIANCE$
* CA-Clipper compatible (it was not mentioned in the docs though).
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* STR(),VAL()
* $END$
@@ -575,7 +575,7 @@
* $COMPLIANCE$
* HB_VALTOSTR() is a Harbour enhancement.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* STR(),VAL()
* $END$
@@ -615,7 +615,7 @@
* $COMPLIANCE$
* LEN() is fully CA-Clipper compliant.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* EMPTY(),RTRIM(),LTRIM(),AADD(),ASIZE()
* $END$
@@ -653,7 +653,7 @@
* $COMPLIANCE$
* EMPTY() is fully CA-Clipper compliant.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* LEN()
* $END$
@@ -688,7 +688,7 @@
* $COMPLIANCE$
* DESCEND() is fully CA-Clipper compliant.
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* INDEX,SEEK
* $END$
@@ -723,7 +723,7 @@
* $PLATFORMS$
* This functions work only on Windows Plataform
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* HB_OEMTOANSI()
* $END$
@@ -758,7 +758,7 @@
* $PLATFORMS$
* This functions work only on Windows Plataform
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* HB_ANSITOOEM()
* $END$
@@ -769,7 +769,7 @@
* $FUNCNAME$
* LOWER()
* $CATEGORY$
* Strings()
* Strings
* $ONELINER$
* Universally lowercases a character string expression.
* $SYNTAX$
@@ -793,7 +793,7 @@
* $PLATFORMS$
* ALL
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* UPPER(),ISLOWER(),ISUPPER()
* $END$
@@ -826,7 +826,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* LOWER(),ISUPPER(),ISLOWER()
* $END$
@@ -863,7 +863,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* ASC(),INKEY()
* $END$
@@ -895,7 +895,7 @@
* $PLATFORMS$
* All
* $FILES$
* Library is Rtl.lib
* Library is Rtl
* $SEEALSO$
* CHR()
* $END$