2009-12-31 09:00 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  The following changes were commited in order to pacify MSVC2005 and greater's
  warning on using "unsafe" functions.

  * include/hbapi.h
  * include/hbdefs.h
  + source/common/hbprintf.c
  + include/hbfloat.h
    ! hb_vsnprintf function borrowed from Harbour (copyright: Przemyslaw 
Czerpak)

  * common.mak
  * compile.mak
    + hbprintf.obj dependency

  * source/common/hbfopen.c
    ! use secured fopen_s for MSVC2005 and greater

  * source/rdd/dbcmd.c
  * source/common/hbdate.c
  * source/rtl/set.c
  * source/rtl/ampm.c
  * source/rtl/direct.c
  * source/rtl/dllcall.c
  * source/rtl/filesys.c
  * source/rtl/hbffind.c
  * source/rtl/langapi.c
  * source/rtl/regex.c
  * source/rtl/tprinter.c
  * source/rtl/transfrm.c
  * source/rtl/win32ole.prg
  * source/rtl/filenet.c
  * source/rtl/hbip.c
  * source/rtl/pcre/pcreposix.c
  * source/rtl/zlib/gzio.c
    ! fopen      ->hb_fopen
    ! strerror   -> hb_strerror
    ! strncpy    -> hb_strncpy
    ! strcpy     -> hb_xstrcpy
    ! strcat     -> hb_xstrcat
    ! _vsnprintf -> hb_vsnprintf
--
Andi
PS: more to follow

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to