carnold 2004/12/17 23:53:06
Modified: include/log4cxx appender.h appenderskeleton.h
asyncappender.h file.h fileappender.h hierarchy.h
htmllayout.h layout.h level.h logger.h logmanager.h
propertyconfigurator.h
include/log4cxx/config propertysetter.h
include/log4cxx/helpers appenderattachableimpl.h
aprinitializer.h class.h condition.h dateformat.h
exception.h loader.h mutex.h object.h objectimpl.h
objectptr.h optionconverter.h patternparser.h
pool.h resourcebundle.h stringhelper.h thread.h
transcoder.h
include/log4cxx/net socketnode.h
include/log4cxx/spi appenderattachable.h configurator.h
loggerfactory.h loggerrepository.h optionhandler.h
repositoryselector.h
include/log4cxx/spi/location locationinfo.h
src appenderattachableimpl.cpp appenderskeleton.cpp
aprinitializer.cpp class.cpp condition.cpp file.cpp
fileappender.cpp filewatchdog.cpp hierarchy.cpp
level.cpp logger.cpp loglog.cpp logmanager.cpp
mutex.cpp outputdebugstringappender.cpp
patternlayout.cpp pool.cpp properties.cpp
propertyconfigurator.cpp propertyresourcebundle.cpp
propertysetter.cpp resourcebundle.cpp
socketinputstream.cpp stringhelper.cpp
synchronized.cpp thread.cpp transcoder.cpp
tests/src asyncappendertestcase.cpp filetestcase.cpp
hierarchythresholdtestcase.cpp l7dtestcase.cpp
loggertestcase.cpp main.cpp minimumtestcase.cpp
patternlayouttest.cpp testchar.h
tests/src/customlogger xlogger.cpp xlogger.h
tests/src/net socketservertestcase.cpp
tests/src/pattern patternparsertestcase.cpp
tests/src/util compare.cpp
tests/src/varia levelmatchfiltertestcase.cpp
levelrangefiltertestcase.cpp
tests/src/xml xlevel.cpp xlevel.h xmllayouttestcase.cpp
Log:
LOGCXX-10: unicode: Windows iter, fixed crippled Level
Revision Changes Path
1.13 +4 -6 logging-log4cxx/include/log4cxx/appender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appender.h.diff?r1=1.12&r2=1.13
1.17 +0 -4 logging-log4cxx/include/log4cxx/appenderskeleton.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appenderskeleton.h.diff?r1=1.16&r2=1.17
1.17 +0 -1 logging-log4cxx/include/log4cxx/asyncappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/asyncappender.h.diff?r1=1.16&r2=1.17
1.6 +14 -14 logging-log4cxx/include/log4cxx/file.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/file.h.diff?r1=1.5&r2=1.6
1.19 +9 -6 logging-log4cxx/include/log4cxx/fileappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/fileappender.h.diff?r1=1.18&r2=1.19
1.15 +196 -214 logging-log4cxx/include/log4cxx/hierarchy.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/hierarchy.h.diff?r1=1.14&r2=1.15
1.17 +2 -2 logging-log4cxx/include/log4cxx/htmllayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/htmllayout.h.diff?r1=1.16&r2=1.17
1.13 +1 -2 logging-log4cxx/include/log4cxx/layout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/layout.h.diff?r1=1.12&r2=1.13
1.18 +27 -25 logging-log4cxx/include/log4cxx/level.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/level.h.diff?r1=1.17&r2=1.18
1.31 +161 -229 logging-log4cxx/include/log4cxx/logger.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/logger.h.diff?r1=1.30&r2=1.31
1.16 +5 -6 logging-log4cxx/include/log4cxx/logmanager.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/logmanager.h.diff?r1=1.15&r2=1.16
1.17 +11 -14 logging-log4cxx/include/log4cxx/propertyconfigurator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/propertyconfigurator.h.diff?r1=1.16&r2=1.17
1.13 +58 -52 logging-log4cxx/include/log4cxx/config/propertysetter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/config/propertysetter.h.diff?r1=1.12&r2=1.13
1.14 +3 -3
logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h.diff?r1=1.13&r2=1.14
1.6 +8 -5 logging-log4cxx/include/log4cxx/helpers/aprinitializer.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/aprinitializer.h.diff?r1=1.5&r2=1.6
1.16 +1 -24 logging-log4cxx/include/log4cxx/helpers/class.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/class.h.diff?r1=1.15&r2=1.16
1.13 +4 -8 logging-log4cxx/include/log4cxx/helpers/condition.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/condition.h.diff?r1=1.12&r2=1.13
1.20 +5 -1 logging-log4cxx/include/log4cxx/helpers/dateformat.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/dateformat.h.diff?r1=1.19&r2=1.20
1.16 +86 -3 logging-log4cxx/include/log4cxx/helpers/exception.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/exception.h.diff?r1=1.15&r2=1.16
1.11 +1 -3 logging-log4cxx/include/log4cxx/helpers/loader.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/loader.h.diff?r1=1.10&r2=1.11
1.13 +4 -9 logging-log4cxx/include/log4cxx/helpers/mutex.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/mutex.h.diff?r1=1.12&r2=1.13
1.17 +5 -9 logging-log4cxx/include/log4cxx/helpers/object.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/object.h.diff?r1=1.16&r2=1.17
1.18 +5 -5 logging-log4cxx/include/log4cxx/helpers/objectimpl.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/objectimpl.h.diff?r1=1.17&r2=1.18
1.10 +18 -15 logging-log4cxx/include/log4cxx/helpers/objectptr.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/objectptr.h.diff?r1=1.9&r2=1.10
1.17 +1 -1 logging-log4cxx/include/log4cxx/helpers/optionconverter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/optionconverter.h.diff?r1=1.16&r2=1.17
1.17 +1 -3 logging-log4cxx/include/log4cxx/helpers/patternparser.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternparser.h.diff?r1=1.16&r2=1.17
1.5 +12 -9 logging-log4cxx/include/log4cxx/helpers/pool.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/pool.h.diff?r1=1.4&r2=1.5
1.9 +2 -12 logging-log4cxx/include/log4cxx/helpers/resourcebundle.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/resourcebundle.h.diff?r1=1.8&r2=1.9
1.14 +12 -4 logging-log4cxx/include/log4cxx/helpers/stringhelper.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringhelper.h.diff?r1=1.13&r2=1.14
1.23 +4 -9 logging-log4cxx/include/log4cxx/helpers/thread.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/thread.h.diff?r1=1.22&r2=1.23
1.6 +7 -1 logging-log4cxx/include/log4cxx/helpers/transcoder.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/transcoder.h.diff?r1=1.5&r2=1.6
1.12 +1 -6 logging-log4cxx/include/log4cxx/net/socketnode.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketnode.h.diff?r1=1.11&r2=1.12
1.12 +8 -4 logging-log4cxx/include/log4cxx/spi/appenderattachable.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/appenderattachable.h.diff?r1=1.11&r2=1.12
1.11 +6 -7 logging-log4cxx/include/log4cxx/spi/configurator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/configurator.h.diff?r1=1.10&r2=1.11
1.11 +4 -3 logging-log4cxx/include/log4cxx/spi/loggerfactory.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggerfactory.h.diff?r1=1.10&r2=1.11
1.15 +60 -61 logging-log4cxx/include/log4cxx/spi/loggerrepository.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggerrepository.h.diff?r1=1.14&r2=1.15
1.11 +4 -2 logging-log4cxx/include/log4cxx/spi/optionhandler.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/optionhandler.h.diff?r1=1.10&r2=1.11
1.9 +1 -1 logging-log4cxx/include/log4cxx/spi/repositoryselector.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/repositoryselector.h.diff?r1=1.8&r2=1.9
1.7 +1 -3
logging-log4cxx/include/log4cxx/spi/location/locationinfo.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/location/locationinfo.h.diff?r1=1.6&r2=1.7
1.10 +16 -9 logging-log4cxx/src/appenderattachableimpl.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderattachableimpl.cpp.diff?r1=1.9&r2=1.10
1.13 +3 -6 logging-log4cxx/src/appenderskeleton.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderskeleton.cpp.diff?r1=1.12&r2=1.13
1.3 +19 -3 logging-log4cxx/src/aprinitializer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/aprinitializer.cpp.diff?r1=1.2&r2=1.3
1.15 +2 -1 logging-log4cxx/src/class.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/class.cpp.diff?r1=1.14&r2=1.15
1.12 +1 -0 logging-log4cxx/src/condition.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/condition.cpp.diff?r1=1.11&r2=1.12
1.6 +42 -25 logging-log4cxx/src/file.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/file.cpp.diff?r1=1.5&r2=1.6
1.17 +14 -8 logging-log4cxx/src/fileappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/fileappender.cpp.diff?r1=1.16&r2=1.17
1.13 +3 -2 logging-log4cxx/src/filewatchdog.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/filewatchdog.cpp.diff?r1=1.12&r2=1.13
1.19 +5 -15 logging-log4cxx/src/hierarchy.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/hierarchy.cpp.diff?r1=1.18&r2=1.19
1.9 +38 -22 logging-log4cxx/src/level.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/level.cpp.diff?r1=1.8&r2=1.9
1.22 +159 -1 logging-log4cxx/src/logger.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logger.cpp.diff?r1=1.21&r2=1.22
1.8 +1 -1 logging-log4cxx/src/loglog.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/loglog.cpp.diff?r1=1.7&r2=1.8
1.20 +7 -5 logging-log4cxx/src/logmanager.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logmanager.cpp.diff?r1=1.19&r2=1.20
1.10 +6 -4 logging-log4cxx/src/mutex.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/mutex.cpp.diff?r1=1.9&r2=1.10
1.5 +3 -1 logging-log4cxx/src/outputdebugstringappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/outputdebugstringappender.cpp.diff?r1=1.4&r2=1.5
1.12 +2 -2 logging-log4cxx/src/patternlayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternlayout.cpp.diff?r1=1.11&r2=1.12
1.2 +6 -5 logging-log4cxx/src/pool.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/pool.cpp.diff?r1=1.1&r2=1.2
1.11 +2 -1 logging-log4cxx/src/properties.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/properties.cpp.diff?r1=1.10&r2=1.11
1.16 +13 -12 logging-log4cxx/src/propertyconfigurator.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertyconfigurator.cpp.diff?r1=1.15&r2=1.16
1.6 +2 -1 logging-log4cxx/src/propertyresourcebundle.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertyresourcebundle.cpp.diff?r1=1.5&r2=1.6
1.8 +14 -10 logging-log4cxx/src/propertysetter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertysetter.cpp.diff?r1=1.7&r2=1.8
1.5 +2 -2 logging-log4cxx/src/resourcebundle.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/resourcebundle.cpp.diff?r1=1.4&r2=1.5
1.13 +12 -4 logging-log4cxx/src/socketinputstream.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketinputstream.cpp.diff?r1=1.12&r2=1.13
1.6 +36 -9 logging-log4cxx/src/stringhelper.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringhelper.cpp.diff?r1=1.5&r2=1.6
1.3 +16 -4 logging-log4cxx/src/synchronized.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/synchronized.cpp.diff?r1=1.2&r2=1.3
1.22 +1 -0 logging-log4cxx/src/thread.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/thread.cpp.diff?r1=1.21&r2=1.22
1.7 +20 -0 logging-log4cxx/src/transcoder.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/transcoder.cpp.diff?r1=1.6&r2=1.7
1.12 +1 -1 logging-log4cxx/tests/src/asyncappendertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/asyncappendertestcase.cpp.diff?r1=1.11&r2=1.12
1.4 +14 -8 logging-log4cxx/tests/src/filetestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/filetestcase.cpp.diff?r1=1.3&r2=1.4
1.6 +2 -1 logging-log4cxx/tests/src/hierarchythresholdtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/hierarchythresholdtestcase.cpp.diff?r1=1.5&r2=1.6
1.7 +4 -1 logging-log4cxx/tests/src/l7dtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/l7dtestcase.cpp.diff?r1=1.6&r2=1.7
1.8 +31 -22 logging-log4cxx/tests/src/loggertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/loggertestcase.cpp.diff?r1=1.7&r2=1.8
1.10 +140 -1 logging-log4cxx/tests/src/main.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/main.cpp.diff?r1=1.9&r2=1.10
1.11 +2 -0 logging-log4cxx/tests/src/minimumtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/minimumtestcase.cpp.diff?r1=1.10&r2=1.11
1.10 +3 -0 logging-log4cxx/tests/src/patternlayouttest.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/patternlayouttest.cpp.diff?r1=1.9&r2=1.10
1.2 +32 -1 logging-log4cxx/tests/src/testchar.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/testchar.h.diff?r1=1.1&r2=1.2
1.5 +3 -1 logging-log4cxx/tests/src/customlogger/xlogger.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/customlogger/xlogger.cpp.diff?r1=1.4&r2=1.5
1.5 +2 -0 logging-log4cxx/tests/src/customlogger/xlogger.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/customlogger/xlogger.h.diff?r1=1.4&r2=1.5
1.13 +2 -0 logging-log4cxx/tests/src/net/socketservertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/net/socketservertestcase.cpp.diff?r1=1.12&r2=1.13
1.6 +3 -1
logging-log4cxx/tests/src/pattern/patternparsertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/patternparsertestcase.cpp.diff?r1=1.5&r2=1.6
1.6 +34 -33 logging-log4cxx/tests/src/util/compare.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.cpp.diff?r1=1.5&r2=1.6
1.6 +2 -1
logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp.diff?r1=1.5&r2=1.6
1.5 +13 -11
logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp.diff?r1=1.4&r2=1.5
1.5 +35 -8 logging-log4cxx/tests/src/xml/xlevel.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xlevel.cpp.diff?r1=1.4&r2=1.5
1.7 +8 -6 logging-log4cxx/tests/src/xml/xlevel.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xlevel.h.diff?r1=1.6&r2=1.7
1.6 +3 -1 logging-log4cxx/tests/src/xml/xmllayouttestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xmllayouttestcase.cpp.diff?r1=1.5&r2=1.6
