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-20 19:07:37 +00:00
2007-07-02 12:10:38 +00:00
2007-06-13 22:20:13 +00:00
2007-07-02 12:10:38 +00:00
1999-10-04 13:00:20 +00:00
2000-03-07 16:41:33 +00:00
2006-11-28 01:10:34 +00:00
2007-07-02 12:10:38 +00:00
2007-06-23 13:46:03 +00:00
2007-06-05 18:25:08 +00:00
2005-08-23 22:51:38 +00:00
2007-07-02 12:10:38 +00:00
1999-07-10 20:40:09 +00:00
1999-08-14 18:13:14 +00:00
1999-09-13 21:11:12 +00:00
1999-10-25 18:11:17 +00:00
2000-01-31 18:36:19 +00:00
2000-03-28 21:10:10 +00:00
2000-04-27 02:34:26 +00:00
2000-06-28 02:00:05 +00:00
2000-10-27 00:16:37 +00:00
2001-04-15 03:32:03 +00:00
2001-08-03 22:23:55 +00:00
2001-12-21 09:50:19 +00:00
2002-09-02 23:28:12 +00:00
2004-03-08 16:49:56 +00:00
2006-02-15 13:51:44 +00:00
2006-09-04 07:44:04 +00:00
2007-04-01 12:04:58 +00:00
2007-06-11 14:30:07 +00:00
2007-07-02 12:10:38 +00:00
2001-03-08 20:04:46 +00:00
2004-05-07 17:32:59 +00:00
2007-06-26 21:55:46 +00:00
2007-06-20 10:47:27 +00:00
2006-11-29 14:10:53 +00:00
2007-06-20 10:47:27 +00:00
2007-06-20 10:47:27 +00:00
2006-03-21 01:25:32 +00:00
2007-04-06 00:33:52 +00:00
2007-06-27 19:02:23 +00:00
2007-06-20 10:47:27 +00:00
2007-06-27 19:02:23 +00:00
2006-11-29 22:29:17 +00:00
2007-06-20 10:47:27 +00:00
2004-10-11 20:44:30 +00:00
2007-05-31 13:12:34 +00:00
2007-06-27 17:00:34 +00:00
2007-05-28 13:55:05 +00:00