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.
This commit is contained in:
@@ -8,6 +8,17 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
@@ -865,3 +865,7 @@ function tp_debug( nDebugLevel, cString )
|
||||
? cString
|
||||
return nil
|
||||
*/
|
||||
|
||||
procedure tp_uninstall()
|
||||
/* NOTE: dummy function, solely for compatibility. */
|
||||
return
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -61,8 +61,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
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 */
|
||||
|
||||
@@ -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.
|
||||
| | | |
|
||||
|
||||
Reference in New Issue
Block a user