From a96bf0105575d2290a6c9f99804e2e5c77c4e1a2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 30 Oct 2009 06:34:38 +0000 Subject: [PATCH] 2009-10-30 07:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/hbgenerr.c * Minor formatting. * doc/xhb-diff.txt * Changed HBCRYPT to HBSSL in examples to contribs. --- harbour/ChangeLog | 7 +++++++ harbour/doc/xhb-diff.txt | 2 +- harbour/src/compiler/hbgenerr.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5a83425629..9ca3910232 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-30 07:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * src/compiler/hbgenerr.c + * Minor formatting. + + * doc/xhb-diff.txt + * Changed HBCRYPT to HBSSL in examples to contribs. + 2009-10-30 03:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/common/hbgete.c * harbour/src/common/hbffind.c diff --git a/harbour/doc/xhb-diff.txt b/harbour/doc/xhb-diff.txt index 03313d5e15..0a03cfa297 100644 --- a/harbour/doc/xhb-diff.txt +++ b/harbour/doc/xhb-diff.txt @@ -2148,7 +2148,7 @@ Some of xHarbour core libraries like CT, TIP or ODBC are supported by Harbour as contrib library. In practice Harbour covers whole xHarbour functionality with some fixes and extensions. In contrib tree Harbour has also many other libraries which are unique to Harbour, like HBCURL, -RDDSQL, HBCRYPT, GTWVG, HBQT, HBXBP, ... which give many important +RDDSQL, HBSSL, GTWVG, HBQT, HBXBP, ... which give many important extensions. Some of them can be easily ported to xHarbour but some others not due to not fully functional MT model in xHarbour or missing some important functionality like thread safe support for many GTs in single diff --git a/harbour/src/compiler/hbgenerr.c b/harbour/src/compiler/hbgenerr.c index 82835708be..4977994301 100644 --- a/harbour/src/compiler/hbgenerr.c +++ b/harbour/src/compiler/hbgenerr.c @@ -191,7 +191,7 @@ void hb_compGenError( HB_COMP_DECL, const char * szErrors[], char cPrefix, int i } } -void hb_compGenWarning( HB_COMP_DECL, const char * szWarnings[], char cPrefix, int iWarning, const char * szWarning1, const char * szWarning2) +void hb_compGenWarning( HB_COMP_DECL, const char * szWarnings[], char cPrefix, int iWarning, const char * szWarning1, const char * szWarning2 ) { const char * szText = szWarnings[ iWarning - 1 ];