From 43ce5eb0364de302308186be62c0fecfc72636ad Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 4 Dec 2009 17:49:05 +0000 Subject: [PATCH] 2009-12-04 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.h * Marked MSVS 2002 in comment. * ChangeLog * Minor typo. * contrib/hbide/idemisc.prg ! Fixed unused variable error. --- harbour/ChangeLog | 14 ++++++++++++-- harbour/contrib/hbide/idemisc.prg | 3 +-- harbour/include/hbsetup.h | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 33c9911bfd..5954b9591e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,10 +17,20 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-04 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * include/hbsetup.h + * Marked MSVS 2002 in comment. + + * ChangeLog + * Minor typo. + + * contrib/hbide/idemisc.prg + ! Fixed unused variable error. + 2009-12-04 18:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddads/ads1.c ! added comment and workaround to invalid AdsGotoRecord( hTable, 0 ) - behavior + behavior 2009-12-04 15:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/src/rdd/dbf1.c @@ -312,7 +322,7 @@ should NOT have in their setup anymore. Please delete them, it's just noise on the dev list. - This current full list: + This is current full list: set HB_PATH= set HRB_DIR= set INCLUDE= diff --git a/harbour/contrib/hbide/idemisc.prg b/harbour/contrib/hbide/idemisc.prg index 0eaac8f0ec..9be15c0a0e 100644 --- a/harbour/contrib/hbide/idemisc.prg +++ b/harbour/contrib/hbide/idemisc.prg @@ -347,9 +347,8 @@ FUNCTION ParseWithMetaData( s, a_ ) FUNCTION ArrayToMemo( a_ ) LOCAL s := "" - aeval( a_, {|e, i| s += e + CRLF } ) + aeval( a_, {|e| s += e + CRLF } ) RETURN s /*----------------------------------------------------------------------*/ - diff --git a/harbour/include/hbsetup.h b/harbour/include/hbsetup.h index 79a40bef11..d7ecef211a 100644 --- a/harbour/include/hbsetup.h +++ b/harbour/include/hbsetup.h @@ -172,7 +172,7 @@ Visual C++, 32-bit, version 4.0 1000 Visual C++, 32-bit, version 5.0 1100 Visual C++, 32-bit, version 6.0 1200 - Visual Studio .NET, version 7.0 1300 + Visual Studio .NET (2002), version 7.0 1300 Visual Studio .NET 2003, version 7.1 1310 Visual Studio 2005, version 8.0 1400 Visual Studio 2008, version 9.0 1500