Revision: 11191
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11191&view=rev
Author:   vszakats
Date:     2009-06-02 17:24:02 +0000 (Tue, 02 Jun 2009)

Log Message:
-----------
2009-06-02 19:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
  * contrib/xhb/Makefile
  + contrib/xhb/bkgtsks.c
    + Added background tasks functions. My only current goal
      was to make it compile under Harbour, plus did some
      optimizations along the way.
      (borrowed from xhb, work of Francesco Saverio Giudice)
    ; TODO: Adapt to Harbour: MT mode, Set() replacement,
            attach it to VM possibly without modifying
            the VM itself.

  * source/rtl/mlcfunc.c
    + Reenabled for default builds the parameter extension
      in memo functions (now guarded with HB_C52_STRICT).
      This breaks our effort to not introduce such extensions,
      but since was no better idea I've made an exception,
      but I personally still don't like it and this practice
      stays forbidden.
      Talking about the last parameter of these functions:
      MEMOLINE(), MLCOUNT(), MLPOS(), MLCTOPOS(), MPOSTOLC()

  * source/codepage/cphr437.c
  * source/codepage/cphr852.c
  * source/codepage/cphrwin.c
    * Fixed wrongly ordered accented chars.
    * Fixed missing accented chars in Windows CP.
    ; Submitted by Vladimir Miholic on sf.net.

  * contrib/xhb/xhb.h
    + Added hb_seconds() compatibility macro.

  * tests/speedtst.prg
    + Added SET DATE ANSI and SET CENTURY ON.

  * tests/Makefile
  + tests/brwpos.prg
    + Added TBrowse() :rowPos test submitted by Xavi to the list.

  * utils/hbmk2/hbmk2.hbp
  * utils/hbrun/hbrun.hbp
    % Minor opt to prev.

  * tests/rto_tb.prg
    + Added hb_SToD() compatibility function to make it link
      with xhb.
    + Added forced define of HB_COMPAT_C53 in xhb mode, but 
      commented because it makes it RTE.

  * INSTALL
    ! Term changed to be consistent with rest of doc.

  * include/hbapi.h
    ! Typo in comment.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/INSTALL
    trunk/harbour/contrib/xhb/Makefile
    trunk/harbour/contrib/xhb/xhb.h
    trunk/harbour/include/hbapi.h
    trunk/harbour/source/codepage/cphr437.c
    trunk/harbour/source/codepage/cphr852.c
    trunk/harbour/source/codepage/cphrwin.c
    trunk/harbour/source/rtl/mlcfunc.c
    trunk/harbour/tests/Makefile
    trunk/harbour/tests/rto_tb.prg
    trunk/harbour/tests/speedtst.prg
    trunk/harbour/utils/hbmk2/hbmk2.hbp
    trunk/harbour/utils/hbrun/hbrun.hbp

Added Paths:
-----------
    trunk/harbour/contrib/xhb/bkgtsks.c
    trunk/harbour/tests/brwpos.prg


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