2012-09-29 08:15 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  * include/hbcompat.h
    - remove definition of hb_retns
    - remove redefinition of HB_ULONG

  * source/vm/itemapi.c
    + PHB_ITEM hb_itemPutNS( PHB_ITEM pItem, HB_ISIZ nNumber )
    + HB_ISIZ hb_itemGetNS( PHB_ITEM pItem )
      ! functions borrowed from Harbour

  * source/vm/arrays.c
    + HB_ISIZ hb_arrayGetNS( PHB_ITEM pArray, HB_SIZE nIndex )
    + BOOL hb_arraySetNS( PHB_ITEM pArray, HB_SIZE nIndex, HB_ISIZ nNumber );
      ! functions borrowed from Harbour

  * source/vm/hvm.c
    + void hb_vmPushSize( HB_ISIZ nNumber )
      ! functions borrowed from Harbour

  * source/vm/extend.c
    + int hb_storns( HB_ISIZ nValue, int iParam )
    + void hb_retns( HB_ISIZ nNumber )
    + HB_ISIZ hb_parns( int iParam, ... )
      ! functions borrowed from Harbour

  * include/hbapiitm.h
  * include/hbapi.h
  * include/hbvm.h
    + function prototypes for the newly added functions

    /*
    NOTE:
    This is the beginning of a quite long process to use uniform data types
    in both 32 and 64-bit environment.
    */

Andi


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to