From 3a4ac7e06909c4758e7f643e4b07c2ba0ccd2810 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sun, 18 Nov 2007 20:20:19 +0000 Subject: [PATCH] 2007-11-18 12:09 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/xhb/hbcomprs.c % Direct access to item values changed to api calls. + contrib/xhb/hbchksum.c % Direct access to item values changed to api calls. + contrib/xhb/hbcomprs.h Hb_Compress(), Hb_Uncompress(), Hb_CheckSum() functions made available. Borrowed from xHarbour. --- harbour/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1182577ddf..5a5efb4fbe 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,18 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-11-18 12:09 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com) + + contrib/xhb/hbcomprs.c + % Direct access to item values changed to api calls. + + + contrib/xhb/hbchksum.c + % Direct access to item values changed to api calls. + + + contrib/xhb/hbcomprs.h + + Hb_Compress(), Hb_Uncompress(), Hb_CheckSum() functions made available. + Borrowed from xHarbour. + 2007-11-18 13:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/hbcompat.ch + Added xhb SecondsSleep() translation.