2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbcurl/hbcurl.c
% Minor opt. [RC1]
* ChangeLog
+ Marked changes merged with RC1.
This commit is contained in:
@@ -8,13 +8,20 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbcurl/hbcurl.c
|
||||
% Minor opt. [RC1]
|
||||
|
||||
* ChangeLog
|
||||
+ Marked changes merged with RC1.
|
||||
|
||||
2008-06-07 09:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/gtwvt/gtwvt.c
|
||||
! Fixed cursor width to be synced properly after
|
||||
a font change.
|
||||
! Fixed cursor SC_NORMAL height to be calculated
|
||||
from the font height, instead of being a static
|
||||
number. [RC1_TOMERGE]
|
||||
number. [RC1]
|
||||
|
||||
* contrib/hbcurl/hbcurl.c
|
||||
+ Added RTEs when wrong parameter was passed
|
||||
@@ -23,6 +30,7 @@
|
||||
CURL_SHARE_STRERROR()
|
||||
CURL_MULTI_STRERROR()
|
||||
CURL_GETDATE()
|
||||
[RC1]
|
||||
|
||||
2008-06-06 23:30 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com
|
||||
* harbour/source/rtl/gtwvt/gtwvt.c
|
||||
|
||||
@@ -1702,7 +1702,7 @@ HB_FUNC( CURL_MULTI_STRERROR )
|
||||
HB_FUNC( CURL_GETDATE )
|
||||
{
|
||||
if( ISCHAR( 1 ) )
|
||||
hb_retnint( ( HB_LONG ) curl_getdate( hb_parcx( 1 ), NULL ) );
|
||||
hb_retnint( ( HB_LONG ) curl_getdate( hb_parc( 1 ), NULL ) );
|
||||
else
|
||||
hb_errRT_BASE( EG_ARG, 2010, NULL, "CURL_GETDATE", HB_ERR_ARGS_BASEPARAMS );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user