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.
This commit is contained in:
Viktor Szakats
2009-11-18 15:09:18 +00:00
parent afd0bc5432
commit eb786fe2b4
4 changed files with 24 additions and 15 deletions

View File

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

View File

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

View File

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

View File

@@ -127,8 +127,6 @@
#include "hbextcdp.ch"
#pragma linenumber=on
ANNOUNCE HB_GTSYS
REQUEST HB_GT_CGI_DEFAULT