Revision: 10192 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10192&view=rev Author: vszakats Date: 2009-02-06 17:47:46 +0000 (Fri, 06 Feb 2009)
Log Message: ----------- 2009-02-06 18:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbdefs.h + Added HB_ISALNUM() macro. * include/hbpp.h * include/hbapicdp.h * contrib/hbct/pos1.c * contrib/hbct/ascpos.c * contrib/xhb/hbxml.c * contrib/hbtip/utils.c * contrib/examples/pp/hbppcore.c * source/vm/itemapi.c * source/vm/memvars.c * source/vm/set.c * source/vm/classes.c * source/debug/dbgentry.c * source/common/hbstr.c * source/common/expropt2.c * source/rtl/strcase.c * source/rtl/cdpapi.c * source/rtl/is.c * source/rtl/transfrm.c * source/rtl/dates.c * source/rtl/natmsg.c * source/rtl/soundex.c * source/rtl/hbffind.c * source/rdd/workarea.c * source/compiler/hbmain.c * source/compiler/harbour.yyc * source/compiler/harbour.y * Replaced: isdigit() -> HB_ISDIGIT() isalpha() -> HB_ISALPHA() isalnum() -> HB_ISALNUM() isupper() -> HB_ISUPPER() islower() -> HB_ISLOWER() tolower() -> HB_TOLOWER() toupper() -> HB_TOUPPER() * source/rtl/natmsg.c ! Fixed to use CP sensitive case conversion in __NATISNEGATIVE() and __NATISAFFIRM(). * source/rtl/is.c ! Fixed typo in recently added hb_charIsUpper()/hb_charIsLower() functions. ; TODO: Remove DJGPP to*() hack. ; TODO: Replace HB_PP_UPPER(), HB_PP_ISDIGIT() with equivalent new macros. ; TOFIX: Some of the above macros should better be replaced by CP sensitive versions. F.e. the one in hbtip. ; TOFIX: Remove remaining #include <ctype.h> lines. Modified Paths: -------------- trunk/harbour/ChangeLog trunk/harbour/contrib/examples/pp/hbppcore.c trunk/harbour/contrib/hbct/ascpos.c trunk/harbour/contrib/hbct/pos1.c trunk/harbour/contrib/hbtip/utils.c trunk/harbour/contrib/xhb/hbxml.c trunk/harbour/include/hbapicdp.h trunk/harbour/include/hbdefs.h trunk/harbour/include/hbpp.h trunk/harbour/source/common/expropt2.c trunk/harbour/source/common/hbstr.c trunk/harbour/source/compiler/harbour.y trunk/harbour/source/compiler/harbour.yyc trunk/harbour/source/compiler/hbmain.c trunk/harbour/source/debug/dbgentry.c trunk/harbour/source/rdd/workarea.c trunk/harbour/source/rtl/cdpapi.c trunk/harbour/source/rtl/dates.c trunk/harbour/source/rtl/hbffind.c trunk/harbour/source/rtl/is.c trunk/harbour/source/rtl/natmsg.c trunk/harbour/source/rtl/soundex.c trunk/harbour/source/rtl/strcase.c trunk/harbour/source/rtl/transfrm.c trunk/harbour/source/vm/classes.c trunk/harbour/source/vm/itemapi.c trunk/harbour/source/vm/memvars.c trunk/harbour/source/vm/set.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour