Revision: 11680
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11680&view=rev
Author:   vszakats
Date:     2009-07-09 13:03:59 +0000 (Thu, 09 Jul 2009)

Log Message:
-----------
2009-07-09 14:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  * include/hbextern.ch
  * source/rtl/Makefile
  + source/rtl/base64c.c
  + source/rtl/base64.prg
    + Added HB_BASE64ENCODE(), HB_BASE64DECODE() to core.
      They were copied from hbtip and hbvpdf and currently
      the decoder is .prg code while encoding is .c code.
      Latter has one TOFIX for an error situation.

  * contrib/hbtip/encurl.prg
  * contrib/hbtip/thtml.prg
  * contrib/hbtip/sessid.prg
  * contrib/hbtip/popcln.prg
  * contrib/hbtip/sendmail.prg
  * contrib/hbtip/tip.ch
  * contrib/hbtip/cgi.prg
  * contrib/hbtip/url.prg
  * contrib/hbtip/encqp.prg
  * contrib/hbtip/base64x.c
  * contrib/hbtip/httpcln.prg
  * contrib/hbtip/client.prg
  * contrib/hbtip/encoder.prg
  * contrib/hbtip/smtpcln.prg
  * contrib/hbtip/encb64.prg
  * contrib/hbtip/mail.prg
  * contrib/hbtip/credent.prg
  * contrib/hbtip/ftpcln.prg
    + Added TOFIXes, QUESTIONs
    ! Fixed to use hb_MemoRead() instead of MemoRead() in one place.
    ! Fixed a wrong error checks after FCreate() calls.
    ! Fixed to use Len( hb_inetCRLF ) instead of hardwired length.
    ! Using hb_ntos() instead of Str() in POP3 commands.
    * Changed explicit values to manifest constants (F_ERROR)
    * Changed high ASCII chars in source to Chr() representation,
      now source can be edited with any editor.
    ! Added missing copyright header to tip.ch. Although this header
      seems to be unnecessary.
    ! TipMail:MakeBoundary() to not add any date punctuations in the ID.
    ! Fixed tIPClientFTP:fileSize() to not return permantent zero.
    % Heavier optimizations and cleanup in TIpClientSmtp().
    % Optimizations.
    * Formatting.
    ; Please test.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbtip/base64x.c
    trunk/harbour/contrib/hbtip/cgi.prg
    trunk/harbour/contrib/hbtip/client.prg
    trunk/harbour/contrib/hbtip/credent.prg
    trunk/harbour/contrib/hbtip/encb64.prg
    trunk/harbour/contrib/hbtip/encoder.prg
    trunk/harbour/contrib/hbtip/encqp.prg
    trunk/harbour/contrib/hbtip/encurl.prg
    trunk/harbour/contrib/hbtip/ftpcln.prg
    trunk/harbour/contrib/hbtip/httpcln.prg
    trunk/harbour/contrib/hbtip/mail.prg
    trunk/harbour/contrib/hbtip/popcln.prg
    trunk/harbour/contrib/hbtip/sendmail.prg
    trunk/harbour/contrib/hbtip/sessid.prg
    trunk/harbour/contrib/hbtip/smtpcln.prg
    trunk/harbour/contrib/hbtip/thtml.prg
    trunk/harbour/contrib/hbtip/tip.ch
    trunk/harbour/contrib/hbtip/url.prg
    trunk/harbour/include/hbextern.ch
    trunk/harbour/source/rtl/Makefile

Added Paths:
-----------
    trunk/harbour/source/rtl/base64.prg
    trunk/harbour/source/rtl/base64c.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to