2011-07-22 23:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rtl/hbcom.c
    ! updated to compile on HP-UX - please test.
      [TOMERGE 3.0]
This commit is contained in:
Przemyslaw Czerpak
2011-07-22 21:13:35 +00:00
parent fd4699533c
commit ae76eaf8d1
2 changed files with 11 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-07-22 23:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/hbcom.c
! updated to compile on HP-UX - please test.
[TOMERGE 3.0]
2011-07-22 09:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/hvm.c
! added protection against self-recursive iterating in code like:

View File

@@ -93,6 +93,9 @@
# include <sys/time.h>
# include <sys/types.h>
# endif
# if defined( HB_OS_HPUX )
# include <sys/modem.h>
# endif
#elif defined( HB_HAS_SIOLIB )
# include <sioLib.h>
#elif defined( HB_HAS_PMCOM )
@@ -712,6 +715,9 @@ int hb_comSendBreak( int iPort, int iDurationInMilliSecs )
#elif defined( CRTSCTS )
#define _HB_OCRTSCTS CRTSCTS
#define _HB_ICRTSCTS CRTSCTS
#elif defined( CNEW_RTSCTS )
#define _HB_OCRTSCTS CNEW_RTSCTS
#define _HB_ICRTSCTS CNEW_RTSCTS
#elif defined( CCTS_OFLOW )
#define _HB_OCRTSCTS CCTS_OFLOW
#define _HB_ICRTSCTS 0