2013-03-09 14:06 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbct/tests/charadd.prg
* contrib/hbct/tests/charand.prg
* contrib/hbct/tests/charnot.prg
* contrib/hbct/tests/charor.prg
* contrib/hbct/tests/charrll.prg
* contrib/hbct/tests/charrlr.prg
* contrib/hbct/tests/charshl.prg
* contrib/hbct/tests/charshr.prg
* contrib/hbct/tests/charsub.prg
* contrib/hbct/tests/tab.prg
! fix to prev when run under Clipper
This commit is contained in:
@@ -10,6 +10,19 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-03-09 14:06 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbct/tests/charadd.prg
|
||||
* contrib/hbct/tests/charand.prg
|
||||
* contrib/hbct/tests/charnot.prg
|
||||
* contrib/hbct/tests/charor.prg
|
||||
* contrib/hbct/tests/charrll.prg
|
||||
* contrib/hbct/tests/charrlr.prg
|
||||
* contrib/hbct/tests/charshl.prg
|
||||
* contrib/hbct/tests/charshr.prg
|
||||
* contrib/hbct/tests/charsub.prg
|
||||
* contrib/hbct/tests/tab.prg
|
||||
! fix to prev when run under Clipper
|
||||
|
||||
2013-03-09 12:38 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ show warning when -sign was requested but no tool could
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#ifdef __HARBOUR__
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#ifdef __HARBOUR__
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_ntos( n ) LTrim( Str( n ) )
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#ifdef __HARBOUR__
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_ntos( n ) LTrim( Str( n ) )
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_ntos( n ) LTrim( Str( n ) )
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_ntos( n ) LTrim( Str( n ) )
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_ntos( n ) LTrim( Str( n ) )
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#ifdef __HARBOUR__
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#ifdef __HARBOUR__
|
||||
#require "hbct"
|
||||
#else
|
||||
#define hb_BChar( <n> ) Chr( <n> )
|
||||
#define hb_BChar( n ) Chr( n )
|
||||
#endif
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
Reference in New Issue
Block a user