Revision: 11884
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11884&view=rev
Author:   vszakats
Date:     2009-07-23 10:03:20 +0000 (Thu, 23 Jul 2009)

Log Message:
-----------
2009-07-23 12:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  * contrib/hbmisc/dates2.c
    * Renamed DAYSINMONTH() to HBMISC_DAYSINMONTH(),
      to avoid collision with hbct function with the same
      name, but different functionality.
    - Deleted functions below from hbmisc library:
      EOM(), BOM(), WOM(), DOY(), WOY(), EOY(), BOY()
      They have superior alternatives with the same name
      in hbct lib, please use those.

  * contrib/hbssl/evpciph.c
  * contrib/hbssl/ssl.c
  * contrib/hbssl/bio.c
  * contrib/hbssl/tests/pem.prg
  + contrib/hbssl/tests/pubkey.pem
  * contrib/hbssl/tests/crypt.prg
  * contrib/hbssl/err.c
    + Added EVP_SEALINIT() (under development)
    + Added EVP_SEALUPDATE(), EVP_SEALFINAL().
    + Added SSL_SET_MSG_CALLBACK() (it's a debug function really,
      and the solution is slightly hackish, as I have to access
      OpenSSL structure and Harbour item freeing needs to be done
      manually. Anyhow it can be excluded from builds.
    + Added ERR_LOAD_CRYPTO_STRINGS().
    + Added ERR_PRINT_ERRORS(). (very useful)
    + Added ERR_FREE_STRINGS().

  * include/hbapi.h
  * source/vm/arrays.c
  * source/vm/extend.c
  * source/debug/dbgentry.c
  * source/rtl/hbgtcore.c
    ! Renamed API function hb_arraySetCPtr() to hb_arraySetCLPtr().
      Old function name still available for compatibility.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbmisc/dates2.c
    trunk/harbour/contrib/hbssl/bio.c
    trunk/harbour/contrib/hbssl/err.c
    trunk/harbour/contrib/hbssl/evpciph.c
    trunk/harbour/contrib/hbssl/ssl.c
    trunk/harbour/contrib/hbssl/tests/crypt.prg
    trunk/harbour/contrib/hbssl/tests/pem.prg
    trunk/harbour/include/hbapi.h
    trunk/harbour/source/debug/dbgentry.c
    trunk/harbour/source/rtl/hbgtcore.c
    trunk/harbour/source/vm/arrays.c
    trunk/harbour/source/vm/extend.c

Added Paths:
-----------
    trunk/harbour/contrib/hbssl/tests/pubkey.pem


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