diff --git a/harbour/ChangeLog b/harbour/ChangeLog index eeaf9022a6..6e3e3aaf13 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-30 11:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/dirstruc.txt + * Some (incomplete) updates to the dir structure layout. + + * contrib/hbtpathy/tplinux.c + * contrib/hbtpathy/tpwin32.c + * Minor formatting. + + * contrib/hbtpathy/telepath.prg + + Added TP_UNINSTALL() dummy compatibility function. + 2008-07-30 11:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/dirrec.prg ! initialize cAttr parameter diff --git a/harbour/contrib/hbtpathy/telepath.prg b/harbour/contrib/hbtpathy/telepath.prg index 6303505659..099af05e86 100644 --- a/harbour/contrib/hbtpathy/telepath.prg +++ b/harbour/contrib/hbtpathy/telepath.prg @@ -865,3 +865,7 @@ function tp_debug( nDebugLevel, cString ) ? cString return nil */ + +procedure tp_uninstall() + /* NOTE: dummy function, solely for compatibility. */ + return diff --git a/harbour/contrib/hbtpathy/tplinux.c b/harbour/contrib/hbtpathy/tplinux.c index 61d3330e78..f8786c9bd8 100644 --- a/harbour/contrib/hbtpathy/tplinux.c +++ b/harbour/contrib/hbtpathy/tplinux.c @@ -251,7 +251,8 @@ HB_FUNC( P_ISCTS ) hb_retl( FALSE ); } -HB_FUNC( P_CTRLCTS ) { +HB_FUNC( P_CTRLCTS ) +{ #if !defined( CRTSCTS ) && defined( __WATCOMC__ ) # define CRTSCTS 020000000000 #endif @@ -278,7 +279,7 @@ HB_FUNC( P_CTRLCTS ) { #if 0 /* Inline function moved here from telepath.prg */ -HB_FUNC( _P_CTRLDTR ) +HB_FUNC( P_CTRLDTR ) { double nph = hb_parnd( 1 ); double nnewval, noldval; diff --git a/harbour/contrib/hbtpathy/tpwin32.c b/harbour/contrib/hbtpathy/tpwin32.c index 7fda4a27bc..b6457df3bd 100644 --- a/harbour/contrib/hbtpathy/tpwin32.c +++ b/harbour/contrib/hbtpathy/tpwin32.c @@ -61,8 +61,8 @@ #include -HB_FUNC( P_INITPORTSPEED ) { - +HB_FUNC( P_INITPORTSPEED ) +{ DCB dcb; char values[ 20 ]; LPTSTR lpValues; @@ -117,7 +117,7 @@ HB_FUNC( P_WRITEPORT ) memset( &Overlapped, 0, sizeof( OVERLAPPED ) ); bRet = WriteFile( ( HANDLE ) hb_parnl( 1 ), hb_parcx( 2 ), hb_parclen( 2 ), &nWritten, &Overlapped ); - hb_retnl( bRet ? (long) nWritten : -1 ); /* Put GetLastError() on error, or better a second byref param? */ + hb_retnl( bRet ? ( long ) nWritten : -1 ); /* Put GetLastError() on error, or better a second byref param? */ } #endif /* HB_OS_WIN_32 */ diff --git a/harbour/doc/dirstruc.txt b/harbour/doc/dirstruc.txt index 2ffd4a4b84..f0f0dd73b1 100644 --- a/harbour/doc/dirstruc.txt +++ b/harbour/doc/dirstruc.txt @@ -88,21 +88,19 @@ track of all files (read the FAQ if you don't know what SVN is). | | | | | +---tests - Test program and sample images. | | | -| | +-images_out- Output directory used by the test program. +| | +-imgs_out - Output directory used by the test program. | | | +---hbgd - HBGD wrapper for gdLibrary. | | | | | +---doc - Help and license files. | | | -| | +---include - gdLibrary c include files. -| | | | | +---tests - Test programs and samples. | | | | | +-digits - Digits images for counter test program. | | | -| | +-images_in - Sample images. +| | +-imgs_in - Sample images. | | | -| | +-images_out- Output directory. +| | +-imgs_out - Output directory. | | | +---hbgf - Harbour GUI framework. | | | @@ -121,7 +119,7 @@ track of all files (read the FAQ if you don't know what SVN is). | | | | | +---en - English documentation. | | -| +---hbgtwvg - GT subsystem for Win32 GUI using GDI functions. +| +---gtwvg - GT subsystem for Win32 GUI using GDI functions. | | | | | +---tests - Demo program and sample images. | | @@ -157,11 +155,11 @@ track of all files (read the FAQ if you don't know what SVN is). | | | | | +---tests - Test programs. | | -| +---hbrddado - ADORDD - RDD to automatically manage Microsoft ADO. +| +---rddado - ADORDD - RDD to automatically manage Microsoft ADO. | | | | | +---tests - Test programs. | | -| +---hbrddads - RDD for Advantage Database Server. +| +---rddads - RDD for Advantage Database Server. | | | | | +---doc - Documents for Advantage Database Server RDD. | | | |