diff --git a/harbour/.gitattributes b/harbour/.gitattributes
index 475fc4ca92..3154505ab3 100644
--- a/harbour/.gitattributes
+++ b/harbour/.gitattributes
@@ -7,7 +7,6 @@
*.bas text
*.c text
*.cfg text
-*.cfm text
*.ch text
*.css text
*.def text
diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt
index e454edacbc..334c5d5753 100644
--- a/harbour/ChangeLog.txt
+++ b/harbour/ChangeLog.txt
@@ -10,13 +10,54 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
+2013-01-24 15:14 UTC+0100 Viktor Szakats (harbour syenar.net)
+ * utils/hbmk2/hbmk2.prg
+ + links to markdown and markdown to man-page converter tool
+ ! minor cleanup to prev
+
+ * utils/hbmk2/hbmk2.1
+ * some updates
+
+ * ChangeLog.txt
+ ! typos/updates in previous entry
+
+ * extras/hbdoc/*.prg
+ * src/rtl/memoedit.prg
+ * tests/clasinh.prg
+ * tests/classch.prg
+ * tests/inhprob.prg
+ ! updated for new ::super: syntax
+
+ * src/rtl/itemseri.c
+ ! fixed typo in latest modification:
+ 'warning: use of unary operator that may be intended as compound assignment (+=)'
+
+ * contrib/hbgd/tests/test_out.prg
+ * contrib/hbhttpd/*
+ * contrib/hbtip/thtml.prg
+ * contrib/xhb/*.prg
+ * extras/httpsrv/*
+ * extras/guestbk/*
+ * website/faq/*.html
+ * website/samples/HowToBuildOnLinux.html
+ * website/third-party.html
+ * some steps to modernize old HTML
+
+ * extras/hbdoc/*.prg
+ * do not use [] as string delimiter
+
+ - tests/function.cfm
+ - website/samples/function.cfm.html
+ * .gitattributes
+ - obsolete file deleted
+
2013-01-23 17:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/*.po
+ added '-warn=yes' option in sync with warn= .hbc directive
* cleaned help for -cpp and -cpp= options
* '-inc' option moved to short help page and clarified a little
- - deprecated several hbmk2 options synonyms. After this
+ - deprecated several hbmk2 option synonyms. After this
update, hbmk2 will issue a warning with the recommended
replacement switch (and exact location where it has
found it), and these will ultimately disappear with
@@ -24,7 +65,7 @@
on how disrupting it is or how long the new release
will take):
-compiler= -> -comp=
- -platform -> -plat=
+ -platform= -> -plat=
-mwindows -> -gui
-mconsole -> -std
-nodebug -> -debug-
@@ -38,11 +79,14 @@
-nohbcppmm -> -hbcppmm-
-nostrip -> -strip-
-warn= (value omitted) -> -warn=yes
+ -warn= {{endif}}
{{: browse}}
-
diff --git a/harbour/contrib/hbhttpd/tests/tpl/app/register.tpl b/harbour/contrib/hbhttpd/tests/tpl/app/register.tpl
index b5d0b4f10a..5c11910b99 100644
--- a/harbour/contrib/hbhttpd/tests/tpl/app/register.tpl
+++ b/harbour/contrib/hbhttpd/tests/tpl/app/register.tpl
@@ -1,7 +1,7 @@
{{extend _main}}
Login
{{endif}}
"
ELSE
- cStr := "
"
- OutHTML ValToPrg( cParams ) + "
"
- OutHTML ValToPrg( cQuery ) + "
"
- OutHTML "" + "
"
+ OutHTML ValToPrg( hParams ) + "
"
+ OutHTML ValToPrg( cParams ) + "
"
+ OutHTML ValToPrg( cQuery ) + "
"
+ OutHTML "" + "
"
#endif
OutHTML ""
OutHTML "
"
- OutHTML " "
OutHTML ""
- OutHTML " " + "
"
+ OutHTML "" + "
"
OutHTML " "
OutHTML ""
OutHTML " " + "
"
+ "'>" + "
"
OutHTML " "
OutHTML ""
OutHTML cPhoto
OutHTML "
"
+ OutHTML "
"
#if 0
- OutHTML "" + "
"
- OutHTML OS() + "
"
+ OutHTML "" + "
"
+ OutHTML OS() + "
"
#endif
EndHTML()
ELSE
diff --git a/harbour/contrib/hbhttpd/tests/tpl/app/account.tpl b/harbour/contrib/hbhttpd/tests/tpl/app/account.tpl
index e49d6f603d..b2acb35473 100644
--- a/harbour/contrib/hbhttpd/tests/tpl/app/account.tpl
+++ b/harbour/contrib/hbhttpd/tests/tpl/app/account.tpl
@@ -1,7 +1,7 @@
{{extend _main}}
Shopping | Cart | Logout
-My account
+My account
{{if errtext}}{{= errtext}}
" + CRLF()
+ FWrite( nH, "
diff --git a/harbour/contrib/hbhttpd/tests/tpl/app/cart.tpl b/harbour/contrib/hbhttpd/tests/tpl/app/cart.tpl
index 9515ff78e0..8a556ebbb8 100644
--- a/harbour/contrib/hbhttpd/tests/tpl/app/cart.tpl
+++ b/harbour/contrib/hbhttpd/tests/tpl/app/cart.tpl
@@ -1,8 +1,7 @@
{{extend _main}}
Shopping | My account | Logout
User name {{= user}}
-Cart
+Cart
Your cart is worth: {{= cartsum}}
-Create new account
+Create new account
{{if errtext}}{{= errtext}}
" + cErrString + CRLF() )
MemoWrit( "Error.Log", HardCR( cErrString ) + CRLF() + ;
HardCR( MemoRead( "Error.Log" ) ) )
- FWrite( nH, "" + CRLF() + "" + CRLF() + "" + CRLF() )
+ FWrite( nH, "" + CRLF() + "" + CRLF() + "" + CRLF() )
HtmlJSCmd( nH, 'Alert("There was an error processing your request:\n' + ;
'Look at the bottom of this page for\n' + ;
'error description and parameters...");' )
- FWrite( nH, "" + CRLF() + "" + CRLF() )
+ FWrite( nH, "" + CRLF() + "" + CRLF() )
CLOSE ALL
@@ -223,7 +223,7 @@ STATIC FUNCTION ErrorMessage( e )
// add error description if available
IF HB_ISSTRING( e:description )
- cMessage += "
" + e:description
+ cMessage += "
" + e:description
ENDIF
// add either filename or operation
diff --git a/harbour/contrib/xhb/htjlist.prg b/harbour/contrib/xhb/htjlist.prg
index 4e64892a86..75cd086d89 100644
--- a/harbour/contrib/xhb/htjlist.prg
+++ b/harbour/contrib/xhb/htjlist.prg
@@ -116,13 +116,13 @@ METHOD New( name, lOpen, width, height, bgColor, ;
::nItems := 0
::aSCript := {}
- cStr := "" + CRLF() + "" + CRLF() + ;
- "" + CRLF() + ;
- '' + CRLF() + ;
+ cStr := "" + CRLF() + "" + CRLF() + ;
+ "" + CRLF() + ;
+ '' + CRLF() + ;
CRLF() + ;
- '' + CRLF() + ;
+ '' + CRLF() + ;
CRLF() + ;
- '" + CRLF()
- cStr += '" + CRLF()
- cStr += '" + CRLF()
+ cStr += '" + CRLF()
+ cStr += "" + CRLF()
AAdd( ::aScript, cStr )
cStr := ""
- cStr += "
" + CRLF() )
+
" + CRLF() )
#xcommand LINE IN
" + CRLF() )
+
" + CRLF() )
#xcommand SPACE
" )
+ METHOD lineBreak() INLINE ::QOut( "
" )
- METHOD Paragraph() INLINE ::QOut( "" )
+ METHOD Paragraph() INLINE ::QOut( "" )
- METHOD Center( l ) INLINE ::QOut( iif( l, "' )
+ ::QOut( '
' )
ELSE
- ::QOut( '
' )
+ ::QOut( '
' )
ENDIF
RETURN Self
diff --git a/harbour/contrib/xhb/tedit.prg b/harbour/contrib/xhb/tedit.prg
index 0f60a22bc5..b840d888cd 100644
--- a/harbour/contrib/xhb/tedit.prg
+++ b/harbour/contrib/xhb/tedit.prg
@@ -199,9 +199,9 @@ METHOD Put() CLASS THtmlControl
::form := HtmlFormName()
::oHtm := HtmlPageObject()
- ::cOutput += iif( ::lBreak, CRLF() + "
", CRLF() )
+ ::cOutput += iif( ::lBreak, CRLF() + "
", CRLF() )
IF ::lLabel
- ::cOutPut += CRLF() + "" + CRLF()
ENDIF
// FWrite( ::nH, ::cOutput )
@@ -348,7 +348,7 @@ METHOD Put() CLASS THtmlControl
IF ::Type == "SELECT"
FOR i := 1 TO Len( ::aOptions )
- cStr := "" + CRLF()
+ cStr += ">" + ::aOptions[ i, _OPTION_TEXT ] + "" + CRLF()
// FWrite( ::nH, cStr )
::oHtm:cStr += cStr
NEXT
-// FWrite( ::nH, "" )
- ::oHtm:cStr += ""
+// FWrite( ::nH, "" )
+ ::oHtm:cStr += ""
ENDIF
RETURN Self
@@ -554,7 +554,7 @@ METHOD Put( lPutControls ) CLASS THtmlForm
::cOutPut := CRLF() + CRLF() + CRLF() + "" + CRLF() + CRLF()
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
- ::cOutPut := '" + CRLF()
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
- ::cOutPut := '
" + CRLF()
+ ::ohtm:cStr += "" + CRLF()
+ ::ohtm:cStr += "" + CRLF()
+ ::ohtm:cStr += "" + CRLF()
ENDIF
::ohtm:cStr += CRLF() + CRLF() + "" + CRLF() + CRLF() + CRLF()
diff --git a/harbour/contrib/xhb/thtm.prg b/harbour/contrib/xhb/thtm.prg
index 9785d4fa3f..13228c0208 100644
--- a/harbour/contrib/xhb/thtm.prg
+++ b/harbour/contrib/xhb/thtm.prg
@@ -106,15 +106,15 @@ CREATE CLASS THtml
METHOD CGIClose()
- METHOD SetPageColor( cColor, lBody ) INLINE Default( lBody, .T. ), ::cStr += iif( lBody, '', ' BGCOLOR="' + cColor + '" ' )
+ METHOD SetPageColor( cColor, lBody ) INLINE Default( lBody, .T. ), ::cStr += iif( lBody, '', ' bgcolor="' + cColor + '" ' )
- METHOD SetTextColor( cColor, lBody ) INLINE Default( lBody, .T. ), ::cStr += iif( lBody, '', ' TEXT="' + cColor + '" ' )
+ METHOD SetTextColor( cColor, lBody ) INLINE Default( lBody, .T. ), ::cStr += iif( lBody, '', ' text="' + cColor + '" ' )
- METHOD SetBgImage( cImage, lBody ) INLINE Default( lBody, .T. ), ::cStr += iif( lBody, '', ' BACKGROUND="' + cImage + '" ' )
+ METHOD SetBgImage( cImage, lBody ) INLINE Default( lBody, .T. ), ::cStr += iif( lBody, '', ' background="' + cImage + '" ' )
METHOD Close()
- METHOD SetCenter( lOn ) INLINE ::cStr += iif( lOn, "' + CRLF()
+ ::cOutPut := ' ' + CRLF()
IF ::Caption != NIL
- ::cOutPut := " "
+ ::cOutPut := ""
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
ENDIF
- ::cOutPut := '' + CRLF()
+ ::cOutPut := '' + CRLF()
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
ENDIF
- ::cOutPut := "" + ::Caption + "" + CRLF()
+ ::cOutPut := "" + ::Caption + "" + CRLF()
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
- ::cOutPut := " ' + CRLF()
+ ::cOutPut := ' ' + CRLF()
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
- ::cOutPut := ' " + CRLF()
- ::ohtm:cStr += "' + CRLF()
+ ::cOutPut := '' + CRLF()
// FWrite( ::nH, ::cOutput )
::oHtm:cStr += ::cOutput
ENDIF
ENDIF
- ::cOutput += CRLF() + "" + CRLF()
IF ::Frame
- ::ohtm:cStr += " " + CRLF()
- ::ohtm:cStr += "
' + CRLF()
+ METHOD QOut( c ) INLINE Default( c, "" ), ::cStr += CRLF() + c + '
' + CRLF()
METHOD Write( c ) INLINE Default( c, "" ), ::cStr += c
- METHOD WriteLN( c ) INLINE Default( c, "" ), ::cStr += CRLF() + c + '
' + CRLF()
+ METHOD WriteLN( c ) INLINE Default( c, "" ), ::cStr += CRLF() + c + '
' + CRLF()
METHOD SayColor( t, c ) INLINE Default( t, "" ), Default( c, "black" ), ;
- ::cStr += '' + t + ''
+ ::cStr += '' + t + ''
METHOD Space( n ) INLINE Default( n, 1 ), ::cStr += Replicate( " ", n )
@@ -143,25 +143,25 @@ CREATE CLASS THtml
cName, cAlt, cTarget, nWidth, lBreak, ID, MAP, ALING, HSPACE )
METHOD Text( cText, nCols, lWrap ) INLINE Default( lWrap, .T. ), Default( nCols, 80 ), ;
- ::cStr += "", ">" ) + CRLF() + cText + CRLF() + "
" + CRLF()
+ ::cStr += "", ">" ) + CRLF() + cText + CRLF() + "
" + CRLF()
METHOD MultiCol( txt, cols, gutter, width ) INLINE Default( txt, "" ), ;
Default( cols, 2 ), ;
Default( gutter, 5 ), ;
Default( width, 100 ), ;
- ::cStr += '
" + CRLF()
+ METHOD PutBreak() INLINE ::cStr += "
" + CRLF()
METHOD Marquee( cText, cFont, cFntColor, nFntSize, cAlign, nWidth, nHeight, cbgColor, ;
cBehavior, cDirection, nScrollAmt, nScrollDelay, LOOP, ;
@@ -197,11 +197,11 @@ CREATE CLASS THtml
METHOD EndTable()
- METHOD NewList() INLINE ::cStr += "" + CRLF()
+ METHOD NewList() INLINE ::cStr += "
"
METHOD NewForm( cMethod, cAction, cName )
@@ -213,11 +213,11 @@ CREATE CLASS THtml
METHOD FormSubmit( cText )
- METHOD FormQOut( c ) INLINE ::cStr += c + '" + CRLF()
- METHOD ListItem() INLINE ::cStr += "
"
+ METHOD EndList() INLINE ::cStr += "
' + CRLF()
+ METHOD FormQOut( c ) INLINE ::cStr += c + '
' + CRLF()
METHOD FormQQOut( c ) INLINE ::cStr += c + CRLF()
- METHOD EndForm() INLINE ::cStr += CRLF() + "" + CRLF()
+ METHOD EndForm() INLINE ::cStr += CRLF() + "" + CRLF()
METHOD PushButton( cName, cCaption, cCgiApp, cOnClick, cOnFocus, cOnBlur, cOnMsOver, cOnMsOut, style, ID )
@@ -227,15 +227,15 @@ CREATE CLASS THtml
METHOD iFrame( name, src, border, marginwidth, marginheight, scrolling, align, WIDTH, HEIGHT )
- METHOD StartJava() INLINE ::cStr += '" + CRLF()
+ METHOD EndJava() INLINE ::cStr += " //-->" + CRLF() + "" + CRLF()
- METHOD serverCode( c ) INLINE ::cStr += "
| " + CRLF() + ::cStr += Space( 5 ) + "" + CRLF() RETURN Self @@ -1443,7 +1445,7 @@ METHOD NewTableCell( cAlign, cColor, ; cBgPic, nWidth, lWrap, ; nColspan, nRowspan, cValign, clrdrk, clrlt, cBdrClr, cClass, lNoFont ) CLASS THtml - LOCAL cStr := Space( 10 ) + " | "
IF ! lNoFont
- cStr += '"
+ cStr += ' face="' + cFont + '"' + ">"
ELSE
cStr += ">"
ENDIF
@@ -1587,18 +1589,18 @@ METHOD NewForm( cMethod, cAction, cName ) CLASS THtml
__defaultNIL( @cMethod, "POST" )
__defaultNIL( @cName, "newForm" )
- ::cStr += CRLF() + "
Pressing button you will redirect to /info page. Look at POST and REQUEST values.
- You will see a "word" variable name. - - Return to Main Page + You will see a "word" variable name. + + Return to Main Page diff --git a/harbour/extras/httpsrv/home/testajax.html b/harbour/extras/httpsrv/home/testajax.html index fb2cfcd189..b0e1efee7b 100644 --- a/harbour/extras/httpsrv/home/testajax.html +++ b/harbour/extras/httpsrv/home/testajax.html @@ -53,4 +53,4 @@ This is a simple ajax test. Please type a string in input field and press GO but Return to Main Page - \ No newline at end of file + diff --git a/harbour/extras/httpsrv/home/testxmldb.html b/harbour/extras/httpsrv/home/testxmldb.html index f776f90cee..b3eb656913 100644 --- a/harbour/extras/httpsrv/home/testxmldb.html +++ b/harbour/extras/httpsrv/home/testxmldb.html @@ -74,14 +74,14 @@ - Simple XML servlet - - Tested with IE6+, Firefox 2+ and Opera 9+. Not working with Google Chrome, Safari. - Please note that tableservletdb.prg simulates a slow reply of 0.5 seconds. + Simple XML servlet + + Tested with IE6+, Firefox 2+ and Opera 9+. Not working with Google Chrome, Safari. + Please note that tableservletdb.prg simulates a slow reply of 0.5 seconds. If you want to check real speed please comment #define SIMULATE_SLOW_REPLY in source. - Return to Main Page - - Select a Page + Return to Main Page + + Select a Page diff --git a/harbour/extras/httpsrv/modules/cookie.prg b/harbour/extras/httpsrv/modules/cookie.prg index 4fdc87842e..844a9e775a 100644 --- a/harbour/extras/httpsrv/modules/cookie.prg +++ b/harbour/extras/httpsrv/modules/cookie.prg @@ -84,9 +84,9 @@ FUNCTION HRBMAIN() Pressing button you will redirect to /info page. Look at COOKIE values. - You will see a "mycookie" variable name. - - Return to Main Page + You will see a "mycookie" variable name. + + Return to Main Page diff --git a/harbour/extras/httpsrv/modules/info.prg b/harbour/extras/httpsrv/modules/info.prg index 2d78905660..7a5b8764ca 100644 --- a/harbour/extras/httpsrv/modules/info.prg +++ b/harbour/extras/httpsrv/modules/info.prg @@ -66,28 +66,28 @@ STATIC FUNCTION ShowServerInfo() // LOCAL oCookie - cHtml += "Server Info" -// cHtml += " If it is first time you see this page reload it to see cookies " - cHtml += ' Return to Main Page ' + cHtml += "Server Info" +// cHtml += " If it is first time you see this page reload it to see cookies " + cHtml += ' Return to Main Page ' cHtml += DisplayVars( _Server , "SERVER Vars" ) - cHtml += " " + cHtml += " " cHtml += DisplayVars( _HTTP_REQUEST , "HTTP Request Headers" ) - cHtml += " " + cHtml += " " cHtml += DisplayVars( _HTTP_RESPONSE, "HTTP Response Headers" ) - cHtml += " " + cHtml += " " cHtml += DisplayVars( _Get , "GET Vars" ) - cHtml += " " + cHtml += " " cHtml += DisplayVars( _Post , "POST Vars" ) - cHtml += " " + cHtml += " " cHtml += DisplayVars( _Cookie , "COOKIE Vars" ) - cHtml += " " + cHtml += " " // cHtml += DisplayVars( _Files , "FILE Vars" ) -// cHtml += " " +// cHtml += " " cHtml += DisplayVars( _Request , "REQUEST Vars" ) - cHtml += " " + cHtml += " " cHtml += DisplayVars( _Session , "SESSION Vars" ) - cHtml += " " + cHtml += " " // Set a simple cookie // oCookie := uhttpd_CookieNew( "localhost", "/", 1, 0 ) diff --git a/harbour/extras/httpsrv/uhttpd.prg b/harbour/extras/httpsrv/uhttpd.prg index d04ae3e1fb..e0bd0498fb 100644 --- a/harbour/extras/httpsrv/uhttpd.prg +++ b/harbour/extras/httpsrv/uhttpd.prg @@ -2039,31 +2039,31 @@ STATIC PROCEDURE ShowServerStatus() // uhttpd_Write( ' " ) @@ -2677,31 +2677,31 @@ STATIC FUNCTION Handler_ServerStatus() // uhttpd_Write( ' " ) @@ -2770,16 +2770,16 @@ STATIC FUNCTION Handler_HrbScript( cFileName ) uhttpd_SetHeader( "Content-Type", "text/html" ) uhttpd_Write( "Error" ) - uhttpd_Write( " Description: " + hb_CStr( oError:Description ) ) - uhttpd_Write( " Filename: " + hb_CStr( oError:filename ) ) - uhttpd_Write( " Operation: " + hb_CStr( oError:operation ) ) - uhttpd_Write( " OsCode: " + hb_CStr( oError:osCode ) ) - uhttpd_Write( " GenCode: " + hb_CStr( oError:genCode ) ) - uhttpd_Write( " SubCode: " + hb_CStr( oError:subCode ) ) - uhttpd_Write( " SubSystem: " + hb_CStr( oError:subSystem ) ) - uhttpd_Write( " Args: " + hb_CStr( hb_ValToExp( oError:args ) ) ) - uhttpd_Write( " ProcName: " + hb_CStr( ProcName( 0 ) ) ) - uhttpd_Write( " ProcLine: " + hb_CStr( ProcLine( 0 ) ) ) + uhttpd_Write( " Description: " + hb_CStr( oError:Description ) ) + uhttpd_Write( " Filename: " + hb_CStr( oError:filename ) ) + uhttpd_Write( " Operation: " + hb_CStr( oError:operation ) ) + uhttpd_Write( " OsCode: " + hb_CStr( oError:osCode ) ) + uhttpd_Write( " GenCode: " + hb_CStr( oError:genCode ) ) + uhttpd_Write( " SubCode: " + hb_CStr( oError:subCode ) ) + uhttpd_Write( " SubSystem: " + hb_CStr( oError:subSystem ) ) + uhttpd_Write( " Args: " + hb_CStr( hb_ValToExp( oError:args ) ) ) + uhttpd_Write( " ProcName: " + hb_CStr( ProcName( 0 ) ) ) + uhttpd_Write( " ProcLine: " + hb_CStr( ProcLine( 0 ) ) ) END SEQUENCE diff --git a/harbour/src/rtl/itemseri.c b/harbour/src/rtl/itemseri.c index e42691e38c..4f8f1afcbc 100644 --- a/harbour/src/rtl/itemseri.c +++ b/harbour/src/rtl/itemseri.c @@ -1260,7 +1260,7 @@ static HB_SIZE hb_deserializeItem( PHB_ITEM pItem, case HB_SERIAL_XHB_R: /* nIndex = ( HB_SIZE ) HB_GET_BE_UINT64( &pBuffer[ nOffset ] ); */ /* TODO: add support for references */ - nOffset =+ 9; + nOffset += 9; default: hb_itemClear( pItem ); diff --git a/harbour/src/rtl/memoedit.prg b/harbour/src/rtl/memoedit.prg index 85da5f1fa4..fe318121cd 100644 --- a/harbour/src/rtl/memoedit.prg +++ b/harbour/src/rtl/memoedit.prg @@ -65,7 +65,7 @@ CREATE CLASS HBMemoEditor INHERIT HBEditor VAR xUserFunction // User Function called to change default MemoEdit() behaviour METHOD MemoInit( xUserFunction ) // This method is called after ::New() returns to perform ME_INIT actions - METHOD Edit() // Calls super:Edit( nKey ) but is needed to handle configurable keys + METHOD Edit() // Calls ::super:Edit( nKey ) but is needed to handle configurable keys METHOD KeyboardHook( nKey ) // Gets called every time there is a key not handled directly by HBEditor METHOD IdleHook() // Gets called every time there are no more keys to hanlde diff --git a/harbour/tests/clasinh.prg b/harbour/tests/clasinh.prg index ba30040663..e9ec27fe6d 100644 --- a/harbour/tests/clasinh.prg +++ b/harbour/tests/clasinh.prg @@ -35,7 +35,7 @@ ENDCLASS METHOD New() CLASS TAnyClass - super:New() - super:Test() + ::super:New() + ::super:Test() RETURN Self diff --git a/harbour/tests/classch.prg b/harbour/tests/classch.prg index c8fb4bd091..839e8495e9 100644 --- a/harbour/tests/classch.prg +++ b/harbour/tests/classch.prg @@ -36,7 +36,7 @@ ENDCLASS METHOD New( One, Two ) CLASS TTest - Super:New() + ::super:New() ::One := One ::Two := Two diff --git a/harbour/tests/function.cfm b/harbour/tests/function.cfm deleted file mode 100644 index 7a1a62cb5c..0000000000 --- a/harbour/tests/function.cfm +++ /dev/null @@ -1,50 +0,0 @@ - - - - -
In Portuguese - - Below is a list of all Harbour -functions in the RTL and their current state. This list is -updated as changes are made to the library. This list is based on -Clipper 5.2. The legend is as follows: - -Ready Started Not Started - | ||
|---|---|---|---|
