Revision: 13595
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13595&view=rev
Author:   vszakats
Date:     2010-01-15 18:57:35 +0000 (Fri, 15 Jan 2010)

Log Message:
-----------
2010-01-15 19:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
  * src/vm/set.c
    ! ULONG -> HB_FATTR. Missed this occurrence of this ULONG
      in previous global modification pass.
      Error reported by Istvan Bisz.

  * contrib/hbct/Makefile
  * contrib/hbct/disk.c
  + contrib/hbct/diskhb.c
    ! Cleaned the way Windows headers are included.
    * Cleaned TRUENAME(), GETVOLINFO() and VOLSERIAL().
    + Using new UNICODE macros in TRUENAME(), GETVOLINFO() and VOLSERIAL().
    ! GETVOLINFO(), which is not a CT function, got moved
      to a separate source file to avoid name collisions.
    ; TOFIX: It should be moved to xhb lib eventually.

  * contrib/hbct/ctnet.c
    * Cleaned NETREDIR() and NETRMTNAME() functions.
    + Reworked NETREDIR() and NETRMTNAME() functions to use new UNICODE macros.
    + Extended return buffer in network functions to 128 (from 80).
    + NETRMTNAME() got support to return embedded zeros in name string.
    + Documented a hidden xhb extension in NETREDIR().
    % hb_WNetErrorHandler() static function merged into NETREDIR().
    ; TOFIX: Above hidden extension in NETREDIR() very much looks like
             a debugging feature, so I left a TOFIX to convert it to
             HB_TRACE() call.
    ; Please test them.

  * contrib/hbsqlit3/hbsqlit3.c
  * contrib/hbmisc/dates2.c
    - Deleted two functions which were recently made static,
      and it turned out they're not even used by Harbour.
      Warning reported by Istvan Bisz.

  * src/vm/hashfunc.c
  * src/vm/asort.c
  * src/rtl/cdpapi.c
  * contrib/xhb/xhbat.c
  * contrib/xhb/txtline.c
    * LONG -> HB_ISIZ

  * contrib/xhb/bkgtsks.c
    * SHORT -> int

  * contrib/xhb/hbcomprs.c
  * contrib/xhb/xhberrc.c
    * LONG -> long

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbct/Makefile
    trunk/harbour/contrib/hbct/ctnet.c
    trunk/harbour/contrib/hbct/disk.c
    trunk/harbour/contrib/hbmisc/dates2.c
    trunk/harbour/contrib/hbsqlit3/hbsqlit3.c
    trunk/harbour/contrib/xhb/bkgtsks.c
    trunk/harbour/contrib/xhb/hbcomprs.c
    trunk/harbour/contrib/xhb/txtline.c
    trunk/harbour/contrib/xhb/xhbat.c
    trunk/harbour/contrib/xhb/xhberrc.c
    trunk/harbour/src/rtl/cdpapi.c
    trunk/harbour/src/vm/asort.c
    trunk/harbour/src/vm/hashfunc.c
    trunk/harbour/src/vm/set.c

Added Paths:
-----------
    trunk/harbour/contrib/hbct/diskhb.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)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to