Przemyslaw Czerpak
d03f0a3274
2007-07-02 14:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbcompat.ch
+ added hb_CStr() <=> CStr() translations
* harbour/common.mak
* harbour/source/rtl/Makefile
+ harbour/source/rtl/hbbit.c
+ added set of hb_bit*() functions for bit manipulations:
HB_BITAND( <nVal1>, <nVal2>, [<nVal3,...>] ) => <nResult>
HB_BITOR( <nVal1>, <nVal2>, [<nVal3,...>] ) => <nResult>
HB_BITXOR( <nVal1>, <nVal2>, [<nVal3,...>] ) => <nResult>
HB_BITNOT( <nVal> ) => <nResult>
HB_BITTEST( <nVal>, <nBit> ) => <lResult>
HB_BITSET( <nVal>, <nBit> ) => <nResult>
HB_BITRESET( <nVal>, <nBit> ) => <nResult>
HB_BITSHIFT( <nVal>, <nBits> ) => <nResult>
* harbour/contrib/tip/Makefile
* harbour/contrib/tip/utils.c
* harbour/contrib/tip/popcln.prg
* harbour/contrib/tip/Changelog
* harbour/contrib/tip/cgi.prg
* harbour/contrib/tip/url.prg
* harbour/contrib/tip/httpcln.prg
* harbour/contrib/tip/client.prg
* harbour/contrib/tip/encoder.prg
* harbour/contrib/tip/smtpcln.prg
* harbour/contrib/tip/mail.prg
* harbour/contrib/tip/ftpcln.prg
+ harbour/contrib/tip/thtml.prg
+ harbour/contrib/tip/thtml.ch
- harbour/contrib/tip/cstr.prg
* synced with recent xHarbour modifications - please test
* harbour/source/vm/hvm.c
* formatting
* harbour/source/rdd/delim1.c
* harbour/source/rdd/dbf1.c
* harbour/source/rdd/sdf1.c
% do not copy date value to separate memory buffer but decode dates
directly from record buffer
* harbour/source/compiler/hbopt.c
* optimize PCODE generated for:
return <somefunc>([<params,...>])
2007-07-02 12:10:38 +00:00
..
2006-03-10 20:16:35 +00:00
2007-06-12 21:41:58 +00:00
2007-04-03 12:10:15 +00:00
2007-03-22 12:28:14 +00:00
2005-10-24 00:52:42 +00:00
2007-06-26 21:55:46 +00:00
2007-04-23 21:41:40 +00:00
2006-12-15 15:54:28 +00:00
2007-05-23 10:29:23 +00:00
2007-06-20 19:07:37 +00:00
2007-05-21 23:45:41 +00:00
2007-02-08 22:56:31 +00:00
2007-03-22 12:28:14 +00:00
2006-06-15 23:48:56 +00:00
2007-04-04 10:15:16 +00:00
2007-04-23 21:41:40 +00:00
2007-05-26 07:06:07 +00:00
2007-04-14 10:41:54 +00:00
2007-05-26 07:06:07 +00:00
2007-05-26 07:06:07 +00:00
2007-07-02 12:10:38 +00:00
2001-04-12 18:56:30 +00:00
2005-11-16 12:27:55 +00:00
2007-06-12 21:41:58 +00:00
2007-05-24 23:35:25 +00:00
2001-05-15 13:02:07 +00:00
2006-07-18 01:30:23 +00:00
2006-02-04 16:16:48 +00:00
2007-06-20 19:07:37 +00:00
2007-03-01 13:15:01 +00:00
2006-07-18 01:30:23 +00:00
2006-07-18 06:07:59 +00:00
2007-04-15 22:20:37 +00:00
2007-06-20 19:07:37 +00:00
2007-01-07 04:09:09 +00:00
2006-08-18 23:12:38 +00:00
2006-12-08 05:03:58 +00:00
2007-06-12 21:41:58 +00:00
2007-05-21 23:45:41 +00:00