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.
This commit is contained in:
@@ -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=<Harbour root dir>
|
||||
set HRB_DIR=<Some Harbour dir>
|
||||
set INCLUDE=<Harbour include dir>
|
||||
|
||||
@@ -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
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user