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
..
2007-06-26 21:55:46 +00:00
2007-06-13 22:06:19 +00:00
2006-09-29 08:59:17 +00:00
2006-09-29 08:59:17 +00:00
2006-12-08 05:03:58 +00:00
2007-06-11 09:32:03 +00:00
2007-06-13 22:06:19 +00:00
2007-05-21 23:45:41 +00:00
2007-05-19 13:41:20 +00:00
2007-04-12 11:57:04 +00:00
2006-12-09 16:11:10 +00:00
2007-05-11 20:51:04 +00:00
2006-12-08 05:03:58 +00:00
2007-06-13 22:06:19 +00:00
2007-06-13 22:06:19 +00:00
2007-05-12 08:48:12 +00:00
2007-04-12 11:57:04 +00:00
2007-05-28 07:52:08 +00:00
2007-04-13 01:06:01 +00:00
2007-06-01 13:12:29 +00:00
2007-06-01 13:12:29 +00:00
2007-01-05 15:01:11 +00:00
2007-04-12 11:57:04 +00:00
2007-03-13 18:40:56 +00:00
2007-06-01 13:12:29 +00:00
2007-06-01 13:12:29 +00:00
2007-07-02 12:10:38 +00:00
2007-06-01 13:12:29 +00:00
2007-06-01 13:12:29 +00:00
2007-06-26 21:55:46 +00:00
2007-04-13 01:06:01 +00:00
2007-05-18 20:45:15 +00:00