2012-10-04 13:25 UTC+0200 Viktor Szakats (harbour syenar.net)

* extras/httpsrv/uhttpd.prg
  * tests/db_brows.prg
  * tests/inherit.prg
  * tests/stripem.prg
    - deleted now unnecessary SET EXACT settings. There is none 
      of those in Harbour repo anymore.
This commit is contained in:
Viktor Szakats
2012-10-04 11:26:13 +00:00
parent 4c8277ea01
commit 87bfc2c1b1
5 changed files with 8 additions and 5 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-10-04 13:25 UTC+0200 Viktor Szakats (harbour syenar.net)
* extras/httpsrv/uhttpd.prg
* tests/db_brows.prg
* tests/inherit.prg
* tests/stripem.prg
- deleted now unnecessary SET EXACT settings. There is none
of those in Harbour repo anymore.
2012-10-04 13:20 UTC+0200 Viktor Szakats (harbour syenar.net)
- tests/testtok.prg
- deleted obsolete token test code

View File

@@ -2155,7 +2155,6 @@ STATIC PROCEDURE SysSettings()
SET DATE ANSI
SET BELL OFF
SET DELETED ON
SET EXACT OFF
SET CONFIRM ON
SET ESCAPE ON
SET WRAP ON

View File

@@ -184,7 +184,6 @@ FUNCTION DBFLIST( mslist, x1, y1, x2, y2, title, maskey )
predxx := predit := iif( AScan( LI_MSED, 3 ) != 0, 3, iif( AScan( LI_MSED, 2 ) != 0, 2, 1 ) )
ENDIF
SET CURSOR ( predit > 1 )
SET EXACT OFF
IF LI_LSOHR
wndbuf := SaveScreen( LI_Y1, LI_X1, LI_Y2, LI_X2 )
ENDIF

View File

@@ -24,8 +24,6 @@ PROCEDURE Main()
LOCAL oTo
LOCAL cOut
Set( _SET_EXACT, .T. )
oFrom := TOnTop() :New( "hello.prg", "R" )
oTo := TTextFile():New( "hello.out", "W" )

View File

@@ -30,7 +30,6 @@ PROCEDURE Main( cFrom, cTo )
LOCAL oTo
LOCAL cOut
SET( _SET_EXACT, .T. )
cFrom := Default( cFrom, "strip.prg" )
cTo := Default( cTo, "strip.out" )