[sword-cvs] sword/src/modules/common rawstr.cpp,1.35,1.36 rawstr4.cpp,1.17,1.18
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 20 Feb 2003 00:25:22 -0700
- Previous message: [sword-cvs] sword/src/utilfuns swbuf.cpp,1.1,1.2
- Next message: [sword-cvs] sword/include cipherfil.h,1.9,1.10 defs.h,1.8,1.9 gbffootnotes.h,1.10,1.11 gbfheadings.h,1.3,1.4 gbfhtml.h,1.10,1.11 gbfhtmlhref.h,1.3,1.4 gbfmorph.h,1.3,1.4 gbfosis.h,1.5,1.6 gbfplain.h,1.10,1.11 gbfredletterwords.h,1.2,1.3 gbfrtf.h,1.8,1.9 gbfstrongs.h,1.9,1.10 gbfthml.h,1.5,1.6 greeklexattribs.h,1.2,1.3 hrefcom.h,1.7,1.8 latin1utf16.h,1.4,1.5 latin1utf8.h,1.3,1.4 osismorph.h,1.1,1.2 osisplain.h,1.1,1.2 osisrtf.h,1.1,1.2 osisstrongs.h,1.1,1.2 plainfootnotes.h,1.5,1.6 plainhtml.h,1.8,1.9 rawcom.h,1.17,1.18 rawfiles.h,1.16,1.17 rawgenbook.h,1.5,1.6 rawld.h,1.17,1.18 rawld4.h,1.11,1.12 rawtext.h,1.26,1.27 rtfhtml.h,1.6,1.7 rwphtml.h,1.8,1.9 rwprtf.h,1.8,1.9 scsuutf8.h,1.3,1.4 swbasicfilter.h,1.12,1.13 swbuf.h,1.1,1.2 swfilter.h,1.14,1.15 swmgr.h,1.51,1.52 swmodule.h,1.57,1.58 thmlfootnotes.h,1.3,1.4 thmlgbf.h,1.5,1.6 thmlheadings.h,1.3,1.4 thmlhtml.h,1.8,1.9 thmlhtmlhref.h,1.3,1.4 thmllemma.h,1.3,1.4 thmlmorph.h,1.3,1.4 thmlolb.h,1.2,1.3 thmlosis.h,1.5,1.6 thmlplain.h,1.5,1.6 thmlrtf.h,1.6,1.7 thmlscripref.h,1.3,1.4 thmlstrongs.h,1.3,1.4 thmlvariants.h,1.3,1.4 unicodertf.h,1.4,1.5 utf16utf8.h,1.4,1.5 utf8arshaping.h,1.5,1.6 utf8bidireorder.h,1.6,1.7 utf8cantillation.h,1.3,1.4 utf8greekaccents.h,1.3,1.4 utf8hebrewpoints.h,1.3,1.4 utf8html.h,1.3,1.4 utf8latin1.h,1.3,1.4 utf8nfc.h,1.5,1.6 utf8nfkd.h,1.5,1.6 utf8transliterator.h,1.17,1.18 utf8utf16.h,1.4,1.5 zcom.h,1.18,1.19 zld.h,1.7,1.8 ztext.h,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/modules/common
In directory www:/tmp/cvs-serv18313/src/modules/common
Modified Files:
rawstr.cpp rawstr4.cpp
Log Message:
Started HUGE task of moving all char **buf over to SWBuf &buf
NEED YOUR HELP
Index: rawstr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/rawstr.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** rawstr.cpp 20 Oct 2002 21:08:02 -0000 1.35
--- rawstr.cpp 20 Feb 2003 07:25:20 -0000 1.36
***************
*** 343,348 ****
if (*buf)
delete [] *buf;
! *buf = new char [ ++(*isize) * FILTERPAD ];
! *idxbuf = new char [ (*isize) * FILTERPAD ];
memset(*buf, 0, *isize);
--- 343,348 ----
if (*buf)
delete [] *buf;
! *buf = new char [ ++(*isize) ];
! *idxbuf = new char [ (*isize) ];
memset(*buf, 0, *isize);
Index: rawstr4.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/rawstr4.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** rawstr4.cpp 1 Oct 2002 19:52:40 -0000 1.17
--- rawstr4.cpp 20 Feb 2003 07:25:20 -0000 1.18
***************
*** 347,352 ****
if (*buf)
delete [] *buf;
! *buf = new char [ ++(*isize) * FILTERPAD ];
! *idxbuf = new char [ (*isize) * FILTERPAD ];
memset(*buf, 0, *isize);
--- 347,352 ----
if (*buf)
delete [] *buf;
! *buf = new char [ ++(*isize) ];
! *idxbuf = new char [ (*isize) ];
memset(*buf, 0, *isize);
- Previous message: [sword-cvs] sword/src/utilfuns swbuf.cpp,1.1,1.2
- Next message: [sword-cvs] sword/include cipherfil.h,1.9,1.10 defs.h,1.8,1.9 gbffootnotes.h,1.10,1.11 gbfheadings.h,1.3,1.4 gbfhtml.h,1.10,1.11 gbfhtmlhref.h,1.3,1.4 gbfmorph.h,1.3,1.4 gbfosis.h,1.5,1.6 gbfplain.h,1.10,1.11 gbfredletterwords.h,1.2,1.3 gbfrtf.h,1.8,1.9 gbfstrongs.h,1.9,1.10 gbfthml.h,1.5,1.6 greeklexattribs.h,1.2,1.3 hrefcom.h,1.7,1.8 latin1utf16.h,1.4,1.5 latin1utf8.h,1.3,1.4 osismorph.h,1.1,1.2 osisplain.h,1.1,1.2 osisrtf.h,1.1,1.2 osisstrongs.h,1.1,1.2 plainfootnotes.h,1.5,1.6 plainhtml.h,1.8,1.9 rawcom.h,1.17,1.18 rawfiles.h,1.16,1.17 rawgenbook.h,1.5,1.6 rawld.h,1.17,1.18 rawld4.h,1.11,1.12 rawtext.h,1.26,1.27 rtfhtml.h,1.6,1.7 rwphtml.h,1.8,1.9 rwprtf.h,1.8,1.9 scsuutf8.h,1.3,1.4 swbasicfilter.h,1.12,1.13 swbuf.h,1.1,1.2 swfilter.h,1.14,1.15 swmgr.h,1.51,1.52 swmodule.h,1.57,1.58 thmlfootnotes.h,1.3,1.4 thmlgbf.h,1.5,1.6 thmlheadings.h,1.3,1.4 thmlhtml.h,1.8,1.9 thmlhtmlhref.h,1.3,1.4 thmllemma.h,1.3,1.4 thmlmorph.h,1.3,1.4 thmlolb.h,1.2,1.3 thmlosis.h,1.5,1.6 thmlplain.h,1.5,1.6 thmlrtf.h,1.6,1.7 thmlscripref.h,1.3,1.4 thmlstrongs.h,1.3,1.4 thmlvariants.h,1.3,1.4 unicodertf.h,1.4,1.5 utf16utf8.h,1.4,1.5 utf8arshaping.h,1.5,1.6 utf8bidireorder.h,1.6,1.7 utf8cantillation.h,1.3,1.4 utf8greekaccents.h,1.3,1.4 utf8hebrewpoints.h,1.3,1.4 utf8html.h,1.3,1.4 utf8latin1.h,1.3,1.4 utf8nfc.h,1.5,1.6 utf8nfkd.h,1.5,1.6 utf8transliterator.h,1.17,1.18 utf8utf16.h,1.4,1.5 zcom.h,1.18,1.19 zld.h,1.7,1.8 ztext.h,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]