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.
This commit is contained in:
Viktor Szakats
2010-04-26 08:36:17 +00:00
parent d795fc3c1e
commit 5d726cf305
3 changed files with 12 additions and 4 deletions

View File

@@ -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

View File

@@ -1119,6 +1119,7 @@ HARBOUR
set HRB_DIR=<Some Harbour dir>
set INCLUDE=<Harbour include dir>
set LIB=<Harbour lib dir>
set HB_GT_LIB=
set HB_INC_*=
set HB_DIR_*=
- Try to do no or only small modifications at once to command examples

View File

@@ -89,7 +89,7 @@ HB_FUNC( CUPSPRINTFILE )
if( pOptions )
{
int tmp;
HB_SIZE tmp;
if( HB_IS_HASH( pOptions ) )
{