From ab5ebeef3db299da9f078f81353b2dd8f0877002 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 17 Nov 2012 12:53:46 +0000 Subject: [PATCH] 2012-11-17 13:52 UTC+0100 Viktor Szakats (vszakats syenar.net) * contrib/hbct/doc/en/charonly.txt * contrib/hbct/doc/en/ctmath2.txt * doc/en/hashes.txt * doc/en/misc.txt ! added missing '()' from the end of function names * include/harbour.hbx ! fixed casing of Dbf() * tests/fixcase.hb + added exceptions fixed manually last time * doc/en/rdddb.txt * doc/en/rddmisc.txt * tests/newrdd.prg * rerun fixcase.hb --- harbour/ChangeLog | 18 ++++++++++++++++++ harbour/contrib/hbct/doc/en/charonly.txt | 2 +- harbour/contrib/hbct/doc/en/ctmath2.txt | 4 ++-- harbour/doc/en/hashes.txt | 2 +- harbour/doc/en/misc.txt | 10 +++++----- harbour/doc/en/rdddb.txt | 8 ++++---- harbour/doc/en/rddmisc.txt | 2 +- harbour/include/harbour.hbx | 2 +- harbour/tests/fixcase.hb | 1 + harbour/tests/newrdd.prg | 2 +- 10 files changed, 35 insertions(+), 16 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 04d04413e6..98976ce3a2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,24 @@ The license applies to all entries newer than 2009-04-28. */ +2012-11-17 13:52 UTC+0100 Viktor Szakats (vszakats syenar.net) + * contrib/hbct/doc/en/charonly.txt + * contrib/hbct/doc/en/ctmath2.txt + * doc/en/hashes.txt + * doc/en/misc.txt + ! added missing '()' from the end of function names + + * include/harbour.hbx + ! fixed casing of Dbf() + + * tests/fixcase.hb + + added exceptions fixed manually last time + + * doc/en/rdddb.txt + * doc/en/rddmisc.txt + * tests/newrdd.prg + * rerun fixcase.hb + 2012-11-16 22:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/hbodbc/odbc.c ! fixed length of string parameters passed to ODBC functions. diff --git a/harbour/contrib/hbct/doc/en/charonly.txt b/harbour/contrib/hbct/doc/en/charonly.txt index c6eea154da..8164c01516 100644 --- a/harbour/contrib/hbct/doc/en/charonly.txt +++ b/harbour/contrib/hbct/doc/en/charonly.txt @@ -153,6 +153,6 @@ $FILES$ Library is hbct. $SEEALSO$ - CHARONLY CharRem() WordRem() + CharOnly() CharRem() WordRem() $END$ */ diff --git a/harbour/contrib/hbct/doc/en/ctmath2.txt b/harbour/contrib/hbct/doc/en/ctmath2.txt index 664b0299d5..93035ee80f 100644 --- a/harbour/contrib/hbct/doc/en/ctmath2.txt +++ b/harbour/contrib/hbct/doc/en/ctmath2.txt @@ -33,7 +33,7 @@ $FILES$ Library is hbct. $SEEALSO$ - CEILING + Ceiling() $END$ */ @@ -68,7 +68,7 @@ $FILES$ Library is hbct. $SEEALSO$ - FLOOR + Floor() $END$ */ diff --git a/harbour/doc/en/hashes.txt b/harbour/doc/en/hashes.txt index 2a706d700b..b11f54e75c 100644 --- a/harbour/doc/en/hashes.txt +++ b/harbour/doc/en/hashes.txt @@ -1143,7 +1143,7 @@ $FILES$ $SEEALSO$ - hb_HCaseMatch(),hb_HSetAutoAdd(),HB_HSETBINARY + hb_HCaseMatch(),hb_HSetAutoAdd(),hb_HSetBinary() $END$ */ diff --git a/harbour/doc/en/misc.txt b/harbour/doc/en/misc.txt index 423fc1a0b6..e8df4d8202 100644 --- a/harbour/doc/en/misc.txt +++ b/harbour/doc/en/misc.txt @@ -91,7 +91,7 @@ $ONELINER$ Obtains a system environmental setting. $SYNTAX$ - GetEnv( ) --> + GetEnv( ) --> $ARGUMENTS$ Enviromental variable to obtain. $RETURNS$ @@ -118,7 +118,7 @@ $FILES$ Library is core $SEEALSO$ - GETE + GetE() $END$ */ @@ -134,7 +134,7 @@ $ONELINER$ Obtains a system environmental setting. $SYNTAX$ - GetE( ) --> + GetE( ) --> $ARGUMENTS$ Enviromental variable to obtain. $RETURNS$ @@ -163,7 +163,7 @@ $FILES$ Library is core $SEEALSO$ - GETENV + GetEnv() $END$ */ @@ -216,7 +216,7 @@ $FILES$ Library is core $SEEALSO$ - GETENV, GETE + GetEnv(), GetE() $END$ */ diff --git a/harbour/doc/en/rdddb.txt b/harbour/doc/en/rdddb.txt index e6770154e6..2b3430f0f8 100644 --- a/harbour/doc/en/rdddb.txt +++ b/harbour/doc/en/rdddb.txt @@ -76,7 +76,7 @@ $TEMPLATE$ Function $NAME$ - DBF() + Dbf() $CATEGORY$ API $SUBCATEGORY$ @@ -84,7 +84,7 @@ $ONELINER$ Alias name of a work area $SYNTAX$ - DBF() --> + Dbf() --> $RETURNS$ Name of alias $DESCRIPTION$ @@ -95,8 +95,8 @@ USE test SELECT 0 - ? iif( DBF() == "", "No Name", DBF() ) - ? test->( DBF() ) + ? iif( Dbf() == "", "No Name", Dbf() ) + ? test->( Dbf() ) ? Alias( 1 ) RETURN diff --git a/harbour/doc/en/rddmisc.txt b/harbour/doc/en/rddmisc.txt index f6cf4f502e..c094e495b0 100644 --- a/harbour/doc/en/rddmisc.txt +++ b/harbour/doc/en/rddmisc.txt @@ -133,7 +133,7 @@ $FILES$ Library is rdd $SEEALSO$ - DBF() + Dbf() $END$ */ diff --git a/harbour/include/harbour.hbx b/harbour/include/harbour.hbx index 2bbbc46ffd..eacaf320f1 100644 --- a/harbour/include/harbour.hbx +++ b/harbour/include/harbour.hbx @@ -116,7 +116,7 @@ DYNAMIC dbDrop DYNAMIC dbEdit DYNAMIC dbEval DYNAMIC dbExists -DYNAMIC DBF +DYNAMIC Dbf DYNAMIC DBFBLOB DYNAMIC DBFCDX DYNAMIC DBFDBT diff --git a/harbour/tests/fixcase.hb b/harbour/tests/fixcase.hb index 262e89cb45..c8572038a2 100644 --- a/harbour/tests/fixcase.hb +++ b/harbour/tests/fixcase.hb @@ -85,6 +85,7 @@ PROCEDURE Main() "contrib/xhb/thtm.prg" , ; "contrib/hbnetio/readme.txt" , ; "contrib/hbnetio/tests/*" , ; + "extras/httpsrv/home/*" , ; "tests/hbpptest/*" , ; "tests/mt/*" , ; "tests/multifnc/*" , ; diff --git a/harbour/tests/newrdd.prg b/harbour/tests/newrdd.prg index fd6d7974ce..e9710e4cce 100644 --- a/harbour/tests/newrdd.prg +++ b/harbour/tests/newrdd.prg @@ -35,7 +35,7 @@ PROCEDURE Main() ? "Header:", TESTDBF->( Header() ) ? "FieldPos( 'LAST' ):", TESTDBF->( FieldPos( "LAST" ) ) ? "FieldName( 2 ):", TESTDBF->( FieldName( 2 ) ) - ? "DBF():", TESTDBF->( DBF() ) + ? "Dbf():", TESTDBF->( Dbf() ) ? "Alias( 1 ):", Alias( 1 ) ? "dbTableExt():", TESTDBF->( dbTableExt() ) aArray := TESTDBF->( dbStruct() )