diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e0e776c5e8..9406f3a8ca 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,26 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-20 23:31 UTC+0200 Viktor Szakats (harbour syenar.net) + * config/postinst.hb + * utils/hbmk2/hbmk2.prg + % avoid lines and padding in autogenerated .hbx file comments + + * include/hblang.hbx + ! fixed to exclude legacy language modules that missed + the generic wildcard filter + + * */*.hbx + * regenerated + + * 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 diff --git a/harbour/config/postinst.hb b/harbour/config/postinst.hb index 8c119bf05a..8d2cc66fd4 100644 --- a/harbour/config/postinst.hb +++ b/harbour/config/postinst.hb @@ -612,9 +612,10 @@ STATIC FUNCTION __hb_extern_gen( aFuncList, cOutputName ) LOCAL cSelfName := _HB_SELF_PREFIX + Upper( hb_FNameName( cOutputName ) ) + _HB_SELF_SUFFIX - LOCAL cLine := "/* -------------------------------------------------------------------- */" + hb_eol() - LOCAL cHelp := "/* Syntax: // HB_FUNC_INCLUDE */" + hb_eol() +; - "/* // HB_FUNC_EXCLUDE */" + hb_eol() + LOCAL cLine := "/* " + Replicate( "-", 68 ) + hb_eol() + LOCAL cHelp := " * Syntax: // HB_FUNC_INCLUDE " + hb_eol() +; + " * // HB_FUNC_EXCLUDE " + hb_eol() +; + " */" + hb_eol() __hb_extern_get_exception_list( cOutputName, @aInclude, @aExclude, @hDynamic ) @@ -625,17 +626,15 @@ STATIC FUNCTION __hb_extern_gen( aFuncList, cOutputName ) Empty( aExclude ) cExtern += hb_eol() cExtern += cLine - cExtern += "/* NOTE: You can add manual override which functions to include or */" + hb_eol() - cExtern += "/* exclude from automatically generated EXTERNAL/DYNAMIC list. */" + hb_eol() + cExtern += " * NOTE: You can add manual override which functions to include or" + hb_eol() + cExtern += " * exclude from automatically generated EXTERNAL/DYNAMIC list." + hb_eol() cExtern += cHelp - cExtern += cLine ELSE cExtern += hb_eol() cExtern += cLine - cExtern += "/* NOTE: Following comments are control commands for the generator. */" + hb_eol() - cExtern += "/* Do not edit them unless you know what you are doing. */" + hb_eol() + cExtern += " * NOTE: Following comments are control commands for the generator." + hb_eol() + cExtern += " * Do not edit them unless you know what you are doing." + hb_eol() cExtern += cHelp - cExtern += cLine IF ! Empty( aInclude ) cExtern += hb_eol() FOR EACH tmp IN aInclude @@ -651,10 +650,9 @@ STATIC FUNCTION __hb_extern_gen( aFuncList, cOutputName ) ENDIF cExtern += hb_eol() cExtern += cLine - cExtern += "/* WARNING: Automatically generated code below. DO NOT EDIT! */" + hb_eol() - cExtern += "/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */" + hb_eol() - cExtern += "/* compiler family. [vszakats] */" + hb_eol() - cExtern += cLine + cExtern += " * WARNING: Automatically generated code below. DO NOT EDIT!" + hb_eol() + cExtern += " * Regenerate with HB_REBUILD_EXTERN=yes build option." + hb_eol() + cExtern += " */" + hb_eol() cExtern += hb_eol() cExtern += "#ifndef " + "__HBEXTERN_CH__" + Upper( hb_FNameName( cOutputName ) ) + "__" + hb_eol() cExtern += "#define " + "__HBEXTERN_CH__" + Upper( hb_FNameName( cOutputName ) ) + "__" + hb_eol() diff --git a/harbour/contrib/hbamf/hbamf.hbx b/harbour/contrib/hbamf/hbamf.hbx index 1a02c24344..8125c8b58a 100644 --- a/harbour/contrib/hbamf/hbamf.hbx +++ b/harbour/contrib/hbamf/hbamf.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBAMF__ #define __HBEXTERN_CH__HBAMF__ diff --git a/harbour/contrib/hbblat/hbblat.hbx b/harbour/contrib/hbblat/hbblat.hbx index f9c93d724c..6fe93a7bf9 100644 --- a/harbour/contrib/hbblat/hbblat.hbx +++ b/harbour/contrib/hbblat/hbblat.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBBLAT__ #define __HBEXTERN_CH__HBBLAT__ diff --git a/harbour/contrib/hbblink/hbblink.hbx b/harbour/contrib/hbblink/hbblink.hbx index 0629caa5c9..f2916d25ef 100644 --- a/harbour/contrib/hbblink/hbblink.hbx +++ b/harbour/contrib/hbblink/hbblink.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBBLINK__ #define __HBEXTERN_CH__HBBLINK__ diff --git a/harbour/contrib/hbbz2/hbbz2.hbx b/harbour/contrib/hbbz2/hbbz2.hbx index 920da81dca..60b920b19c 100644 --- a/harbour/contrib/hbbz2/hbbz2.hbx +++ b/harbour/contrib/hbbz2/hbbz2.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBBZ2__ #define __HBEXTERN_CH__HBBZ2__ diff --git a/harbour/contrib/hbcomm/hbcomm.hbx b/harbour/contrib/hbcomm/hbcomm.hbx index 777ea14ca4..ab1ef5dba6 100644 --- a/harbour/contrib/hbcomm/hbcomm.hbx +++ b/harbour/contrib/hbcomm/hbcomm.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBCOMM__ #define __HBEXTERN_CH__HBCOMM__ diff --git a/harbour/contrib/hbct/hbct.hbx b/harbour/contrib/hbct/hbct.hbx index 7d3ab202af..bebd38cec3 100644 --- a/harbour/contrib/hbct/hbct.hbx +++ b/harbour/contrib/hbct/hbct.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBCT__ #define __HBEXTERN_CH__HBCT__ diff --git a/harbour/contrib/hbexpat/hbexpat.hbx b/harbour/contrib/hbexpat/hbexpat.hbx index 8a38aebf7a..dbc5144cc5 100644 --- a/harbour/contrib/hbexpat/hbexpat.hbx +++ b/harbour/contrib/hbexpat/hbexpat.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBEXPAT__ #define __HBEXTERN_CH__HBEXPAT__ diff --git a/harbour/contrib/hbformat/hbformat.hbx b/harbour/contrib/hbformat/hbformat.hbx index b588a2f36e..f38607b751 100644 --- a/harbour/contrib/hbformat/hbformat.hbx +++ b/harbour/contrib/hbformat/hbformat.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBFORMAT__ #define __HBEXTERN_CH__HBFORMAT__ diff --git a/harbour/contrib/hbfoxpro/hbfoxpro.hbx b/harbour/contrib/hbfoxpro/hbfoxpro.hbx index d5c5444e00..793cac5982 100644 --- a/harbour/contrib/hbfoxpro/hbfoxpro.hbx +++ b/harbour/contrib/hbfoxpro/hbfoxpro.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBFOXPRO__ #define __HBEXTERN_CH__HBFOXPRO__ diff --git a/harbour/contrib/hbfship/hbfship.hbx b/harbour/contrib/hbfship/hbfship.hbx index 83bdd46d70..466b28fa83 100644 --- a/harbour/contrib/hbfship/hbfship.hbx +++ b/harbour/contrib/hbfship/hbfship.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBFSHIP__ #define __HBEXTERN_CH__HBFSHIP__ diff --git a/harbour/contrib/hbgt/hbgt.hbx b/harbour/contrib/hbgt/hbgt.hbx index 6cb9066b4e..591e75537f 100644 --- a/harbour/contrib/hbgt/hbgt.hbx +++ b/harbour/contrib/hbgt/hbgt.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBGT__ #define __HBEXTERN_CH__HBGT__ diff --git a/harbour/contrib/hbhpdf/hbhpdf.hbx b/harbour/contrib/hbhpdf/hbhpdf.hbx index b8aceeedcf..d591edf3bf 100644 --- a/harbour/contrib/hbhpdf/hbhpdf.hbx +++ b/harbour/contrib/hbhpdf/hbhpdf.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBHPDF__ #define __HBEXTERN_CH__HBHPDF__ diff --git a/harbour/contrib/hbhttpd/hbhttpd.hbx b/harbour/contrib/hbhttpd/hbhttpd.hbx index acf8d1e322..9aa798bac3 100644 --- a/harbour/contrib/hbhttpd/hbhttpd.hbx +++ b/harbour/contrib/hbhttpd/hbhttpd.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBHTTPD__ #define __HBEXTERN_CH__HBHTTPD__ diff --git a/harbour/contrib/hblzf/hblzf.hbx b/harbour/contrib/hblzf/hblzf.hbx index ab3091ab7e..87878cba41 100644 --- a/harbour/contrib/hblzf/hblzf.hbx +++ b/harbour/contrib/hblzf/hblzf.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBLZF__ #define __HBEXTERN_CH__HBLZF__ diff --git a/harbour/contrib/hbmemio/hbmemio.hbx b/harbour/contrib/hbmemio/hbmemio.hbx index b3d8c9a67c..878edd2e61 100644 --- a/harbour/contrib/hbmemio/hbmemio.hbx +++ b/harbour/contrib/hbmemio/hbmemio.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBMEMIO__ #define __HBEXTERN_CH__HBMEMIO__ diff --git a/harbour/contrib/hbmisc/hbmisc.hbx b/harbour/contrib/hbmisc/hbmisc.hbx index d6c90b73fd..a426209074 100644 --- a/harbour/contrib/hbmisc/hbmisc.hbx +++ b/harbour/contrib/hbmisc/hbmisc.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBMISC__ #define __HBEXTERN_CH__HBMISC__ diff --git a/harbour/contrib/hbmlzo/hbmlzo.hbx b/harbour/contrib/hbmlzo/hbmlzo.hbx index d800cee9b9..97a50bf6cc 100644 --- a/harbour/contrib/hbmlzo/hbmlzo.hbx +++ b/harbour/contrib/hbmlzo/hbmlzo.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBMLZO__ #define __HBEXTERN_CH__HBMLZO__ diff --git a/harbour/contrib/hbmxml/hbmxml.hbx b/harbour/contrib/hbmxml/hbmxml.hbx index 6a87b69dcf..d332b7bf04 100644 --- a/harbour/contrib/hbmxml/hbmxml.hbx +++ b/harbour/contrib/hbmxml/hbmxml.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBMXML__ #define __HBEXTERN_CH__HBMXML__ diff --git a/harbour/contrib/hbmzip/hbmzip.hbx b/harbour/contrib/hbmzip/hbmzip.hbx index df3865a113..2505b66b25 100644 --- a/harbour/contrib/hbmzip/hbmzip.hbx +++ b/harbour/contrib/hbmzip/hbmzip.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBMZIP__ #define __HBEXTERN_CH__HBMZIP__ diff --git a/harbour/contrib/hbnetio/hbnetio.hbx b/harbour/contrib/hbnetio/hbnetio.hbx index dcf987a9ff..8125d92e44 100644 --- a/harbour/contrib/hbnetio/hbnetio.hbx +++ b/harbour/contrib/hbnetio/hbnetio.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBNETIO__ #define __HBEXTERN_CH__HBNETIO__ diff --git a/harbour/contrib/hbnf/hbnf.hbx b/harbour/contrib/hbnf/hbnf.hbx index c5efacd3d2..4eba8b49d3 100644 --- a/harbour/contrib/hbnf/hbnf.hbx +++ b/harbour/contrib/hbnf/hbnf.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBNF__ #define __HBEXTERN_CH__HBNF__ diff --git a/harbour/contrib/hbodbc/hbodbc.hbx b/harbour/contrib/hbodbc/hbodbc.hbx index 7c1351fc64..dbf6e0ef3b 100644 --- a/harbour/contrib/hbodbc/hbodbc.hbx +++ b/harbour/contrib/hbodbc/hbodbc.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBODBC__ #define __HBEXTERN_CH__HBODBC__ diff --git a/harbour/contrib/hboslib/hboslib.hbx b/harbour/contrib/hboslib/hboslib.hbx index d0eedafc76..f513740d1f 100644 --- a/harbour/contrib/hboslib/hboslib.hbx +++ b/harbour/contrib/hboslib/hboslib.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBOSLIB__ #define __HBEXTERN_CH__HBOSLIB__ diff --git a/harbour/contrib/hbsms/hbsms.hbx b/harbour/contrib/hbsms/hbsms.hbx index f5bfbd1692..7f562d0f88 100644 --- a/harbour/contrib/hbsms/hbsms.hbx +++ b/harbour/contrib/hbsms/hbsms.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBSMS__ #define __HBEXTERN_CH__HBSMS__ diff --git a/harbour/contrib/hbsqlit3/hbsqlit3.hbx b/harbour/contrib/hbsqlit3/hbsqlit3.hbx index 106bd83f5c..e4e1e68e4e 100644 --- a/harbour/contrib/hbsqlit3/hbsqlit3.hbx +++ b/harbour/contrib/hbsqlit3/hbsqlit3.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBSQLIT3__ #define __HBEXTERN_CH__HBSQLIT3__ diff --git a/harbour/contrib/hbtinymt/3rd/tinymt/tinymt.hbx b/harbour/contrib/hbtinymt/3rd/tinymt/tinymt.hbx index 440ec39260..d4e1530718 100644 --- a/harbour/contrib/hbtinymt/3rd/tinymt/tinymt.hbx +++ b/harbour/contrib/hbtinymt/3rd/tinymt/tinymt.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__TINYMT__ #define __HBEXTERN_CH__TINYMT__ diff --git a/harbour/contrib/hbtinymt/hbtinymt.hbx b/harbour/contrib/hbtinymt/hbtinymt.hbx index d25b7a4c70..11fef4aa06 100644 --- a/harbour/contrib/hbtinymt/hbtinymt.hbx +++ b/harbour/contrib/hbtinymt/hbtinymt.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBTINYMT__ #define __HBEXTERN_CH__HBTINYMT__ diff --git a/harbour/contrib/hbtip/hbtip.hbx b/harbour/contrib/hbtip/hbtip.hbx index 7e9db9dd70..ab960b97da 100644 --- a/harbour/contrib/hbtip/hbtip.hbx +++ b/harbour/contrib/hbtip/hbtip.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBTIP__ #define __HBEXTERN_CH__HBTIP__ diff --git a/harbour/contrib/hbtpathy/hbtpathy.hbx b/harbour/contrib/hbtpathy/hbtpathy.hbx index 5afd8b6ae9..b3f145ee38 100644 --- a/harbour/contrib/hbtpathy/hbtpathy.hbx +++ b/harbour/contrib/hbtpathy/hbtpathy.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBTPATHY__ #define __HBEXTERN_CH__HBTPATHY__ diff --git a/harbour/contrib/hbwin/hbwin.hbx b/harbour/contrib/hbwin/hbwin.hbx index f64f465201..df7226ebfa 100644 --- a/harbour/contrib/hbwin/hbwin.hbx +++ b/harbour/contrib/hbwin/hbwin.hbx @@ -2,19 +2,19 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: Following comments are control commands for the generator. */ -/* Do not edit them unless you know what you are doing. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: Following comments are control commands for the generator. + * Do not edit them unless you know what you are doing. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ // HB_FUNC_EXCLUDE WIN_OLESERVERINIT -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBWIN__ #define __HBEXTERN_CH__HBWIN__ diff --git a/harbour/contrib/hbxdiff/hbxdiff.hbx b/harbour/contrib/hbxdiff/hbxdiff.hbx index ddd425d0c0..09519ba33d 100644 --- a/harbour/contrib/hbxdiff/hbxdiff.hbx +++ b/harbour/contrib/hbxdiff/hbxdiff.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBXDIFF__ #define __HBEXTERN_CH__HBXDIFF__ diff --git a/harbour/contrib/hbxpp/hbxpp.hbx b/harbour/contrib/hbxpp/hbxpp.hbx index f192e6a6a0..edd5e6c08a 100644 --- a/harbour/contrib/hbxpp/hbxpp.hbx +++ b/harbour/contrib/hbxpp/hbxpp.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBXPP__ #define __HBEXTERN_CH__HBXPP__ diff --git a/harbour/contrib/hbzebra/hbzebra.hbx b/harbour/contrib/hbzebra/hbzebra.hbx index f3449ad2b8..f264430f1f 100644 --- a/harbour/contrib/hbzebra/hbzebra.hbx +++ b/harbour/contrib/hbzebra/hbzebra.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBZEBRA__ #define __HBEXTERN_CH__HBZEBRA__ diff --git a/harbour/contrib/hbziparc/hbziparc.hbx b/harbour/contrib/hbziparc/hbziparc.hbx index 6962c61591..2f2e1871f9 100644 --- a/harbour/contrib/hbziparc/hbziparc.hbx +++ b/harbour/contrib/hbziparc/hbziparc.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__HBZIPARC__ #define __HBEXTERN_CH__HBZIPARC__ diff --git a/harbour/contrib/xhb/xhb.hbx b/harbour/contrib/xhb/xhb.hbx index 1cba4b6951..8fa74fc208 100644 --- a/harbour/contrib/xhb/xhb.hbx +++ b/harbour/contrib/xhb/xhb.hbx @@ -2,17 +2,17 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: You can add manual override which functions to include or */ -/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: You can add manual override which functions to include or + * exclude from automatically generated EXTERNAL/DYNAMIC list. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate using hbmk2 '-hbx=' option. */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate using hbmk2 '-hbx=' option. + */ #ifndef __HBEXTERN_CH__XHB__ #define __HBEXTERN_CH__XHB__ diff --git a/harbour/include/harbour.hbx b/harbour/include/harbour.hbx index ea9f66567e..aa1b312ccf 100644 --- a/harbour/include/harbour.hbx +++ b/harbour/include/harbour.hbx @@ -2,12 +2,12 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: Following comments are control commands for the generator. */ -/* Do not edit them unless you know what you are doing. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: Following comments are control commands for the generator. + * Do not edit them unless you know what you are doing. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ // HB_FUNC_EXCLUDE __HB_EXTERN__ // HB_FUNC_EXCLUDE HB_CODEPAGE_* @@ -26,11 +26,10 @@ // HB_FUNC_EXCLUDE HBTIMESTAMP // HB_FUNC_EXCLUDE HB_MT -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */ -/* compiler family. [vszakats] */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate with HB_REBUILD_EXTERN=yes build option. + */ #ifndef __HBEXTERN_CH__HARBOUR__ #define __HBEXTERN_CH__HARBOUR__ @@ -672,9 +671,9 @@ DYNAMIC hb_MD5File DYNAMIC hb_MemoRead DYNAMIC hb_MemoWrit DYNAMIC hb_MethodName +DYNAMIC hb_MGetBounds DYNAMIC hb_milliSeconds DYNAMIC hb_Minute -DYNAMIC hb_MGetBounds DYNAMIC hb_MMiddleDown DYNAMIC hb_mtvm DYNAMIC hb_mutexCreate @@ -1353,6 +1352,7 @@ DYNAMIC __dbUnlock DYNAMIC __dbUpdate DYNAMIC __dbUse DYNAMIC __dbZap +DYNAMIC __defaultNIL DYNAMIC __DefPath DYNAMIC __Dir DYNAMIC __dynSCount @@ -1382,10 +1382,9 @@ DYNAMIC __HBArray DYNAMIC __HBBlock DYNAMIC __HBCharacter DYNAMIC __HBDate -DYNAMIC __defaultNIL +DYNAMIC __hbdoc_DirLastModified DYNAMIC __hbdoc_FilterOut DYNAMIC __hbdoc_FromSource -DYNAMIC __hbdoc_DirLastModified DYNAMIC __hbdoc_LoadDir DYNAMIC __hbdoc_LoadHBD DYNAMIC __hbdoc_SaveHBD @@ -1490,10 +1489,10 @@ DYNAMIC __wapi_GetACP DYNAMIC __wapi_GetOEMCP DYNAMIC __XHelp DYNAMIC __XRestScreen -DYNAMIC __XSaveScreen +DYNAMIC __XSaveGetAttr DYNAMIC __XSaveGetChar DYNAMIC __XSaveGetColor -DYNAMIC __XSaveGetAttr +DYNAMIC __XSaveScreen #if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HARBOUR__REQUEST ) #uncommand DYNAMIC => EXTERNAL diff --git a/harbour/include/hbcpage.hbx b/harbour/include/hbcpage.hbx index 3997a9fcfd..7698c3c965 100644 --- a/harbour/include/hbcpage.hbx +++ b/harbour/include/hbcpage.hbx @@ -2,23 +2,22 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: Following comments are control commands for the generator. */ -/* Do not edit them unless you know what you are doing. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: Following comments are control commands for the generator. + * Do not edit them unless you know what you are doing. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ // HB_FUNC_INCLUDE HB_CODEPAGE_* // HB_FUNC_EXCLUDE HB_CODEPAGE_BIG5 // HB_FUNC_EXCLUDE HB_CODEPAGE_CP950 -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */ -/* compiler family. [vszakats] */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate with HB_REBUILD_EXTERN=yes build option. + */ #ifndef __HBEXTERN_CH__HBCPAGE__ #define __HBEXTERN_CH__HBCPAGE__ diff --git a/harbour/include/hblang.hbx b/harbour/include/hblang.hbx index aa42333158..7111f9cfcb 100644 --- a/harbour/include/hblang.hbx +++ b/harbour/include/hblang.hbx @@ -2,21 +2,25 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: Following comments are control commands for the generator. */ -/* Do not edit them unless you know what you are doing. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: Following comments are control commands for the generator. + * Do not edit them unless you know what you are doing. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ // HB_FUNC_INCLUDE HB_LANG_* -// HB_FUNC_EXCLUDE HB_LANG_????? -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */ -/* compiler family. [vszakats] */ -/* -------------------------------------------------------------------- */ +// HB_FUNC_EXCLUDE HB_LANG_????? +// HB_FUNC_EXCLUDE HB_LANG_RUKOI8 +// HB_FUNC_EXCLUDE HB_LANG_UAKOI8 +// HB_FUNC_EXCLUDE HB_LANG_ZHB5 +// HB_FUNC_EXCLUDE HB_LANG_ZHGB + +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate with HB_REBUILD_EXTERN=yes build option. + */ #ifndef __HBEXTERN_CH__HBLANG__ #define __HBEXTERN_CH__HBLANG__ @@ -35,6 +39,7 @@ DYNAMIC HB_LANG_CA DYNAMIC HB_LANG_CS DYNAMIC HB_LANG_DE DYNAMIC HB_LANG_EL +DYNAMIC HB_LANG_EN DYNAMIC HB_LANG_EO DYNAMIC HB_LANG_ES DYNAMIC HB_LANG_EU @@ -55,8 +60,8 @@ DYNAMIC HB_LANG_RO DYNAMIC HB_LANG_RU DYNAMIC HB_LANG_SK DYNAMIC HB_LANG_SL -DYNAMIC HB_LANG_SR_LAT DYNAMIC HB_LANG_SR_CYR +DYNAMIC HB_LANG_SR_LAT DYNAMIC HB_LANG_SV DYNAMIC HB_LANG_TR DYNAMIC HB_LANG_UK diff --git a/harbour/include/hbscalar.hbx b/harbour/include/hbscalar.hbx index 8ff9251377..00f217844e 100644 --- a/harbour/include/hbscalar.hbx +++ b/harbour/include/hbscalar.hbx @@ -2,12 +2,12 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: Following comments are control commands for the generator. */ -/* Do not edit them unless you know what you are doing. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: Following comments are control commands for the generator. + * Do not edit them unless you know what you are doing. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ // HB_FUNC_INCLUDE HBARRAY // HB_FUNC_INCLUDE HBBLOCK @@ -19,11 +19,10 @@ // HB_FUNC_INCLUDE HBSYMBOL // HB_FUNC_INCLUDE HBTIMESTAMP -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */ -/* compiler family. [vszakats] */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate with HB_REBUILD_EXTERN=yes build option. + */ #ifndef __HBEXTERN_CH__HBSCALAR__ #define __HBEXTERN_CH__HBSCALAR__ diff --git a/harbour/include/hbusrrdd.hbx b/harbour/include/hbusrrdd.hbx index 6182b26c15..ff16e42022 100644 --- a/harbour/include/hbusrrdd.hbx +++ b/harbour/include/hbusrrdd.hbx @@ -2,21 +2,20 @@ * $Id$ */ -/* -------------------------------------------------------------------- */ -/* NOTE: Following comments are control commands for the generator. */ -/* Do not edit them unless you know what you are doing. */ -/* Syntax: // HB_FUNC_INCLUDE */ -/* // HB_FUNC_EXCLUDE */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * NOTE: Following comments are control commands for the generator. + * Do not edit them unless you know what you are doing. + * Syntax: // HB_FUNC_INCLUDE + * // HB_FUNC_EXCLUDE + */ // HB_FUNC_INCLUDE UR_SUPER_* // HB_FUNC_INCLUDE USRRDD_* -/* -------------------------------------------------------------------- */ -/* WARNING: Automatically generated code below. DO NOT EDIT! */ -/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */ -/* compiler family. [vszakats] */ -/* -------------------------------------------------------------------- */ +/* -------------------------------------------------------------------- + * WARNING: Automatically generated code below. DO NOT EDIT! + * Regenerate with HB_REBUILD_EXTERN=yes build option. + */ #ifndef __HBEXTERN_CH__HBUSRRDD__ #define __HBEXTERN_CH__HBUSRRDD__ diff --git a/harbour/src/rtl/langapi.c b/harbour/src/rtl/langapi.c index f8459cf224..2e30f23265 100644 --- a/harbour/src/rtl/langapi.c +++ b/harbour/src/rtl/langapi.c @@ -55,10 +55,6 @@ #include "hbapicdp.h" #include "hbapierr.h" -/* Language name: English */ -/* ISO language code (2 chars): EN */ -/* Codepage: 437 */ - static HB_LANG s_lang_en = { { diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 75c8dc2cba..dbdafe35e3 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -12132,9 +12132,10 @@ STATIC FUNCTION __hb_extern_gen( hbmk, aFuncList, cOutputName ) LOCAL cSelfName := _HB_SELF_PREFIX + StrToDefine( hb_FNameName( cOutputName ) ) + _HB_SELF_SUFFIX - LOCAL cLine := PadR( "/* -------------------------------------------------------------------- ", 72 ) + "*/" + hb_eol() - LOCAL cHelp := PadR( "/* Syntax: // HB_FUNC_INCLUDE ", 72 ) + "*/" + hb_eol() +; - PadR( "/* // HB_FUNC_EXCLUDE ", 72 ) + "*/" + hb_eol() + LOCAL cLine := "/* " + Replicate( "-", 68 ) + hb_eol() + LOCAL cHelp := " * Syntax: // HB_FUNC_INCLUDE " + hb_eol() +; + " * // HB_FUNC_EXCLUDE " + hb_eol() +; + " */" + hb_eol() __hb_extern_get_exception_list( cOutputName, @aInclude, @aExclude, @hDynamic ) @@ -12145,17 +12146,15 @@ STATIC FUNCTION __hb_extern_gen( hbmk, aFuncList, cOutputName ) Empty( aExclude ) cExtern += hb_eol() cExtern += cLine - cExtern += PadR( "/* NOTE: You can add manual override which functions to include or ", 72 ) + "*/" + hb_eol() - cExtern += PadR( "/* exclude from automatically generated EXTERNAL/DYNAMIC list. ", 72 ) + "*/" + hb_eol() + cExtern += " * NOTE: You can add manual override which functions to include or" + hb_eol() + cExtern += " * exclude from automatically generated EXTERNAL/DYNAMIC list." + hb_eol() cExtern += cHelp - cExtern += cLine ELSE cExtern += hb_eol() cExtern += cLine - cExtern += PadR( "/* NOTE: Following comments are control commands for the generator. ", 72 ) + "*/" + hb_eol() - cExtern += PadR( "/* Do not edit them unless you know what you are doing. ", 72 ) + "*/" + hb_eol() + cExtern += " * NOTE: Following comments are control commands for the generator." + hb_eol() + cExtern += " * Do not edit them unless you know what you are doing." + hb_eol() cExtern += cHelp - cExtern += cLine IF ! Empty( aInclude ) cExtern += hb_eol() FOR EACH tmp IN aInclude @@ -12171,9 +12170,9 @@ STATIC FUNCTION __hb_extern_gen( hbmk, aFuncList, cOutputName ) ENDIF cExtern += hb_eol() cExtern += cLine - cExtern += PadR( "/* WARNING: Automatically generated code below. DO NOT EDIT! ", 72 ) + "*/" + hb_eol() - cExtern += PadR( "/* Regenerate using " + _SELF_NAME_ + " '-hbx=' option. ", 72 ) + "*/" + hb_eol() - cExtern += cLine + cExtern += " * WARNING: Automatically generated code below. DO NOT EDIT!" + hb_eol() + cExtern += " * Regenerate using " + _SELF_NAME_ + " '-hbx=' option." + hb_eol() + cExtern += " */" + hb_eol() cExtern += hb_eol() cExtern += "#ifndef " + "__HBEXTERN_CH__" + StrToDefine( hb_FNameName( cOutputName ) ) + "__" + hb_eol() cExtern += "#define " + "__HBEXTERN_CH__" + StrToDefine( hb_FNameName( cOutputName ) ) + "__" + hb_eol()