Revision: 13788
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13788&view=rev
Author:   vszakats
Date:     2010-02-07 09:57:50 +0000 (Sun, 07 Feb 2010)

Log Message:
-----------
2010-02-07 10:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
  * include/hbapi.h
  * src/vm/memvars.c
    * ULONG -> HB_SIZE where applicable
    * int -> HB_ISIZ where it was used for size

  * src/vm/macro.c
    ! LONG -> long for date/time.

  * include/hbchksum.h
  * src/rtl/hbadler.c
  * src/rtl/hbcrc.c
  * src/rtl/hbi18n1.c
  * contrib/hbmzip/hbmzip.c
    * ULONG -> HB_U32 for crc32 and adler32
    * ULONG -> HB_U16 for crc16
      (the crc table was also changed to HB_U16, pls speak up if this
      may cause less-optimal performance than previous state.)
    * int -> HB_ISIZ where it was used for size (in adler loop)

  * include/hbapi.h
    * HB_VMHANDLE is now mapped to 'unsigned long' instead of ULONG

  * contrib/hbwin/win_bmp.c
    - Deleted no more necessary cast.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbmzip/hbmzip.c
    trunk/harbour/contrib/hbwin/win_bmp.c
    trunk/harbour/include/hbapi.h
    trunk/harbour/include/hbchksum.h
    trunk/harbour/src/rtl/hbadler.c
    trunk/harbour/src/rtl/hbcrc.c
    trunk/harbour/src/rtl/hbi18n1.c
    trunk/harbour/src/vm/macro.c
    trunk/harbour/src/vm/memvars.c


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

Reply via email to