diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 044eda22f1..dcbde347c6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,17 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-18 16:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * include/hbapi.h + * Changed HB_ERRCODE to be 'insigned int' (was USHORT). + ; You'll need to rebuild all sources. + + * utils/hbmk2/hbmk2.prg + % Turned off line numbers (for hbmk2 itself). + + * INSTALL + * Minor formatting. + 2009-11-18 03:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/beos/gcc.mk ! fixed typo in AR_RULE @@ -163,7 +174,6 @@ * modified code which tries to replicate Clipper behavior with ULONG values also in 64bit systems where ULONG is not 32bit integer - 2009-11-17 15:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsql/sddodbc/tests/test2.prg ! fixed small error in DSN diff --git a/harbour/INSTALL b/harbour/INSTALL index ec939a0fa6..bf4ec2f8f1 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -396,17 +396,17 @@ HARBOUR You can use HB_PLATFORM values to select platforms: - linux - Linux - darwin - Mac OS X - bsd - FreeBSD / OpenBSD / NetBSD / *BSD - beos - BeOS / Haiku - hpux - HP-UX - sunos - Sun Solaris / OpenSolaris - win - MS Windows (all flavors) - wce - MS Windows CE - dos - MS-DOS (32-bit protected mode only) - (MS-DOS compatible systems also work, like dosemu) - os2 - OS/2 / eComStation + linux - Linux + darwin - Mac OS X + bsd - FreeBSD / OpenBSD / NetBSD / *BSD + beos - BeOS / Haiku + hpux - HP-UX + sunos - Sun Solaris / OpenSolaris + win - MS Windows (all flavors) + wce - MS Windows CE + dos - MS-DOS (32-bit protected mode only) + (MS-DOS compatible systems also work, like dosemu) + os2 - OS/2 / eComStation You can use HB_COMPILER values to manually select compilers: diff --git a/harbour/include/hbapi.h b/harbour/include/hbapi.h index 40f4350a93..585349a319 100644 --- a/harbour/include/hbapi.h +++ b/harbour/include/hbapi.h @@ -470,7 +470,8 @@ typedef struct _HB_NESTED_CLONED /* RDD method return codes */ -typedef USHORT HB_ERRCODE; +typedef unsigned int HB_ERRCODE; + #define HB_SUCCESS 0 #define HB_FAILURE 1 diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index aef32105f2..b76c10287d 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -127,8 +127,6 @@ #include "hbextcdp.ch" -#pragma linenumber=on - ANNOUNCE HB_GTSYS REQUEST HB_GT_CGI_DEFAULT