* source/include/hbinit.h
+ added macro HB_USE_PRAGMA_STARTUP
* source/include/hdcdpapi.h
+ added macro HB_CODEPAGE_INIT
* source/codepage/cdpesdos.c
! used HB_USE_PRAGMA_STARTUP and HB_CODEPAGE_INIT
(changes are applyable to other cdp*.c files, too, but will wait
until cdpesdos.c is completely reworked)
+ /cvsplay.txt
+ Added file with tortoiseCVS to check CVS
functionality without influencing rest of project
[Note: the above changelog time entry is possibly not correct]
* contrib/rdd_ads/adsfunc.c
Changes to ADSCOPYTABLE as follows:
+ added logical return value
+ added second optional param for ADS filter option
+ Now uses default index order if set
Changes to ADSCOPYTABLECONTENTS as follows:
! changed default filter option from ADS_IGNOREFILTERS to ADS_RESPECTFILTERS
+ added second optional param for ADS filter option
+ Now uses default index order if set
Changes to ADSCOPYTABLE as follows:
+ added logical return value
+ added second optional param for ADS filter option
+ Now uses default index order if set
Changes to ADSCOPYTABLECONTENTS as follows:
! changed default filter option from ADS_IGNOREFILTERS to ADS_RESPECTFILTERS
+ added second optional param for ADS filter option
+ Now uses default index order if set
* include/hbapi.h
* source/rtl/empty.c
* source/rtl/idle.c
* source/vm/arrays.c
* source/vm/estack.c
* source/vm/extend.c
* source/vm/itemapi.c
* added missing code to use HB_IT_POINTER just like
other value's type
You can use:
hb_retptr( void * pointer )
hb_parptr( ) -> void *
hb_storptr( void * pointer, ...... )
to return/manage pointers from low level functions.
For example:
p = GET_SOME_POINTER()
? VALTYPE(p) //prints: 'P'
? p //prints: 0x12345678
* tests/onidle.prg
* fixed to use values of pointer type
* tests/tstmacro.prg
* added code to test TYPE() function
* harbour/tests/bldtest/Makefile
* fixed typo in file name
* xharbour/include/hbdefs.h
+ added HB_COUNTER and HB_PTRDIFF types - first for reference
counters and second for any pointer differences and pointer to
integer conversions - this modification is synced with xHarbour
* harbour/include/hbapi.h
* harbour/include/hbdefs.h
* harbour/source/rtl/philes.c
* harbour/source/vm/arrays.c
* harbour/source/vm/hvm.c
* harbour/source/vm/itemapi.c
* use HB_COUNTER type