carnold 2005/01/01 21:40:06
Modified: include/log4cxx level.h
include/log4cxx/helpers aprinitializer.h exception.h
inetaddress.h socketinputstream.h stringhelper.h
stringtokenizer.h xml.h
include/log4cxx/spi loggingevent.h
include/log4cxx/spi/location locationinfo.h
src Makefile.am aprinitializer.cpp asyncappender.cpp
class.cpp cyclicbuffer.cpp fileappender.cpp
htmllayout.cpp inetaddress.cpp level.cpp
locationinfo.cpp logger.cpp loggingevent.cpp
logmanager.cpp objectptr.cpp optionconverter.cpp
patternparser.cpp propertyconfigurator.cpp
stringhelper.cpp stringtokenizer.cpp system.cpp
transcoder.cpp ttcclayout.cpp xmllayout.cpp
tests/src Makefile.am asyncappendertestcase.cpp
tests/src/util filter.cpp filter.h threadfilter.cpp
xmlthreadfilter.cpp
tests/witness xmlLayout.2 xmlLayout.3
Added: src exception.cpp
tests/src leveltestcase.cpp
Log:
LOGCXX-10: Unicode rework, more tests passing
Revision Changes Path
1.19 +223 -224 logging-log4cxx/include/log4cxx/level.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/level.h.diff?r1=1.18&r2=1.19
1.8 +2 -1 logging-log4cxx/include/log4cxx/helpers/aprinitializer.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/aprinitializer.h.diff?r1=1.7&r2=1.8
1.17 +143 -113 logging-log4cxx/include/log4cxx/helpers/exception.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/exception.h.diff?r1=1.16&r2=1.17
1.12 +5 -1 logging-log4cxx/include/log4cxx/helpers/inetaddress.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/inetaddress.h.diff?r1=1.11&r2=1.12
1.15 +3 -1
logging-log4cxx/include/log4cxx/helpers/socketinputstream.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketinputstream.h.diff?r1=1.14&r2=1.15
1.17 +12 -1 logging-log4cxx/include/log4cxx/helpers/stringhelper.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringhelper.h.diff?r1=1.16&r2=1.17
1.12 +1 -5 logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h.diff?r1=1.11&r2=1.12
1.11 +3 -1 logging-log4cxx/include/log4cxx/helpers/xml.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/xml.h.diff?r1=1.10&r2=1.11
1.23 +5 -5 logging-log4cxx/include/log4cxx/spi/loggingevent.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggingevent.h.diff?r1=1.22&r2=1.23
1.8 +9 -47
logging-log4cxx/include/log4cxx/spi/location/locationinfo.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/location/locationinfo.h.diff?r1=1.7&r2=1.8
1.24 +1 -0 logging-log4cxx/src/Makefile.am
http://cvs.apache.org/viewcvs/logging-log4cxx/src/Makefile.am.diff?r1=1.23&r2=1.24
1.5 +4 -1 logging-log4cxx/src/aprinitializer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/aprinitializer.cpp.diff?r1=1.4&r2=1.5
1.18 +5 -4 logging-log4cxx/src/asyncappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/asyncappender.cpp.diff?r1=1.17&r2=1.18
1.16 +87 -87 logging-log4cxx/src/class.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/class.cpp.diff?r1=1.15&r2=1.16
1.9 +76 -66 logging-log4cxx/src/cyclicbuffer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/cyclicbuffer.cpp.diff?r1=1.8&r2=1.9
1.19 +11 -5 logging-log4cxx/src/fileappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/fileappender.cpp.diff?r1=1.18&r2=1.19
1.17 +4 -4 logging-log4cxx/src/htmllayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/htmllayout.cpp.diff?r1=1.16&r2=1.17
1.11 +72 -56 logging-log4cxx/src/inetaddress.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/inetaddress.cpp.diff?r1=1.10&r2=1.11
1.10 +186 -180 logging-log4cxx/src/level.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/level.cpp.diff?r1=1.9&r2=1.10
1.7 +32 -27 logging-log4cxx/src/locationinfo.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/locationinfo.cpp.diff?r1=1.6&r2=1.7
1.24 +2 -2 logging-log4cxx/src/logger.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logger.cpp.diff?r1=1.23&r2=1.24
1.22 +241 -237 logging-log4cxx/src/loggingevent.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/loggingevent.cpp.diff?r1=1.21&r2=1.22
1.21 +3 -3 logging-log4cxx/src/logmanager.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logmanager.cpp.diff?r1=1.20&r2=1.21
1.2 +5 -5 logging-log4cxx/src/objectptr.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/objectptr.cpp.diff?r1=1.1&r2=1.2
1.21 +239 -263 logging-log4cxx/src/optionconverter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/optionconverter.cpp.diff?r1=1.20&r2=1.21
1.23 +2 -2 logging-log4cxx/src/patternparser.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternparser.cpp.diff?r1=1.22&r2=1.23
1.17 +204 -204 logging-log4cxx/src/propertyconfigurator.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertyconfigurator.cpp.diff?r1=1.16&r2=1.17
1.9 +60 -1 logging-log4cxx/src/stringhelper.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringhelper.cpp.diff?r1=1.8&r2=1.9
1.10 +3 -2 logging-log4cxx/src/stringtokenizer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringtokenizer.cpp.diff?r1=1.9&r2=1.10
1.17 +8 -8 logging-log4cxx/src/system.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/system.cpp.diff?r1=1.16&r2=1.17
1.9 +2 -2 logging-log4cxx/src/transcoder.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/transcoder.cpp.diff?r1=1.8&r2=1.9
1.14 +1 -1 logging-log4cxx/src/ttcclayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/ttcclayout.cpp.diff?r1=1.13&r2=1.14
1.20 +2 -2 logging-log4cxx/src/xmllayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/xmllayout.cpp.diff?r1=1.19&r2=1.20
1.1 logging-log4cxx/src/exception.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/exception.cpp?rev=1.1
1.11 +1 -0 logging-log4cxx/tests/src/Makefile.am
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/Makefile.am.diff?r1=1.10&r2=1.11
1.14 +1 -1 logging-log4cxx/tests/src/asyncappendertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/asyncappendertestcase.cpp.diff?r1=1.13&r2=1.14
1.1 logging-log4cxx/tests/src/leveltestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/leveltestcase.cpp?rev=1.1
1.7 +20 -0 logging-log4cxx/tests/src/util/filter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/filter.cpp.diff?r1=1.6&r2=1.7
1.10 +27 -26 logging-log4cxx/tests/src/util/filter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/filter.h.diff?r1=1.9&r2=1.10
1.6 +2 -2 logging-log4cxx/tests/src/util/threadfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/threadfilter.cpp.diff?r1=1.5&r2=1.6
1.4 +2 -2 logging-log4cxx/tests/src/util/xmlthreadfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmlthreadfilter.cpp.diff?r1=1.3&r2=1.4
1.3 +11 -11 logging-log4cxx/tests/witness/xmlLayout.2
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/xmlLayout.2.diff?r1=1.2&r2=1.3
1.3 +1 -1 logging-log4cxx/tests/witness/xmlLayout.3
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/xmlLayout.3.diff?r1=1.2&r2=1.3
