diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9dd3128d47..ea29dbd178 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-31 10:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/xhb/hbcompat.ch + + Added translations for WildMatch(), hb_DeserialNext(), + hb_Checksum(). + 2008-07-30 16:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour-ce-spec * harbour/harbour-w32-spec diff --git a/harbour/contrib/xhb/hbcompat.ch b/harbour/contrib/xhb/hbcompat.ch index d56ad08b96..674198f180 100644 --- a/harbour/contrib/xhb/hbcompat.ch +++ b/harbour/contrib/xhb/hbcompat.ch @@ -87,6 +87,9 @@ #xtranslate hb_idleSleep([]) => SecondsSleep() #xtranslate hb_UserName() => NetName(1) #xtranslate hb_FSize() => FileSize() + #xtranslate hb_WildMatch([]) => WildMatch() + #xtranslate hb_Deserialize() => hb_DeserialNext() + #xtranslate hb_Adler32([]) => hb_Checksum() #xtranslate hb_HexToNum([]) => HexToNum() #xtranslate hb_NumToHex([]) => NumToHex() @@ -154,6 +157,9 @@ #xtranslate SecondsSleep([]) => hb_idleSleep() #xtranslate NetName() => iif( ValType( ) == "N" .AND. == 1, hb_UserName(), NetName() ) #xtranslate FileSize() => hb_FSize() + #xtranslate WildMatch([]) => hb_WildMatch() + #xtranslate hb_DeserialNext() => hb_Deserialize() + #xtranslate hb_Checksum([]) => hb_Adler32() #xtranslate HexToNum([]) => hb_HexToNum() #xtranslate NumToHex([]) => hb_NumToHex()