[sword-cvs] sword/include utilstr.h,1.10,1.11
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 22 Jun 2003 16:50:25 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv6574/include
Modified Files:
utilstr.h
Log Message:
RTF SelText bug fixes with added SetTextWide function
Memory leak in zstr flushCache fixed
empty popups supressed
Index: utilstr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/utilstr.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** utilstr.h 1 Oct 2002 19:52:40 -0000 1.10
--- utilstr.h 22 Jun 2003 23:50:23 -0000 1.11
***************
*** 29,33 ****
/** Use stdstr to copy a const char* to a char*
*/
! char *stdstr (char **iistr, const char *istr);
char *strstrip (char *istr);
const char *stristr (const char *s1, const char *s2);
--- 29,33 ----
/** Use stdstr to copy a const char* to a char*
*/
! char *stdstr (char **iistr, const char *istr, unsigned int memPadFactor = 1);
char *strstrip (char *istr);
const char *stristr (const char *s1, const char *s2);
***************
*** 35,39 ****
unsigned int strlenw(const char *s1);
char *toupperstr(char *buf);
! char *toupperstr_utf8(char *buf);
/*
--- 35,39 ----
unsigned int strlenw(const char *s1);
char *toupperstr(char *buf);
! char *toupperstr_utf8(char *buf, unsigned int max = 0);
/*