Przemysław Czerpak
12880a1b7f
2018-01-05 14:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
* include/hbapiitm.h
* src/rtl/hbdef.c
* src/vm/itemapi.c
* src/harbour.def
+ added new public C function
HB_BOOL hb_itemTypeCmp( PHB_ITEM pItem1, PHB_ITEM pItem2 );
which uses low level item type comparison code taken from hb_default()
and hb_defaultValue() PRG functions
* include/harbour.hbx
* src/harbour.def
* src/vm/hashfunc.c
+ added new PRG function
hb_HSetDef( <hVal>, <xKey> [, <xDefVal> ] )
it checks if <xKey> exists and if not then adds it to hash array
and optionally sets key value to <xDefVal> otherwise (the key
exists in hash array) and <xDefVal> is given then it checks if
the type of key's value is compatible with <xDefVal> and if not
then replaces key's value with <xDefVal>.
In other words it's combination of hb_HGetDef() and hb_default()
and works like this PRG code:
FUNCTION hb_HSetDef( hVal, xKey, xDefVal )
IF xKey $ hVal
hb_default( @hVal[ xKey ], xDefVal )
ELSE
hVal[ xKey ] := xDefVal
ENDIF
RETURN hVal
but much faster.
* src/rtl/dirscan.prg
* remove READONLY attribute from deleted directories.
Be careful. Now this function allows to recursively remove
all directories even if they have READONLY attribute.
2018-01-05 14:12:06 +01:00
..
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2018-01-05 14:12:06 +01:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-12-12 12:26:24 +01:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-11-15 11:32:19 +01:00
2018-01-05 14:12:06 +01:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-12-14 14:21:03 +01:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-28 14:55:41 +02:00
2015-02-11 12:31:48 +01:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-11 13:27:12 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-11 13:27:12 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-12-19 21:42:15 +01:00
2017-09-27 09:25:29 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-11-15 11:32:19 +01:00
2017-08-13 18:38:59 +00:00
2016-03-08 14:53:00 +01:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-11 13:27:12 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2013-03-15 11:13:30 +01:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-11 13:27:12 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2013-03-15 11:13:30 +01:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-11 13:27:12 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2015-03-20 16:34:03 +01:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-08-13 18:38:59 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00
2017-09-08 16:25:13 +00:00