diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d19468f5c6..f25f02ce66 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,21 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-11 18:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/hbc.cfg + + More adjustment for Harbour. + + * examples/gtwvw/wvwdraw.c + * examples/gtwvw/wvwmenu.c + * examples/gtwvw/gtwvw.c + * examples/gtwvw/wvwstbar.c + * examples/gtwvw/wvwcheck.c + * examples/gtwvw/wvwfuncs.c + * examples/gtwvw/wvwpush.c + * examples/gtwvw/wvwedit.c + * examples/gtwvw/wvwtbar.c + ! Fixed wrongly encoded char in header. + 2010-12-11 17:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c + Attempt to enable HB_GTI_PALETTER support for MSVC 2005/2008 diff --git a/harbour/config/hbc.cfg b/harbour/config/hbc.cfg index aa0924669d..59cfbda1d5 100644 --- a/harbour/config/hbc.cfg +++ b/harbour/config/hbc.cfg @@ -115,7 +115,7 @@ mod_move_case_break = false # false/true # Will add or remove the braces around a fully braced case statement. # Will only remove the braces if there are no variable declarations in the block. -mod_case_brace = ignore # ignore/add/remove/force +mod_case_brace = remove # ignore/add/remove/force # If TRUE, it will remove a void 'return;' that appears as the last statement in a function. mod_remove_empty_return = true # false/true @@ -374,7 +374,7 @@ sp_func_def_paren = remove # ignore/add/remove/force sp_inside_fparens = remove # ignore/add/remove/force # Add or remove space inside function '(' and ')' -sp_inside_fparen = ignore # ignore/add/remove/force +sp_inside_fparen = add # ignore/add/remove/force # Add or remove space between ']' and '(' when part of a function call. sp_square_fparen = ignore # ignore/add/remove/force diff --git a/harbour/examples/gtwvw/gtwvw.c b/harbour/examples/gtwvw/gtwvw.c index 545bebe1ad..d8d15331ee 100644 --- a/harbour/examples/gtwvw/gtwvw.c +++ b/harbour/examples/gtwvw/gtwvw.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwcheck.c b/harbour/examples/gtwvw/wvwcheck.c index 4c2237cee7..334ef9b762 100644 --- a/harbour/examples/gtwvw/wvwcheck.c +++ b/harbour/examples/gtwvw/wvwcheck.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwdraw.c b/harbour/examples/gtwvw/wvwdraw.c index 3b6f211fcb..70e7889f81 100644 --- a/harbour/examples/gtwvw/wvwdraw.c +++ b/harbour/examples/gtwvw/wvwdraw.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwedit.c b/harbour/examples/gtwvw/wvwedit.c index 6ae4c05f76..b99d060901 100644 --- a/harbour/examples/gtwvw/wvwedit.c +++ b/harbour/examples/gtwvw/wvwedit.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwfuncs.c b/harbour/examples/gtwvw/wvwfuncs.c index 05df6b3f2b..c983a6fd38 100644 --- a/harbour/examples/gtwvw/wvwfuncs.c +++ b/harbour/examples/gtwvw/wvwfuncs.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwmenu.c b/harbour/examples/gtwvw/wvwmenu.c index 773641fa6d..010e998c58 100644 --- a/harbour/examples/gtwvw/wvwmenu.c +++ b/harbour/examples/gtwvw/wvwmenu.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwpush.c b/harbour/examples/gtwvw/wvwpush.c index 0a121bd59f..ee58b3a9f2 100644 --- a/harbour/examples/gtwvw/wvwpush.c +++ b/harbour/examples/gtwvw/wvwpush.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwstbar.c b/harbour/examples/gtwvw/wvwstbar.c index 2da7224b35..5d7cc67ce7 100644 --- a/harbour/examples/gtwvw/wvwstbar.c +++ b/harbour/examples/gtwvw/wvwstbar.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org diff --git a/harbour/examples/gtwvw/wvwtbar.c b/harbour/examples/gtwvw/wvwtbar.c index cbfe7a54a7..898bf45a43 100644 --- a/harbour/examples/gtwvw/wvwtbar.c +++ b/harbour/examples/gtwvw/wvwtbar.c @@ -18,10 +18,10 @@ * based on * Bcc ConIO Video subsystem by * Copyright 2002 Marek Paliwoda - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * Video subsystem for Win32 compilers * Copyright 1999-2000 Paul Tucker - * Copyright 2002 Przemysław Czerpak + * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. * www - http://harbour-project.org