[GME-commit] GMESRC/GME/XmlBackEnd/SVNCode Util.cpp,1.4,1.5
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Fri Apr 18 11:37:04 CDT 2008
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd SvnHelper.h, 1.1, 1.2 SvnHelper.cpp, 1.1, 1.2 resource.h, 1.7, 1.8
- Next message: [GME-commit] GMESRC/GME/Search Input.cpp, 1.3, 1.4 Input.h, 1.2, 1.3 Search.odl, 1.3, 1.4 Search.rc, 1.12, 1.13 SearchAlg.cpp, 1.11, 1.12 SearchAlg.h, 1.7, 1.8 SearchCtl.cpp, 1.3, 1.4 SearchCtl.h, 1.4, 1.5 SearchDlg.cpp, 1.22, 1.23 SearchDlg.h, 1.11, 1.12 resource.h, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/XmlBackEnd/SVNCode
In directory escher:/tmp/cvs-serv6311/SVNCode
Modified Files:
Util.cpp
Log Message:
Update and test setup commands.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: Util.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/SVNCode/Util.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Util.cpp 25 Feb 2008 15:50:43 -0000 1.4
--- Util.cpp 18 Apr 2008 16:37:02 -0000 1.5
***************
*** 416,420 ****
while( std::string::npos != p)
{
! buffer.replace( p, 1, "<br>");
p = buffer.find( "\n");
}
--- 416,420 ----
while( std::string::npos != p)
{
! buffer.replace( p, 1, "<br>");
p = buffer.find( "\n");
}
***************
*** 423,427 ****
while( std::string::npos != p)
{
! buffer.erase( p, 1);
p = buffer.find( "\r");
}
--- 423,427 ----
while( std::string::npos != p)
{
! buffer.erase( p, 1);
p = buffer.find( "\r");
}
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd SvnHelper.h, 1.1, 1.2 SvnHelper.cpp, 1.1, 1.2 resource.h, 1.7, 1.8
- Next message: [GME-commit] GMESRC/GME/Search Input.cpp, 1.3, 1.4 Input.h, 1.2, 1.3 Search.odl, 1.3, 1.4 Search.rc, 1.12, 1.13 SearchAlg.cpp, 1.11, 1.12 SearchAlg.h, 1.7, 1.8 SearchCtl.cpp, 1.3, 1.4 SearchCtl.h, 1.4, 1.5 SearchDlg.cpp, 1.22, 1.23 SearchDlg.h, 1.11, 1.12 resource.h, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list