From 5d726cf305733ad849b0b80e18ee71b54e569d77 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 26 Apr 2010 08:36:17 +0000 Subject: [PATCH] 2010-04-26 10:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added another envvar to the list of unnececessary ones. * contrib/hbcups/hbcups.c ! int -> HB_SIZE. Pacifies warning reported by Marco. --- harbour/ChangeLog | 13 ++++++++++--- harbour/INSTALL | 1 + harbour/contrib/hbcups/hbcups.c | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6b23d34ad5..60c023ea69 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,11 +17,18 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-26 10:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added another envvar to the list of unnececessary ones. + + * contrib/hbcups/hbcups.c + ! int -> HB_SIZE. Pacifies warning reported by Marco. + 2010-04-26 00:24 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbp.ch * contrib/hbxbp/xbpdataref.prg * contrib/hbxbp/xbplistbox.prg - ! Reworked XbpListBox(). Now it implements most of the + ! Reworked XbpListBox(). Now it implements most of the methods per Xbase++ documentation. * contrib/hbxbp/tests/demoxbp.prg @@ -33,7 +40,7 @@ * contrib/hbxbp/xbpmle.prg + Implemented almost all Xbase++ methods and slots. Untested. - Can someone provide a XbpMLE() usage code which exploits its + Can someone provide a XbpMLE() usage code which exploits its maximum methods ? 2010-04-25 12:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) @@ -76,7 +83,7 @@ * contrib/hbxbp/xbptoolbar.prg * contrib/hbxbp/xbptreeview.prg * contrib/hbxbp/xbpwindow.prg - ! Reworked callbacl Slots/Methods which are now INHERITable in + ! Reworked callbacl Slots/Methods which are now INHERITable in the sub-classes derived from Xbp Part. ! Slots ae now recognized through the slot identifier string. ! Deleted redundant parts and made code more cleaner and uniform in diff --git a/harbour/INSTALL b/harbour/INSTALL index 98d07196e7..30016a5dfc 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1119,6 +1119,7 @@ HARBOUR set HRB_DIR= set INCLUDE= set LIB= + set HB_GT_LIB= set HB_INC_*= set HB_DIR_*= - Try to do no or only small modifications at once to command examples diff --git a/harbour/contrib/hbcups/hbcups.c b/harbour/contrib/hbcups/hbcups.c index 70e0eedf5b..db68e60bef 100644 --- a/harbour/contrib/hbcups/hbcups.c +++ b/harbour/contrib/hbcups/hbcups.c @@ -89,7 +89,7 @@ HB_FUNC( CUPSPRINTFILE ) if( pOptions ) { - int tmp; + HB_SIZE tmp; if( HB_IS_HASH( pOptions ) ) {