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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user