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")
This commit is contained in:
Viktor Szakats
2012-11-28 00:09:22 +00:00
parent 08ea68c5ee
commit a31023ec0c
24 changed files with 30 additions and 37 deletions

View File

@@ -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)

View File

@@ -54,7 +54,6 @@
#include "hbclass.ch"
#include "dbstruct.ch"
#include "set.ch"
#include "mysql.ch"

View File

@@ -22,8 +22,6 @@
PROCEDURE, RELATION, TYPEAHEAD
$EXAMPLES$
ft_RestSets( aOldSets )
$INCLUDE$
set.ch
$SEEALSO$
ft_SaveSets() ft_SetCentury()
$END$

View File

@@ -22,8 +22,6 @@
RELATION, TYPEAHEAD
$EXAMPLES$
aOldSets := ft_SaveSets()
$INCLUDE$
set.ch
$SEEALSO$
ft_RestSets() ft_SetCentury()
$END$

View File

@@ -19,8 +19,6 @@
* Initial revision.
*/
#include "set.ch"
#define PV_ROW 1
#define PV_COL 2
#define PV_COLOR 3

View File

@@ -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

View File

@@ -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

View File

@@ -53,7 +53,6 @@
#require "rddads"
#include "ord.ch"
#include "set.ch"
#include "ads.ch"
REQUEST ADS

View File

@@ -49,7 +49,6 @@
*
*/
#include "set.ch"
#include "fileio.ch"
#define HB_SET_TRACESTACK_NONE 0

View File

@@ -64,7 +64,6 @@
#include "hbclass.ch"
#include "ttable.ch"
#include "set.ch"
#include "ord.ch"
#include "inkey.ch"
#include "dbinfo.ch"

View File

@@ -68,7 +68,6 @@
#include "error.ch"
#include "fileio.ch"
#include "set.ch"
REQUEST Select, Alias, RecNo, DbFilter, DbRelation, IndexOrd, IndexKey

View File

@@ -26,7 +26,6 @@
#require "gtwvw"
#include "inkey.ch"
#include "set.ch"
#include "setcurs.ch"
#define EN_SETFOCUS 0x0100

View File

@@ -83,7 +83,6 @@
#include "box.ch"
#include "getexit.ch"
#include "inkey.ch"
#include "set.ch"
#include "setcurs.ch"

View File

@@ -4,8 +4,6 @@
// Testing Harbour dates management.
#include "set.ch"
PROCEDURE Main()
LOCAL dDate, dDate2, cMask, cDate

View File

@@ -2,8 +2,6 @@
* $Id$
*/
#include "set.ch"
PROCEDURE Main()
LOCAL dDate := hb_SToD( "19990430" )

View File

@@ -4,8 +4,6 @@
// Testing Harbour dates management.
#include "set.ch"
PROCEDURE Main()
LOCAL dDate, i

View File

@@ -3,7 +3,6 @@
*/
#include "fileio.ch"
#include "set.ch"
//
// Test of inheritance

View File

@@ -8,8 +8,6 @@
Donated to the public domain on 2001-03-08 by David G. Holm <dholm@jsd-llc.com>
*/
#include "set.ch"
PROCEDURE Main()
OutStd( hb_eol(), "Testing Harbour device management on", Date() )

View File

@@ -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 )

View File

@@ -4,8 +4,6 @@
// Testing SET
#include "set.ch"
PROCEDURE Main()
LOCAL n

View File

@@ -4,8 +4,6 @@
// Testing SET
#include "set.ch"
REQUEST dbfntx
PROCEDURE Main()

View File

@@ -3,7 +3,6 @@
*/
#include "fileio.ch"
#include "set.ch"
#include "hbclass.ch"
#xtranslate Default( <Var>, <xVal> ) => iif( <Var> == NIL, <xVal>, <Var> )

View File

@@ -17,7 +17,6 @@
//
#include "color.ch"
#include "set.ch"
PROCEDURE Main()

View File

@@ -16,8 +16,6 @@
// Testing Harbour dates management.
#include "set.ch"
PROCEDURE Main()
LOCAL dDate, i