Przemyslaw Czerpak
69bfb809d4
2011-10-10 19:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/src/rtl/cdpapi.c
+ added new string C functions operating on current HVM CP:
HB_BOOL hb_strIsDigit( const char * szChar );
HB_BOOL hb_strIsAlpha( const char * szChar );
HB_BOOL hb_strIsLower( const char * szChar );
HB_BOOL hb_strIsUpper( const char * szChar );
* harbour/src/rtl/is.c
* use hb_strIs*() functions instead of hb_charIs*()
* harbour/include/hbapi.h
* harbour/src/vm/set.c
+ added new function to check if OS<->Harbour codepage conversion
is enabled:
HB_BOOL hb_osUseCP( void );
* harbour/src/rtl/filesys.c
* use hb_osUseCP() function
* harbour/include/hbapicdp.h
+ added HB_CDP_ISBINSORT(cdp) and HB_CDP_ISBYTESORT(cdp) macros
* harbour/src/vm/itemapi.c
* harbour/src/rdd/dbfntx/dbfntx1.c
* harbour/src/rdd/dbfnsx/dbfnsx1.c
* harbour/src/rdd/dbfcdx/dbfcdx1.c
* harbour/contrib/rddsql/sqlmix.c
* harbour/contrib/rddads/adsx.c
* use HB_CDP_IS*SORT() macros
* harbour/src/rdd/dbfcdx/dbfcdx1.c
% simplified hb_cdxFindBag()
* harbour/src/rtl/hbascii.c
! fixed HB_ASCIIUPPER() and HB_ASCIILOWER() functions: hb_strUpper()
was wrongly used inside both functions - probably C&P mistake
[TOMERGE 3.0]
* harbour/src/rdd/dbf1.c
* updated comment
2011-10-10 17:50:44 +00:00
..
2011-03-10 18:05:02 +00:00
2011-10-04 22:00:25 +00:00
2011-10-10 17:50:44 +00:00
2011-07-18 00:59:35 +00:00
2011-09-07 16:33:53 +00:00
2011-08-05 17:38:24 +00:00
2011-10-10 17:50:44 +00:00
2011-09-27 17:21:25 +00:00
2011-10-10 17:50:44 +00:00
2011-10-04 21:52:52 +00:00
2011-10-04 22:00:25 +00:00
2011-10-10 17:50:44 +00:00
2010-07-29 22:10:21 +00:00
2009-08-23 10:57:51 +00:00
2011-10-01 17:01:02 +00:00
2011-02-08 22:23:10 +00:00
2011-07-20 09:11:41 +00:00
2009-09-15 13:48:33 +00:00
2010-01-28 23:35:32 +00:00
2010-08-06 09:32:28 +00:00
2010-08-06 09:32:28 +00:00