2012-11-07 15:18 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/hbmxml/format.prg
  * contrib/hbmxml/hbmxml.hbx
    ! minor correction (regression)
This commit is contained in:
Viktor Szakats
2012-11-07 14:19:07 +00:00
parent 631a1240a0
commit 99b6ea7139
3 changed files with 11 additions and 11 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-07 15:18 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbmxml/format.prg
* contrib/hbmxml/hbmxml.hbx
! minor correction (regression)
2012-11-07 12:52 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbct/tests/*.prg
! applied casing to commented function names
@@ -1823,11 +1828,6 @@
* src/rtl/langapi.c
* deleted unnecessary comment
2012-10-20 22:15 UTC+0200 Viktor Szakats (harbour syenar.net)
* config/postinst.hb
* include/harbour.hbx
* utils/hbmk2/hbmk2.prg
2012-10-20 10:03 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/xhb/xhbhash.c
! typo in a recent commit

View File

@@ -58,7 +58,7 @@
* const char * format,
* ... )
*/
FUNCTION mxmlElementSetAttrF( hNode, cName, cFormat, ... )
FUNCTION mxmlElementSetAttrf( hNode, cName, cFormat, ... )
RETURN mxmlElementSetAttr( hNode, cName, hb_StrFormat( cFormat, ... ) )
/*
@@ -67,7 +67,7 @@ FUNCTION mxmlElementSetAttrF( hNode, cName, cFormat, ... )
* const char * format,
* ... )
*/
FUNCTION mxmlNewTextF( hNode, nWhitespace, cFormat, ... )
FUNCTION mxmlNewTextf( hNode, nWhitespace, cFormat, ... )
RETURN mxmlNewText( hNode, nWhitespace, hb_StrFormat( cFormat, ... ) )
/*
@@ -76,5 +76,5 @@ FUNCTION mxmlNewTextF( hNode, nWhitespace, cFormat, ... )
* const char * format,
* ... )
*/
FUNCTION mxmlSetTextF( hNode, nWhitespace, cFormat, ... )
FUNCTION mxmlSetTextf( hNode, nWhitespace, cFormat, ... )
RETURN mxmlSetText( hNode, nWhitespace, hb_StrFormat( cFormat, ... ) )

View File

@@ -34,7 +34,7 @@ DYNAMIC mxmlDelete
DYNAMIC mxmlElementDeleteAttr
DYNAMIC mxmlElementGetAttr
DYNAMIC mxmlElementSetAttr
DYNAMIC mxmlElementSetAttrF
DYNAMIC mxmlElementSetAttrf
DYNAMIC mxmlEntityGetName
DYNAMIC mxmlEntityGetValue
DYNAMIC mxmlFindElement
@@ -69,7 +69,7 @@ DYNAMIC mxmlNewInteger
DYNAMIC mxmlNewOpaque
DYNAMIC mxmlNewReal
DYNAMIC mxmlNewText
DYNAMIC mxmlNewTextF
DYNAMIC mxmlNewTextf
DYNAMIC mxmlNewXML
DYNAMIC mxmlRemove
DYNAMIC mxmlSaveAllocString
@@ -86,7 +86,7 @@ DYNAMIC mxmlSetInteger
DYNAMIC mxmlSetOpaque
DYNAMIC mxmlSetReal
DYNAMIC mxmlSetText
DYNAMIC mxmlSetTextF
DYNAMIC mxmlSetTextf
DYNAMIC mxmlSetUserData
DYNAMIC mxmlSetWrapMargin
DYNAMIC mxmlWalkNext