Author: tschoening
Date: Sun Jan 19 17:26:39 2014
New Revision: 1559533

URL: http://svn.apache.org/r1559533
Log:
Synced the behavior of startsWith and endsWith, because some old compilers like 
Borland C++ Builder 5 could throw out_of_range exceptions if prefix was larger 
than the source string and we can short circuit the comparison in that case 
anyways.

Modified:
    incubator/log4cxx/trunk/src/changes/changes.xml

Modified: incubator/log4cxx/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/changes/changes.xml?rev=1559533&r1=1559532&r2=1559533&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/changes/changes.xml (original)
+++ incubator/log4cxx/trunk/src/changes/changes.xml Sun Jan 19 17:26:39 2014
@@ -63,6 +63,8 @@
                        <action issue="LOGCXX-415" type="fix">Empty XML 
configuration file causes crash</action>
                        <action issue="LOGCXX-417" type="fix">atoi undefined on 
Mac OS 10.9 compiling stringhelper.cpp</action>
                        <action issue="LOGCXX-420" type="fix">Possible 
out_of_range exception for millisecond formats in CachedDateFormat</action>
+
+                       <action type="change">Behavior of 
StringHelper::startsWith and endsWith synced</action>
                </release>
                <release version="0.10.0" date="2008-04-03" description="First 
Apache release">
                        <action issue="LOGCXX-2" type="fix">logger.h includes 
config.h</action>


Reply via email to