Viktor Szakats
1e894d019e
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.
2009-02-06 17:47:46 +00:00
..
2008-01-25 20:40:49 +00:00
2008-01-25 20:40:49 +00:00
2009-02-04 22:02:35 +00:00
2009-02-04 00:31:51 +00:00
2008-10-27 17:38:29 +00:00
2008-09-10 08:05:40 +00:00
2005-10-24 00:52:42 +00:00
2009-02-06 17:47:46 +00:00
2009-02-04 00:18:56 +00:00
2009-02-02 09:58:22 +00:00
2009-02-02 09:58:22 +00:00
2008-08-22 07:35:01 +00:00
2008-11-10 13:40:43 +00:00
2009-02-04 00:18:56 +00:00
2009-02-05 23:01:40 +00:00
2009-02-06 10:26:07 +00:00
2008-11-09 23:20:16 +00:00
2008-08-01 01:06:47 +00:00
2008-11-19 18:35:51 +00:00
2009-02-04 22:24:35 +00:00
2009-02-04 22:24:35 +00:00
2008-12-02 10:26:51 +00:00
2008-10-21 06:43:47 +00:00
2008-12-27 14:29:30 +00:00
2008-11-06 23:36:17 +00:00
2009-02-04 00:18:56 +00:00
2001-04-12 18:56:30 +00:00
2005-11-16 12:27:55 +00:00
2009-02-06 17:47:46 +00:00
2008-12-11 18:47:46 +00:00
2008-08-17 07:39:25 +00:00
2009-02-04 00:18:56 +00:00
2009-02-04 00:18:56 +00:00
2009-02-04 00:18:56 +00:00
2007-03-01 13:15:01 +00:00
2008-11-09 16:16:54 +00:00
2009-02-04 00:18:56 +00:00
2009-02-04 22:02:35 +00:00
2009-02-06 17:47:46 +00:00
2008-05-07 10:26:41 +00:00
2008-04-29 11:08:12 +00:00
2008-12-12 17:04:16 +00:00
2008-09-04 13:28:49 +00:00
2008-11-01 08:28:42 +00:00
2009-02-06 17:47:46 +00:00
2009-02-04 00:18:56 +00:00
2008-11-09 16:16:54 +00:00