2008-08-07 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/examples/pp/pp.c
   * contrib/hbmisc/fileread.prg
   * contrib/hbmisc/tests/readfile.prg
   * contrib/hbmisc/tests/twirl.prg
   * contrib/hbmisc/twirler.prg
   * doc/en/readme.txt
   * doc/es/readme.txt
   * harbour-ce-spec
   * harbour-w32-spec
   * harbour.spec
   * source/rtl/achoice.prg
   * tests/boxtst2.prg
   * tests/delimtst.prg
   * tests/devtest.prg
   * tests/disptest.prg
   * tests/inkeytst.prg
   * tests/longdev.prg
   * tests/output.prg
   * tests/round.prg
   * tests/sbartest.prg
   * tests/scroll.prg
   * tests/sdf_test.prg
   * tests/seconds.prg
   * tests/setkeys.prg
   * tests/testhtml.prg
   * tests/version.prg
   * utils/hbdoc/hbdoc.prg
     * Minor formattings, cosmetic updates, 
       homepage made lower case everywhere.
This commit is contained in:
Viktor Szakats
2008-08-07 19:54:10 +00:00
parent 23f825e9ae
commit 1963970a1d
28 changed files with 67 additions and 36 deletions

View File

@@ -8,6 +8,37 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-08-07 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* harbour-ce-spec
* harbour-w32-spec
* harbour.spec
* contrib/examples/pp/pp.c
* contrib/hbmisc/fileread.prg
* contrib/hbmisc/tests/readfile.prg
* contrib/hbmisc/tests/twirl.prg
* contrib/hbmisc/twirler.prg
* doc/en/readme.txt
* doc/es/readme.txt
* source/rtl/achoice.prg
* tests/boxtst2.prg
* tests/delimtst.prg
* tests/devtest.prg
* tests/disptest.prg
* tests/inkeytst.prg
* tests/longdev.prg
* tests/output.prg
* tests/round.prg
* tests/sbartest.prg
* tests/scroll.prg
* tests/sdf_test.prg
* tests/seconds.prg
* tests/setkeys.prg
* tests/testhtml.prg
* tests/version.prg
* utils/hbdoc/hbdoc.prg
* Minor formattings, cosmetic updates,
homepage made lower case everywhere.
2008-08-07 12:23 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/source/rtl/achoice.prg
* Corrected behavior of K_LDBLCLK and K_LBUTTONDOWN.

View File

@@ -116,7 +116,7 @@ int main( int argc, char * argv[] )
printf( "Harbour Preprocessor (old revision) %d.%d.%d\n",
HB_VER_MAJOR, HB_VER_MINOR, HB_VER_REVISION );
printf( "Copyright 1999-2008, http://www.harbour-project.org\n" );
printf( "Copyright (c) 1999-2008, http://www.harbour-project.org/\n" );
hb_pp_Table();
stdef = hb_pp_topDefine;

View File

@@ -4,7 +4,7 @@
/* Harbour Project source code
* A class that reads a file one line at a time
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-04-03 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -4,7 +4,7 @@
// Test program for new class that reads a file one line at a time
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -4,7 +4,7 @@
// Test program for new libmisc twirler class
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-15 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -4,7 +4,7 @@
// New libmisc twirler class
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-15 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -23,7 +23,7 @@
* That means that if you've got some code that would compile using
* CA-Clipper(r) then it should compile under Harbour. The Harbour-Project
* web page is: </par>
* <b>http://www.Harbour-Project.org/</b> </par>
* <b>http://www.harbour-project.org/</b> </par>
*
*
* Status and other information is always available from the web site.

View File

@@ -41,7 +41,7 @@
* Harbour.
*
* La p gina web del Proyecto Harbour es:
* <b>http://www.Harbour-Project.org/</b>
* <b>http://www.harbour-project.org/</b>
*
* El estado del proyecto y cualquier otra informaci¢n est  siempre
* disponible desde el sitio web.

View File

@@ -233,8 +233,8 @@ function main()
return nil
druzus@uran:~/tmp$ %{hb_pref}cmp foo
Harbour Compiler Alpha build 46.2 (Flex)
Copyright 1999-2006, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9099)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'foo.prg'...
Lines 5, Functions/Procedures 2
Generating C source output to 'foo.c'... Done.
@@ -253,8 +253,8 @@ function main()
return nil
druzus@uran:~/tmp$ %{hb_pref}mk foo
Harbour Compiler Alpha build 46.2 (Flex)
Copyright 1999-2006, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9099)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'foo.prg'...
Lines 5, Functions/Procedures 2
Generating C source output to 'foo.c'... Done.

View File

@@ -233,8 +233,8 @@ function main()
return nil
druzus@uran:~/tmp$ %{hb_pref}cmp foo
Harbour Compiler Alpha build 46.2 (Flex)
Copyright 1999-2006, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9099)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'foo.prg'...
Lines 5, Functions/Procedures 2
Generating C source output to 'foo.c'... Done.
@@ -253,8 +253,8 @@ function main()
return nil
druzus@uran:~/tmp$ %{hb_pref}mk foo
Harbour Compiler Alpha build 46.2 (Flex)
Copyright 1999-2006, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9099)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'foo.prg'...
Lines 5, Functions/Procedures 2
Generating C source output to 'foo.c'... Done.

View File

@@ -481,8 +481,8 @@ function main()
return nil
druzus@uran:~/tmp$ %{hb_pref}cmp foo
Harbour Compiler Alpha build 46.2 (Flex)
Copyright 1999-2006, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9099)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'foo.prg'...
Lines 5, Functions/Procedures 2
Generating C source output to 'foo.c'... Done.
@@ -503,8 +503,8 @@ function main()
return nil
druzus@uran:~/tmp$ %{hb_pref}mk foo
Harbour Compiler Alpha build 46.2 (Flex)
Copyright 1999-2006, http://www.harbour-project.org/
Harbour 1.0.0 Intl. (Rev. 9099)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'foo.prg'...
Lines 5, Functions/Procedures 2
Generating C source output to 'foo.c'... Done.

View File

@@ -162,7 +162,7 @@ FUNCTION AChoice( nTop, nLeft, nBottom, nRight, acItems, xSelect, xUserFunc, nPo
CASE nKey == K_LDBLCLK .OR. nKey == K_LBUTTONDOWN
nAux := HitTest( nTop, nLeft, nBottom, nRight, MRow(), MCol() )
IF ( nAux != 0 ) .AND. ( ( nNewPos := nAtTop + nAux - 1 ) <= nItems )
IF nAux != 0 .AND. ( nNewPos := nAtTop + nAux - 1 ) <= nItems
IF Eval( bSelect, alSelect[ nNewPos ] )
DispLine( acItems[ nPos ], nTop + ( nPos - nAtTop ), nLeft, Eval( bSelect, alSelect[ nPos ] ), .F., nNumCols )
nPos := nNewPos

View File

@@ -4,7 +4,7 @@
// Test program for box and line drawing functions.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-08-22 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -5,7 +5,7 @@
// Test program for COPY TO DELIMITED and APPEND FROM DELIMITED
// Note: Only COPY TO DELIMITED is fully implemented at this time...
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-04-18 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -7,7 +7,7 @@
// which compiler created the program. Both files should be 263,444
// bytes in size and should be identical.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Public domain program written by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -8,7 +8,7 @@
// it easier to compare scrolling compatibility. A TONE() is sounded before
// each INKEY(0) call.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Public domain program written by David G. Holm <dholm@jsd-llc.com>
*/
procedure main()

View File

@@ -4,7 +4,7 @@
// Testing Harbour keyboard input.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
Modularization and display improvements by

View File

@@ -4,7 +4,7 @@
// Testing Harbour long string handling with device output.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -4,7 +4,7 @@
// Testing Harbour device management.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -4,7 +4,7 @@
// Testing Harbour rounding.
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -6,7 +6,7 @@
* ScrollBar class test
*
* Harbour Project source code
* http://www.Harbour-Project.org/
* http://www.harbour-project.org/
*
* Example donated to Harbour Project by Diego Pego,
* modified by Alejandro de Garate

View File

@@ -4,7 +4,7 @@
// Testing Harbour screen scrolling (requires the GT API)
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/
#include "box.ch"

View File

@@ -5,7 +5,7 @@
// Test program for COPY TO SDF and APPEND FROM SDF
// Note: Only COPY TO SDF is fully implemented at this time...
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-04-18 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -4,7 +4,7 @@
/* Test SECONDS() */
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/

View File

@@ -1,7 +1,7 @@
/*
* $Id$
Harbour Project source code - http://www.Harbour-Project.org
Harbour Project source code - http://www.harbour-project.org
By: A White - awhite@mail.rosecom.ca

View File

@@ -27,7 +27,7 @@ FUNCTION Main()
oHTML:AddHead( "Harbour Project" )
oHTML:AddPara( "<B>Harbour</B> is xBase at its best. Have a taste today!", "LEFT" )
oHTML:AddPara( "<B>L i n k s</B>", "CENTER" )
oHTML:AddLink( "http://www.Harbour-Project.org", "Meet the harbour power!" )
oHTML:AddLink( "http://www.harbour-project.org", "Meet the harbour power!" )
oHTML:Generate()
// Uncomment the following if you don't have a Web Server to test

View File

@@ -4,7 +4,7 @@
// Testing the VERSION function
/* Harbour Project source code
http://www.Harbour-Project.org/
http://www.harbour-project.org/
Donated to the public domain by David G. Holm <dholm@jsd-llc.com>.
*/

View File

@@ -552,7 +552,7 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile )
FWRITE( nHpj, 'REPORT=Yes' + CRLF )
FWRITE( nHpj, 'CONTENTS=IDH_OVERVIEW' + CRLF )
FWRITE( nHpj, 'TITLE='+cTitle + CRLF )
FWRITE( nHpj, 'COPYRIGHT=Harbour (C) http://www.harbour-project.org' + CRLF )
FWRITE( nHpj, 'COPYRIGHT=Copyright (c) http://www.harbour-project.org/' + CRLF )
FWRITE( nHpj, 'HLP=.\'+ lower(substr(cLinkName,1,AT(".",cLinkName)-1)) +".hlp"+ CRLF )
FWRITE( nHpj, 'ROOT=\' + CURDIR() + "\RTF" + CRLF )
FWRITE( nHpj, 'CNT=.\'+ lower(substr(cLinkName,1,AT(".",cLinkName)-1)) +".cnt"+ CRLF )