diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 700d180b30..72be456cfa 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,34 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-28 01:06 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbmysql/tmysql.prg + * contrib/hbnf/doc/en/restsets.txt + * contrib/hbnf/doc/en/savesets.txt + * contrib/hbnf/pvid.prg + * contrib/hbnf/restsets.prg + * contrib/hbnf/savesets.prg + * contrib/rddads/tests/testmg.prg + * contrib/xhb/traceprg.prg + * contrib/xhb/ttable.prg + * contrib/xhb/xhberr.prg + * ChangeLog.txt + * extras/gtwvw/tests/ebtest7.prg + * src/debug/debugger.prg + * tests/dates.prg + * tests/dates2.prg + * tests/dates3.prg + * tests/inherit.prg + * tests/output.prg + * tests/readhrb.prg + * tests/set_num.prg + * tests/set_test.prg + * tests/stripem.prg + * tests/tstcolor.prg + * website/samples/dates3.prg.html + % do not #include "set.ch" (it's automatically + included via "std.ch") + 2012-11-28 00:59 UTC+0100 Viktor Szakats (harbour syenar.net) * website/menu/harbour-menu.js ! missed one ChangeLog -> ChangeLog.txt rename @@ -69,7 +97,7 @@ .../ChangeLog -> .../ChangeLog.txt .../README -> .../README.txt ; NOTE: Also update your local scripts to use ChangeLog.txt instead - of ChangeLog. Or use bin/hbcommit.hb script, which supports + of ChangeLog. Or use bin/commit.hb script, which supports both. - w64-make.exe @@ -1078,7 +1106,7 @@ 2012-11-20 04:09 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog - ! fixed name in recent entries. and configured hbcommit.hb + ! fixed name in recent entries. and configured commit.hb locally in yet another env. 2012-11-20 03:08 UTC+0100 Viktor Szakats (harbour syenar.net) diff --git a/harbour/contrib/hbmysql/tmysql.prg b/harbour/contrib/hbmysql/tmysql.prg index 6f3805220a..af85eb55a2 100644 --- a/harbour/contrib/hbmysql/tmysql.prg +++ b/harbour/contrib/hbmysql/tmysql.prg @@ -54,7 +54,6 @@ #include "hbclass.ch" #include "dbstruct.ch" -#include "set.ch" #include "mysql.ch" diff --git a/harbour/contrib/hbnf/doc/en/restsets.txt b/harbour/contrib/hbnf/doc/en/restsets.txt index 5625d0b67f..af53e4d3cf 100644 --- a/harbour/contrib/hbnf/doc/en/restsets.txt +++ b/harbour/contrib/hbnf/doc/en/restsets.txt @@ -22,8 +22,6 @@ PROCEDURE, RELATION, TYPEAHEAD $EXAMPLES$ ft_RestSets( aOldSets ) - $INCLUDE$ - set.ch $SEEALSO$ ft_SaveSets() ft_SetCentury() $END$ diff --git a/harbour/contrib/hbnf/doc/en/savesets.txt b/harbour/contrib/hbnf/doc/en/savesets.txt index 9c6b45e5cc..bd0db59808 100644 --- a/harbour/contrib/hbnf/doc/en/savesets.txt +++ b/harbour/contrib/hbnf/doc/en/savesets.txt @@ -22,8 +22,6 @@ RELATION, TYPEAHEAD $EXAMPLES$ aOldSets := ft_SaveSets() - $INCLUDE$ - set.ch $SEEALSO$ ft_RestSets() ft_SetCentury() $END$ diff --git a/harbour/contrib/hbnf/pvid.prg b/harbour/contrib/hbnf/pvid.prg index 0df122a352..6f7d65e182 100644 --- a/harbour/contrib/hbnf/pvid.prg +++ b/harbour/contrib/hbnf/pvid.prg @@ -19,8 +19,6 @@ * Initial revision. */ -#include "set.ch" - #define PV_ROW 1 #define PV_COL 2 #define PV_COLOR 3 diff --git a/harbour/contrib/hbnf/restsets.prg b/harbour/contrib/hbnf/restsets.prg index 0d96d9b373..2f6b27327f 100644 --- a/harbour/contrib/hbnf/restsets.prg +++ b/harbour/contrib/hbnf/restsets.prg @@ -23,8 +23,6 @@ * */ -#include "set.ch" - #define FT_EXTRA_SETS 2 #define FT_SET_CENTURY _SET_COUNT + 1 #define FT_SET_BLINK _SET_COUNT + 2 diff --git a/harbour/contrib/hbnf/savesets.prg b/harbour/contrib/hbnf/savesets.prg index 3a2332ddb0..0e36a2d3ca 100644 --- a/harbour/contrib/hbnf/savesets.prg +++ b/harbour/contrib/hbnf/savesets.prg @@ -26,8 +26,6 @@ * */ -#include "set.ch" - #define FT_EXTRA_SETS 2 #define FT_SET_CENTURY _SET_COUNT + 1 #define FT_SET_BLINK _SET_COUNT + 2 diff --git a/harbour/contrib/rddads/tests/testmg.prg b/harbour/contrib/rddads/tests/testmg.prg index 9b45b67abb..834585b8bb 100644 --- a/harbour/contrib/rddads/tests/testmg.prg +++ b/harbour/contrib/rddads/tests/testmg.prg @@ -53,7 +53,6 @@ #require "rddads" #include "ord.ch" -#include "set.ch" #include "ads.ch" REQUEST ADS diff --git a/harbour/contrib/xhb/traceprg.prg b/harbour/contrib/xhb/traceprg.prg index 35e3c43a07..dc77037157 100644 --- a/harbour/contrib/xhb/traceprg.prg +++ b/harbour/contrib/xhb/traceprg.prg @@ -49,7 +49,6 @@ * */ -#include "set.ch" #include "fileio.ch" #define HB_SET_TRACESTACK_NONE 0 diff --git a/harbour/contrib/xhb/ttable.prg b/harbour/contrib/xhb/ttable.prg index f6623103f7..55784e0a77 100644 --- a/harbour/contrib/xhb/ttable.prg +++ b/harbour/contrib/xhb/ttable.prg @@ -64,7 +64,6 @@ #include "hbclass.ch" #include "ttable.ch" -#include "set.ch" #include "ord.ch" #include "inkey.ch" #include "dbinfo.ch" diff --git a/harbour/contrib/xhb/xhberr.prg b/harbour/contrib/xhb/xhberr.prg index f1a9de52df..882dc79ad8 100644 --- a/harbour/contrib/xhb/xhberr.prg +++ b/harbour/contrib/xhb/xhberr.prg @@ -68,7 +68,6 @@ #include "error.ch" #include "fileio.ch" -#include "set.ch" REQUEST Select, Alias, RecNo, DbFilter, DbRelation, IndexOrd, IndexKey diff --git a/harbour/extras/gtwvw/tests/ebtest7.prg b/harbour/extras/gtwvw/tests/ebtest7.prg index 2abdf81724..8bffb917e9 100644 --- a/harbour/extras/gtwvw/tests/ebtest7.prg +++ b/harbour/extras/gtwvw/tests/ebtest7.prg @@ -26,7 +26,6 @@ #require "gtwvw" #include "inkey.ch" -#include "set.ch" #include "setcurs.ch" #define EN_SETFOCUS 0x0100 diff --git a/harbour/src/debug/debugger.prg b/harbour/src/debug/debugger.prg index 6031f5bd91..0f4741b24a 100644 --- a/harbour/src/debug/debugger.prg +++ b/harbour/src/debug/debugger.prg @@ -83,7 +83,6 @@ #include "box.ch" #include "getexit.ch" #include "inkey.ch" -#include "set.ch" #include "setcurs.ch" diff --git a/harbour/tests/dates.prg b/harbour/tests/dates.prg index f2cce05757..4f0f0488dc 100644 --- a/harbour/tests/dates.prg +++ b/harbour/tests/dates.prg @@ -4,8 +4,6 @@ // Testing Harbour dates management. -#include "set.ch" - PROCEDURE Main() LOCAL dDate, dDate2, cMask, cDate diff --git a/harbour/tests/dates2.prg b/harbour/tests/dates2.prg index 03e7d6da15..fb18fd6bb5 100644 --- a/harbour/tests/dates2.prg +++ b/harbour/tests/dates2.prg @@ -2,8 +2,6 @@ * $Id$ */ -#include "set.ch" - PROCEDURE Main() LOCAL dDate := hb_SToD( "19990430" ) diff --git a/harbour/tests/dates3.prg b/harbour/tests/dates3.prg index 07b9b0eb1d..e9f24ab059 100644 --- a/harbour/tests/dates3.prg +++ b/harbour/tests/dates3.prg @@ -4,8 +4,6 @@ // Testing Harbour dates management. -#include "set.ch" - PROCEDURE Main() LOCAL dDate, i diff --git a/harbour/tests/inherit.prg b/harbour/tests/inherit.prg index 0c4de3d10c..543aeb4f61 100644 --- a/harbour/tests/inherit.prg +++ b/harbour/tests/inherit.prg @@ -3,7 +3,6 @@ */ #include "fileio.ch" -#include "set.ch" // // Test of inheritance diff --git a/harbour/tests/output.prg b/harbour/tests/output.prg index 5f9cb88d75..05a39786fc 100644 --- a/harbour/tests/output.prg +++ b/harbour/tests/output.prg @@ -8,8 +8,6 @@ Donated to the public domain on 2001-03-08 by David G. Holm */ -#include "set.ch" - PROCEDURE Main() OutStd( hb_eol(), "Testing Harbour device management on", Date() ) diff --git a/harbour/tests/readhrb.prg b/harbour/tests/readhrb.prg index 393a607f9d..4503d12f13 100644 --- a/harbour/tests/readhrb.prg +++ b/harbour/tests/readhrb.prg @@ -15,7 +15,6 @@ */ #include "fileio.ch" -#include "set.ch" #define HRB_HEADER ( hb_BChar( 192 ) + hb_BChar( 72 ) + hb_BChar( 82 ) + hb_BChar( 66 ) ) #define HB_FS_PUBLIC ( 0x0001 ) diff --git a/harbour/tests/set_num.prg b/harbour/tests/set_num.prg index 9c21821333..4b7e9bd639 100644 --- a/harbour/tests/set_num.prg +++ b/harbour/tests/set_num.prg @@ -4,8 +4,6 @@ // Testing SET -#include "set.ch" - PROCEDURE Main() LOCAL n diff --git a/harbour/tests/set_test.prg b/harbour/tests/set_test.prg index e692fda0a1..3f19b31d00 100644 --- a/harbour/tests/set_test.prg +++ b/harbour/tests/set_test.prg @@ -4,8 +4,6 @@ // Testing SET -#include "set.ch" - REQUEST dbfntx PROCEDURE Main() diff --git a/harbour/tests/stripem.prg b/harbour/tests/stripem.prg index 105d9268d8..222d73819f 100644 --- a/harbour/tests/stripem.prg +++ b/harbour/tests/stripem.prg @@ -3,7 +3,6 @@ */ #include "fileio.ch" -#include "set.ch" #include "hbclass.ch" #xtranslate Default( , ) => iif( == NIL, , ) diff --git a/harbour/tests/tstcolor.prg b/harbour/tests/tstcolor.prg index 5ed78e18b8..b7a80ed489 100644 --- a/harbour/tests/tstcolor.prg +++ b/harbour/tests/tstcolor.prg @@ -17,7 +17,6 @@ // #include "color.ch" -#include "set.ch" PROCEDURE Main() diff --git a/harbour/website/samples/dates3.prg.html b/harbour/website/samples/dates3.prg.html index f0edf12199..5b658c8e66 100644 --- a/harbour/website/samples/dates3.prg.html +++ b/harbour/website/samples/dates3.prg.html @@ -16,8 +16,6 @@ // Testing Harbour dates management. -#include "set.ch" - PROCEDURE Main() LOCAL dDate, i