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:
Viktor Szakats
2013-03-09 13:07:03 +00:00
parent 0e97d08582
commit ee8769162a
11 changed files with 23 additions and 10 deletions

View File

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

View File

@@ -55,7 +55,7 @@
#ifdef __HARBOUR__
#require "hbct"
#else
#define hb_BChar( <n> ) Chr( <n> )
#define hb_BChar( n ) Chr( n )
#endif
PROCEDURE Main()

View File

@@ -55,7 +55,7 @@
#ifdef __HARBOUR__
#require "hbct"
#else
#define hb_BChar( <n> ) Chr( <n> )
#define hb_BChar( n ) Chr( n )
#endif
PROCEDURE Main()

View File

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

View File

@@ -55,7 +55,7 @@
#ifdef __HARBOUR__
#require "hbct"
#else
#define hb_BChar( <n> ) Chr( <n> )
#define hb_BChar( n ) Chr( n )
#endif
PROCEDURE Main()

View File

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

View File

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

View File

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

View File

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

View File

@@ -55,7 +55,7 @@
#ifdef __HARBOUR__
#require "hbct"
#else
#define hb_BChar( <n> ) Chr( <n> )
#define hb_BChar( n ) Chr( n )
#endif
PROCEDURE Main()

View File

@@ -55,7 +55,7 @@
#ifdef __HARBOUR__
#require "hbct"
#else
#define hb_BChar( <n> ) Chr( <n> )
#define hb_BChar( n ) Chr( n )
#endif
PROCEDURE Main()