Revision: 13750
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13750&view=rev
Author:   druzus
Date:     2010-02-03 02:45:32 +0000 (Wed, 03 Feb 2010)

Log Message:
-----------
2010-02-03 03:45 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/src/vm/hvm.c
  * harbour/src/vm/itemapi.c
  * harbour/src/rtl/errapi.c
  * harbour/contrib/xhb/cstructc.c
    * changed HB_TRACE_STEALTH() to HB_TRACE()

  * harbour/include/hbtrace.h
  * harbour/include/hbstack.h
  * harbour/src/vm/estack.c
  * harbour/src/nortl/nortl.c
    + added hb_traceset() and hb_traceinfo()

  * harbour/include/hbtrace.h
  * harbour/src/common/hbtrace.c
    * use hb_traceset()/hb_traceinfo() instead of hb_tr_file_, hb_tr_line_,
      hb_tr_level_
    - removed hb_tr_file_, hb_tr_line_, hb_tr_level_
    + added hb_tr_stealth() function and modified HB_TRACE_STEALTH()
      macro to not touch any of hb_tr_*_ global variables
    + added HB_TR_FM macro which can be used to infrom FM statistic
      module that it should take filename and line number from hb_tr_*_
      global variables

  * harbour/src/vm/fm.c
    - removed dummy code with HB_TR_LEVEL setting - HB_TR_LEVEL is
      always defined by hbtrace.h
    * use hb_traceset()/hb_traceinfo() instead of hb_tr_file_, hb_tr_line_,
      hb_tr_level_
    * respect HB_TR_FM

  * harbour/src/rtl/gttrm/gttrm.c
    * formatting

  * harbour/src/vm/itemapi.c
  * harbour/src/vm/extend.c
  * harbour/src/rtl/descend.c
  * harbour/src/rtl/hbgtcore.c
  * harbour/src/rtl/mtran.c
  * harbour/src/rtl/samples.c
  * harbour/src/common/hbstr.c
  * harbour/src/common/hbdate.c
    ! fixed possible GPF traps in HB_TRACE() messages caused by %s used
      for not \0 terminated strings or uninitialized buffers

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/xhb/cstructc.c
    trunk/harbour/include/hbstack.h
    trunk/harbour/include/hbtrace.h
    trunk/harbour/src/common/hbdate.c
    trunk/harbour/src/common/hbstr.c
    trunk/harbour/src/common/hbtrace.c
    trunk/harbour/src/nortl/nortl.c
    trunk/harbour/src/rtl/descend.c
    trunk/harbour/src/rtl/errapi.c
    trunk/harbour/src/rtl/gttrm/gttrm.c
    trunk/harbour/src/rtl/hbgtcore.c
    trunk/harbour/src/rtl/mtran.c
    trunk/harbour/src/rtl/samples.c
    trunk/harbour/src/vm/estack.c
    trunk/harbour/src/vm/extend.c
    trunk/harbour/src/vm/fm.c
    trunk/harbour/src/vm/hvm.c
    trunk/harbour/src/vm/itemapi.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