Revision: 12593
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12593&view=rev
Author:   vszakats
Date:     2009-09-21 22:26:46 +0000 (Mon, 21 Sep 2009)

Log Message:
-----------
2009-09-22 00:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  + contrib/hbmemio/tests
  + contrib/hbmemio/tests/hbmk.hbm
  + contrib/hbmemio/tests/test.prg
    + Added test dir.
    + Added test code included by Mindaugas in the ChangeLog entry.

  * contrib/hbmemio/Makefile
  + contrib/hbmemio/memio.c
  - contrib/hbmemio/iodmem.c
    * Renamed to be in sync with netio.
    ! Fixed strcpy() call to hb_strncpy().
      Review me I didn't check if the set length limit is a valid one.
    ! Fixed C++ casting errors on buffer allocation calls.
    ; TOFIX: These warnings remain:
      ---
      ../../../memio.c(170) : warning C4244: 'argument' : conversion from 
'HB_FOFFSET' to 'ULONG', possible loss of data
      ../../../memio.c(423) : warning C4244: '=' : conversion from 'HB_FOFFSET' 
to 'ULONG', possible loss of data
      ../../../memio.c(452) : warning C4244: 'argument' : conversion from 
'HB_FOFFSET' to 'ULONG', possible loss of data
      ../../../memio.c(501) : warning C4244: 'argument' : conversion from 
'HB_FOFFSET' to 'ULONG', possible loss of data
      ../../../memio.c(508) : warning C4244: 'argument' : conversion from 
'HB_FOFFSET' to 'ULONG', possible loss of data
      ../../../memio.c(580) : warning C4267: 'argument' : conversion from 
'size_t' to 'ULONG', possible loss of data
      ../../../memio.c(627) : warning C4267: '=' : conversion from 'size_t' to 
'ULONG', possible loss of data
      ../../../memio.c(674) : warning C4244: 'argument' : conversion from 'int' 
to 'USHORT', possible loss of data
      memio.c(373) : warning C4701: potentially uninitialized local variable 
'pFile' used
      ---

  * contrib/hbmemio/hbmemio.hbc
    ! Corrected svn props to be like in howtosvn.txt.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbmemio/Makefile

Added Paths:
-----------
    trunk/harbour/contrib/hbmemio/memio.c
    trunk/harbour/contrib/hbmemio/tests/
    trunk/harbour/contrib/hbmemio/tests/hbmk.hbm
    trunk/harbour/contrib/hbmemio/tests/test.prg

Removed Paths:
-------------
    trunk/harbour/contrib/hbmemio/iodmem.c

Property Changed:
----------------
    trunk/harbour/contrib/hbmemio/hbmemio.hbc


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to