diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 54c763d848..6501309886 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,37 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +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. diff --git a/harbour/contrib/examples/pp/pp.c b/harbour/contrib/examples/pp/pp.c index b29ae0b9e9..316fabb6bb 100644 --- a/harbour/contrib/examples/pp/pp.c +++ b/harbour/contrib/examples/pp/pp.c @@ -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; diff --git a/harbour/contrib/hbmisc/fileread.prg b/harbour/contrib/hbmisc/fileread.prg index 5ab1f3b530..fd9c3e071d 100644 --- a/harbour/contrib/hbmisc/fileread.prg +++ b/harbour/contrib/hbmisc/fileread.prg @@ -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 */ diff --git a/harbour/contrib/hbmisc/tests/readfile.prg b/harbour/contrib/hbmisc/tests/readfile.prg index 4a8eb16f1a..9f792dc2d3 100644 --- a/harbour/contrib/hbmisc/tests/readfile.prg +++ b/harbour/contrib/hbmisc/tests/readfile.prg @@ -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 */ diff --git a/harbour/contrib/hbmisc/tests/twirl.prg b/harbour/contrib/hbmisc/tests/twirl.prg index a5ffd84656..993ea7e4e3 100644 --- a/harbour/contrib/hbmisc/tests/twirl.prg +++ b/harbour/contrib/hbmisc/tests/twirl.prg @@ -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 */ diff --git a/harbour/contrib/hbmisc/twirler.prg b/harbour/contrib/hbmisc/twirler.prg index fef6099aee..8a7ac8b014 100644 --- a/harbour/contrib/hbmisc/twirler.prg +++ b/harbour/contrib/hbmisc/twirler.prg @@ -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 */ diff --git a/harbour/doc/en/readme.txt b/harbour/doc/en/readme.txt index 721571bd65..6027891724 100644 --- a/harbour/doc/en/readme.txt +++ b/harbour/doc/en/readme.txt @@ -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: - * http://www.Harbour-Project.org/ + * http://www.harbour-project.org/ * * * Status and other information is always available from the web site. diff --git a/harbour/doc/es/readme.txt b/harbour/doc/es/readme.txt index 1518c6b1f4..e0d41a4256 100644 --- a/harbour/doc/es/readme.txt +++ b/harbour/doc/es/readme.txt @@ -41,7 +41,7 @@ * Harbour. * * La p gina web del Proyecto Harbour es: - * http://www.Harbour-Project.org/ + * http://www.harbour-project.org/ * * El estado del proyecto y cualquier otra informaci˘n est  siempre * disponible desde el sitio web. diff --git a/harbour/harbour-ce-spec b/harbour/harbour-ce-spec index 0f94e8599e..640683c47d 100644 --- a/harbour/harbour-ce-spec +++ b/harbour/harbour-ce-spec @@ -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. diff --git a/harbour/harbour-w32-spec b/harbour/harbour-w32-spec index 91076b0f57..1861cc42e6 100644 --- a/harbour/harbour-w32-spec +++ b/harbour/harbour-w32-spec @@ -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. diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 2134b76786..255db6c5ae 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -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. diff --git a/harbour/source/rtl/achoice.prg b/harbour/source/rtl/achoice.prg index 9e4f76e4b1..2e1a7fc0c7 100644 --- a/harbour/source/rtl/achoice.prg +++ b/harbour/source/rtl/achoice.prg @@ -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 diff --git a/harbour/tests/boxtst2.prg b/harbour/tests/boxtst2.prg index eadeb81aab..66a49c0443 100644 --- a/harbour/tests/boxtst2.prg +++ b/harbour/tests/boxtst2.prg @@ -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 */ diff --git a/harbour/tests/delimtst.prg b/harbour/tests/delimtst.prg index d819001c6e..b63c06bfae 100644 --- a/harbour/tests/delimtst.prg +++ b/harbour/tests/delimtst.prg @@ -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 */ diff --git a/harbour/tests/devtest.prg b/harbour/tests/devtest.prg index 22a2e02e94..4a78a85291 100644 --- a/harbour/tests/devtest.prg +++ b/harbour/tests/devtest.prg @@ -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 */ diff --git a/harbour/tests/disptest.prg b/harbour/tests/disptest.prg index ec64b66618..480cd4f46b 100644 --- a/harbour/tests/disptest.prg +++ b/harbour/tests/disptest.prg @@ -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 */ procedure main() diff --git a/harbour/tests/inkeytst.prg b/harbour/tests/inkeytst.prg index 3836a8604a..45dadd1e4e 100644 --- a/harbour/tests/inkeytst.prg +++ b/harbour/tests/inkeytst.prg @@ -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 Modularization and display improvements by diff --git a/harbour/tests/longdev.prg b/harbour/tests/longdev.prg index 5d3ca552a6..d6e89c8720 100644 --- a/harbour/tests/longdev.prg +++ b/harbour/tests/longdev.prg @@ -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 */ diff --git a/harbour/tests/output.prg b/harbour/tests/output.prg index 3655cace8d..3389bd3c76 100644 --- a/harbour/tests/output.prg +++ b/harbour/tests/output.prg @@ -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 */ diff --git a/harbour/tests/round.prg b/harbour/tests/round.prg index 1c8eca8634..0c80595fdf 100644 --- a/harbour/tests/round.prg +++ b/harbour/tests/round.prg @@ -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 */ diff --git a/harbour/tests/sbartest.prg b/harbour/tests/sbartest.prg index 070873d28a..5899747f9e 100644 --- a/harbour/tests/sbartest.prg +++ b/harbour/tests/sbartest.prg @@ -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 diff --git a/harbour/tests/scroll.prg b/harbour/tests/scroll.prg index c12e20b8d2..07ca6db9ea 100644 --- a/harbour/tests/scroll.prg +++ b/harbour/tests/scroll.prg @@ -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 */ #include "box.ch" diff --git a/harbour/tests/sdf_test.prg b/harbour/tests/sdf_test.prg index 850d1f4a63..70523d9782 100644 --- a/harbour/tests/sdf_test.prg +++ b/harbour/tests/sdf_test.prg @@ -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 */ diff --git a/harbour/tests/seconds.prg b/harbour/tests/seconds.prg index c8b243e1e9..31fd04ef6f 100644 --- a/harbour/tests/seconds.prg +++ b/harbour/tests/seconds.prg @@ -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 */ diff --git a/harbour/tests/setkeys.prg b/harbour/tests/setkeys.prg index 60f79494c0..b66f6f173a 100644 --- a/harbour/tests/setkeys.prg +++ b/harbour/tests/setkeys.prg @@ -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 diff --git a/harbour/tests/testhtml.prg b/harbour/tests/testhtml.prg index 1069df113f..7fb4c8ab4c 100644 --- a/harbour/tests/testhtml.prg +++ b/harbour/tests/testhtml.prg @@ -27,7 +27,7 @@ FUNCTION Main() oHTML:AddHead( "Harbour Project" ) oHTML:AddPara( "Harbour is xBase at its best. Have a taste today!", "LEFT" ) oHTML:AddPara( "L i n k s", "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 diff --git a/harbour/tests/version.prg b/harbour/tests/version.prg index d5a6694f9a..e38bbab344 100644 --- a/harbour/tests/version.prg +++ b/harbour/tests/version.prg @@ -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 . */ diff --git a/harbour/utils/hbdoc/hbdoc.prg b/harbour/utils/hbdoc/hbdoc.prg index f4b198af0a..1aade5aa8a 100644 --- a/harbour/utils/hbdoc/hbdoc.prg +++ b/harbour/utils/hbdoc/hbdoc.prg @@ -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 )