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:
@@ -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)
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "dbstruct.ch"
|
||||
#include "set.ch"
|
||||
|
||||
#include "mysql.ch"
|
||||
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
PROCEDURE, RELATION, TYPEAHEAD
|
||||
$EXAMPLES$
|
||||
ft_RestSets( aOldSets )
|
||||
$INCLUDE$
|
||||
set.ch
|
||||
$SEEALSO$
|
||||
ft_SaveSets() ft_SetCentury()
|
||||
$END$
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
RELATION, TYPEAHEAD
|
||||
$EXAMPLES$
|
||||
aOldSets := ft_SaveSets()
|
||||
$INCLUDE$
|
||||
set.ch
|
||||
$SEEALSO$
|
||||
ft_RestSets() ft_SetCentury()
|
||||
$END$
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
* Initial revision.
|
||||
*/
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
#define PV_ROW 1
|
||||
#define PV_COL 2
|
||||
#define PV_COLOR 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
#require "rddads"
|
||||
|
||||
#include "ord.ch"
|
||||
#include "set.ch"
|
||||
#include "ads.ch"
|
||||
|
||||
REQUEST ADS
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "set.ch"
|
||||
#include "fileio.ch"
|
||||
|
||||
#define HB_SET_TRACESTACK_NONE 0
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "ttable.ch"
|
||||
#include "set.ch"
|
||||
#include "ord.ch"
|
||||
#include "inkey.ch"
|
||||
#include "dbinfo.ch"
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
|
||||
#include "error.ch"
|
||||
#include "fileio.ch"
|
||||
#include "set.ch"
|
||||
|
||||
REQUEST Select, Alias, RecNo, DbFilter, DbRelation, IndexOrd, IndexKey
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#require "gtwvw"
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "set.ch"
|
||||
#include "setcurs.ch"
|
||||
|
||||
#define EN_SETFOCUS 0x0100
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
#include "box.ch"
|
||||
#include "getexit.ch"
|
||||
#include "inkey.ch"
|
||||
#include "set.ch"
|
||||
#include "setcurs.ch"
|
||||
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
// Testing Harbour dates management.
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
LOCAL dDate, dDate2, cMask, cDate
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
LOCAL dDate := hb_SToD( "19990430" )
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
// Testing Harbour dates management.
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
LOCAL dDate, i
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include "fileio.ch"
|
||||
#include "set.ch"
|
||||
|
||||
//
|
||||
// Test of inheritance
|
||||
|
||||
@@ -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() )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
// Testing SET
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
LOCAL n
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
// Testing SET
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
REQUEST dbfntx
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include "fileio.ch"
|
||||
#include "set.ch"
|
||||
#include "hbclass.ch"
|
||||
|
||||
#xtranslate Default( <Var>, <xVal> ) => iif( <Var> == NIL, <xVal>, <Var> )
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
//
|
||||
|
||||
#include "color.ch"
|
||||
#include "set.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
// Testing Harbour dates management.
|
||||
|
||||
#include "set.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
LOCAL dDate, i
|
||||
|
||||
Reference in New Issue
Block a user