From 6176bff43f5252fb24605128db3bea0426bcf28c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 4 Oct 2012 00:13:27 +0000 Subject: [PATCH] 2012-10-04 02:11 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbct/doc/en/dattime3.txt * contrib/hbfbird/readme.txt * contrib/hbnf/color2n.c * contrib/hbziparc/doc/en/hbziparc.txt * doc/en/idle.txt * doc/gtapi.txt * doc/howtosvn.txt * extras/httpsrv/uhttpd.prg * src/lang/es.c * tests/flink.prg * reviewed platform specific parts a minor corrections made. * include/hbcompdf.h % deleted HB_LANG_OBJ32 enum --- harbour/ChangeLog | 16 +++++++++ harbour/contrib/hbct/doc/en/dattime3.txt | 10 +++--- harbour/contrib/hbfbird/readme.txt | 2 +- harbour/contrib/hbnf/color2n.c | 2 +- harbour/contrib/hbziparc/doc/en/hbziparc.txt | 2 +- harbour/doc/en/idle.txt | 2 +- harbour/doc/gtapi.txt | 38 ++++++++++---------- harbour/doc/howtosvn.txt | 4 +-- harbour/extras/httpsrv/uhttpd.prg | 2 +- harbour/include/hbcompdf.h | 1 - harbour/src/lang/es.c | 2 +- harbour/tests/flink.prg | 2 +- 12 files changed, 49 insertions(+), 34 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 43761bfbb1..1efeb91f51 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,22 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-04 02:11 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/hbct/doc/en/dattime3.txt + * contrib/hbfbird/readme.txt + * contrib/hbnf/color2n.c + * contrib/hbziparc/doc/en/hbziparc.txt + * doc/en/idle.txt + * doc/gtapi.txt + * doc/howtosvn.txt + * extras/httpsrv/uhttpd.prg + * src/lang/es.c + * tests/flink.prg + * reviewed platform specific parts a minor corrections made. + + * include/hbcompdf.h + % deleted HB_LANG_OBJ32 enum + 2012-10-04 01:47 UTC+0200 Viktor Szakats (harbour syenar.net) - tests/test_all.prg * deleted MS-DOS batch specific tool. Now hbrun can diff --git a/harbour/contrib/hbct/doc/en/dattime3.txt b/harbour/contrib/hbct/doc/en/dattime3.txt index 01e04c4b39..4b9eaed349 100644 --- a/harbour/contrib/hbct/doc/en/dattime3.txt +++ b/harbour/contrib/hbct/doc/en/dattime3.txt @@ -46,7 +46,7 @@ * $COMPLIANCE$ * WAITPERIOD() is Clipper Tools compatible. * $PLATFORMS$ - * Windows + * All * $FILES$ * Source is dattime3.c, library is libct. * $SEEALSO$ @@ -108,7 +108,7 @@ * $COMPLIANCE$ * This function is CA-Cl*pper Tools compatible. * $PLATFORMS$ - * Windows + * All * $FILES$ * Source is dattime3.c, library is libct. * $SEEALSO$ @@ -131,7 +131,7 @@ * * Designates whether the time should also be set in the * CMOS-RAM of an AT. The default is do not write to CMOS-RAM. Note that in - * Windows plataform this adjust is automatic, therefore this parameter is + * Windows platform this adjust is automatic, therefore this parameter is * without efect. * $RETURNS$ * The FUNCTION RETURNs .T. when the time is set successfully. @@ -160,7 +160,7 @@ * $COMPLIANCE$ * This function is CA-Cl*pper Tools compatible. * $PLATFORMS$ - * Windows + * Windows, Linux * $FILES$ * Source is dattime3.c, library is libct. * $SEEALSO$ @@ -211,7 +211,7 @@ * $COMPLIANCE$ * This function is CA-Cl*pper Tools compatible. * $PLATFORMS$ - * Windows + * Windows, Linux * $FILES$ * Source is dattime3.c, library is libct. * $SEEALSO$ diff --git a/harbour/contrib/hbfbird/readme.txt b/harbour/contrib/hbfbird/readme.txt index c18d141a41..e5ee4c015b 100644 --- a/harbour/contrib/hbfbird/readme.txt +++ b/harbour/contrib/hbfbird/readme.txt @@ -50,7 +50,7 @@ FBCloseBlob( blob_id ) BUGS: -Fix a few windows gpf and linux segment fault. I Need some help to find what's going on here. +Fix a few segment faults. I Need some help to find what's going on here. That's all folks and sorry my poor english diff --git a/harbour/contrib/hbnf/color2n.c b/harbour/contrib/hbnf/color2n.c index 99917d62e7..1d71b47652 100644 --- a/harbour/contrib/hbnf/color2n.c +++ b/harbour/contrib/hbnf/color2n.c @@ -15,7 +15,7 @@ * Rev 1.1 22 Apr 2004 15:44:00 DGH * Fixed compiler warnings about pointer vs. integer by changing NULL to 0. * Commented out #ifdef and #endif lines, because there is nothing that is - * even remotely DOS- or Windows-specific in the code. + * even remotely platform-specific in the code. * Rev 1.0 01 Jan 1995 03:01:00 TED * Initial release * diff --git a/harbour/contrib/hbziparc/doc/en/hbziparc.txt b/harbour/contrib/hbziparc/doc/en/hbziparc.txt index a755ea1016..a481922cbe 100644 --- a/harbour/contrib/hbziparc/doc/en/hbziparc.txt +++ b/harbour/contrib/hbziparc/doc/en/hbziparc.txt @@ -20,7 +20,7 @@ * It should be called before any of the compression functions. * $EXAMPLES$ * hb_SetZipComment( "This is an Test" ) - * hb_ZipFile( "test.zip", { "\windows\ios.ini", "\windows\win.ini" } ) + * hb_ZipFile( "test.zip", { "ios.ini", "win.ini" } ) * $STATUS$ * R * $COMPLIANCE$ diff --git a/harbour/doc/en/idle.txt b/harbour/doc/en/idle.txt index 8ef43833ec..e19dac93b4 100644 --- a/harbour/doc/en/idle.txt +++ b/harbour/doc/en/idle.txt @@ -21,7 +21,7 @@ * During idle states the virtual machine calls the garbage collector and * it can call user defined actions (background tasks). It also releases * the CPU time slices for some poor platforms that are not smart enough - * (Windows NT). + * to detect it automatically. * * For defining the background tasks see the HB_IDLEADD() and HB_IDLEDEL() * functions. diff --git a/harbour/doc/gtapi.txt b/harbour/doc/gtapi.txt index b52336c1c9..72f766850c 100644 --- a/harbour/doc/gtapi.txt +++ b/harbour/doc/gtapi.txt @@ -19,7 +19,7 @@ gtxxxxxx convention and are called by the _gt functions in gtapi.c. I've provided the following files to implement the console functions: gtdos.c - DOS implemenation -gtwin.c - Windows 95/NT implementation +gtwin.c - Windows implementation gtos2.c - OS/2 implementation gtxxx.c - Generic template for implementation @@ -262,13 +262,13 @@ gtdos - GT driver for DOS - it uses BIOS and direct hardware screen output environment you will noticed that all small details of Clipper GT drivers are replicated here. You can think about it like 100% Clipper compatible. - Supported only by DOS builds. + Supported only by MS-DOS builds. -gtos2 - GT driver for OS2 - It's sth like GTWIN but for other OS. - Supported only by OS2 builds. +gtos2 - GT driver for OS/2 - It's sth like GTWIN but for other OS. + Supported only by OS/2 builds. gtwin - GT driver for MS-Windows console window. - Supported only by MS-WINDOWS (W95 or higher) builds. + Supported only by Windows builds. gtcrs - GT driver for platforms which supports curses or compatible (ncurses) library - in practice POSIX systems. @@ -297,22 +297,22 @@ gttrm - it's like GTCRS and GTSLN but it does not use any external gtwvt - GT driver for MS-Windows. It creates its own GUI window instead of using MS-console window. It allows to change font, window size, etc. - Supported only by MS-WINDOWS (W95 or higher) builds. - is a pure console implementation of traditional Clipper terminal - taking Windows API as its base console IO protocols. Its OI are - rendered in a Windows window and hence all of MSDN is available + Supported only by Windows builds. + is a pure console implementation of traditional Clipper terminal + taking Windows API as its base console IO protocols. Its OI are + rendered in a Windows window and hence all of MSDN is available for use with GTWVT. - To let the memory refreshed, I must remind - everybody that it is a superb work of Peter Rees contributed + To let the memory refreshed, I must remind + everybody that it is a superb work of Peter Rees contributed to xHarbour on 22nd December 2003. -GTWVG - GUI emulation of GTWVT. It implements itself on top of GTWVT. - GTWVG ( WVTGUI in xHarbour ) offers functions and classes to - present a console application look like a windows one. - It renderes GUI elements on top of Clipper elements - ( GETS, BROWSERS, BOXES, LINES ) which makes them - feel like a Windows element. GTWVG can be used with existing - code just adding some more code but without sacrificing or - modifying old one. +GTWVG - GUI emulation of GTWVT. It implements itself on top of GTWVT. + GTWVG ( WVTGUI in xHarbour ) offers functions and classes to + present a console application look like a windows one. + It renderes GUI elements on top of Clipper elements + ( GETS, BROWSERS, BOXES, LINES ) which makes them + feel like a Windows element. GTWVG can be used with existing + code just adding some more code but without sacrificing or + modifying old one. Also all IO commands can be rendered on top of the GUI elements gtxwc - GT driver for X-Window. It's like GTWVT but for nixes. Additionaly it has set of predefined vector characters diff --git a/harbour/doc/howtosvn.txt b/harbour/doc/howtosvn.txt index fb802aea5c..5a864eba79 100644 --- a/harbour/doc/howtosvn.txt +++ b/harbour/doc/howtosvn.txt @@ -5,8 +5,8 @@ HOW TO USE THE SVN ------------------ -First and if your OS doesn't have it by default (like Windows, OS/2), -download the client from this link: +First and if your OS doesn't have it by default, download +the client from this link: http://subversion.tigris.org diff --git a/harbour/extras/httpsrv/uhttpd.prg b/harbour/extras/httpsrv/uhttpd.prg index b992837360..3e2091dd79 100644 --- a/harbour/extras/httpsrv/uhttpd.prg +++ b/harbour/extras/httpsrv/uhttpd.prg @@ -1982,7 +1982,7 @@ STATIC FUNCTION uproc_default() RETURN MakeResponse() -// Define environment SET variables - TODO: Actually only for windows, make multiplatform +// Define environment variables STATIC PROCEDURE Define_Env( hmServer ) LOCAL v diff --git a/harbour/include/hbcompdf.h b/harbour/include/hbcompdf.h index 1ac20c6fc6..76d986a7b1 100644 --- a/harbour/include/hbcompdf.h +++ b/harbour/include/hbcompdf.h @@ -66,7 +66,6 @@ HB_EXTERN_BEGIN typedef enum { HB_LANG_C, /* C language (by default) */ - HB_LANG_OBJ32, /* DOS/Windows 32 bits */ HB_LANG_PORT_OBJ, /* Portable objects */ HB_LANG_PORT_OBJ_BUF /* Portable objects in memory buffer */ } HB_LANGUAGES; /* supported Harbour output languages */ diff --git a/harbour/src/lang/es.c b/harbour/src/lang/es.c index ba1cc29162..89ef758208 100644 --- a/harbour/src/lang/es.c +++ b/harbour/src/lang/es.c @@ -7,7 +7,7 @@ * Language Support Module (es) * * Copyright 2000 Jose Lalin - * Adapted to Windows by Antonio Linares + * Copyright 2000 Antonio Linares * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/tests/flink.prg b/harbour/tests/flink.prg index 80d189eeef..dffc922ade 100644 --- a/harbour/tests/flink.prg +++ b/harbour/tests/flink.prg @@ -30,7 +30,7 @@ PROCEDURE Main() hb_MemoWrit( "_hb_s.tmp", ">s.tmp<" ) - /* Requires special rights on Windows system, + /* Requires special rights on Windows platform, by default Administrators are allowed. */ ? hb_FLinkSym()